handle modules/ outside clscan
[gnulib.git] / debian / clscan / new.txt
1 File: ./COPYING
2 Hash: 60c25a32bddb8e12cdd819cc29ec9a6d941431c6a013a71e2878536fa16d4dd7
3 Copyright:
4 License:
5 Licence_Text:
6 #Header: 
7 #$Id: COPYING,v 1.3 2006-10-26 16:20:28 eggert Exp $
8 #The files in here are mostly copyright (C) Free Software Foundation, and
9 #are under assorted licenses.  Mostly, but not entirely, GPL.
10 #
11 #Many modules are provided dual-license, either GPL or LGPL at your
12 #option.  The headers of files in the lib directory (e.g., lib/error.c)
13 #state GPL for convenience, since the bulk of current gnulib users are
14 #GPL'd programs.  But the files in the modules directory (e.g.,
15 #modules/error) state the true license of each file, and when you use
16 #'gnulib-tool --lgpl --import <modules>', gnulib-tool either rewrites
17 #the files to have an LGPL header as part of copying them from gnulib
18 #to your project directory, or fails because the modules you requested
19 #were not licensed under LGPL.
20 #
21 #Some of the source files in lib/ have different licenses.  Also, the
22
23 File: ./ChangeLog
24 Hash: 0fc0c9c0235be8c8ba21d40facf534e03437b77886effa77a634fc9a1929b3e8
25 Copyright: 
26 License: 
27 Licence_Text: 
28 #Header: 
29 #2009-09-07  Eric Blake  <ebb9@byu.net>
30 #
31 #       rename: modernize replacement
32 #       * modules/rename (Depends-on): Add stdio.
33 #       (configure.ac): Declare witness.
34 #       * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
35 #       stdio take care of replacement.
36 #       * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
37 #       * modules/stdio (Makefile.am): Substitute them.
38 #       * lib/stdio.in.h (rename): Declare replacement.
39 #       * lib/rename.c (includes): Allow cross-compilation to non-windows
40 #       machines.
41 #       * doc/posix-functions/rename.texi (rename): Improve
42 #       documentation.
43
44 File: ./DEPENDENCIES
45 Hash: 3c8640aeff44fe6c30a27836e926fcaa6f6a5f4d35d8c540f71f7c568cf60d4f
46 Copyright: 
47 License: 
48 Licence_Text: 
49 #Header: 
50 #The following packages are needed by maintainers for using
51 #'gnulib-tool'.  In general, Gnulib prefers the latest stable
52 #version of each package, but in some cases it also supports
53 #older versions; this caters to commonly-used software
54 #distributions that may lag behind the latest stable package.
55 #Support for older versions is not guaranteed, though, and
56 #the version numbers in the following list may be incremented
57 #at any time.
58 #
59 #* A C runtime, compiler, linker, etc.
60 #  + Mandatory. Using the platform's native 'cc' gives good portability
61 #    exposure, but you can also use GCC 2.95 or newer.
62 #  + GCC Homepage:
63 #    http://gcc.gnu.org/
64 #  + Download:
65
66 File: ./MODULES.html.sh
67 Hash: 30633aa046887d3d7c2edee238d5e009b260d8eaec001809cdcdcef205089d59
68 Copyright: 2002-2009 Free Software Foundation, Inc
69 License: GPL-3+ 
70 Licence_Text: 
71 #Header: 
72 ##!/bin/sh
73 ##
74 ## Copyright (C) 2002-2009 Free Software Foundation, Inc.
75 ##
76 ## This program is free software: you can redistribute it and/or modify
77 ## it under the terms of the GNU General Public License as published by
78 ## the Free Software Foundation; either version 3 of the License, or
79 ## (at your option) any later version.
80 ##
81 ## This program is distributed in the hope that it will be useful,
82 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
83 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
84 ## GNU General Public License for more details.
85 ##
86 ## You should have received a copy of the GNU General Public License
87
88 File: ./Makefile
89 Hash: 7ad5a3ccd8892f7a29384dd4ed455a2c57cdadf2624c943f51127745751ffbe7
90 Copyright: 2006, 2009 Free Software Foundation, Inc
91 License: 
92 Licence_Text: 
93  Copying and distribution of this file, with or without modification,
94  in any medium, are permitted without royalty provided the copyright
95  notice and this notice are preserved.
96 #
97 ## Produce some files that are not stored in the repository.
98 #all:
99 #
100 ## Produce the documentation in readable form.
101 #info html dvi pdf:
102 #       cd doc && $(MAKE) $@ && $(MAKE) mostlyclean
103 #
104 ## Perform some platform independent checks on the gnulib code.
105
106 File: ./NEWS
107 Hash: 141ae5843fb9df760bf1e31402eb714cf1261d9c6db16e4db30aeba3acf9e663
108 Copyright: 
109 License: 
110 Licence_Text: 
111 #Header: 
112 #Important notes
113 #---------------
114 #
115 #User visible incompatible changes
116 #---------------------------------
117 #
118 #Date        Modules         Changes
119 #
120 #2009-09-04  link-follow     The macro LINK_FOLLOWS_SYMLINK is now tri-state,
121 #                            rather than only defined to 1.
122 #
123 #2009-09-03  openat          The include files are standardized to POSIX 2008.
124 #                            For openat, include <fcntl.h>; for
125 #                            fchmodat, fstatat, and mkdirat, include
126 #                            <sys/stat.h>; for fchownat and unlinkat,
127
128 File: ./README
129 Hash: 3da1ae1f2de3a84a70abca2325e281203ffe123afbc003420697463b56efd35c
130 Copyright: 
131 License: 
132 Licence_Text: 
133 #Header: 
134 #Gnulib
135 #======
136 #
137 #While portability across operating systems is not one of GNU's primary
138 #goals, it has helped introduce many people to the GNU system, and is
139 #worthwhile when it can be achieved at a low cost.  This collection helps
140 #lower that cost.
141 #
142 #Gnulib is intended to be the canonical source for most of the important
143 #"portability" and/or common files for GNU projects.  These are files
144 #intended to be shared at the source level; Gnulib is not a typical
145 #library meant to be installed and linked against.  Thus, unlike most
146 #projects, Gnulib does not normally generate a source tarball
147 #distribution; instead, developers grab modules directly from the
148 #source repository.
149
150 File: ./build-aux/announce-gen
151 Hash: 9ebe62448e2c3a71f08521ec64d65dd561761e446347edc914f396fe810040ba
152 Copyright: 2002-2009 Free Software Foundation, Inc
153 License: GPL-3+ 
154 Licence_Text: 
155 #Header: 
156 ##!/usr/bin/perl -w
157 ## Generate a release announcement message.
158 #
159 #my $VERSION = '2009-09-01 06:47'; # UTC
160 ## The definition above must lie within the first 8 lines in order
161 ## for the Emacs time-stamp write hook (at end) to update it.
162 ## If you change this file with Emacs, please let the write hook
163 ## do its job.  Otherwise, update this string manually.
164 #
165 ## Copyright (C) 2002-2009 Free Software Foundation, Inc.
166 #
167 ## This program is free software: you can redistribute it and/or modify
168 ## it under the terms of the GNU General Public License as published by
169 ## the Free Software Foundation, either version 3 of the License, or
170 ## (at your option) any later version.
171
172 File: ./build-aux/bootstrap
173 Hash: f97568fc9b26977bf8aa781f26a1f5df7c9e5dc7c8d9a4e54e2c8d7892765096
174 Copyright: 2003-2009 Free Software Foundation, Inc
175 License: GPL-3+ 
176 Licence_Text: 
177 #Header: 
178 ##! /bin/sh
179 #
180 ## Bootstrap this package from checked-out sources.
181 #
182 ## Copyright (C) 2003-2009 Free Software Foundation, Inc.
183 #
184 ## This program is free software: you can redistribute it and/or modify
185 ## it under the terms of the GNU General Public License as published by
186 ## the Free Software Foundation, either version 3 of the License, or
187 ## (at your option) any later version.
188 #
189 ## This program is distributed in the hope that it will be useful,
190 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
191 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
192 ## GNU General Public License for more details.
193
194 File: ./build-aux/bootstrap.conf
195 Hash: 95cc00b43d60d3bff61561355253d777ac82e105338bf23faf29168086d392c2
196 Copyright: 2006, 2007 Free Software Foundation, Inc
197 License: GPL-3+ 
198 Licence_Text: 
199 #Header: 
200 ## Bootstrap configuration.
201 #
202 ## Copyright (C) 2006, 2007 Free Software Foundation, Inc.
203 #
204 ## This program is free software: you can redistribute it and/or modify
205 ## it under the terms of the GNU General Public License as published by
206 ## the Free Software Foundation; either version 3 of the License, or
207 ## (at your option) any later version.
208 #
209 ## This program is distributed in the hope that it will be useful,
210 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
211 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
212 ## GNU General Public License for more details.
213 #
214 ## You should have received a copy of the GNU General Public License
215
216 File: ./build-aux/compile
217 Hash: 1a1d949ff906c036a902a8021154e8f127f6bdeaa7b22843a9bd13badc24253a
218 Copyright: 1999, 2000, 2003, 2004, 2005, 2009 Free Software
219 License: GPL-2+
220 Licence_Text: 
221 #Header: 
222 ##! /bin/sh
223 ## Wrapper for compilers which do not understand `-c -o'.
224 #
225 #scriptversion=2009-04-28.21; # UTC
226 #
227 ## Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009  Free Software
228 ## Foundation, Inc.
229 ## Written by Tom Tromey <tromey@cygnus.com>.
230 ##
231 ## This program is free software; you can redistribute it and/or modify
232 ## it under the terms of the GNU General Public License as published by
233 ## the Free Software Foundation; either version 2, or (at your option)
234 ## any later version.
235 ##
236 ## This program is distributed in the hope that it will be useful,
237
238 File: ./build-aux/config.guess
239 Hash: 1fc09da52d50a533ff9166226320f69603e3c5189271118a66d0cc514e6a3d71
240 Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
241 License: GPL-2+
242 Licence_Text: 
243 #Header: 
244 ##! /bin/sh
245 ## Attempt to guess a canonical system name.
246 ##   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
247 ##   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
248 ##   Free Software Foundation, Inc.
249 #
250 #timestamp='2009-08-19'
251 #
252 ## This file is free software; you can redistribute it and/or modify it
253 ## under the terms of the GNU General Public License as published by
254 ## the Free Software Foundation; either version 2 of the License, or
255 ## (at your option) any later version.
256 ##
257 ## This program is distributed in the hope that it will be useful, but
258 ## WITHOUT ANY WARRANTY; without even the implied warranty of
259
260 File: ./build-aux/config.libpath
261 Hash: ac72222f705d2427683a67b643cf25045db2915ab66319cf535c68b847472ad3
262 Copyright: 1996-2008 Free Software Foundation, Inc
263 License: GPL-3+
264 Licence_Text: 
265 #Header: 
266 ##! /bin/sh
267 ## Output a system dependent set of variables, describing how to set the
268 ## run time search path of shared libraries in an executable at run time.
269 ##
270 ##   Copyright 1996-2008 Free Software Foundation, Inc.
271 ##   Taken from GNU libtool, 2003
272 ##   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
273 ##
274 ##   This program is free software: you can redistribute it and/or modify
275 ##   it under the terms of the GNU General Public License as published by
276 ##   the Free Software Foundation; either version 3 of the License, or
277 ##   (at your option) any later version.
278 ##
279 ##   This program is distributed in the hope that it will be useful,
280 ##   but WITHOUT ANY WARRANTY; without even the implied warranty of
281
282 File: ./build-aux/config.rpath
283 Hash: c52259321cfea86c34876e34db5356168f319d7f0dda0fd76efa9dce5e6fea4d
284 Copyright: 1996-2008 Free Software Foundation, Inc
285 License: 
286 Licence_Text: 
287    This file is free software; the Free Software Foundation gives
288    unlimited permission to copy and/or distribute it, with or without
289    modifications, as long as this notice is preserved.
290 #Header: 
291 ##! /bin/sh
292 ## Output a system dependent set of variables, describing how to set the
293 ## run time search path of shared libraries in an executable.
294 ##
295 ##   Copyright 1996-2008 Free Software Foundation, Inc.
296 ##   Taken from GNU libtool, 2001
297 ##   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
298 ##
299 ##
300 ## The first argument passed to this file is the canonical host specification,
301 ##    CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
302 ## or
303
304 File: ./build-aux/config.sub
305 Hash: 6e2b7e1143d443ea670be8edea2db4d9a6ac57e6f22aa4a88443959ab8ad42c7
306 Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, Free Software Foundation, Inc.
307 License: GPL-2+
308 Licence_Text: 
309 #Header: 
310 ##! /bin/sh
311 ## Configuration validation subroutine script.
312 ##   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
313 ##   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
314 ##   Free Software Foundation, Inc.
315 #
316 #timestamp='2009-08-19'
317 #
318 ## This file is (in principle) common to ALL GNU software.
319 ## The presence of a machine in this file suggests that SOME GNU software
320 ## can handle that machine.  It does not imply ALL GNU software can.
321 ##
322 ## This file is free software; you can redistribute it and/or modify
323 ## it under the terms of the GNU General Public License as published by
324 ## the Free Software Foundation; either version 2 of the License, or
325
326 File: ./build-aux/csharpcomp.sh.in
327 Hash: 13d53b69f8e2663d2abeb4053b3cd45b2b3f99563e826a5fd67abcf4ac201e22
328 Copyright: 2003-2006 Free Software Foundation, Inc
329 License: GPL-3+ 
330 Licence_Text: 
331 #Header: 
332 ##!/bin/sh
333 ## Compile a C# program.
334 #
335 ## Copyright (C) 2003-2006 Free Software Foundation, Inc.
336 ## Written by Bruno Haible <bruno@clisp.org>, 2003.
337 ##
338 ## This program is free software: you can redistribute it and/or modify
339 ## it under the terms of the GNU General Public License as published by
340 ## the Free Software Foundation; either version 3 of the License, or
341 ## (at your option) any later version.
342 ##
343 ## This program is distributed in the hope that it will be useful,
344 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
345 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
346 ## GNU General Public License for more details.
347
348 File: ./build-aux/csharpexec.sh.in
349 Hash: 08e6e1564fcf7509ae893ac7b3121aa831344458a4ff420c1994918d9792b151
350 Copyright: 2003, 2005 Free Software Foundation, Inc
351 License: GPL-3+ 
352 Licence_Text: 
353 #Header: 
354 ##!/bin/sh
355 ## Execute a C# program.
356 #
357 ## Copyright (C) 2003, 2005 Free Software Foundation, Inc.
358 ## Written by Bruno Haible <bruno@clisp.org>, 2003.
359 ##
360 ## This program is free software: you can redistribute it and/or modify
361 ## it under the terms of the GNU General Public License as published by
362 ## the Free Software Foundation; either version 3 of the License, or
363 ## (at your option) any later version.
364 ##
365 ## This program is distributed in the hope that it will be useful,
366 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
367 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
368 ## GNU General Public License for more details.
369
370 File: ./build-aux/depcomp
371 Hash: ab3cbcc8d9b25ff49daba60a573055149a8330158ab61b0602538a1cdf27e9f8
372 Copyright: 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
373 License: GPL-2+
374 Licence_Text: 
375 #Header: 
376 ##! /bin/sh
377 ## depcomp - compile a program generating dependencies as side-effects
378 #
379 #scriptversion=2009-04-28.21; # UTC
380 #
381 ## Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free
382 ## Software Foundation, Inc.
383 #
384 ## This program is free software; you can redistribute it and/or modify
385 ## it under the terms of the GNU General Public License as published by
386 ## the Free Software Foundation; either version 2, or (at your option)
387 ## any later version.
388 #
389 ## This program is distributed in the hope that it will be useful,
390 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
391
392 File: ./build-aux/elisp-comp
393 Hash: 650765cd58e0b384cc47b3c257ea4955be8b26117eb05106cd7a39ef002314ed
394 Copyright: 1995, 2000, 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
395 License: GPL-2+
396 Licence_Text: 
397 #Header: 
398 ##!/bin/sh
399 ## Copyright (C) 1995, 2000, 2003, 2004, 2005, 2009 Free Software
400 ## Foundation, Inc.
401 #
402 #scriptversion=2009-04-28.21; # UTC
403 #
404 ## Franc,ois Pinard <pinard@iro.umontreal.ca>, 1995.
405 ##
406 ## This program is free software; you can redistribute it and/or modify
407 ## it under the terms of the GNU General Public License as published by
408 ## the Free Software Foundation; either version 2, or (at your option)
409 ## any later version.
410 ##
411 ## This program is distributed in the hope that it will be useful,
412 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
413
414 File: ./build-aux/gendocs.sh
415 Hash: 203ece29ab9caad64ebd3b3a75725444676b43bd66f2f22b8fc836c5bab0ec78
416 Copyright: 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc
417 License: GPL-3+ 
418 Licence_Text: 
419 #Header: 
420 ##!/bin/sh
421 ## gendocs.sh -- generate a GNU manual in many formats.  This script is
422 ##   mentioned in maintain.texi.  See the help message below for usage details.
423 #
424 #scriptversion=2009-04-08.09
425 #
426 ## Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009
427 ## Free Software Foundation, Inc.
428 ##
429 ## This program is free software; you can redistribute it and/or modify
430 ## it under the terms of the GNU General Public License as published by
431 ## the Free Software Foundation; either version 3 of the License,
432 ## or (at your option) any later version.
433 ##
434 ## This program is distributed in the hope that it will be useful,
435
436 File: ./build-aux/git-version-gen
437 Hash: a08c7e5c0619d75de3d15e0bdf4ff226dc7f5a89a1e3c6f7b1d5b664b96cf692
438 Copyright: 2007-2008 Free Software Foundation
439 License: GPL-3+
440 Licence_Text: 
441 #Header: 
442 ##!/bin/sh
443 ## Print a version string.
444 #scriptversion=2008-04-08.07
445 #
446 ## Copyright (C) 2007-2008 Free Software Foundation
447 ##
448 ## This program is free software; you can redistribute it and/or modify
449 ## it under the terms of the GNU General Public License as published by
450 ## the Free Software Foundation; either version 3, or (at your option)
451 ## any later version.
452 ##
453 ## This program is distributed in the hope that it will be useful,
454 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
455 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
456 ## GNU General Public License for more details.
457
458 File: ./build-aux/gitlog-to-changelog
459 Hash: 9cca6130908ff793b8a1af70cc476f55970e378cddd4177d5a602decbeb94542
460 Copyright: 2008, 2009 Free Software Foundation, Inc
461 License: GPL-3+ 
462 Licence_Text: 
463 #Header: 
464 ##!/usr/bin/perl
465 ## Convert git log output to ChangeLog format.
466 #
467 #my $VERSION = '2009-08-12 16:49'; # UTC
468 ## The definition above must lie within the first 8 lines in order
469 ## for the Emacs time-stamp write hook (at end) to update it.
470 ## If you change this file with Emacs, please let the write hook
471 ## do its job.  Otherwise, update this string manually.
472 #
473 ## Copyright (C) 2008, 2009 Free Software Foundation, Inc.
474 #
475 ## This program is free software: you can redistribute it and/or modify
476 ## it under the terms of the GNU General Public License as published by
477 ## the Free Software Foundation, either version 3 of the License, or
478 ## (at your option) any later version.
479
480 File: ./build-aux/gnupload
481 Hash: bff7381ec4c19e81634ea630fca8a053cfe1333142662cd70b32c4fe46f3e36e
482 Copyright: 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
483 License: GPL-2+
484 Licence_Text: 
485 #Header: 
486 ##!/bin/sh
487 ## Sign files and upload them.
488 #
489 #scriptversion=2009-04-28.21; # UTC
490 #
491 ## Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation
492 ##
493 ## This program is free software; you can redistribute it and/or modify
494 ## it under the terms of the GNU General Public License as published by
495 ## the Free Software Foundation; either version 2, or (at your option)
496 ## any later version.
497 ##
498 ## This program is distributed in the hope that it will be useful,
499 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
500 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
501
502 File: ./build-aux/install-reloc
503 Hash: 613894d1c2a2855e0f3eb82986175598d077c45c05dbac2f339031487a83f4e4
504 Copyright: 2003, 2005-2007, 2009 Free Software Foundation, Inc
505 License: GPL-3+ 
506 Licence_Text: 
507 #Header: 
508 ##!/bin/sh
509 ## install-reloc - install a program including a relocating wrapper
510 ## Copyright (C) 2003, 2005-2007, 2009 Free Software Foundation, Inc.
511 ## Written by Bruno Haible <bruno@clisp.org>, 2003.
512 ##
513 ## This program is free software: you can redistribute it and/or modify
514 ## it under the terms of the GNU General Public License as published by
515 ## the Free Software Foundation; either version 3 of the License, or
516 ## (at your option) any later version.
517 ##
518 ## This program is distributed in the hope that it will be useful,
519 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
520 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
521 ## GNU General Public License for more details.
522 ##
523 ######################################################################
524 ### UPTOHERE
525 ######################################################################
526 File: ./build-aux/install-sh
527 Hash: 5dcf8a8dd376f4c95767a2dcb626e89a66d6f2fda2352f534a296ac6cc9a20b3
528 Copyright: 1994 X Consortium
529 License:
530 Licence_Text:
531  Permission is hereby granted, free of charge, to any person obtaining a copy
532  of this software and associated documentation files (the "Software"), to
533  deal in the Software without restriction, including without limitation the
534  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
535  sell copies of the Software, and to permit persons to whom the Software is
536  furnished to do so, subject to the following conditions:
537
538  The above copyright notice and this permission notice shall be included in
539  all copies or substantial portions of the Software.
540
541  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
542  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
543  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
544  X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
545  AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
546  TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
547
548  Except as contained in this notice, the name of the X Consortium shall not
549  be used in advertising or otherwise to promote the sale, use or other deal-
550  ings in this Software without prior written authorization from the X Consor-
551  tium.
552
553
554  FSF changes to this file are in the public domain.
555
556 #Header: 
557 ##!/bin/sh
558 ## install - install a program, script, or datafile
559 #
560 #scriptversion=2009-04-28.21; # UTC
561 #
562 ## This originates from X11R5 (mit/util/scripts/install.sh), which was
563 ## later released in X11R6 (xc/config/util/install.sh) with the
564 ## following copyright and license.
565 ##
566 ## Copyright (C) 1994 X Consortium
567 ##
568 ## Permission is hereby granted, free of charge, to any person obtaining a copy
569 ## of this software and associated documentation files (the "Software"), to
570 ## deal in the Software without restriction, including without limitation the
571 ## rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
572
573 File: ./build-aux/javacomp.sh.in
574 Hash: a2fa68883ebe7994ced1edf628a9c6cb6d79ef3edfd0c14996e1e14ef0d7c4c6
575 Copyright: 2001-2002, 2006 Free Software Foundation, Inc
576 License: GPL-3+ 
577 Licence_Text: 
578 #Header: 
579 ##!/bin/sh
580 ## Compile a Java program.
581 #
582 ## Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
583 ## Written by Bruno Haible <haible@clisp.cons.org>, 2001.
584 ##
585 ## This program is free software: you can redistribute it and/or modify
586 ## it under the terms of the GNU General Public License as published by
587 ## the Free Software Foundation; either version 3 of the License, or
588 ## (at your option) any later version.
589 ##
590 ## This program is distributed in the hope that it will be useful,
591 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
592 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
593 ## GNU General Public License for more details.
594
595 File: ./build-aux/javaexec.sh.in
596 Hash: 8b8c346d69504f34a6426de103455a52b09deb2a0c5a74bb8d4368cad9d6b8d4
597 Copyright: 2001, 2006 Free Software Foundation, Inc
598 License: GPL-3+ 
599 Licence_Text: 
600 #Header: 
601 ##!/bin/sh
602 ## Execute a Java program.
603 #
604 ## Copyright (C) 2001, 2006 Free Software Foundation, Inc.
605 ## Written by Bruno Haible <haible@clisp.cons.org>, 2001.
606 ##
607 ## This program is free software: you can redistribute it and/or modify
608 ## it under the terms of the GNU General Public License as published by
609 ## the Free Software Foundation; either version 3 of the License, or
610 ## (at your option) any later version.
611 ##
612 ## This program is distributed in the hope that it will be useful,
613 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
614 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
615 ## GNU General Public License for more details.
616
617 File: ./build-aux/ldd.sh.in
618 Hash: 6bfa3933015b9b05e431eb13f03e5297cc73bb56bc426d811f1fa41ec7844650
619 Copyright: 2006 Free Software Foundation, Inc
620 License: GPL-3+ 
621 Licence_Text: 
622 #Header: 
623 ##!/bin/sh
624 ## Determine the dynamically linked dependencies of a program.
625 #
626 ## Copyright (C) 2006 Free Software Foundation, Inc.
627 ## Written by Bruno Haible <bruno@clisp.org>, 2006.
628 ##
629 ## This program is free software: you can redistribute it and/or modify
630 ## it under the terms of the GNU General Public License as published by
631 ## the Free Software Foundation; either version 3 of the License, or
632 ## (at your option) any later version.
633 ##
634 ## This program is distributed in the hope that it will be useful,
635 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
636 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
637 ## GNU General Public License for more details.
638
639 File: ./build-aux/link-warning.h
640 Hash: cb78032cfaf626adb1bc97576502516519b4888988a51aaa1c4963817b48b0e2
641 Copyright: 
642 License: 
643 Licence_Text: 
644 #Header: 
645 #/* GL_LINK_WARNING("literal string") arranges to emit the literal string as
646 #   a linker warning on most glibc systems.
647 #   We use a linker warning rather than a preprocessor warning, because
648 #   #warning cannot be used inside macros.  */
649 ##ifndef GL_LINK_WARNING
650 #  /* This works on platforms with GNU ld and ELF object format.
651 #     Testing __GLIBC__ is sufficient for asserting that GNU ld is in use.
652 #     Testing __ELF__ guarantees the ELF object format.
653 #     Testing __GNUC__ is necessary for the compound expression syntax.  */
654 ## if defined __GLIBC__ && defined __ELF__ && defined __GNUC__
655 ##  define GL_LINK_WARNING(message) \
656 #     GL_LINK_WARNING1 (__FILE__, __LINE__, message)
657 ##  define GL_LINK_WARNING1(file, line, message) \
658 #     GL_LINK_WARNING2 (file, line, message)  /* macroexpand file and line */
659 ##  define GL_LINK_WARNING2(file, line, message) \
660
661 File: ./build-aux/mdate-sh
662 Hash: ae36e3c36cd08de4a5aaadc7311d0863108cbc4fcda21b18e902f6218e675035
663 Copyright: 1995, 1996, 1997, 2003, 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
664 License: GPL-2+
665 Licence_Text: 
666 #Header: 
667 ##!/bin/sh
668 ## Get modification time of a file or directory and pretty-print it.
669 #
670 #scriptversion=2009-04-28.21; # UTC
671 #
672 ## Copyright (C) 1995, 1996, 1997, 2003, 2004, 2005, 2007, 2009 Free
673 ## Software Foundation, Inc.
674 ## written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
675 ##
676 ## This program is free software; you can redistribute it and/or modify
677 ## it under the terms of the GNU General Public License as published by
678 ## the Free Software Foundation; either version 2, or (at your option)
679 ## any later version.
680 ##
681 ## This program is distributed in the hope that it will be useful,
682
683 File: ./build-aux/missing
684 Hash: d8c7220550f4985316cb4c11d4c304b84debd55902b7528ad3f944a478f0c90e
685 Copyright: 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
686 License: GPL-2+
687 Licence_Text: 
688 #Header: 
689 ##! /bin/sh
690 ## Common stub for a few missing GNU programs while installing.
691 #
692 #scriptversion=2009-04-28.21; # UTC
693 #
694 ## Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
695 ## 2008, 2009 Free Software Foundation, Inc.
696 ## Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
697 #
698 ## This program is free software; you can redistribute it and/or modify
699 ## it under the terms of the GNU General Public License as published by
700 ## the Free Software Foundation; either version 2, or (at your option)
701 ## any later version.
702 #
703 ## This program is distributed in the hope that it will be useful,
704
705 File: ./build-aux/mkinstalldirs
706 Hash: fbad76aa017d3ccba0cfd78db353d5c15c571f4617320fd53b7ee67c788cbc65
707 Copyright: 
708 License: 
709 Licence_Text: 
710   Original author: Noah Friedman <friedman@prep.ai.mit.edu>
711   Created: 1993-05-16
712   Public domain.
713 #Header: 
714 ##! /bin/sh
715 ## mkinstalldirs --- make directory hierarchy
716 #
717 #scriptversion=2009-04-28.21; # UTC
718 #
719 ## Original author: Noah Friedman <friedman@prep.ai.mit.edu>
720 ## Created: 1993-05-16
721 ## Public domain.
722 ##
723 ## This file is maintained in Automake, please report
724 ## bugs to <bug-automake@gnu.org> or send patches to
725 ## <automake-patches@gnu.org>.
726 #
727 #nl='
728 #'
729
730 File: ./build-aux/mktempd
731 Hash: 5c32320b58d10b6b74af578eb9a1bf5015360211ac2b2932f4303648b3e7a354
732 Copyright: 2007-2008 Free Software Foundation, Inc
733 License: GPL-3+ 
734 Licence_Text: 
735 #Header: 
736 ##!/bin/sh
737 ## Create a temporary directory, much like mktemp -d does.
738 #
739 ## Copyright (C) 2007-2008 Free Software Foundation, Inc.
740 #
741 ## This program is free software: you can redistribute it and/or modify
742 ## it under the terms of the GNU General Public License as published by
743 ## the Free Software Foundation, either version 3 of the License, or
744 ## (at your option) any later version.
745 #
746 ## This program is distributed in the hope that it will be useful,
747 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
748 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
749 ## GNU General Public License for more details.
750
751 File: ./build-aux/move-if-change
752 Hash: 804812198e7aadc810a167cc8015b32770e16ac23315a92f8ce3bba2c1ecbfe1
753 Copyright: 2002-2007 Free Software Foundation, Inc
754 License: GPL-3+ 
755 Licence_Text: 
756 #Header: 
757 ##!/bin/sh
758 ## Like mv $1 $2, but if the files are the same, just delete $1.
759 ## Status is zero if successful, nonzero otherwise.
760 #
761 #VERSION='2007-09-28 23:10'; # UTC
762 ## The definition above must lie within the first 8 lines in order
763 ## for the Emacs time-stamp write hook (at end) to update it.
764 ## If you change this file with Emacs, please let the write hook
765 ## do its job.  Otherwise, update this string manually.
766 #
767 ## Copyright (C) 2002-2007 Free Software Foundation, Inc.
768 #
769 ## This program is free software: you can redistribute it and/or modify
770 ## it under the terms of the GNU General Public License as published by
771 ## the Free Software Foundation, either version 3 of the License, or
772
773 File: ./build-aux/ncftpput-ftp
774 Hash: 462b4e7cc8f6796fd32420382ed3f3f5e2246d58bd186469614dcd8d3a89a239
775 Copyright: 2008 Free Software Foundation
776 License: GPL-3+ 
777 Licence_Text: 
778 #Header: 
779 ##!/bin/sh
780 ## 
781 ## Copyright 2008 Free Software Foundation.
782 ## 
783 ## This program is free software; you can redistribute it and/or modify
784 ## it under the terms of the GNU General Public License as published by
785 ## the Free Software Foundation; either version 3 of the License,
786 ## or (at your option) any later version.
787 ##
788 ## This program is distributed in the hope that it will be useful,
789 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
790 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
791 ## GNU General Public License for more details.
792 ##
793 ## You should have received a copy of the GNU General Public License
794
795 File: ./build-aux/pmccabe.css
796 Hash: 0d101dc42f369f71b997fc77eb3bc11d765e5c437b6824ef244bda483f9a1c48
797 Copyright: 
798 License: 
799 Licence_Text: 
800 #Header: 
801 #body {
802 #
803 #    font-family: Helvetica, sans-serif;
804 #
805 #}
806 #
807 #.page_title {
808 #
809 #    font: 18pt Georgia, serif;
810 #/*    font-size: 1.5em;
811 #    font-weight: bold; */
812 #    color: darkred;
813 #    border-bottom: 2px solid darkred;
814 #}
815
816 File: ./build-aux/pmccabe2html
817 Hash: a93c5cea3b0bf8641cfbe982861478458a8419d5adffa3e4e88c5c5450d54ebe
818 Copyright: 2007, 2008 Free Software Foundation, Inc
819 License: GPL-3+ 
820 Licence_Text: 
821 #Header: 
822 ##!/usr/bin/awk -f
823 ## pmccabe2html - pmccabe to html converter
824 #
825 ## Copyright (C) 2007, 2008 Free Software Foundation, Inc.
826 #
827 ## This program is free software: you can redistribute it and/or modify
828 ## it under the terms of the GNU General Public License as published by
829 ## the Free Software Foundation, either version 3 of the License, or
830 ## (at your option) any later version.
831 ##
832 ## This program is distributed in the hope that it will be useful,
833 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
834 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
835 ## GNU General Public License for more details.
836 ##
837
838 File: ./build-aux/po/Makefile.in.in
839 Hash: 5580fc36bc0f59414a3844a04f9f2f4185bddc3a262525fa98898da44a4a9e95
840 Copyright: 1995-1997, 2000-2007 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
841 License: 
842 Licence_Text: 
843  This file can be copied and used freely without restrictions.  It can
844  be used in projects which are not available under the GNU General Public
845  License but which still want to provide support for the GNU gettext
846  functionality.
847  Please note that the actual code of GNU gettext is covered by the GNU
848  General Public License and is *not* in the public domain.
849
850 ## Origin: gettext-0.17
851 #GETTEXT_MACRO_VERSION = 0.17
852 #
853 #PACKAGE = @PACKAGE@
854 #VERSION = @VERSION@
855
856 File: ./build-aux/po/remove-potcdate.sin
857 Hash: ff1cc3a86fdab7c5764e80f794afd6f5e81d05421c0e52dc27c4cc93e9546f19
858 Copyright: 
859 License: 
860 Licence_Text: 
861 #Header: 
862 ## Sed script that remove the POT-Creation-Date line in the header entry
863 ## from a POT file.
864 ##
865 ## The distinction between the first and the following occurrences of the
866 ## pattern is achieved by looking at the hold space.
867 #/^"POT-Creation-Date: .*"$/{
868 #x
869 ## Test if the hold space is empty.
870 #s/P/P/
871 #ta
872 ## Yes it was empty. First occurrence. Remove the line.
873 #g
874 #d
875 #bb
876 #:a
877
878 File: ./build-aux/reloc-ldflags
879 Hash: 7455efaa7fbcc667838f3599223fba7bddc4873e38527f938e7168c709602ffb
880 Copyright: 2003 Free Software Foundation, Inc
881 License: GPL-3+
882 Licence_Text: 
883 #Header: 
884 ##! /bin/sh
885 ## Output a system dependent linker command for putting a relocatable library
886 ## search path into an executable.
887 ##
888 ##   Copyright 2003 Free Software Foundation, Inc.
889 ##   Written by Bruno Haible <bruno@clisp.org>, 2003.
890 ##
891 ##   This program is free software: you can redistribute it and/or modify
892 ##   it under the terms of the GNU General Public License as published by
893 ##   the Free Software Foundation; either version 3 of the License, or
894 ##   (at your option) any later version.
895 ##
896 ##   This program is distributed in the hope that it will be useful,
897 ##   but WITHOUT ANY WARRANTY; without even the implied warranty of
898 ##   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
899
900 File: ./build-aux/relocatable.sh.in
901 Hash: 9999da027001765970462a1eefc6bb884cbed4f8e7c548585f0b21c86e9851da
902 Copyright: 2003, 2005-2007 Free Software Foundation, Inc
903 License: GPL-3+ 
904 Licence_Text: 
905 #Header: 
906 ## The functions in this file provide support for relocatability of
907 ## shell scripts.  They should be included near the beginning of each
908 ## shell script in a relocatable program, by adding @relocatable_sh@
909 ## and causing the script to be expanded with AC_CONFIG_FILES.  A
910 ## small amount of additional code must be added and adapted to the
911 ## package by hand; see doc/relocatable-maint.texi (in Gnulib) for
912 ## details.
913 ##
914 ## Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
915 ##
916 ## This program is free software: you can redistribute it and/or modify
917 ## it under the terms of the GNU General Public License as published by
918 ## the Free Software Foundation; either version 3 of the License, or
919 ## (at your option) any later version.
920 ##
921
922 File: ./build-aux/texinfo.tex
923 Hash: 6e6bda9f2252f034e86fb076cb53b27dbe4b35c676205310c46642a86d6bf51d
924 Copyright: 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
925 License: GPL-3+ 
926 Licence_Text: 
927 #Header: 
928 #% texinfo.tex -- TeX macros to handle Texinfo files.
929 #% 
930 #% Load plain if necessary, i.e., if running under initex.
931 #\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
932 #%
933 #\def\texinfoversion{2009-08-14.15}
934 #%
935 #% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
936 #% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
937 #% 2007, 2008, 2009 Free Software Foundation, Inc.
938 #%
939 #% This texinfo.tex file is free software: you can redistribute it and/or
940 #% modify it under the terms of the GNU General Public License as
941 #% published by the Free Software Foundation, either version 3 of the
942 #% License, or (at your option) any later version.
943
944 File: ./build-aux/update-copyright
945 Hash: a49986e631d5bcdc1ae01896d48c4012ff114f92427b2290dc166a7512804b56
946 Copyright: 2009 Free Software Foundation, Inc.
947 License: GPL-3+
948 Licence_Text: 
949 #Header: 
950 ##!/usr/bin/perl -0777 -pi
951 ## Update an FSF copyright year list to include the current year.
952 #
953 #my $VERSION = '2009-08-14.18:56'; # UTC
954 #
955 ## Copyright (C) 2009 Free Software Foundation, Inc.
956 ##
957 ## This program is free software; you can redistribute it and/or modify
958 ## it under the terms of the GNU General Public License as published by
959 ## the Free Software Foundation; either version 3, or (at your option)
960 ## any later version.
961 ##
962 ## This program is distributed in the hope that it will be useful,
963 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
964 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
965
966 File: ./build-aux/useless-if-before-free
967 Hash: 3328c2c72241c0c23c28e4c19a5a353b08e308334956478cce81534a6a5cf7e2
968 Copyright: 2008, 2009 Free Software Foundation, Inc
969 License: GPL-3+ 
970 Licence_Text: 
971 #Header: 
972 ##!/usr/bin/perl -T
973 ## Detect instances of "if (p) free (p);".
974 ## Likewise for "if (p != NULL) free (p);".  And with braces.
975 ## Also detect "if (NULL != p) free (p);".
976 ## And with 0 in place of NULL.
977 #
978 #my $VERSION = '2009-04-16 15:57'; # UTC
979 ## The definition above must lie within the first 8 lines in order
980 ## for the Emacs time-stamp write hook (at end) to update it.
981 ## If you change this file with Emacs, please let the write hook
982 ## do its job.  Otherwise, update this string manually.
983 #
984 ## Copyright (C) 2008, 2009 Free Software Foundation, Inc.
985 #
986 ## This program is free software: you can redistribute it and/or modify
987
988 File: ./build-aux/vc-list-files
989 Hash: 37cfcaca7e77bc33ad04c6bc2f69980b41136c6610fa24b30dd929126d28e8eb
990 Copyright: 2006-2009 Free Software Foundation, Inc
991 License: GPL-3+ 
992 Licence_Text: 
993 #Header: 
994 ##!/bin/sh
995 ## List version-controlled file names.
996 #
997 ## Print a version string.
998 #scriptversion=2009-07-21.16; # UTC
999 #
1000 ## Copyright (C) 2006-2009 Free Software Foundation, Inc.
1001 #
1002 ## This program is free software: you can redistribute it and/or modify
1003 ## it under the terms of the GNU General Public License as published by
1004 ## the Free Software Foundation, either version 3 of the License, or
1005 ## (at your option) any later version.
1006 #
1007 ## This program is distributed in the hope that it will be useful,
1008 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
1009
1010 File: ./build-aux/x-to-1.in
1011 Hash: 435c01c15a67e002b489e7cd3ceaa0680f4817e6410f07f8209bc67a061f9498
1012 Copyright: 2001, 2003, 2006 Free Software Foundation, Inc
1013 License: GPL-3+ 
1014 Licence_Text: 
1015 #Header: 
1016 ##! /bin/sh
1017 ##
1018 ## Copyright (C) 2001, 2003, 2006 Free Software Foundation, Inc.
1019 ##
1020 ## This program is free software: you can redistribute it and/or modify
1021 ## it under the terms of the GNU General Public License as published by
1022 ## the Free Software Foundation; either version 3 of the License, or
1023 ## (at your option) any later version.
1024 ##
1025 ## This program is distributed in the hope that it will be useful,
1026 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
1027 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1028 ## GNU General Public License for more details.
1029 ##
1030 ## You should have received a copy of the GNU General Public License
1031
1032 File: ./check-module
1033 Hash: 0773e749793f3ec28522fb356985b4f51ce4d7f17b99c7f1ec92a80bfff8b026
1034 Copyright: 2005, 2006, 2007, 2009 Free Software Foundation, Inc / 2006 Free Software Foundation, Inc.\n"
1035 License: GPL-3+ 
1036 Licence_Text: 
1037 #Header: 
1038 ##!/usr/bin/perl -w
1039 ## Check a gnulib module.
1040 #
1041 ## Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
1042 #
1043 ## This file is free software: you can redistribute it and/or modify it
1044 ## under the terms of the GNU General Public License as published by
1045 ## the Free Software Foundation; either version 3 of the License, or
1046 ## (at your option) any later version.
1047 ##
1048 ## This program is distributed in the hope that it will be useful,
1049 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
1050 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1051 ## GNU General Public License for more details.
1052 ##
1053 ######################################################################
1054 ## UPTOHERE
1055 ######################################################################
1056
1057 File: ./config/argz.mk
1058 Hash: 6931c96d920bb98e9705beea49aa8e61ce728439d16bcc702289e9f16d04fe90
1059 Copyright: 
1060 License: 
1061 Licence_Text: 
1062 #Header: 
1063 ## Generate argz.c and argz.in.h from glibc sources.
1064 #
1065 #glibc_dir = ../glibc
1066 #glibc_dir = /mirror/d/glibc
1067 #
1068 #argz_names = \
1069 #  append addsep ctsep insert next stringify count \
1070 #  extract create delete replace
1071 #argz_files = $(patsubst %, $(glibc_dir)/string/argz-%.c, $(argz_names))
1072 #
1073 #define print-header
1074 #  printf '%s\n'                                                                \
1075 #"/* Functions for dealing with '\0' separated arg vectors."            \
1076 #"   Copyright (C) 1995-1998, 2000-2002, 2006 Free Software Foundation, Inc."\
1077 #"   This file is part of the GNU C Library."                           \
1078
1079 File: ./config/srclist-update
1080 Hash: 07d2f67dd25798899d772b1db8639368147e43615c175443b9d8720f7ae0d428
1081 Copyright: 2002, 2003, 2005, 2007, 2008 Free Software Foundation, Inc
1082 License: GPL-3+ 
1083 Licence_Text: 
1084 #Header: 
1085 ##!/bin/sh
1086 ## $Id: srclist-update,v 1.19 2007-03-30 23:44:27 karl Exp $
1087 ##
1088 ## Check for files in directory $1 being up to date, according to the
1089 ## list on stdin.  Don't actually make any changes, just show the diffs.
1090 ##
1091 ## Copyright (C) 2002, 2003, 2005, 2007, 2008 Free Software Foundation, Inc.
1092 ##
1093 ## This program is free software: you can redistribute it and/or modify
1094 ## it under the terms of the GNU General Public License as published by
1095 ## the Free Software Foundation; either version 3 of the License, or
1096 ## (at your option) any later version.
1097 ##
1098 ## This program is distributed in the hope that it will be useful,
1099 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
1100
1101 File: ./config/srclist.txt
1102 Hash: 82bb09655cee0a765f990da640454c5099c5e49f722a0d14d35fde12270d2983
1103 Copyright: 
1104 License: 
1105 Licence_Text: 
1106 #Header: 
1107 ## $Id: srclist.txt,v 1.152 2007-06-21 18:41:50 karl Exp $
1108 ## Files for which we are not the source.  See ./srclistvars.sh for the
1109 ## variable definitions.
1110 #
1111 #$GNUCONFIG/config.guess                build-aux
1112 #$GNUCONFIG/config.sub          build-aux
1113 ##
1114 #$AUTOMAKE/lib/compile          build-aux
1115 #$AUTOMAKE/lib/depcomp          build-aux
1116 #$AUTOMAKE/lib/elisp-comp       build-aux
1117 #$AUTOMAKE/lib/gnupload         build-aux
1118 #$AUTOMAKE/lib/install-sh       build-aux
1119 #$AUTOMAKE/lib/mdate-sh         build-aux
1120 #$AUTOMAKE/lib/missing          build-aux
1121 #$AUTOMAKE/lib/mkinstalldirs    build-aux
1122
1123 File: ./config/srclistvars.sh
1124 Hash: 009a6f6d36cf2b47a67c2e404d912b491cb310a8653631b8302a8691da1b7f6b
1125 Copyright: 2002, 2003, 2004 2005, 2006, 2008 Free Software Foundation, Inc.
1126 License: GPL-3+ 
1127 Licence_Text: 
1128 #Header: 
1129 ## $Id: srclistvars.sh,v 1.28 2006-08-22 19:38:57 eggert Exp $
1130 ## Variables for srclist-update and srclist.txt.
1131 ## Will change for each user.
1132 #
1133 ## Copyright (C) 2002, 2003, 2004 2005, 2006, 2008
1134 ## Free Software Foundation, Inc.
1135 #
1136 ## This file is free software: you can redistribute it and/or modify it
1137 ## under the terms of the GNU General Public License as published by
1138 ## the Free Software Foundation; either version 3 of the License, or
1139 ## (at your option) any later version.
1140 ##
1141 ## This program is distributed in the hope that it will be useful,
1142 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
1143 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1144
1145 File: ./doc/COPYING.LESSERv2
1146 Hash: c5e2ab2668641c2e13afa9e23551ae614f835ac715d30aec90e5d7bada5ecbff
1147 Copyright: 1991, 1999 Free Software Foundation, Inc
1148 License: 
1149 Licence_Text: 
1150   Everyone is permitted to copy and distribute verbatim copies
1151   of this license document, but changing it is not allowed.
1152 #
1153 #[This is the first released version of the Lesser GPL.  It also counts
1154 # as the successor of the GNU Library Public License, version 2, hence
1155 # the version number 2.1.]
1156 #
1157 #                           Preamble
1158 #
1159 #  The licenses for most software are designed to take away your
1160
1161 File: ./doc/COPYING.LESSERv3
1162 Hash: f5b4a69119b8d0acfc04d77831874f339432846e9ed129e412b15fb328c9d2c6
1163 Copyright: 2007 Free Software Foundation, Inc. <http://fsf.org/>
1164 License: 
1165 Licence_Text: 
1166   Everyone is permitted to copy and distribute verbatim copies
1167   of this license document, but changing it is not allowed.
1168 #
1169 #
1170 #  This version of the GNU Lesser General Public License incorporates
1171 #the terms and conditions of version 3 of the GNU General Public
1172 #License, supplemented by the additional permissions listed below.
1173 #
1174 #  0. Additional Definitions.
1175 #
1176 #  As used herein, "this License" refers to version 3 of the GNU Lesser
1177
1178 File: ./doc/COPYINGv2
1179 Hash: 2b241f6064bd3616cb72a4d0c6dae9821c891d4c8fd63493b6ad9933c3be72c9
1180 Copyright: 1989, 1991 Free Software Foundation, Inc
1181 License: 
1182 Licence_Text: 
1183   Everyone is permitted to copy and distribute verbatim copies
1184   of this license document, but changing it is not allowed.
1185 #
1186 #                           Preamble
1187 #
1188 #  The licenses for most software are designed to take away your
1189 #freedom to share and change it.  By contrast, the GNU General Public
1190 #License is intended to guarantee your freedom to share and change free
1191 #software--to make sure the software is free for all its users.  This
1192 #General Public License applies to most of the Free Software
1193
1194 File: ./doc/COPYINGv3
1195 Hash: cbf8d8990150fe3b4cd5e988bb081217b05d988766f352fed4de6d2e5a35a58e
1196 Copyright: 2007 Free Software Foundation, Inc.
1197 License: 
1198 Licence_Text: 
1199   Everyone is permitted to copy and distribute verbatim copies
1200   of this license document, but changing it is not allowed.
1201 #
1202 #                            Preamble
1203 #
1204 #  The GNU General Public License is a free, copyleft license for
1205 #software and other kinds of works.
1206 #
1207 #  The licenses for most software and other practical works are designed
1208 #to take away your freedom to share and change the works.  By contrast,
1209 #the GNU General Public License is intended to guarantee your freedom to
1210
1211 File: ./doc/Copyright/assign.changes.manual
1212 Hash: 3a9d0d9203ccf9ec91b1a02ec08b28760a917204fc438de6b33a5e0f5c85e3e5
1213 Copyright: 
1214 License: 
1215 Licence_Text: 
1216 #Header: 
1217 #The way to assign copyright to the Foundation is to sign an assignment
1218 #contract.  This is what legally makes the FSF the copyright holder so
1219 #that we can register the copyright on the new version.
1220 #I'm assuming that you wrote these changes yourself;
1221 #if other people wrote parts, we may need papers from them.
1222 #
1223 #If you are employed to do writing (even at a university), or have
1224 #made an agreement with your employer or school saying it owns text
1225 #you write, then you and we need a signed piece of paper from your
1226 #employer disclaiming rights to your changes.
1227 #
1228 #The disclaimer should be signed by a vice president or general manager
1229 #of the company.  If you can't get at them, anyone else authorized to
1230 #license manuals produced there will do.  Here is a sample wording:
1231
1232 File: ./doc/Copyright/assign.future.manual
1233 Hash: 3a9d0d9203ccf9ec91b1a02ec08b28760a917204fc438de6b33a5e0f5c85e3e5
1234 Copyright: 
1235 License: 
1236 Licence_Text: 
1237 #Header: 
1238 #The way to assign copyright to the Foundation is to sign an assignment
1239 #contract.  This is what legally makes the FSF the copyright holder so
1240 #that we can register the copyright on the new version.
1241 #I'm assuming that you wrote these changes yourself;
1242 #if other people wrote parts, we may need papers from them.
1243 #
1244 #If you are employed to do writing (even at a university), or have
1245 #made an agreement with your employer or school saying it owns text
1246 #you write, then you and we need a signed piece of paper from your
1247 #employer disclaiming rights to your changes.
1248 #
1249 #The disclaimer should be signed by a vice president or general manager
1250 #of the company.  If you can't get at them, anyone else authorized to
1251 #license manuals produced there will do.  Here is a sample wording:
1252
1253 File: ./doc/Copyright/assign.manual
1254 Hash: fc744c2d1b5aa2c596922b17b46b760d852e99717883fe9fd547d5f5bd318a9c
1255 Copyright: 
1256 License: 
1257 Licence_Text: 
1258 #Header: 
1259 #The way to assign copyright on this manual to the Foundation is to
1260 #sign an assignment contract.
1261 #
1262 #In addition, if you have made an agreement with an employer or school
1263 #to give them rights to such work, or if it might be considered part of
1264 #your job, then you and we need a signed piece of paper from your
1265 #employer or school, disclaiming rights to the manual.
1266 #
1267 #The disclaimer should be signed by a vice president or general manager
1268 #of the company.  If you can't get at them, anyone else authorized to
1269 #license works produced there will do.  Here is a sample wording:
1270 #
1271 #  Digital Stimulation Corporation hereby disclaims all copyright interest
1272 #  in the manual, "The Automatic Manual", written by Mr. Write, including
1273 #  both the present version of the manual and his/her future changes and
1274
1275 File: ./doc/Copyright/assign.translation.manual
1276 Hash: 5fd32468982f7402a68b288a2906b1351ffe45a2bb839b5ae13ab97a63827460
1277 Copyright: on the new version. I'm assuming that you / holder so that / to the Foundation is to sign an assignment
1278 License: 
1279 Licence_Text: 
1280 #Header: 
1281 #The way to assign copyright to the Foundation is to sign an assignment
1282 #contract.  This is what legally makes the FSF the copyright holder so that
1283 #we can register the copyright on the new version.  I'm assuming that you
1284 #did all the translating yourself; if other people wrote parts, we may need
1285 #papers from them as well.
1286 #
1287 #If you are employed to do writing (even at a university), or have
1288 #made an agreement with your employer or school saying it owns text
1289 #you write, then you and we need a signed piece of paper from your
1290 #employer disclaiming rights to your changes.
1291 #
1292 #The disclaimer should be signed by a vice president or general manager
1293 #of the company.  If you can't get at them, anyone else authorized to
1294 #license manuals written there will do.  Here is a sample wording:
1295
1296 File: ./doc/Copyright/conditions.text
1297 Hash: a0ea940fa380501407151c5ccd168afabc1749eab7ed1ccda3b32b2b85b9255a
1298 Copyright: 
1299 License: 
1300 Licence_Text: 
1301 #Header: 
1302 #Legal Issues about Contributing Code to GNU    last updated 8 Feb 2009
1303 #
1304 #Project GNU has to be careful to obey copyright laws, even though
1305 #these laws are wrong when they stop people from sharing generally
1306 #useful published information such as software, because we are in the
1307 #public eye.  We also use copyright to defend users' freedom, by means
1308 #of copyleft (though this does not excuse copyright law for helping
1309 #to make software proprietary).
1310 #
1311 #This means that if you want to contribute software to GNU, you have to
1312 #do something to give us legal permission to use it.  There are three
1313 #ways this can be done:
1314 #
1315 #* Assign the copyright to the Free Software Foundation.
1316 #This allows the FSF to act to stop violations of the GPL.
1317
1318 File: ./doc/Copyright/disclaim.changes.manual
1319 Hash: 757e8f68162152a11f39cc06de884e60f95476ecd4cd382194c22af4d7c2dbfe
1320 Copyright: 
1321 License: 
1322 Licence_Text: 
1323 #Header: 
1324 #I'd like to ask you to sign a disclaimer for your changes,
1325 #thus putting them in the public domain.  (For small to medium changes
1326 #such as this, that is just as good for us as assigning copyright.)
1327 #I'm assuming that you wrote these changes yourself;
1328 #if other people wrote parts, we may need papers from them.
1329 #
1330 #    I, <name of person>, hereby disclaim all copyright interest in my
1331 #    changes and enhancements to the manual <manual>.
1332 #
1333 #    I affirm that I have no other intellectual property interest that
1334 #    would undermine this release.  I represent that these changes and
1335 #    enhancements are my own and not a copy of someone else's work.
1336 #
1337 #    <signature and date>
1338
1339 File: ./doc/Copyright/disclaim.manual
1340 Hash: 8bb37e0674a0a2ffd0a89682057126b8e58280dde15573436bf8b307c5db7c92
1341 Copyright: 
1342 License: 
1343 Licence_Text: 
1344 #Header: 
1345 #I'd like to ask you to sign a disclaimer for the manual, thus putting
1346 #it in the public domain.  (For a small manual such as this, it's not
1347 #worth our trying to assert a copyleft.)
1348 #
1349 #    I, <name of person>, hereby disclaim all copyright interest in my
1350 #    manual <manual> which does <one-line desription>.
1351 #
1352 #    I affirm that I have no other intellectual property interest
1353 #    that would undermine this release, and will do nothing to undermine
1354 #    it in the future.  I represent that the work is my own and not
1355 #    a copy of someone else's work.
1356 #
1357 #    <signature and date>
1358 #
1359 #*Don't forget to include the date.*
1360
1361 File: ./doc/Copyright/disclaim.program
1362 Hash: 1004a718603464ea52341822431714f6de8c4bdcf58f20f53f418a13c0457c30
1363 Copyright: 
1364 License: 
1365 Licence_Text: 
1366 #Header: 
1367 #I'd like to ask you to sign a disclaimer for the program, thus putting
1368 #it in the public domain.  (For a small program such as this, it's not
1369 #worth our trying to assert a copyleft.)
1370 #
1371 #    I, <name of person>, hereby disclaim all copyright interest in my
1372 #    program <program> which does <one-line desription>.
1373 #
1374 #    I affirm that I have no other intellectual property interest
1375 #    that would undermine this release, and will do nothing to undermine
1376 #    it in the future.  I represent that the work is my own and not
1377 #    a copy of someone else's work.
1378 #
1379 #    <signature and date>
1380 #
1381 #*Don't forget to include the date.*
1382
1383 File: ./doc/Copyright/request-assign.changes
1384 Hash: 2ba32591db9fee4f110bdbcbe22f674ab921b555585aa905d212b9c56b4c01c4
1385 Copyright: 
1386 License: 
1387 Licence_Text: 
1388 #Header: 
1389 #Please email the following information to assign@gnu.org, and we will
1390 #send you the assignment form that covers the changes you have already
1391 #written.  That form will cover subsequent corrections to those
1392 #changes, but it will not cover other unrelated future changes to the
1393 #same program.
1394 #
1395 #Please use your full legal name (in ASCII characters) as the subject line of the message.
1396 #---------------------------------------------------------------------
1397 #REQUEST:  SEND FORM FOR CHANGES ALREADY MADE
1398 #
1399 #[What is the name of the program or package you're contributing to?]
1400 #
1401 #
1402 #[Did you copy any files or text written by someone else in these changes?
1403 #Even if that material is free software, we need to know about it.]
1404
1405 File: ./doc/Copyright/request-assign.future
1406 Hash: 9ba7d169c4fc06b01a773daf5ff5c2a9b2e52ac0b79a3d41aa123c51c9755a03
1407 Copyright: 
1408 License: 
1409 Licence_Text: 
1410 #Header: 
1411 #Please email the following information to assign@gnu.org, and we
1412 #will send you the assignment form for your past and future changes.
1413 #
1414 #Please use your full legal name (in ASCII characters) as the subject
1415 #line of the message.
1416 #----------------------------------------------------------------------
1417 #REQUEST: SEND FORM FOR PAST AND FUTURE CHANGES
1418 #
1419 #[What is the name of the program or package you're contributing to?]
1420 #
1421 #
1422 #[Did you copy any files or text written by someone else in these changes?
1423 #Even if that material is free software, we need to know about it.]
1424
1425 File: ./doc/Copyright/request-assign.program
1426 Hash: f1c1a0ce3e67f88c09551e5dde215d5bf03022945d5fce5d47eb781f971a6699
1427 Copyright: 
1428 License: 
1429 Licence_Text: 
1430 #Header: 
1431 #Please email the following information to fsf-records@gnu.org, and we
1432 #will send you the assignment form that covers your program.
1433 #
1434 #Please use your full legal name (in ASCII characters) as the subject
1435 #line of the message.
1436 #
1437 #
1438 #[What is the name of the program or package you're contributing?]
1439 #
1440 #
1441 #[Will this become part of a larger GNU package?  If so, what package?]
1442 #
1443 #
1444 #[Did you copy any files or text written by someone else into the
1445 #program?  Even if that material is free software, we need to know
1446
1447 File: ./doc/Copyright/request-disclaim.changes
1448 Hash: 5d1569edac388e95ffe46d8a867730615f1a0ff33075596038d3e7a3eb06ee36
1449 Copyright: 
1450 License: 
1451 Licence_Text: 
1452 #Header: 
1453 #Please email the following information to assign@gnu.org, and we will
1454 #send you the disclaimer form for your changes.  This form is preferred
1455 #when your changes are small, they do not add any nontrivial new
1456 #files, and you are finished making them (aside perhaps from small bug
1457 #fixes).
1458 #
1459 #If you would like to make further contributions to the same package,
1460 #and you would like to avoid the need to sign more papers when you
1461 #contribute them, you have another option: to sign a copyright
1462 #assignment covering your future changes.  If that is what you want to
1463 #do, please tell the maintainer you would prefer to sign an assignment
1464 #of past and future changes.
1465 #
1466 #
1467 #Please use your full legal name (in ASCII characters) as the subject
1468
1469 File: ./doc/INSTALL
1470 Hash: 71a35b239f3b448ef8b27fd63a6722f5cbec0a5bc5f700deb5038afa3caa84ba
1471 Copyright: 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1472 License: 
1473 Licence_Text: 
1474  Copying and distribution of this file, with or without modification,
1475  are permitted in any medium without royalty provided the copyright
1476  notice and this notice are preserved.  This file is offered as-is,
1477  without warranty of any kind.
1478 #Header: 
1479 #Installation Instructions
1480 #*************************
1481 #
1482 #Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
1483 #2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1484 #
1485 #   Copying and distribution of this file, with or without modification,
1486 #are permitted in any medium without royalty provided the copyright
1487 #notice and this notice are preserved.  This file is offered as-is,
1488 #without warranty of any kind.
1489 #
1490 #Basic Installation
1491 #==================
1492 #
1493 #   Briefly, the shell commands `./configure; make; make install' should
1494
1495 File: ./doc/INSTALL.ISO
1496 Hash: 6e5a01010be07ff0d4d534b3b790b151a8e39cbc596c45033bf1d82ec269eed6
1497 Copyright: 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1498 License: 
1499 Licence_Text:
1500    Copying and distribution of this file, with or without modification,
1501  are permitted in any medium without royalty provided the copyright
1502  notice and this notice are preserved.  This file is offered as-is,
1503  without warranty of any kind.
1504 #Header: 
1505 #Installation Instructions
1506 #*************************
1507 #
1508 #Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
1509 #2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1510 #
1511 #   Copying and distribution of this file, with or without modification,
1512 #are permitted in any medium without royalty provided the copyright
1513 #notice and this notice are preserved.  This file is offered as-is,
1514 #without warranty of any kind.
1515 #
1516 #Basic Installation
1517 #==================
1518 #
1519 #   Briefly, the shell commands './configure; make; make install' should
1520
1521 File: ./doc/INSTALL.UTF-8
1522 Hash: 0b6f2758c270e39f2120bc2beb256a3dcdd878e3ab6f36c81cfe1110d4a65fbb
1523 Copyright: 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1524 #
1525 License: 
1526 Licence_Text: 
1527 #Header: 
1528 #Installation Instructions
1529 #*************************
1530 #
1531 #Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
1532 #2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1533 #
1534    Copying and distribution of this file, with or without modification,
1535  are permitted in any medium without royalty provided the copyright
1536  notice and this notice are preserved.  This file is offered as-is,
1537  without warranty of any kind.
1538 #
1539 #Basic Installation
1540 #==================
1541 #
1542 #   Briefly, the shell commands â€˜./configure; make; make install’ should
1543
1544 File: ./doc/Makefile
1545 Hash: e588412f4808f445922802b7c5310650b2edc4fc1d22da096884812313562f82
1546 Copyright: 2004, 2006-2009 Free Software Foundation, Inc
1547 License: 
1548 Licence_Text: 
1549   Copying and distribution of this file, with or without modification,
1550   are permitted in any medium without royalty provided the copyright
1551   notice and this notice are preserved.
1552 #
1553 #doc = gnulib
1554 #
1555 #MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo
1556 #TEXI2HTML = $(MAKEINFO) --no-split --reference-limit=2000 --html
1557 #
1558 #%.info: %.texi
1559 #       LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --reference-limit=2000 $<
1560
1561 File: ./doc/README
1562 Hash: 5eb4b0ac21e256e6b201f1d6038cfc9fe8c0d168484e6471bda54699c84b88c9
1563 Copyright: 
1564 License: 
1565 Licence_Text: 
1566 #Header: 
1567 #Misc notes
1568 #----------
1569 #
1570 #regexprops-generic.texi is generated via a utility in findutils.
1571 #
1572 #How to update gnulib manual on www.gnu.org
1573 #------------------------------------------
1574 #
1575 #1) You need a non-anonymous checkout of the web pages directory.
1576 #
1577 #   $ cvs -d :ext:jas@cvs.savannah.gnu.org:/web/gnulib \
1578 #         checkout gnulib
1579 #
1580 #2) Get familiar with the instructions for web page maintainers.
1581 #   http://www.gnu.org/server/standards/readme_index.html
1582
1583 File: ./doc/acl-cygwin.txt
1584 Hash: 7512950629f04d795e20ac566c5fc7f846b829a09031acfd3ba424841e3f6e71
1585 Copyright: 
1586 License: 
1587 Licence_Text: 
1588 #Header: 
1589 #$ getfacl --help
1590 #Usage: getfacl [-adn] FILE [FILE2...]
1591 #Display file and directory access control lists (ACLs).
1592 #
1593 #  -a, --all      display the filename, the owner, the group, and
1594 #                 the ACL of the file
1595 #  -d, --dir      display the filename, the owner, the group, and
1596 #                 the default ACL of the directory, if it exists
1597 #  -h, --help     output usage information and exit
1598 #  -n, --noname   display user and group IDs instead of names
1599 #  -v, --version  output version information and exit
1600 #
1601 #When multiple files are specified on the command line, a blank
1602 #line separates the ACLs for each file.
1603 #For each argument that is a regular file, special file or
1604
1605 File: ./doc/acl-resources.txt
1606 Hash: 65da96ac4e110970dd7bee204441e94d575e83310791c7f95365082981b55962
1607 Copyright: 
1608 License: 
1609 Licence_Text: 
1610 #Header: 
1611 #General introduction:
1612 #  http://www.suse.de/~agruen/acl/linux-acls/online/
1613 #
1614 #
1615 #POSIX ACLs
1616 #
1617 #Documents from POSIX.1e (headers & functions) and POSIX.2c (utilities):
1618 #  http://wt.xpilot.org/publications/posix.1e/download.html
1619 #
1620 #
1621 #Linux ACLs
1622 #
1623 #Introduction:
1624 #  http://www.suse.de/~agruen/acl/linux-acls/online/
1625 #Hands-on tutorial:
1626
1627 File: ./doc/agpl-3.0.texi
1628 Hash: 77c3f2a9718accc065836d61cf2575b50220f1f3c121e281fec0a06ee3ad8b46
1629 Copyright: 2007 Free Software Foundation, Inc.
1630 License: 
1631 Licence_Text: 
1632  Everyone is permitted to copy and distribute verbatim copies of this
1633  license document, but changing it is not allowed.
1634 #
1635 #@heading Preamble
1636
1637 File: ./doc/alloca-opt.texi
1638 Hash: ba0ad6232fbf3ba81b9dece15497df973cbcf4a4b7e2295ca66b0bed803d82da
1639 Copyright: 2004, 2007 Free Software Foundation, Inc
1640 License: GFDL-1.3+
1641 Licence_Text: 
1642  Permission is granted to copy, distribute and/or modify this document
1643  under the terms of the GNU Free Documentation License, Version 1.3 or
1644  any later version published by the Free Software Foundation; with no
1645  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1646  Texts.  A copy of the license is included in the ``GNU Free
1647  Documentation License'' file as part of this distribution.
1648 #
1649 #The alloca-opt module provides for a function @code{alloca} which allocates
1650 #memory on the stack, where the system allows it. A memory block allocated with
1651 #@code{alloca} exists only until the function that calls @code{alloca} returns
1652 #or exits abruptly.
1653
1654 File: ./doc/alloca.texi
1655 Hash: abaafa45b821b2064d735be4848a476c92e67742811e7c991eefbf8b0314210c
1656 Copyright: 2004, 2007 Free Software Foundation, Inc
1657 License: GFDL-1.3+
1658 Licence_Text:
1659  Permission is granted to copy, distribute and/or modify this document
1660  under the terms of the GNU Free Documentation License, Version 1.3 or
1661  any later version published by the Free Software Foundation; with no
1662  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1663  Texts.  A copy of the license is included in the ``GNU Free
1664  Documentation License'' file as part of this distribution.
1665 #Header: 
1666 #@c Documentation of gnulib module 'alloca'.
1667 #
1668 #@c Copyright (C) 2004, 2007 Free Software Foundation, Inc.
1669 #
1670 #@c Permission is granted to copy, distribute and/or modify this document
1671 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
1672 #@c any later version published by the Free Software Foundation; with no
1673 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1674 #@c Texts.  A copy of the license is included in the ``GNU Free
1675 #@c Documentation License'' file as part of this distribution.
1676 #
1677 #The alloca module provides for a function @code{alloca} which allocates
1678 #memory on the stack, where the system allows it. A memory block allocated with
1679 #@code{alloca} exists only until the function that calls @code{alloca} returns
1680 #or exits abruptly.
1681
1682 File: ./doc/c-ctype.texi
1683 Hash: 02681cc5ffcc4bb503782c8ce7f5b053f524a61d77b10dfd3c8d29e8696a8cd5
1684 Copyright: 2008 Free Software Foundation, Inc
1685 License: GFDL-1.3+
1686 Licence_Text:
1687  Permission is granted to copy, distribute and/or modify this document
1688  under the terms of the GNU Free Documentation License, Version 1.3 or
1689  any later version published by the Free Software Foundation; with no
1690  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1691  Texts.  A copy of the license is included in the ``GNU Free
1692  Documentation License'' file as part of this distribution.
1693 #Header: 
1694 #@c Documentation of gnulib module 'c-ctype'.
1695 #
1696 #@c Copyright (C) 2008 Free Software Foundation, Inc.
1697 #
1698 #@c Permission is granted to copy, distribute and/or modify this document
1699 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
1700 #@c any later version published by the Free Software Foundation; with no
1701 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1702 #@c Texts.  A copy of the license is included in the ``GNU Free
1703 #@c Documentation License'' file as part of this distribution.
1704 #
1705 #The @code{c-ctype} module contains functions operating on single-byte
1706 #characters, like the functions in @code{<ctype.h>}, that operate as if the
1707 #locale encoding was ASCII.  (The "C" locale on many systems has the locale
1708 #encoding "ASCII".)
1709
1710 File: ./doc/c-strcase.texi
1711 Hash: 12a8966489a243d56b5727a843e8d199ce1be4cbddf810d6e0546fc0d47c0db9
1712 Copyright: 2008 Free Software Foundation, Inc
1713 License: GFDL-1.3+
1714 Licence_Text:
1715  Permission is granted to copy, distribute and/or modify this document
1716  under the terms of the GNU Free Documentation License, Version 1.3 or
1717  any later version published by the Free Software Foundation; with no
1718  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1719  Texts.  A copy of the license is included in the ``GNU Free
1720  Documentation License'' file as part of this distribution.
1721
1722 #Header: 
1723 #@c Documentation of gnulib module 'c-strcase'.
1724 #
1725 #@c Copyright (C) 2008 Free Software Foundation, Inc.
1726 #
1727 #@c Permission is granted to copy, distribute and/or modify this document
1728 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
1729 #@c any later version published by the Free Software Foundation; with no
1730 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1731 #@c Texts.  A copy of the license is included in the ``GNU Free
1732 #@c Documentation License'' file as part of this distribution.
1733 #
1734 #The @code{c-strcase} module contains case-insensitive string comparison
1735 #functions operating on single-byte character strings, like the functions in
1736 #@code{<strings.h>}, that operate as if the locale encoding was ASCII.
1737 #(The "C" locale on many systems has the locale encoding "ASCII".)
1738
1739 File: ./doc/c-strcaseeq.texi
1740 Hash: 07a09de098c41135d2b8c252e34d16942a2df705d4165259604efc2bc89f32df
1741 Copyright: 2008 Free Software Foundation, Inc
1742 License: GFDL-1.3+
1743 Licence_Text:
1744  Permission is granted to copy, distribute and/or modify this document
1745  under the terms of the GNU Free Documentation License, Version 1.3 or
1746  any later version published by the Free Software Foundation; with no
1747  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1748  Texts.  A copy of the license is included in the ``GNU Free
1749  Documentation License'' file as part of this distribution.
1750 #Header: 
1751 #@c Documentation of gnulib module 'c-strcaseeq'.
1752 #
1753 #@c Copyright (C) 2008 Free Software Foundation, Inc.
1754 #
1755 #@c Permission is granted to copy, distribute and/or modify this document
1756 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
1757 #@c any later version published by the Free Software Foundation; with no
1758 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1759 #@c Texts.  A copy of the license is included in the ``GNU Free
1760 #@c Documentation License'' file as part of this distribution.
1761 #
1762 #The @code{c-strcaseeq} module contains an optimized case-insensitive
1763 #string comparison function operating on single-byte character strings, that
1764 #operate as if the locale encoding was ASCII.
1765 #(The "C" locale on many systems has the locale encoding "ASCII".)
1766
1767 File: ./doc/c-strcasestr.texi
1768 Hash: 28f551e29d750587564a6c9d605d880b4adc908e73ba20486dad95089bcbe988
1769 Copyright: 2008 Free Software Foundation, Inc
1770 License: GFDL-1.3+
1771 Licence_Text:
1772  Permission is granted to copy, distribute and/or modify this document
1773  under the terms of the GNU Free Documentation License, Version 1.3 or
1774  any later version published by the Free Software Foundation; with no
1775  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1776  Texts.  A copy of the license is included in the ``GNU Free
1777  Documentation License'' file as part of this distribution.
1778
1779 #Header: 
1780 #@c Documentation of gnulib module 'c-strcasestr'.
1781 #
1782 #@c Copyright (C) 2008 Free Software Foundation, Inc.
1783 #
1784 #@c Permission is granted to copy, distribute and/or modify this document
1785 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
1786 #@c any later version published by the Free Software Foundation; with no
1787 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1788 #@c Texts.  A copy of the license is included in the ``GNU Free
1789 #@c Documentation License'' file as part of this distribution.
1790 #
1791 #The @code{c-strcasestr} module contains a case-insensitive string search
1792 #function operating on single-byte character strings, that operate as if the
1793 #locale encoding was ASCII.
1794 #(The "C" locale on many systems has the locale encoding "ASCII".)
1795
1796 File: ./doc/c-strstr.texi
1797 Hash: dc0b4e2b4ae14f6c0b231a1cb517386171cdd2e79bad16e5c8468a6d3f05d863
1798 Copyright: 2008 Free Software Foundation, Inc
1799 License: GFDL-1.3+
1800 Licence_Text:
1801  Permission is granted to copy, distribute and/or modify this document
1802  under the terms of the GNU Free Documentation License, Version 1.3 or
1803  any later version published by the Free Software Foundation; with no
1804  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1805  Texts.  A copy of the license is included in the ``GNU Free
1806  Documentation License'' file as part of this distribution.
1807
1808 #Header: 
1809 #@c Documentation of gnulib module 'c-strstr'.
1810 #
1811 #@c Copyright (C) 2008 Free Software Foundation, Inc.
1812 #
1813 #@c Permission is granted to copy, distribute and/or modify this document
1814 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
1815 #@c any later version published by the Free Software Foundation; with no
1816 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1817 #@c Texts.  A copy of the license is included in the ``GNU Free
1818 #@c Documentation License'' file as part of this distribution.
1819 #
1820 #The @code{c-strstr} module contains a substring search function operating
1821 #on single-byte character strings, that operate as if the locale encoding
1822 #was ASCII.
1823 #(The "C" locale on many systems has the locale encoding "ASCII".)
1824
1825 File: ./doc/c-strtod.texi
1826 Hash: f12b034c095af6fedebe50970c03692a308cd6d76c710040021e05e14111d0e6
1827 Copyright: 2008-2009 Free Software Foundation, Inc
1828 License: GFDL-1.3+
1829 Licence_Text:
1830  Permission is granted to copy, distribute and/or modify this document
1831  under the terms of the GNU Free Documentation License, Version 1.3 or
1832  any later version published by the Free Software Foundation; with no
1833  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1834  Texts.  A copy of the license is included in the ``GNU Free
1835  Documentation License'' file as part of this distribution.
1836
1837 #Header: 
1838 #@c Documentation of gnulib module 'c-strtod'.
1839 #
1840 #@c Copyright (C) 2008-2009 Free Software Foundation, Inc.
1841 #
1842 #@c Permission is granted to copy, distribute and/or modify this document
1843 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
1844 #@c any later version published by the Free Software Foundation; with no
1845 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1846 #@c Texts.  A copy of the license is included in the ``GNU Free
1847 #@c Documentation License'' file as part of this distribution.
1848 #
1849 #The @code{c-strtod} module contains a string to number (@samp{double})
1850 #conversion function operating on single-byte character strings, that operates
1851 #as if the locale encoding was ASCII.
1852 #(The "C" locale on many systems has the locale encoding "ASCII".)
1853
1854 File: ./doc/c-strtold.texi
1855 Hash: acd8d275bc49ba09e74845ef9ab62f76fe1ec2a82b7358a85790af57c33de3eb
1856 Copyright: 2008 Free Software Foundation, Inc
1857 License: GFDL-1.3+
1858 Licence_Text:
1859  Permission is granted to copy, distribute and/or modify this document
1860  under the terms of the GNU Free Documentation License, Version 1.3 or
1861  any later version published by the Free Software Foundation; with no
1862  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1863  Texts.  A copy of the license is included in the ``GNU Free
1864  Documentation License'' file as part of this distribution.
1865
1866 #Header: 
1867 #@c Documentation of gnulib module 'c-strtold'.
1868 #
1869 #@c Copyright (C) 2008 Free Software Foundation, Inc.
1870 #
1871 #@c Permission is granted to copy, distribute and/or modify this document
1872 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
1873 #@c any later version published by the Free Software Foundation; with no
1874 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1875 #@c Texts.  A copy of the license is included in the ``GNU Free
1876 #@c Documentation License'' file as part of this distribution.
1877 #
1878 #The @code{c-strtold} module contains a string to number (@samp{long double})
1879 #conversion function operating on single-byte character strings, that operates
1880 #as if the locale encoding was ASCII.
1881 #(The "C" locale on many systems has the locale encoding "ASCII".)
1882
1883 File: ./doc/ctime.texi
1884 Hash: c54a4356bb5de6dc3dd73b82b8ba0e40975a2cf465b639f8cf8456097c6f8658
1885 Copyright: 2005 Free Software Foundation, Inc
1886 License: GFDL-1.3+
1887 Licence_Text:
1888  Permission is granted to copy, distribute and/or modify this document
1889  under the terms of the GNU Free Documentation License, Version 1.3 or
1890  any later version published by the Free Software Foundation; with no
1891  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1892  Texts.  A copy of the license is included in the ``GNU Free
1893  Documentation License'' file as part of this distribution.
1894 #Header: 
1895 #@node ctime
1896 #@section ctime
1897 #@findex ctime
1898 #
1899 #@c Copyright (C) 2005 Free Software Foundation, Inc.
1900 #
1901 #@c Permission is granted to copy, distribute and/or modify this document
1902 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
1903 #@c any later version published by the Free Software Foundation; with no
1904 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1905 #@c Texts.  A copy of the license is included in the ``GNU Free
1906 #@c Documentation License'' file as part of this distribution.
1907 #
1908 #The @code{ctime} function need not be reentrant, and consequently is
1909 #not required to be thread safe.  Implementations of @code{ctime}
1910
1911 File: ./doc/error.texi
1912 Hash: a5f78c9c537fb0dbb6b9d6740073f5c7cf4f1bc3af0531c33806fbfd624de688
1913 Copyright: 2007 Free Software Foundation, Inc
1914 License: GFDL-1.3+
1915 Licence_Text:
1916  Permission is granted to copy, distribute and/or modify this document
1917  under the terms of the GNU Free Documentation License, Version 1.3 or
1918  any later version published by the Free Software Foundation; with no
1919  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1920  Texts.  A copy of the license is included in the ``GNU Free
1921  Documentation License'' file as part of this distribution.
1922 #Header: 
1923 #@node error and progname
1924 #@section error and progname
1925 #@findex error
1926 #@findex progname
1927 #@vindex program_name
1928 #
1929 #@c Copyright (C) 2007 Free Software Foundation, Inc.
1930 #
1931 #@c Permission is granted to copy, distribute and/or modify this document
1932 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
1933 #@c any later version published by the Free Software Foundation; with no
1934 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
1935 #@c Texts.  A copy of the license is included in the ``GNU Free
1936 #@c Documentation License'' file as part of this distribution.
1937
1938 File: ./doc/fdl-1.2.texi
1939 Hash: 6f673a8c0082124229a9a100543bd41368cfe3db307ab0db0b89cf84c611cf1b
1940 Copyright: 2000,2001,2002 Free Software Foundation, Inc
1941 License: 
1942 Licence_Text: 
1943  Everyone is permitted to copy and distribute verbatim copies
1944  of this license document, but changing it is not allowed.
1945 #
1946 #@enumerate 0
1947
1948 File: ./doc/fdl-1.3.texi
1949 Hash: ed01a43bc4273db8688a62f70b1b61c27a10e4fe3ba749a71c8f1704f7d11a84
1950 Copyright: 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc
1951 License: 
1952 Licence_Text: 
1953  Everyone is permitted to copy and distribute verbatim copies
1954  of this license document, but changing it is not allowed.
1955 #
1956 #@enumerate 0
1957
1958 File: ./doc/fdl.texi
1959 Hash: ed01a43bc4273db8688a62f70b1b61c27a10e4fe3ba749a71c8f1704f7d11a84
1960 Copyright: 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc
1961 License: 
1962 Licence_Text: 
1963  Everyone is permitted to copy and distribute verbatim copies
1964  of this license document, but changing it is not allowed.
1965 #@end display
1966 #
1967 #@enumerate 0
1968
1969 File: ./doc/func.texi
1970 Hash: f8cd19fcf35037aa6fd49e493bd85eb6f696afa87e1bc56fbf2ee045329f20e7
1971 Copyright: 
1972 License: 
1973 Licence_Text: 
1974 #Header: 
1975 #@node func
1976 #@section func
1977 #
1978 #The @code{func} module makes sure that you can use the predefined
1979 #identifier @code{__func__} as defined by C99 in your code.
1980 #
1981 #A small example is:
1982 #
1983 #@smallexample
1984 ##include <config.h>
1985 ##include <stdio.h> /* for printf */
1986 #
1987 #int main (void)
1988 #@{
1989 #    printf ("%s: hello world\n", __func__);
1990
1991 File: ./doc/gcd.texi
1992 Hash: aa4594d335a46b562a96ebd76cabc7451a3ba2737bf0b032f1b66f18ab3fc5cb
1993 Copyright: 2006 Free Software Foundation, Inc
1994 License: GFDL-1.3+
1995 Licence_Text:
1996  Permission is granted to copy, distribute and/or modify this document
1997  under the terms of the GNU Free Documentation License, Version 1.3 or
1998  any later version published by the Free Software Foundation; with no
1999  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
2000  Texts.  A copy of the license is included in the ``GNU Free
2001  Documentation License'' file as part of this distribution.
2002 #Header: 
2003 #@node gcd
2004 #@section gcd: greatest common divisor
2005 #@findex gcd
2006 #
2007 #@c Copyright (C) 2006 Free Software Foundation, Inc.
2008 #
2009 #@c Permission is granted to copy, distribute and/or modify this document
2010 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
2011 #@c any later version published by the Free Software Foundation; with no
2012 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
2013 #@c Texts.  A copy of the license is included in the ``GNU Free
2014 #@c Documentation License'' file as part of this distribution.
2015 #
2016 #The @code{gcd} function returns the greatest common divisor of two numbers
2017 #@code{a > 0} and @code{b > 0}.  It is the caller's responsibility to ensure
2018
2019 File: ./doc/gendocs_template
2020 Hash: 61dc5a61685d6ce9d5377c109bba5dc71089a86add68e14628f17ca13697d849
2021 Copyright: 
2022 License: 
2023 Licence_Text: 
2024 #Header: 
2025 #<!--#include virtual="/server/header.html" -->
2026 #<title>%%TITLE%% - GNU Project - Free Software Foundation (FSF)</title>
2027 #<!--#include virtual="/server/banner.html" -->
2028 #<h2>%%TITLE%%</h2>
2029 #
2030 #<!-- This document is in XML, and xhtml 1.0 -->
2031 #<!-- Please make sure to properly nest your tags -->
2032 #<!-- and ensure that your final document validates -->
2033 #<!-- consistent with W3C xhtml 1.0 and CSS standards -->
2034 #<!-- See validator.w3.org -->
2035 #
2036 #<address>Free Software Foundation</address>
2037 #<address>last updated %%DATE%%</address>
2038 #
2039 #<p>This manual (%%PACKAGE%%) is available in the following formats:</p>
2040
2041 File: ./doc/gendocs_template_min
2042 Hash: 8599a5f69e6110fe324e413e04c4920db1f37a9becf5db55f27a6d132bbfb8b2
2043 Copyright: 
2044 License: 
2045 Licence_Text: 
2046 #Header: 
2047 #<?xml version="1.0" encoding="utf-8" ?>
2048 #<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2049 #    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2050 #<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
2051 #
2052 #<head>
2053 #<title>%%TITLE%% - GNU Project - Free Software Foundation (FSF)</title>
2054 #<meta http-equiv="content-type" content='text/html; charset=utf-8' />
2055 #<link rel="stylesheet" type="text/css" href="/gnu.css" />
2056 #<link rev="made" href="webmasters@gnu.org" />
2057 #</head>
2058 #
2059 #<!-- This document is in XML, and xhtml 1.0 -->
2060 #<!-- Please make sure to properly nest your tags -->
2061 #<!-- and ensure that your final document validates -->
2062
2063 File: ./doc/getdate.texi
2064 Hash: b49cb20e0eb9f85da9aeb64338b8442bd47b45259faf2e6fce118e6c90af6579
2065 Copyright: 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
2066 License: GFDL-1.3+
2067 Licence_Text:
2068  Permission is granted to copy, distribute and/or modify this document
2069  under the terms of the GNU Free Documentation License, Version 1.3 or
2070  any later version published by the Free Software Foundation; with no
2071  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
2072  Texts.  A copy of the license is included in the ``GNU Free
2073  Documentation License'' file as part of this distribution.
2074
2075 #Header: 
2076 #@c GNU date syntax documentation
2077 #
2078 #@c Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2079 #@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2080 #
2081 #@c Permission is granted to copy, distribute and/or modify this document
2082 #@c under the terms of the GNU Free Documentation License, Version 1.3 or
2083 #@c any later version published by the Free Software Foundation; with no
2084 #@c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
2085 #@c Texts.  A copy of the license is included in the ``GNU Free
2086 #@c Documentation License'' file as part of this distribution.
2087 #
2088 #@node Date input formats
2089 #@chapter Date input formats
2090
2091 File: ./doc/glibc-functions/accept4.texi
2092 Hash: b17ebc577f3ee392f19100a7b506ff1a38cc1328a92bea909d6d34690aa2bed2
2093 Copyright: 
2094 License: 
2095 Licence_Text: 
2096 #Header: 
2097 #@node accept4
2098 #@subsection @code{accept4}
2099 #@findex accept4
2100 #
2101 #Gnulib module: accept4
2102 #
2103 #Portability problems fixed by Gnulib:
2104 #@itemize
2105 #@item
2106 #This function is missing on all non-glibc platforms:
2107 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2108 #@end itemize
2109 #
2110 #Portability problems not fixed by Gnulib:
2111 #@itemize
2112
2113 File: ./doc/glibc-functions/acct.texi
2114 Hash: d37daf7575d441486ace90191eefb3bea667e4d10eff5e8a14a8c41493b0fab8
2115 Copyright: 
2116 License: 
2117 Licence_Text: 
2118 #Header: 
2119 #@node acct
2120 #@subsection @code{acct}
2121 #@findex acct
2122 #
2123 #Gnulib module: ---
2124 #
2125 #Portability problems fixed by Gnulib:
2126 #@itemize
2127 #@end itemize
2128 #
2129 #Portability problems not fixed by Gnulib:
2130 #@itemize
2131 #@item
2132 #This function is missing on some platforms:
2133 #AIX 5.1, Cygwin, mingw, Interix 3.5, BeOS.
2134
2135 File: ./doc/glibc-functions/addmntent.texi
2136 Hash: 859dc5755ca851474f5acfa8db53055f59573e5bbaf332b8dd8e5754fda11b50
2137 Copyright: 
2138 License: 
2139 Licence_Text: 
2140 #Header: 
2141 #@node addmntent
2142 #@subsection @code{addmntent}
2143 #@findex addmntent
2144 #
2145 #Gnulib module: ---
2146 #
2147 #Portability problems fixed by Gnulib:
2148 #@itemize
2149 #@end itemize
2150 #
2151 #Portability problems not fixed by Gnulib:
2152 #@itemize
2153 #@item
2154 #This function is missing on some platforms:
2155 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2156
2157 File: ./doc/glibc-functions/addseverity.texi
2158 Hash: 6e44d5223f4987a83f8c4db55cfdc1f9e81c6d998c1853716aba498d5d9a1535
2159 Copyright: 
2160 License: 
2161 Licence_Text: 
2162 #Header: 
2163 #@node addseverity
2164 #@subsection @code{addseverity}
2165 #@findex addseverity
2166 #
2167 #Gnulib module: ---
2168 #
2169 #Portability problems fixed by Gnulib:
2170 #@itemize
2171 #@end itemize
2172 #
2173 #Portability problems not fixed by Gnulib:
2174 #@itemize
2175 #@item
2176 #This function is missing on some platforms:
2177 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
2178
2179 File: ./doc/glibc-functions/adjtime.texi
2180 Hash: cbc4f68c7f77addbdc16bd13629e75db5fcff64a0567488ceb04a9459e6b992d
2181 Copyright: 
2182 License: 
2183 Licence_Text: 
2184 #Header: 
2185 #@node adjtime
2186 #@subsection @code{adjtime}
2187 #@findex adjtime
2188 #
2189 #Gnulib module: ---
2190 #
2191 #Portability problems fixed by Gnulib:
2192 #@itemize
2193 #@end itemize
2194 #
2195 #Portability problems not fixed by Gnulib:
2196 #@itemize
2197 #@item
2198 #This function is missing on some platforms:
2199 #AIX 5.1, Cygwin, mingw, Interix 3.5, BeOS.
2200
2201 File: ./doc/glibc-functions/adjtimex.texi
2202 Hash: 5c618ea0205407dfab68f9bf13e88e944c25e7be821a02d1e42f49998b5ed63b
2203 Copyright: 
2204 License: 
2205 Licence_Text: 
2206 #Header: 
2207 #@node adjtimex
2208 #@subsection @code{adjtimex}
2209 #@findex adjtimex
2210 #
2211 #Gnulib module: ---
2212 #
2213 #Portability problems fixed by Gnulib:
2214 #@itemize
2215 #@end itemize
2216 #
2217 #Portability problems not fixed by Gnulib:
2218 #@itemize
2219 #@item
2220 #This function is missing on all non-glibc platforms:
2221 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2222
2223 File: ./doc/glibc-functions/advance.texi
2224 Hash: 83424853aeaa0dbc7252aa0ae47b7e9f9b633576a94942c0519d53e8e4fbf526
2225 Copyright: 
2226 License: 
2227 Licence_Text: 
2228 #Header: 
2229 #@node advance
2230 #@subsection @code{advance}
2231 #@findex advance
2232 #
2233 #Gnulib module: ---
2234 #
2235 #Portability problems fixed by Gnulib:
2236 #@itemize
2237 #@end itemize
2238 #
2239 #Portability problems not fixed by Gnulib:
2240 #@itemize
2241 #@item
2242 #This function is missing on all non-glibc platforms:
2243 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2244
2245 File: ./doc/glibc-functions/aio_init.texi
2246 Hash: 9776ff627d5968a12d86d200038f926555e224daed04cde21769fc19b58856f7
2247 Copyright: 
2248 License: 
2249 Licence_Text: 
2250 #Header: 
2251 #@node aio_init
2252 #@subsection @code{aio_init}
2253 #@findex aio_init
2254 #
2255 #Gnulib module: ---
2256 #
2257 #Portability problems fixed by Gnulib:
2258 #@itemize
2259 #@end itemize
2260 #
2261 #Portability problems not fixed by Gnulib:
2262 #@itemize
2263 #@item
2264 #This function is missing on some platforms:
2265 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2266
2267 File: ./doc/glibc-functions/argp_err_exit_status.texi
2268 Hash: 5ad7e936e9599c8501ca2844805be318d773b5d5c7e96714c730596e5bf02292
2269 Copyright: 
2270 License: 
2271 Licence_Text: 
2272 #Header: 
2273 #@node argp_err_exit_status
2274 #@subsection @code{argp_err_exit_status}
2275 #@findex argp_err_exit_status
2276 #
2277 #Gnulib module: ---
2278 #
2279 #Portability problems fixed by Gnulib:
2280 #@itemize
2281 #@end itemize
2282 #
2283 #Portability problems not fixed by Gnulib:
2284 #@itemize
2285 #@item
2286 #This variable is missing on all non-glibc platforms:
2287 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2288
2289 File: ./doc/glibc-functions/argp_error.texi
2290 Hash: 72fdeba016c2e94cd219221fd18adfb4d13c5ba9759e2a0ec006c587799f0239
2291 Copyright: 
2292 License: 
2293 Licence_Text: 
2294 #Header: 
2295 #@node argp_error
2296 #@subsection @code{argp_error}
2297 #@findex argp_error
2298 #
2299 #Gnulib module: ---
2300 #
2301 #Portability problems fixed by Gnulib:
2302 #@itemize
2303 #@end itemize
2304 #
2305 #Portability problems not fixed by Gnulib:
2306 #@itemize
2307 #@item
2308 #This function is missing on all non-glibc platforms:
2309 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2310
2311 File: ./doc/glibc-functions/argp_failure.texi
2312 Hash: 0f61197bb59045af63a046f1456ddcc1efe393b7d73e170c2c112ac960feedd3
2313 Copyright: 
2314 License: 
2315 Licence_Text: 
2316 #Header: 
2317 #@node argp_failure
2318 #@subsection @code{argp_failure}
2319 #@findex argp_failure
2320 #
2321 #Gnulib module: ---
2322 #
2323 #Portability problems fixed by Gnulib:
2324 #@itemize
2325 #@end itemize
2326 #
2327 #Portability problems not fixed by Gnulib:
2328 #@itemize
2329 #@item
2330 #This function is missing on all non-glibc platforms:
2331 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2332
2333 File: ./doc/glibc-functions/argp_help.texi
2334 Hash: 773dd3780b48dabb78efa3e3f644e7c823f67de3b7e87ec93b0ec5cac2323bfc
2335 Copyright: 
2336 License: 
2337 Licence_Text: 
2338 #Header: 
2339 #@node argp_help
2340 #@subsection @code{argp_help}
2341 #@findex argp_help
2342 #
2343 #Gnulib module: ---
2344 #
2345 #Portability problems fixed by Gnulib:
2346 #@itemize
2347 #@end itemize
2348 #
2349 #Portability problems not fixed by Gnulib:
2350 #@itemize
2351 #@item
2352 #This function is missing on all non-glibc platforms:
2353 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2354
2355 File: ./doc/glibc-functions/argp_parse.texi
2356 Hash: 3ca5263fc5663150b7dc9362a3114bd350d03d1e3e5be932c07299810577ebe2
2357 Copyright: 
2358 License: 
2359 Licence_Text: 
2360 #Header: 
2361 #@node argp_parse
2362 #@subsection @code{argp_parse}
2363 #@findex argp_parse
2364 #
2365 #Gnulib module: ---
2366 #
2367 #Portability problems fixed by Gnulib:
2368 #@itemize
2369 #@end itemize
2370 #
2371 #Portability problems not fixed by Gnulib:
2372 #@itemize
2373 #@item
2374 #This function is missing on all non-glibc platforms:
2375 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2376
2377 File: ./doc/glibc-functions/argp_program_bug_address.texi
2378 Hash: 3abb0a66f95fb062ec1970dbc8bf29e7fbf683b64d7334d38c1c58e2e175a8ec
2379 Copyright: 
2380 License: 
2381 Licence_Text: 
2382 #Header: 
2383 #@node argp_program_bug_address
2384 #@subsection @code{argp_program_bug_address}
2385 #@findex argp_program_bug_address
2386 #
2387 #Gnulib module: ---
2388 #
2389 #Portability problems fixed by Gnulib:
2390 #@itemize
2391 #@end itemize
2392 #
2393 #Portability problems not fixed by Gnulib:
2394 #@itemize
2395 #@item
2396 #This variable is missing on all non-glibc platforms:
2397 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2398
2399 File: ./doc/glibc-functions/argp_program_version.texi
2400 Hash: ff08b5d2808dc3501de2605f1631bd2e0a60676ba06b47d3a6faa09728c9989f
2401 Copyright: 
2402 License: 
2403 Licence_Text: 
2404 #Header: 
2405 #@node argp_program_version
2406 #@subsection @code{argp_program_version}
2407 #@findex argp_program_version
2408 #
2409 #Gnulib module: ---
2410 #
2411 #Portability problems fixed by Gnulib:
2412 #@itemize
2413 #@end itemize
2414 #
2415 #Portability problems not fixed by Gnulib:
2416 #@itemize
2417 #@item
2418 #This variable is missing on all non-glibc platforms:
2419 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2420
2421 File: ./doc/glibc-functions/argp_program_version_hook.texi
2422 Hash: 7a8f425b15b7e6abda323db20c96f40c5b56729b1bd3ddb9ab1f2130c590935c
2423 Copyright: 
2424 License: 
2425 Licence_Text: 
2426 #Header: 
2427 #@node argp_program_version_hook
2428 #@subsection @code{argp_program_version_hook}
2429 #@findex argp_program_version_hook
2430 #
2431 #Gnulib module: ---
2432 #
2433 #Portability problems fixed by Gnulib:
2434 #@itemize
2435 #@end itemize
2436 #
2437 #Portability problems not fixed by Gnulib:
2438 #@itemize
2439 #@item
2440 #This variable is missing on all non-glibc platforms:
2441 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2442
2443 File: ./doc/glibc-functions/argp_state_help.texi
2444 Hash: 10e9a562637cf6c60d5b43a4e8512e74cd9a74db87707e628300d49e0e4f2512
2445 Copyright: 
2446 License: 
2447 Licence_Text: 
2448 #Header: 
2449 #@node argp_state_help
2450 #@subsection @code{argp_state_help}
2451 #@findex argp_state_help
2452 #
2453 #Gnulib module: ---
2454 #
2455 #Portability problems fixed by Gnulib:
2456 #@itemize
2457 #@end itemize
2458 #
2459 #Portability problems not fixed by Gnulib:
2460 #@itemize
2461 #@item
2462 #This function is missing on all non-glibc platforms:
2463 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2464
2465 File: ./doc/glibc-functions/argp_usage.texi
2466 Hash: ece258de9630be5b079b97514e35aca806a96c4ebff29277d1c07379649f5e7d
2467 Copyright: 
2468 License: 
2469 Licence_Text: 
2470 #Header: 
2471 #@node argp_usage
2472 #@subsection @code{argp_usage}
2473 #@findex argp_usage
2474 #
2475 #Gnulib module: ---
2476 #
2477 #Portability problems fixed by Gnulib:
2478 #@itemize
2479 #@end itemize
2480 #
2481 #Portability problems not fixed by Gnulib:
2482 #@itemize
2483 #@item
2484 #This function is missing on all non-glibc platforms:
2485 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2486
2487 File: ./doc/glibc-functions/argz_add.texi
2488 Hash: 18f2bcea93aa6152c099688d18a0b6ae9f76590ab025af5ec39e16865f55f96c
2489 Copyright: 
2490 License: 
2491 Licence_Text: 
2492 #Header: 
2493 #@node argz_add
2494 #@subsection @code{argz_add}
2495 #@findex argz_add
2496 #
2497 #Gnulib module: argz
2498 #
2499 #Portability problems fixed by Gnulib:
2500 #@itemize
2501 #@item
2502 #This function is missing on some platforms:
2503 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2504 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2505 #
2506 #@item
2507 #This function is broken on some platforms:
2508
2509 File: ./doc/glibc-functions/argz_add_sep.texi
2510 Hash: 3cdf339fc9645ea7cdac7064100ed6a6fecefa47e48581d2c75e8335220b9fcd
2511 Copyright: 
2512 License: 
2513 Licence_Text: 
2514 #Header: 
2515 #@node argz_add_sep
2516 #@subsection @code{argz_add_sep}
2517 #@findex argz_add_sep
2518 #
2519 #Gnulib module: argz
2520 #
2521 #Portability problems fixed by Gnulib:
2522 #@itemize
2523 #@item
2524 #This function is missing on some platforms:
2525 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2526 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2527 #
2528 #@item
2529 #This function is broken on some platforms:
2530
2531 File: ./doc/glibc-functions/argz_append.texi
2532 Hash: ae244a6da5f6ca8ef7107924f21425880f8154ab51c14f8fb43be0f5bb7c4f52
2533 Copyright: 
2534 License: 
2535 Licence_Text: 
2536 #Header: 
2537 #@node argz_append
2538 #@subsection @code{argz_append}
2539 #@findex argz_append
2540 #
2541 #Gnulib module: argz
2542 #
2543 #Portability problems fixed by Gnulib:
2544 #@itemize
2545 #@item
2546 #This function is missing on some platforms:
2547 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2548 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2549 #
2550 #@item
2551 #This function is broken on some platforms:
2552
2553 File: ./doc/glibc-functions/argz_count.texi
2554 Hash: 599ba24548a6631c721c4a913df6101ad0f19f0f7bfecd4549cc20fba44c1252
2555 Copyright: 
2556 License: 
2557 Licence_Text: 
2558 #Header: 
2559 #@node argz_count
2560 #@subsection @code{argz_count}
2561 #@findex argz_count
2562 #
2563 #Gnulib module: argz
2564 #
2565 #Portability problems fixed by Gnulib:
2566 #@itemize
2567 #@item
2568 #This function is missing on some platforms:
2569 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2570 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2571 #
2572 #@item
2573 #This function is broken on some platforms:
2574
2575 File: ./doc/glibc-functions/argz_create.texi
2576 Hash: 6b7edc8f20ff0749926679da311d9d61a120537cb7e071ee58074a4646d19ca8
2577 Copyright: 
2578 License: 
2579 Licence_Text: 
2580 #Header: 
2581 #@node argz_create
2582 #@subsection @code{argz_create}
2583 #@findex argz_create
2584 #
2585 #Gnulib module: argz
2586 #
2587 #Portability problems fixed by Gnulib:
2588 #@itemize
2589 #@item
2590 #This function is missing on some platforms:
2591 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2592 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2593 #
2594 #@item
2595 #This function is broken on some platforms:
2596
2597 File: ./doc/glibc-functions/argz_create_sep.texi
2598 Hash: ecd63dedd9dabcd06f22d5430d23801af84b2cfd41025684200edc2f9f951256
2599 Copyright: 
2600 License: 
2601 Licence_Text: 
2602 #Header: 
2603 #@node argz_create_sep
2604 #@subsection @code{argz_create_sep}
2605 #@findex argz_create_sep
2606 #
2607 #Gnulib module: argz
2608 #
2609 #Portability problems fixed by Gnulib:
2610 #@itemize
2611 #@item
2612 #This function is missing on some platforms:
2613 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2614 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2615 #
2616 #@item
2617 #This function is broken on some platforms:
2618
2619 File: ./doc/glibc-functions/argz_delete.texi
2620 Hash: c5327fcde9bb049ceb161f6953d623b95ee853ed45e9616599b6acc5b2097039
2621 Copyright: 
2622 License: 
2623 Licence_Text: 
2624 #Header: 
2625 #@node argz_delete
2626 #@subsection @code{argz_delete}
2627 #@findex argz_delete
2628 #
2629 #Gnulib module: argz
2630 #
2631 #Portability problems fixed by Gnulib:
2632 #@itemize
2633 #@item
2634 #This function is missing on some platforms:
2635 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2636 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2637 #
2638 #@item
2639 #This function is broken on some platforms:
2640
2641 File: ./doc/glibc-functions/argz_extract.texi
2642 Hash: a09a50dff90d595c24ae23bdccfbb09746c37bffdc88cc2b94d1864b1a9e738b
2643 Copyright: 
2644 License: 
2645 Licence_Text: 
2646 #Header: 
2647 #@node argz_extract
2648 #@subsection @code{argz_extract}
2649 #@findex argz_extract
2650 #
2651 #Gnulib module: argz
2652 #
2653 #Portability problems fixed by Gnulib:
2654 #@itemize
2655 #@item
2656 #This function is missing on some platforms:
2657 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2658 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2659 #
2660 #@item
2661 #This function is broken on some platforms:
2662
2663 File: ./doc/glibc-functions/argz_insert.texi
2664 Hash: 85103c1f755497213b705dcb1ecf79bf4d7564fe11243f89c5a611b642a6dde3
2665 Copyright: 
2666 License: 
2667 Licence_Text: 
2668 #Header: 
2669 #@node argz_insert
2670 #@subsection @code{argz_insert}
2671 #@findex argz_insert
2672 #
2673 #Gnulib module: argz
2674 #
2675 #Portability problems fixed by Gnulib:
2676 #@itemize
2677 #@item
2678 #This function is missing on some platforms:
2679 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2680 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2681 #
2682 #@item
2683 #This function is broken on some platforms:
2684
2685 File: ./doc/glibc-functions/argz_next.texi
2686 Hash: 254e88751b133e09414abfe834861a0459847c67e138f81405303735f07fdf9e
2687 Copyright: 
2688 License: 
2689 Licence_Text: 
2690 #Header: 
2691 #@node argz_next
2692 #@subsection @code{argz_next}
2693 #@findex argz_next
2694 #
2695 #Gnulib module: argz
2696 #
2697 #Portability problems fixed by Gnulib:
2698 #@itemize
2699 #@item
2700 #This function is missing on some platforms:
2701 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2702 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2703 #
2704 #@item
2705 #This function is broken on some platforms:
2706
2707 File: ./doc/glibc-functions/argz_replace.texi
2708 Hash: f9fc8e8e0ef61fb433d129ebe214dbceab9d516d9500a9721fccc477e35cd882
2709 Copyright: 
2710 License: 
2711 Licence_Text: 
2712 #Header: 
2713 #@node argz_replace
2714 #@subsection @code{argz_replace}
2715 #@findex argz_replace
2716 #
2717 #Gnulib module: argz
2718 #
2719 #Portability problems fixed by Gnulib:
2720 #@itemize
2721 #@item
2722 #This function is missing on some platforms:
2723 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2724 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2725 #
2726 #@item
2727 #This function is broken on some platforms:
2728
2729 File: ./doc/glibc-functions/argz_stringify.texi
2730 Hash: 2e019d0347b285bd91926d5e328effc134b65090ca4bdb5bed2e6ec696baea24
2731 Copyright: 
2732 License: 
2733 Licence_Text: 
2734 #Header: 
2735 #@node argz_stringify
2736 #@subsection @code{argz_stringify}
2737 #@findex argz_stringify
2738 #
2739 #Gnulib module: argz
2740 #
2741 #Portability problems fixed by Gnulib:
2742 #@itemize
2743 #@item
2744 #This function is missing on some platforms:
2745 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
2746 #IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
2747 #
2748 #@item
2749 #This function is broken on some platforms:
2750
2751 File: ./doc/glibc-functions/asprintf.texi
2752 Hash: 4d17afdfffec5aaf5d84729b98b8b39011e25b70ce4a732557fcbb77ec8941e9
2753 Copyright: 
2754 License: 
2755 Licence_Text: 
2756 #Header: 
2757 #@node asprintf
2758 #@subsection @code{asprintf}
2759 #@findex asprintf
2760 #
2761 #Gnulib module: ---
2762 #
2763 #Portability problems fixed by Gnulib:
2764 #@itemize
2765 #@end itemize
2766 #
2767 #Portability problems not fixed by Gnulib:
2768 #@itemize
2769 #@item
2770 #This function is missing on some platforms:
2771 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5.
2772
2773 File: ./doc/glibc-functions/authdes_create.texi
2774 Hash: af49562730f4bc1eae2bf729db613caedd3c19062f2e837d3c451c9dbbe0bf6d
2775 Copyright: 
2776 License: 
2777 Licence_Text: 
2778 #Header: 
2779 #@node authdes_create
2780 #@subsection @code{authdes_create}
2781 #@findex authdes_create
2782 #
2783 #Gnulib module: ---
2784 #
2785 #Portability problems fixed by Gnulib:
2786 #@itemize
2787 #@end itemize
2788 #
2789 #Portability problems not fixed by Gnulib:
2790 #@itemize
2791 #@item
2792 #This function is missing on some platforms:
2793 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
2794
2795 File: ./doc/glibc-functions/authdes_getucred.texi
2796 Hash: 3962401affaa1079d18bf6751923e893ff9ad89ac80ef2a1e4319d506af10472
2797 Copyright: 
2798 License: 
2799 Licence_Text: 
2800 #Header: 
2801 #@node authdes_getucred
2802 #@subsection @code{authdes_getucred}
2803 #@findex authdes_getucred
2804 #
2805 #Gnulib module: ---
2806 #
2807 #Portability problems fixed by Gnulib:
2808 #@itemize
2809 #@end itemize
2810 #
2811 #Portability problems not fixed by Gnulib:
2812 #@itemize
2813 #@item
2814 #This function is missing on some platforms:
2815 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
2816
2817 File: ./doc/glibc-functions/authdes_pk_create.texi
2818 Hash: 49a5ec10bf2dcafa8d0765e2c3399c5485bda1fe79ab9e8b963d5b9b448df435
2819 Copyright: 
2820 License: 
2821 Licence_Text: 
2822 #Header: 
2823 #@node authdes_pk_create
2824 #@subsection @code{authdes_pk_create}
2825 #@findex authdes_pk_create
2826 #
2827 #Gnulib module: ---
2828 #
2829 #Portability problems fixed by Gnulib:
2830 #@itemize
2831 #@end itemize
2832 #
2833 #Portability problems not fixed by Gnulib:
2834 #@itemize
2835 #@item
2836 #This function is missing on all non-glibc platforms:
2837 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2838
2839 File: ./doc/glibc-functions/authnone_create.texi
2840 Hash: e2755104eebcd1c86babce2250ea655d235714bacc7ac9af5fff656edbb4ff04
2841 Copyright: 
2842 License: 
2843 Licence_Text: 
2844 #Header: 
2845 #@node authnone_create
2846 #@subsection @code{authnone_create}
2847 #@findex authnone_create
2848 #
2849 #Gnulib module: ---
2850 #
2851 #Portability problems fixed by Gnulib:
2852 #@itemize
2853 #@end itemize
2854 #
2855 #Portability problems not fixed by Gnulib:
2856 #@itemize
2857 #@item
2858 #This function is missing on some platforms:
2859 #Cygwin, mingw, BeOS.
2860
2861 File: ./doc/glibc-functions/authunix_create.texi
2862 Hash: 2249d61f5ba791a25990c863209b5e439f4be7bacaa22901a17fca65ff57c5d9
2863 Copyright: 
2864 License: 
2865 Licence_Text: 
2866 #Header: 
2867 #@node authunix_create
2868 #@subsection @code{authunix_create}
2869 #@findex authunix_create
2870 #
2871 #Gnulib module: ---
2872 #
2873 #Portability problems fixed by Gnulib:
2874 #@itemize
2875 #@end itemize
2876 #
2877 #Portability problems not fixed by Gnulib:
2878 #@itemize
2879 #@item
2880 #This function is missing on some platforms:
2881 #HP-UX 11, Solaris 10, Cygwin, mingw, BeOS.
2882
2883 File: ./doc/glibc-functions/authunix_create_default.texi
2884 Hash: e2042c8ffb02a472907f345c6a79e7d47ebdb04ccdeda8fcc0d8e0247419d5ef
2885 Copyright: 
2886 License: 
2887 Licence_Text: 
2888 #Header: 
2889 #@node authunix_create_default
2890 #@subsection @code{authunix_create_default}
2891 #@findex authunix_create_default
2892 #
2893 #Gnulib module: ---
2894 #
2895 #Portability problems fixed by Gnulib:
2896 #@itemize
2897 #@end itemize
2898 #
2899 #Portability problems not fixed by Gnulib:
2900 #@itemize
2901 #@item
2902 #This function is missing on some platforms:
2903 #HP-UX 11, Solaris 10, Cygwin, mingw, BeOS.
2904
2905 File: ./doc/glibc-functions/backtrace.texi
2906 Hash: 9218fc11f85121754f3dce8759f4abfc2e96678cdcde0b64b8c5bc1dac4784fc
2907 Copyright: 
2908 License: 
2909 Licence_Text: 
2910 #Header: 
2911 #@node backtrace
2912 #@subsection @code{backtrace}
2913 #@findex backtrace
2914 #
2915 #Gnulib module: ---
2916 #
2917 #Portability problems fixed by Gnulib:
2918 #@itemize
2919 #@end itemize
2920 #
2921 #Portability problems not fixed by Gnulib:
2922 #@itemize
2923 #@item
2924 #This function is missing on all non-glibc platforms:
2925 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2926
2927 File: ./doc/glibc-functions/backtrace_symbols.texi
2928 Hash: 8cd5973763a4a86ca3d03a9cd93b877ccae2393c527f1c27316b5179d6d4a5c9
2929 Copyright: 
2930 License: 
2931 Licence_Text: 
2932 #Header: 
2933 #@node backtrace_symbols
2934 #@subsection @code{backtrace_symbols}
2935 #@findex backtrace_symbols
2936 #
2937 #Gnulib module: ---
2938 #
2939 #Portability problems fixed by Gnulib:
2940 #@itemize
2941 #@end itemize
2942 #
2943 #Portability problems not fixed by Gnulib:
2944 #@itemize
2945 #@item
2946 #This function is missing on all non-glibc platforms:
2947 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2948
2949 File: ./doc/glibc-functions/backtrace_symbols_fd.texi
2950 Hash: 568caed6a6ac65d5fd1787fd3dffafa08ff544cb3fab9405ebefa12bbe3a264f
2951 Copyright: 
2952 License: 
2953 Licence_Text: 
2954 #Header: 
2955 #@node backtrace_symbols_fd
2956 #@subsection @code{backtrace_symbols_fd}
2957 #@findex backtrace_symbols_fd
2958 #
2959 #Gnulib module: ---
2960 #
2961 #Portability problems fixed by Gnulib:
2962 #@itemize
2963 #@end itemize
2964 #
2965 #Portability problems not fixed by Gnulib:
2966 #@itemize
2967 #@item
2968 #This function is missing on all non-glibc platforms:
2969 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2970
2971 File: ./doc/glibc-functions/bdflush.texi
2972 Hash: c9d58ca272a569549bccbc6cf430bbd0e3766a2fd96f4f85d28b264e7c3aac4f
2973 Copyright: 
2974 License: 
2975 Licence_Text: 
2976 #Header: 
2977 #@node bdflush
2978 #@subsection @code{bdflush}
2979 #@findex bdflush
2980 #
2981 #Gnulib module: ---
2982 #
2983 #Portability problems fixed by Gnulib:
2984 #@itemize
2985 #@end itemize
2986 #
2987 #Portability problems not fixed by Gnulib:
2988 #@itemize
2989 #@item
2990 #This function is missing on all non-glibc platforms:
2991 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
2992
2993 File: ./doc/glibc-functions/bind_textdomain_codeset.texi
2994 Hash: 99bf7d082540b4e76c5810e19f258198590dcbd8ed95ba7f249e11e2385ebbe5
2995 Copyright: 
2996 License: 
2997 Licence_Text: 
2998 #Header: 
2999 #@node bind_textdomain_codeset
3000 #@subsection @code{bind_textdomain_codeset}
3001 #@findex bind_textdomain_codeset
3002 #
3003 #Gnulib module: ---
3004 #
3005 #Portability problems fixed by Gnulib:
3006 #@itemize
3007 #@end itemize
3008 #
3009 #Portability problems not fixed by Gnulib:
3010 #@itemize
3011 #@item
3012 #This function is missing on some platforms:
3013 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
3014
3015 File: ./doc/glibc-functions/bindresvport.texi
3016 Hash: 407362b84b67ca56f509dfede5907a628e1dbc66d95aaf1fade0d8278be1ab76
3017 Copyright: 
3018 License: 
3019 Licence_Text: 
3020 #Header: 
3021 #@node bindresvport
3022 #@subsection @code{bindresvport}
3023 #@findex bindresvport
3024 #
3025 #Gnulib module: ---
3026 #
3027 #Portability problems fixed by Gnulib:
3028 #@itemize
3029 #@end itemize
3030 #
3031 #Portability problems not fixed by Gnulib:
3032 #@itemize
3033 #@item
3034 #This function is missing on some platforms:
3035 #HP-UX 11, Cygwin 1.5.x, mingw, BeOS.
3036
3037 File: ./doc/glibc-functions/bindtextdomain.texi
3038 Hash: 893f7472a65a60adec27ff2fd59fc1b10ef4c8c79721df77b684108c5bd4b3c6
3039 Copyright: 
3040 License: 
3041 Licence_Text: 
3042 #Header: 
3043 #@node bindtextdomain
3044 #@subsection @code{bindtextdomain}
3045 #@findex bindtextdomain
3046 #
3047 #Gnulib module: ---
3048 #
3049 #Portability problems fixed by Gnulib:
3050 #@itemize
3051 #@end itemize
3052 #
3053 #Portability problems not fixed by Gnulib:
3054 #@itemize
3055 #@item
3056 #This function is missing on some platforms:
3057 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
3058
3059 File: ./doc/glibc-functions/brk.texi
3060 Hash: 79f13ae11705a8f029f92450cb76d735a551947e2dc605f30eb41181253dcbfd
3061 Copyright: 
3062 License: 
3063 Licence_Text: 
3064 #Header: 
3065 #@node brk
3066 #@subsection @code{brk}
3067 #@findex brk
3068 #
3069 #Gnulib module: ---
3070 #
3071 #Portability problems fixed by Gnulib:
3072 #@itemize
3073 #@end itemize
3074 #
3075 #Portability problems not fixed by Gnulib:
3076 #@itemize
3077 #@item
3078 #This function is missing on some platforms:
3079 #AIX 5.1, Cygwin, mingw.
3080
3081 File: ./doc/glibc-functions/bswap_16.texi
3082 Hash: 8637c5832585d431bfc3e334d7b4f7b28dba3867e892c9bb3212b23a83fd7832
3083 Copyright: 
3084 License: 
3085 Licence_Text: 
3086 #Header: 
3087 #@node bswap_16
3088 #@subsection @code{bswap_16}
3089 #@findex bswap_16
3090 #
3091 #Gnulib module: ---
3092 #
3093 #Portability problems fixed by Gnulib:
3094 #@itemize
3095 #@end itemize
3096 #
3097 #Portability problems not fixed by Gnulib:
3098 #@itemize
3099 #@item
3100 #This function is missing on some platforms:
3101 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3102
3103 File: ./doc/glibc-functions/bswap_32.texi
3104 Hash: 45c27263a3c7a55e61f4965f1a769c37aec80440fea88a85fac0c011a534fab0
3105 Copyright: 
3106 License: 
3107 Licence_Text: 
3108 #Header: 
3109 #@node bswap_32
3110 #@subsection @code{bswap_32}
3111 #@findex bswap_32
3112 #
3113 #Gnulib module: ---
3114 #
3115 #Portability problems fixed by Gnulib:
3116 #@itemize
3117 #@end itemize
3118 #
3119 #Portability problems not fixed by Gnulib:
3120 #@itemize
3121 #@item
3122 #This function is missing on some platforms:
3123 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3124
3125 File: ./doc/glibc-functions/bswap_64.texi
3126 Hash: 0c90737dd8475488dfe04bdea14b07139f68b9db3ffe7ef7413b6d0c90aa050f
3127 Copyright: 
3128 License: 
3129 Licence_Text: 
3130 #Header: 
3131 #@node bswap_64
3132 #@subsection @code{bswap_64}
3133 #@findex bswap_64
3134 #
3135 #Gnulib module: ---
3136 #
3137 #Portability problems fixed by Gnulib:
3138 #@itemize
3139 #@end itemize
3140 #
3141 #Portability problems not fixed by Gnulib:
3142 #@itemize
3143 #@item
3144 #This function is missing on some platforms:
3145 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3146
3147 File: ./doc/glibc-functions/callrpc.texi
3148 Hash: b20e0a5aabcff3296d32c26431ce49c9d028ceed0945caea1ac15b3c39b11cc1
3149 Copyright: 
3150 License: 
3151 Licence_Text: 
3152 #Header: 
3153 #@node callrpc
3154 #@subsection @code{callrpc}
3155 #@findex callrpc
3156 #
3157 #Gnulib module: ---
3158 #
3159 #Portability problems fixed by Gnulib:
3160 #@itemize
3161 #@end itemize
3162 #
3163 #Portability problems not fixed by Gnulib:
3164 #@itemize
3165 #@item
3166 #This function is missing on some platforms:
3167 #Cygwin, mingw, BeOS.
3168
3169 File: ./doc/glibc-functions/canonicalize_file_name.texi
3170 Hash: 88ff6a4a9c1a9c691748ecbfc050f992518fae1d30dc880577caea53f2fd759c
3171 Copyright: 
3172 License: 
3173 Licence_Text: 
3174 #Header: 
3175 #@node canonicalize_file_name
3176 #@subsection @code{canonicalize_file_name}
3177 #@findex canonicalize_file_name
3178 #
3179 #Gnulib module: ---
3180 #
3181 #Portability problems fixed by Gnulib:
3182 #@itemize
3183 #@end itemize
3184 #
3185 #Portability problems not fixed by Gnulib:
3186 #@itemize
3187 #@item
3188 #This function is missing on all non-glibc platforms:
3189 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3190
3191 File: ./doc/glibc-functions/capget.texi
3192 Hash: 30ca364f553845f7411c9144e8fc54534e63b47c00f1d2d8b7d42651556ee971
3193 Copyright: 
3194 License: 
3195 Licence_Text: 
3196 #Header: 
3197 #@node capget
3198 #@subsection @code{capget}
3199 #@findex capget
3200 #
3201 #Gnulib module: ---
3202 #
3203 #Portability problems fixed by Gnulib:
3204 #@itemize
3205 #@end itemize
3206 #
3207 #Portability problems not fixed by Gnulib:
3208 #@itemize
3209 #@item
3210 #This function is missing on all non-glibc platforms:
3211 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3212
3213 File: ./doc/glibc-functions/capset.texi
3214 Hash: 0d46ec1a25dc5ae5c2a09e23c6df148f90bc4f6a3f339202728bc731521a79bc
3215 Copyright: 
3216 License: 
3217 Licence_Text: 
3218 #Header: 
3219 #@node capset
3220 #@subsection @code{capset}
3221 #@findex capset
3222 #
3223 #Gnulib module: ---
3224 #
3225 #Portability problems fixed by Gnulib:
3226 #@itemize
3227 #@end itemize
3228 #
3229 #Portability problems not fixed by Gnulib:
3230 #@itemize
3231 #@item
3232 #This function is missing on all non-glibc platforms:
3233 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3234
3235 File: ./doc/glibc-functions/cbc_crypt.texi
3236 Hash: 2fafbda5215452dabaecd6ae338b1b42292fc7649957d7dfd53298e125c73aff
3237 Copyright: 
3238 License: 
3239 Licence_Text: 
3240 #Header: 
3241 #@node cbc_crypt
3242 #@subsection @code{cbc_crypt}
3243 #@findex cbc_crypt
3244 #
3245 #Gnulib module: ---
3246 #
3247 #Portability problems fixed by Gnulib:
3248 #@itemize
3249 #@end itemize
3250 #
3251 #Portability problems not fixed by Gnulib:
3252 #@itemize
3253 #@item
3254 #This function is missing on some platforms:
3255 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3256
3257 File: ./doc/glibc-functions/cfmakeraw.texi
3258 Hash: e17dc832db4056f94397e2cca5eebec2b7e7ebbf4dfd1961d7d04c2a54348d78
3259 Copyright: 
3260 License: 
3261 Licence_Text: 
3262 #Header: 
3263 #@node cfmakeraw
3264 #@subsection @code{cfmakeraw}
3265 #@findex cfmakeraw
3266 #
3267 #Gnulib module: ---
3268 #
3269 #Portability problems fixed by Gnulib:
3270 #@itemize
3271 #@end itemize
3272 #
3273 #Portability problems not fixed by Gnulib:
3274 #@itemize
3275 #@item
3276 #This function is missing on some platforms:
3277 #AIX 4.3.2, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
3278
3279 File: ./doc/glibc-functions/cfree.texi
3280 Hash: 3bf2ea530728c4bf2675d2c138bc897e2c61fb86e52eb1aaa5f595ee3ac1334f
3281 Copyright: 
3282 License: 
3283 Licence_Text: 
3284 #Header: 
3285 #@node cfree
3286 #@subsection @code{cfree}
3287 #@findex cfree
3288 #
3289 #Gnulib module: ---
3290 #
3291 #Portability problems fixed by Gnulib:
3292 #@itemize
3293 #@end itemize
3294 #
3295 #Portability problems not fixed by Gnulib:
3296 #@itemize
3297 #@item
3298 #This function is missing on some platforms:
3299 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, Cygwin, mingw, Interix 3.5.
3300
3301 File: ./doc/glibc-functions/cfsetspeed.texi
3302 Hash: 3fa0159499537d1d12632e4721c20870e24b362744100c8ebf05001ac60def9a
3303 Copyright: 
3304 License: 
3305 Licence_Text: 
3306 #Header: 
3307 #@node cfsetspeed
3308 #@subsection @code{cfsetspeed}
3309 #@findex cfsetspeed
3310 #
3311 #Gnulib module: ---
3312 #
3313 #Portability problems fixed by Gnulib:
3314 #@itemize
3315 #@end itemize
3316 #
3317 #Portability problems not fixed by Gnulib:
3318 #@itemize
3319 #@item
3320 #This function is missing on some platforms:
3321 #AIX 4.3.2, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3322
3323 File: ./doc/glibc-functions/chroot.texi
3324 Hash: 939c1364cb648d6985389a66cee0f7eafea4bbfeb9d87202357b7a923da9c3c6
3325 Copyright: 
3326 License: 
3327 Licence_Text: 
3328 #Header: 
3329 #@node chroot
3330 #@subsection @code{chroot}
3331 #@findex chroot
3332 #
3333 #Gnulib module: ---
3334 #
3335 #Portability problems fixed by Gnulib:
3336 #@itemize
3337 #@end itemize
3338 #
3339 #Portability problems not fixed by Gnulib:
3340 #@itemize
3341 #@item
3342 #This function is missing on some platforms:
3343 #AIX 5.1, mingw, BeOS.
3344
3345 File: ./doc/glibc-functions/clearenv.texi
3346 Hash: 45a56cc1e9cf0437cab4c9d9ef7939585bcd832ff2630a99ac47277be6afa7ea
3347 Copyright: 
3348 License: 
3349 Licence_Text: 
3350 #Header: 
3351 #@node clearenv
3352 #@subsection @code{clearenv}
3353 #@findex clearenv
3354 #
3355 #Gnulib module: ---
3356 #
3357 #Portability problems fixed by Gnulib:
3358 #@itemize
3359 #@end itemize
3360 #
3361 #Portability problems not fixed by Gnulib:
3362 #@itemize
3363 #@item
3364 #This function is missing on some platforms:
3365 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3366
3367 File: ./doc/glibc-functions/clearerr_unlocked.texi
3368 Hash: 18ac3bd638d52e5eea084f0693462f14b38c9236ffa469c9d3523413afead17a
3369 Copyright: 
3370 License: 
3371 Licence_Text: 
3372 #Header: 
3373 #@node clearerr_unlocked
3374 #@subsection @code{clearerr_unlocked}
3375 #@findex clearerr_unlocked
3376 #
3377 #Gnulib module: ---
3378 #
3379 #Portability problems fixed by Gnulib:
3380 #@itemize
3381 #@end itemize
3382 #
3383 #Portability problems not fixed by Gnulib:
3384 #@itemize
3385 #@item
3386 #This function is missing on some platforms:
3387 #NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
3388
3389 File: ./doc/glibc-functions/clnt_broadcast.texi
3390 Hash: 1c8663af16571cdf3d9365225d9a0e98784cc856191f3febbc639bd263193ca9
3391 Copyright: 
3392 License: 
3393 Licence_Text: 
3394 #Header: 
3395 #@node clnt_broadcast
3396 #@subsection @code{clnt_broadcast}
3397 #@findex clnt_broadcast
3398 #
3399 #Gnulib module: ---
3400 #
3401 #Portability problems fixed by Gnulib:
3402 #@itemize
3403 #@end itemize
3404 #
3405 #Portability problems not fixed by Gnulib:
3406 #@itemize
3407 #@item
3408 #This function is missing on some platforms:
3409 #Cygwin, mingw, BeOS.
3410
3411 File: ./doc/glibc-functions/clnt_create.texi
3412 Hash: 9b8db11b5c1ea0786cad25ac17504a90a35d649d816e719443ded731822eebc4
3413 Copyright: 
3414 License: 
3415 Licence_Text: 
3416 #Header: 
3417 #@node clnt_create
3418 #@subsection @code{clnt_create}
3419 #@findex clnt_create
3420 #
3421 #Gnulib module: ---
3422 #
3423 #Portability problems fixed by Gnulib:
3424 #@itemize
3425 #@end itemize
3426 #
3427 #Portability problems not fixed by Gnulib:
3428 #@itemize
3429 #@item
3430 #This function is missing on some platforms:
3431 #Cygwin, mingw, BeOS.
3432
3433 File: ./doc/glibc-functions/clnt_pcreateerror.texi
3434 Hash: eb667a76af61d29859afcfdcbfe23a1ba8685a7697247f375d88458d6272bd60
3435 Copyright: 
3436 License: 
3437 Licence_Text: 
3438 #Header: 
3439 #@node clnt_pcreateerror
3440 #@subsection @code{clnt_pcreateerror}
3441 #@findex clnt_pcreateerror
3442 #
3443 #Gnulib module: ---
3444 #
3445 #Portability problems fixed by Gnulib:
3446 #@itemize
3447 #@end itemize
3448 #
3449 #Portability problems not fixed by Gnulib:
3450 #@itemize
3451 #@item
3452 #This function is missing on some platforms:
3453 #Cygwin, mingw, BeOS.
3454
3455 File: ./doc/glibc-functions/clnt_perrno.texi
3456 Hash: ad17b85da3516ff2f72cb23d033c48e8b7a2aac5a02c5d7a01d41c6aa6600db0
3457 Copyright: 
3458 License: 
3459 Licence_Text: 
3460 #Header: 
3461 #@node clnt_perrno
3462 #@subsection @code{clnt_perrno}
3463 #@findex clnt_perrno
3464 #
3465 #Gnulib module: ---
3466 #
3467 #Portability problems fixed by Gnulib:
3468 #@itemize
3469 #@end itemize
3470 #
3471 #Portability problems not fixed by Gnulib:
3472 #@itemize
3473 #@item
3474 #This function is missing on some platforms:
3475 #Cygwin, mingw, BeOS.
3476
3477 File: ./doc/glibc-functions/clnt_perror.texi
3478 Hash: 82cd26d158a5d3c44dece6a886244ce36c49ebeffa26673909de77d5a788b10e
3479 Copyright: 
3480 License: 
3481 Licence_Text: 
3482 #Header: 
3483 #@node clnt_perror
3484 #@subsection @code{clnt_perror}
3485 #@findex clnt_perror
3486 #
3487 #Gnulib module: ---
3488 #
3489 #Portability problems fixed by Gnulib:
3490 #@itemize
3491 #@end itemize
3492 #
3493 #Portability problems not fixed by Gnulib:
3494 #@itemize
3495 #@item
3496 #This function is missing on some platforms:
3497 #Cygwin, mingw, BeOS.
3498
3499 File: ./doc/glibc-functions/clnt_spcreateerror.texi
3500 Hash: 209e1e3f9cdb5fb2ae93d82626397a91f86fc5de7e053a4e9dd9ee984590ac29
3501 Copyright: 
3502 License: 
3503 Licence_Text: 
3504 #Header: 
3505 #@node clnt_spcreateerror
3506 #@subsection @code{clnt_spcreateerror}
3507 #@findex clnt_spcreateerror
3508 #
3509 #Gnulib module: ---
3510 #
3511 #Portability problems fixed by Gnulib:
3512 #@itemize
3513 #@end itemize
3514 #
3515 #Portability problems not fixed by Gnulib:
3516 #@itemize
3517 #@item
3518 #This function is missing on some platforms:
3519 #Cygwin, mingw, BeOS.
3520
3521 File: ./doc/glibc-functions/clnt_sperrno.texi
3522 Hash: 85facf37092f224547c9b22de2ce7120f6223b123880955f9741d4f1192ef962
3523 Copyright: 
3524 License: 
3525 Licence_Text: 
3526 #Header: 
3527 #@node clnt_sperrno
3528 #@subsection @code{clnt_sperrno}
3529 #@findex clnt_sperrno
3530 #
3531 #Gnulib module: ---
3532 #
3533 #Portability problems fixed by Gnulib:
3534 #@itemize
3535 #@end itemize
3536 #
3537 #Portability problems not fixed by Gnulib:
3538 #@itemize
3539 #@item
3540 #This function is missing on some platforms:
3541 #Cygwin, mingw, BeOS.
3542
3543 File: ./doc/glibc-functions/clnt_sperror.texi
3544 Hash: 3c5cb03e7db0c9890413fb8274e3e0825571fe513b5c3c4a8a1f381da141440a
3545 Copyright: 
3546 License: 
3547 Licence_Text: 
3548 #Header: 
3549 #@node clnt_sperror
3550 #@subsection @code{clnt_sperror}
3551 #@findex clnt_sperror
3552 #
3553 #Gnulib module: ---
3554 #
3555 #Portability problems fixed by Gnulib:
3556 #@itemize
3557 #@end itemize
3558 #
3559 #Portability problems not fixed by Gnulib:
3560 #@itemize
3561 #@item
3562 #This function is missing on some platforms:
3563 #Cygwin, mingw, BeOS.
3564
3565 File: ./doc/glibc-functions/clntraw_create.texi
3566 Hash: 369e8f51ad73920a35f5bb49c46788c9676a78b5c1efd70b19cfd8bacfc2e9ea
3567 Copyright: 
3568 License: 
3569 Licence_Text: 
3570 #Header: 
3571 #@node clntraw_create
3572 #@subsection @code{clntraw_create}
3573 #@findex clntraw_create
3574 #
3575 #Gnulib module: ---
3576 #
3577 #Portability problems fixed by Gnulib:
3578 #@itemize
3579 #@end itemize
3580 #
3581 #Portability problems not fixed by Gnulib:
3582 #@itemize
3583 #@item
3584 #This function is missing on some platforms:
3585 #Cygwin, mingw, BeOS.
3586
3587 File: ./doc/glibc-functions/clnttcp_create.texi
3588 Hash: 4d775bbea4f66563fecb2274103849755071792c5af93c5f597ecc85ab8899f3
3589 Copyright: 
3590 License: 
3591 Licence_Text: 
3592 #Header: 
3593 #@node clnttcp_create
3594 #@subsection @code{clnttcp_create}
3595 #@findex clnttcp_create
3596 #
3597 #Gnulib module: ---
3598 #
3599 #Portability problems fixed by Gnulib:
3600 #@itemize
3601 #@end itemize
3602 #
3603 #Portability problems not fixed by Gnulib:
3604 #@itemize
3605 #@item
3606 #This function is missing on some platforms:
3607 #Cygwin, mingw, BeOS.
3608
3609 File: ./doc/glibc-functions/clntudp_bufcreate.texi
3610 Hash: a962c5041725d4a71eba817fb867bd2533442b43a7b467916e11b4d2fcfb6abd
3611 Copyright: 
3612 License: 
3613 Licence_Text: 
3614 #Header: 
3615 #@node clntudp_bufcreate
3616 #@subsection @code{clntudp_bufcreate}
3617 #@findex clntudp_bufcreate
3618 #
3619 #Gnulib module: ---
3620 #
3621 #Portability problems fixed by Gnulib:
3622 #@itemize
3623 #@end itemize
3624 #
3625 #Portability problems not fixed by Gnulib:
3626 #@itemize
3627 #@item
3628 #This function is missing on some platforms:
3629 #Cygwin, mingw, BeOS.
3630
3631 File: ./doc/glibc-functions/clntudp_create.texi
3632 Hash: b7e0dbcfcc8ab25b818f1f10021ffb0ffe9346f911c9a9d2e6c3831177732fe5
3633 Copyright: 
3634 License: 
3635 Licence_Text: 
3636 #Header: 
3637 #@node clntudp_create
3638 #@subsection @code{clntudp_create}
3639 #@findex clntudp_create
3640 #
3641 #Gnulib module: ---
3642 #
3643 #Portability problems fixed by Gnulib:
3644 #@itemize
3645 #@end itemize
3646 #
3647 #Portability problems not fixed by Gnulib:
3648 #@itemize
3649 #@item
3650 #This function is missing on some platforms:
3651 #Cygwin, mingw, BeOS.
3652
3653 File: ./doc/glibc-functions/clntunix_create.texi
3654 Hash: 9e698ad851ba6e1fd147fe815aaf57881ff7dc062416604dbf2d545352bfcfff
3655 Copyright: 
3656 License: 
3657 Licence_Text: 
3658 #Header: 
3659 #@node clntunix_create
3660 #@subsection @code{clntunix_create}
3661 #@findex clntunix_create
3662 #
3663 #Gnulib module: ---
3664 #
3665 #Portability problems fixed by Gnulib:
3666 #@itemize
3667 #@end itemize
3668 #
3669 #Portability problems not fixed by Gnulib:
3670 #@itemize
3671 #@item
3672 #This function is missing on some platforms:
3673 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3674
3675 File: ./doc/glibc-functions/clog10.texi
3676 Hash: acd1d6d0a6a71603c0428c8498650814dd43eb9d6baabdc9fd80237f71c3516b
3677 Copyright: 
3678 License: 
3679 Licence_Text: 
3680 #Header: 
3681 #@node clog10
3682 #@subsection @code{clog10}
3683 #@findex clog10
3684 #
3685 #Gnulib module: ---
3686 #
3687 #Portability problems fixed by Gnulib:
3688 #@itemize
3689 #@end itemize
3690 #
3691 #Portability problems not fixed by Gnulib:
3692 #@itemize
3693 #@item
3694 #This function is missing on some platforms:
3695 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
3696
3697 File: ./doc/glibc-functions/clog10f.texi
3698 Hash: 203698100193133e3bf5e65d9190cc87f10ec2adb8ad31f194c46c6bc5dd8f7c
3699 Copyright: 
3700 License: 
3701 Licence_Text: 
3702 #Header: 
3703 #@node clog10f
3704 #@subsection @code{clog10f}
3705 #@findex clog10f
3706 #
3707 #Gnulib module: ---
3708 #
3709 #Portability problems fixed by Gnulib:
3710 #@itemize
3711 #@end itemize
3712 #
3713 #Portability problems not fixed by Gnulib:
3714 #@itemize
3715 #@item
3716 #This function is missing on some platforms:
3717 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
3718
3719 File: ./doc/glibc-functions/clog10l.texi
3720 Hash: 82e4a4440dbf9ba56b1f888e1715adc2e915ae8648ef4e9f1e7f35416ed36343
3721 Copyright: 
3722 License: 
3723 Licence_Text: 
3724 #Header: 
3725 #@node clog10l
3726 #@subsection @code{clog10l}
3727 #@findex clog10l
3728 #
3729 #Gnulib module: ---
3730 #
3731 #Portability problems fixed by Gnulib:
3732 #@itemize
3733 #@end itemize
3734 #
3735 #Portability problems not fixed by Gnulib:
3736 #@itemize
3737 #@item
3738 #This function is missing on all non-glibc platforms:
3739 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3740
3741 File: ./doc/glibc-functions/clone.texi
3742 Hash: a8582f08a00c2362dd1296178cbbf88992b956c0c3b535cf196b0bc2936a9a6b
3743 Copyright: 
3744 License: 
3745 Licence_Text: 
3746 #Header: 
3747 #@node clone
3748 #@subsection @code{clone}
3749 #@findex clone
3750 #
3751 #Gnulib module: ---
3752 #
3753 #Portability problems fixed by Gnulib:
3754 #@itemize
3755 #@end itemize
3756 #
3757 #Portability problems not fixed by Gnulib:
3758 #@itemize
3759 #@item
3760 #This function is missing on some platforms:
3761 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3762
3763 File: ./doc/glibc-functions/crypt_r.texi
3764 Hash: cac89bde4b8094201459b5c860197e43c9d19a1edd5f4d19e61f5ae2388e36c2
3765 Copyright: 
3766 License: 
3767 Licence_Text: 
3768 #Header: 
3769 #@node crypt_r
3770 #@subsection @code{crypt_r}
3771 #@findex crypt_r
3772 #
3773 #Gnulib module: ---
3774 #
3775 #Portability problems fixed by Gnulib:
3776 #@itemize
3777 #@end itemize
3778 #
3779 #Portability problems not fixed by Gnulib:
3780 #@itemize
3781 #@item
3782 #This function is missing on all non-glibc platforms:
3783 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3784
3785 File: ./doc/glibc-functions/cuserid.texi
3786 Hash: 0a6b5bac9d5e7c8e6bb2e247a67c1a11e93e5a19c3ae107a8a7f6ec904f7da68
3787 Copyright: 
3788 License: 
3789 Licence_Text: 
3790 #Header: 
3791 #@node cuserid
3792 #@subsection @code{cuserid}
3793 #@findex cuserid
3794 #
3795 #Gnulib module: ---
3796 #
3797 #Portability problems fixed by Gnulib:
3798 #@itemize
3799 #@end itemize
3800 #
3801 #Portability problems not fixed by Gnulib:
3802 #@itemize
3803 #@item
3804 #This function is missing on some platforms:
3805 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, mingw.
3806
3807 File: ./doc/glibc-functions/daemon.texi
3808 Hash: 2fd4f418d424f8b9ec2b30aef1ee09500ac5b4be47c7188da99adceaacfbe873
3809 Copyright: 
3810 License: 
3811 Licence_Text: 
3812 #Header: 
3813 #@node daemon
3814 #@subsection @code{daemon}
3815 #@findex daemon
3816 #
3817 #Gnulib module: ---
3818 #
3819 #Portability problems fixed by Gnulib:
3820 #@itemize
3821 #@end itemize
3822 #
3823 #Portability problems not fixed by Gnulib:
3824 #@itemize
3825 #@item
3826 #This function is missing on some platforms:
3827 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw, BeOS.
3828
3829 File: ./doc/glibc-functions/dcgettext.texi
3830 Hash: 905acd2a435ee383e3a90021092c71b1e0353a4d830f8b3368f44b7e0f16621b
3831 Copyright: 
3832 License: 
3833 Licence_Text: 
3834 #Header: 
3835 #@node dcgettext
3836 #@subsection @code{dcgettext}
3837 #@findex dcgettext
3838 #
3839 #Gnulib module: ---
3840 #
3841 #Portability problems fixed by Gnulib:
3842 #@itemize
3843 #@end itemize
3844 #
3845 #Portability problems not fixed by Gnulib:
3846 #@itemize
3847 #@item
3848 #This function is missing on some platforms:
3849 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
3850
3851 File: ./doc/glibc-functions/dcngettext.texi
3852 Hash: 25fe3abe9d3c981d8e134eb1eac98ed4d5431cb316b695e9f394e1730882e212
3853 Copyright: 
3854 License: 
3855 Licence_Text: 
3856 #Header: 
3857 #@node dcngettext
3858 #@subsection @code{dcngettext}
3859 #@findex dcngettext
3860 #
3861 #Gnulib module: ---
3862 #
3863 #Portability problems fixed by Gnulib:
3864 #@itemize
3865 #@end itemize
3866 #
3867 #Portability problems not fixed by Gnulib:
3868 #@itemize
3869 #@item
3870 #This function is missing on some platforms:
3871 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
3872
3873 File: ./doc/glibc-functions/des_setparity.texi
3874 Hash: 25d06dfb2357289c755d22b55b35fc27d29e2cbd1890ff499f26685f4fd63577
3875 Copyright: 
3876 License: 
3877 Licence_Text: 
3878 #Header: 
3879 #@node des_setparity
3880 #@subsection @code{des_setparity}
3881 #@findex des_setparity
3882 #
3883 #Gnulib module: ---
3884 #
3885 #Portability problems fixed by Gnulib:
3886 #@itemize
3887 #@end itemize
3888 #
3889 #Portability problems not fixed by Gnulib:
3890 #@itemize
3891 #@item
3892 #This function is missing on some platforms:
3893 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
3894
3895 File: ./doc/glibc-functions/dgettext.texi
3896 Hash: 77128e568c7dc65aa42f7e606fa4877bc5ed42b1e00fca2a430f035f9cebc529
3897 Copyright: 
3898 License: 
3899 Licence_Text: 
3900 #Header: 
3901 #@node dgettext
3902 #@subsection @code{dgettext}
3903 #@findex dgettext
3904 #
3905 #Gnulib module: ---
3906 #
3907 #Portability problems fixed by Gnulib:
3908 #@itemize
3909 #@end itemize
3910 #
3911 #Portability problems not fixed by Gnulib:
3912 #@itemize
3913 #@item
3914 #This function is missing on some platforms:
3915 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
3916
3917 File: ./doc/glibc-functions/dl_iterate_phdr.texi
3918 Hash: 62ea16c0513d25faf9ec94dacddf8fd09577503f95ac512b43dd64272f621007
3919 Copyright: 
3920 License: 
3921 Licence_Text: 
3922 #Header: 
3923 #@node dl_iterate_phdr
3924 #@subsection @code{dl_iterate_phdr}
3925 #@findex dl_iterate_phdr
3926 #
3927 #Gnulib module: ---
3928 #
3929 #Portability problems fixed by Gnulib:
3930 #@itemize
3931 #@end itemize
3932 #
3933 #Portability problems not fixed by Gnulib:
3934 #@itemize
3935 #@item
3936 #This function is missing on some platforms:
3937 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
3938
3939 File: ./doc/glibc-functions/dladdr.texi
3940 Hash: a3b59426c942a6c73ba2a3ab0fdca76a02287d69dcd0af66101519b5c9f9d90f
3941 Copyright: 
3942 License: 
3943 Licence_Text: 
3944 #Header: 
3945 #@node dladdr
3946 #@subsection @code{dladdr}
3947 #@findex dladdr
3948 #
3949 #Gnulib module: ---
3950 #
3951 #Portability problems fixed by Gnulib:
3952 #@itemize
3953 #@end itemize
3954 #
3955 #Portability problems not fixed by Gnulib:
3956 #@itemize
3957 #@item
3958 #This function is missing on some platforms:
3959 #AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
3960
3961 File: ./doc/glibc-functions/dladdr1.texi
3962 Hash: e173046f4a96855e31bf1e8a5e8c06752872379e66c84803e099a466f56dc35c
3963 Copyright: 
3964 License: 
3965 Licence_Text: 
3966 #Header: 
3967 #@node dladdr1
3968 #@subsection @code{dladdr1}
3969 #@findex dladdr1
3970 #
3971 #Gnulib module: ---
3972 #
3973 #Portability problems fixed by Gnulib:
3974 #@itemize
3975 #@end itemize
3976 #
3977 #Portability problems not fixed by Gnulib:
3978 #@itemize
3979 #@item
3980 #This function is missing on some platforms:
3981 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
3982
3983 File: ./doc/glibc-functions/dlinfo.texi
3984 Hash: cce858a4949abfcaf32a9011a7bc103723a2e8c5f3f68484d8771ba6041580c4
3985 Copyright: 
3986 License: 
3987 Licence_Text: 
3988 #Header: 
3989 #@node dlinfo
3990 #@subsection @code{dlinfo}
3991 #@findex dlinfo
3992 #
3993 #Gnulib module: ---
3994 #
3995 #Portability problems fixed by Gnulib:
3996 #@itemize
3997 #@end itemize
3998 #
3999 #Portability problems not fixed by Gnulib:
4000 #@itemize
4001 #@item
4002 #This function is missing on some platforms:
4003 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
4004
4005 File: ./doc/glibc-functions/dlmopen.texi
4006 Hash: 88c9a180c401ca6f03ae86e95becba54896b826306370ca3b8a8507fc8e60f07
4007 Copyright: 
4008 License: 
4009 Licence_Text: 
4010 #Header: 
4011 #@node dlmopen
4012 #@subsection @code{dlmopen}
4013 #@findex dlmopen
4014 #
4015 #Gnulib module: ---
4016 #
4017 #Portability problems fixed by Gnulib:
4018 #@itemize
4019 #@end itemize
4020 #
4021 #Portability problems not fixed by Gnulib:
4022 #@itemize
4023 #@item
4024 #This function is missing on some platforms:
4025 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
4026
4027 File: ./doc/glibc-functions/dlvsym.texi
4028 Hash: 26ff4f9d467ee71d017515429de5fbfa4882051545692dbcb1c41de7af914f5f
4029 Copyright: 
4030 License: 
4031 Licence_Text: 
4032 #Header: 
4033 #@node dlvsym
4034 #@subsection @code{dlvsym}
4035 #@findex dlvsym
4036 #
4037 #Gnulib module: ---
4038 #
4039 #Portability problems fixed by Gnulib:
4040 #@itemize
4041 #@end itemize
4042 #
4043 #Portability problems not fixed by Gnulib:
4044 #@itemize
4045 #@item
4046 #This function is missing on all non-glibc platforms:
4047 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4048
4049 File: ./doc/glibc-functions/dn_expand.texi
4050 Hash: 63ce3292ca5569aa0366ad9c7de252d6fe18bafa7a89a5a2df6a635d5803e33f
4051 Copyright: 
4052 License: 
4053 Licence_Text: 
4054 #Header: 
4055 #@node dn_expand
4056 #@subsection @code{dn_expand}
4057 #@findex dn_expand
4058 #
4059 #Gnulib module: ---
4060 #
4061 #Portability problems fixed by Gnulib:
4062 #@itemize
4063 #@end itemize
4064 #
4065 #Portability problems not fixed by Gnulib:
4066 #@itemize
4067 #@item
4068 #This function is missing on some platforms:
4069 #Cygwin 1.5.x, mingw, Interix 3.5.
4070
4071 File: ./doc/glibc-functions/dngettext.texi
4072 Hash: ab37ed0effb5751971a1b3250c420469fd3bf15abc3ddfcd104904dbeb4580c1
4073 Copyright: 
4074 License: 
4075 Licence_Text: 
4076 #Header: 
4077 #@node dngettext
4078 #@subsection @code{dngettext}
4079 #@findex dngettext
4080 #
4081 #Gnulib module: ---
4082 #
4083 #Portability problems fixed by Gnulib:
4084 #@itemize
4085 #@end itemize
4086 #
4087 #Portability problems not fixed by Gnulib:
4088 #@itemize
4089 #@item
4090 #This function is missing on some platforms:
4091 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
4092
4093 File: ./doc/glibc-functions/drand48_r.texi
4094 Hash: 2b593e3e6fd04f9338b7138257ca7619720da7ed3fd534ee3e3a1e430c2785d6
4095 Copyright: 
4096 License: 
4097 Licence_Text: 
4098 #Header: 
4099 #@node drand48_r
4100 #@subsection @code{drand48_r}
4101 #@findex drand48_r
4102 #
4103 #Gnulib module: ---
4104 #
4105 #Portability problems fixed by Gnulib:
4106 #@itemize
4107 #@end itemize
4108 #
4109 #Portability problems not fixed by Gnulib:
4110 #@itemize
4111 #@item
4112 #This function is missing on some platforms:
4113 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
4114
4115 File: ./doc/glibc-functions/drem.texi
4116 Hash: 568abf399954900f4cff6dd482ab33c057fe68b9a59bafe4bec9ae73f7865399
4117 Copyright: 
4118 License: 
4119 Licence_Text: 
4120 #Header: 
4121 #@node drem
4122 #@subsection @code{drem}
4123 #@findex drem
4124 #
4125 #Gnulib module: ---
4126 #
4127 #Portability problems fixed by Gnulib:
4128 #@itemize
4129 #@end itemize
4130 #
4131 #Portability problems not fixed by Gnulib:
4132 #@itemize
4133 #@item
4134 #This function is missing on some platforms:
4135 #HP-UX 11, Solaris 10, mingw.
4136
4137 File: ./doc/glibc-functions/dremf.texi
4138 Hash: aff887dbc137c68938b4349c5ed83048621700344ed2835c697e57fc4be7ffbb
4139 Copyright: 
4140 License: 
4141 Licence_Text: 
4142 #Header: 
4143 #@node dremf
4144 #@subsection @code{dremf}
4145 #@findex dremf
4146 #
4147 #Gnulib module: ---
4148 #
4149 #Portability problems fixed by Gnulib:
4150 #@itemize
4151 #@end itemize
4152 #
4153 #Portability problems not fixed by Gnulib:
4154 #@itemize
4155 #@item
4156 #This function is missing on some platforms:
4157 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw.
4158
4159 File: ./doc/glibc-functions/dreml.texi
4160 Hash: 5e5742ed947607742512dfd05cc9ec610d696663893755f51adbce805ccdd0a3
4161 Copyright: 
4162 License: 
4163 Licence_Text: 
4164 #Header: 
4165 #@node dreml
4166 #@subsection @code{dreml}
4167 #@findex dreml
4168 #
4169 #Gnulib module: ---
4170 #
4171 #Portability problems fixed by Gnulib:
4172 #@itemize
4173 #@end itemize
4174 #
4175 #Portability problems not fixed by Gnulib:
4176 #@itemize
4177 #@item
4178 #This function is missing on some platforms:
4179 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4180
4181 File: ./doc/glibc-functions/dup3.texi
4182 Hash: 16c23e59c857fb99c7bb7b25fe21d101a640baae3518a4cf20d572e9434992eb
4183 Copyright: 
4184 License: 
4185 Licence_Text: 
4186 #Header: 
4187 #@node dup3
4188 #@subsection @code{dup3}
4189 #@findex dup3
4190 #
4191 #Gnulib module: dup3
4192 #
4193 #Portability problems fixed by Gnulib:
4194 #@itemize
4195 #@item
4196 #This function is missing on all non-glibc platforms:
4197 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4198 #@end itemize
4199 #
4200 #Portability problems not fixed by Gnulib:
4201 #@itemize
4202
4203 File: ./doc/glibc-functions/dysize.texi
4204 Hash: 47a7fd72f74631c010e68a98e309a73c1c98bf25571524e582306739c239555b
4205 Copyright: 
4206 License: 
4207 Licence_Text: 
4208 #Header: 
4209 #@node dysize
4210 #@subsection @code{dysize}
4211 #@findex dysize
4212 #
4213 #Gnulib module: ---
4214 #
4215 #Portability problems fixed by Gnulib:
4216 #@itemize
4217 #@end itemize
4218 #
4219 #Portability problems not fixed by Gnulib:
4220 #@itemize
4221 #@item
4222 #This function is missing on all non-glibc platforms:
4223 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4224
4225 File: ./doc/glibc-functions/ecb_crypt.texi
4226 Hash: f690509aa7eae66e6d744b6d94375a3c735a95b856afbe31631cc213d35a0b4a
4227 Copyright: 
4228 License: 
4229 Licence_Text: 
4230 #Header: 
4231 #@node ecb_crypt
4232 #@subsection @code{ecb_crypt}
4233 #@findex ecb_crypt
4234 #
4235 #Gnulib module: ---
4236 #
4237 #Portability problems fixed by Gnulib:
4238 #@itemize
4239 #@end itemize
4240 #
4241 #Portability problems not fixed by Gnulib:
4242 #@itemize
4243 #@item
4244 #This function is missing on some platforms:
4245 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4246
4247 File: ./doc/glibc-functions/ecvt_r.texi
4248 Hash: a3766480ff58d17093f27198c734a920722b79f48f9ad3a220c417d3edce8342
4249 Copyright: 
4250 License: 
4251 Licence_Text: 
4252 #Header: 
4253 #@node ecvt_r
4254 #@subsection @code{ecvt_r}
4255 #@findex ecvt_r
4256 #
4257 #Gnulib module: ---
4258 #
4259 #Portability problems fixed by Gnulib:
4260 #@itemize
4261 #@end itemize
4262 #
4263 #Portability problems not fixed by Gnulib:
4264 #@itemize
4265 #@item
4266 #This function is missing on some platforms:
4267 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, Solaris 10, Cygwin, mingw, Interix 3.5.
4268
4269 File: ./doc/glibc-functions/encrypt_r.texi
4270 Hash: 979cf283d7e89b787857095878553ce9fdd52f37d25528614248c801640a4e3a
4271 Copyright: 
4272 License: 
4273 Licence_Text: 
4274 #Header: 
4275 #@node encrypt_r
4276 #@subsection @code{encrypt_r}
4277 #@findex encrypt_r
4278 #
4279 #Gnulib module: ---
4280 #
4281 #Portability problems fixed by Gnulib:
4282 #@itemize
4283 #@end itemize
4284 #
4285 #Portability problems not fixed by Gnulib:
4286 #@itemize
4287 #@item
4288 #This function is missing on some platforms:
4289 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4290
4291 File: ./doc/glibc-functions/endaliasent.texi
4292 Hash: fb6325f2b1786c6daada61f5763b2eabe62ef7167e29c6def8dfec6b29b9efd4
4293 Copyright: 
4294 License: 
4295 Licence_Text: 
4296 #Header: 
4297 #@node endaliasent
4298 #@subsection @code{endaliasent}
4299 #@findex endaliasent
4300 #
4301 #Gnulib module: ---
4302 #
4303 #Portability problems fixed by Gnulib:
4304 #@itemize
4305 #@end itemize
4306 #
4307 #Portability problems not fixed by Gnulib:
4308 #@itemize
4309 #@item
4310 #This function is missing on all non-glibc platforms:
4311 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4312
4313 File: ./doc/glibc-functions/endfsent.texi
4314 Hash: 2ef59b14a9f5b3b4eff8dc92d40599d2989beb3056a9d905f3c287651b2051e7
4315 Copyright: 
4316 License: 
4317 Licence_Text: 
4318 #Header: 
4319 #@node endfsent
4320 #@subsection @code{endfsent}
4321 #@findex endfsent
4322 #
4323 #Gnulib module: ---
4324 #
4325 #Portability problems fixed by Gnulib:
4326 #@itemize
4327 #@end itemize
4328 #
4329 #Portability problems not fixed by Gnulib:
4330 #@itemize
4331 #@item
4332 #This function is missing on some platforms:
4333 #IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4334
4335 File: ./doc/glibc-functions/endmntent.texi
4336 Hash: 902f99fbfabd3d3eaea54807c5d37d8ae32561911a61da4d7d826c453956b788
4337 Copyright: 
4338 License: 
4339 Licence_Text: 
4340 #Header: 
4341 #@node endmntent
4342 #@subsection @code{endmntent}
4343 #@findex endmntent
4344 #
4345 #Gnulib module: ---
4346 #
4347 #Portability problems fixed by Gnulib:
4348 #@itemize
4349 #@end itemize
4350 #
4351 #Portability problems not fixed by Gnulib:
4352 #@itemize
4353 #@item
4354 #This function is missing on some platforms:
4355 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
4356
4357 File: ./doc/glibc-functions/endnetgrent.texi
4358 Hash: b561dcd1b6c6b62e9a3a88367b4035c2c7254d8d090337ab0323e327358e23d3
4359 Copyright: 
4360 License: 
4361 Licence_Text: 
4362 #Header: 
4363 #@node endnetgrent
4364 #@subsection @code{endnetgrent}
4365 #@findex endnetgrent
4366 #
4367 #Gnulib module: ---
4368 #
4369 #Portability problems fixed by Gnulib:
4370 #@itemize
4371 #@end itemize
4372 #
4373 #Portability problems not fixed by Gnulib:
4374 #@itemize
4375 #@item
4376 #This function is missing on some platforms:
4377 #Cygwin, mingw, Interix 3.5, BeOS.
4378
4379 File: ./doc/glibc-functions/endrpcent.texi
4380 Hash: 2ec149a39480679f19e566cbfe837884852ce67563d81ddb5af842b60a2f7b75
4381 Copyright: 
4382 License: 
4383 Licence_Text: 
4384 #Header: 
4385 #@node endrpcent
4386 #@subsection @code{endrpcent}
4387 #@findex endrpcent
4388 #
4389 #Gnulib module: ---
4390 #
4391 #Portability problems fixed by Gnulib:
4392 #@itemize
4393 #@end itemize
4394 #
4395 #Portability problems not fixed by Gnulib:
4396 #@itemize
4397 #@item
4398 #This function is missing on some platforms:
4399 #Cygwin, mingw, BeOS.
4400
4401 File: ./doc/glibc-functions/endspent.texi
4402 Hash: 23caa8ff196980b0fe2091e5ac0cd11117a6bc13a244ba4e59f2afe4d63f808e
4403 Copyright: 
4404 License: 
4405 Licence_Text: 
4406 #Header: 
4407 #@node endspent
4408 #@subsection @code{endspent}
4409 #@findex endspent
4410 #
4411 #Gnulib module: ---
4412 #
4413 #Portability problems fixed by Gnulib:
4414 #@itemize
4415 #@end itemize
4416 #
4417 #Portability problems not fixed by Gnulib:
4418 #@itemize
4419 #@item
4420 #This function is missing on some platforms:
4421 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
4422
4423 File: ./doc/glibc-functions/endttyent.texi
4424 Hash: 353485a83507aee8c9e0f8d7543cfde2ffd936dd4661252f07a58245a7f06e86
4425 Copyright: 
4426 License: 
4427 Licence_Text: 
4428 #Header: 
4429 #@node endttyent
4430 #@subsection @code{endttyent}
4431 #@findex endttyent
4432 #
4433 #Gnulib module: ---
4434 #
4435 #Portability problems fixed by Gnulib:
4436 #@itemize
4437 #@end itemize
4438 #
4439 #Portability problems not fixed by Gnulib:
4440 #@itemize
4441 #@item
4442 #This function is missing on some platforms:
4443 #HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4444
4445 File: ./doc/glibc-functions/endusershell.texi
4446 Hash: 3d7510451d51d0337b32959a55732d9db68c360bd0ddf5f7c342657074518413
4447 Copyright: 
4448 License: 
4449 Licence_Text: 
4450 #Header: 
4451 #@node endusershell
4452 #@subsection @code{endusershell}
4453 #@findex endusershell
4454 #
4455 #Gnulib module: ---
4456 #
4457 #Portability problems fixed by Gnulib:
4458 #@itemize
4459 #@end itemize
4460 #
4461 #Portability problems not fixed by Gnulib:
4462 #@itemize
4463 #@item
4464 #This function is missing on some platforms:
4465 #AIX 4.3.2, IRIX 6.5, mingw, Interix 3.5, BeOS.
4466
4467 File: ./doc/glibc-functions/endutent.texi
4468 Hash: 1d2126a81c39601d25ce2479b13997eea4be84fe13500e6223a15603a36a7e79
4469 Copyright: 
4470 License: 
4471 Licence_Text: 
4472 #Header: 
4473 #@node endutent
4474 #@subsection @code{endutent}
4475 #@findex endutent
4476 #
4477 #Gnulib module: ---
4478 #
4479 #Portability problems fixed by Gnulib:
4480 #@itemize
4481 #@end itemize
4482 #
4483 #Portability problems not fixed by Gnulib:
4484 #@itemize
4485 #@item
4486 #This function is missing on some platforms:
4487 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, mingw, Interix 3.5, BeOS.
4488
4489 File: ./doc/glibc-functions/envz_add.texi
4490 Hash: 929a0bb40555c4cdf9b1d14eeb8e7c789a7a221706e2ee56ea67fb701185641f
4491 Copyright: 
4492 License: 
4493 Licence_Text: 
4494 #Header: 
4495 #@node envz_add
4496 #@subsection @code{envz_add}
4497 #@findex envz_add
4498 #
4499 #Gnulib module: ---
4500 #
4501 #Portability problems fixed by Gnulib:
4502 #@itemize
4503 #@end itemize
4504 #
4505 #Portability problems not fixed by Gnulib:
4506 #@itemize
4507 #@item
4508 #This function is missing on some platforms:
4509 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
4510
4511 File: ./doc/glibc-functions/envz_entry.texi
4512 Hash: 28cf6f28a93c0ade5125892036a65037b8be5e0b2265132a56172664cb295d70
4513 Copyright: 
4514 License: 
4515 Licence_Text: 
4516 #Header: 
4517 #@node envz_entry
4518 #@subsection @code{envz_entry}
4519 #@findex envz_entry
4520 #
4521 #Gnulib module: ---
4522 #
4523 #Portability problems fixed by Gnulib:
4524 #@itemize
4525 #@end itemize
4526 #
4527 #Portability problems not fixed by Gnulib:
4528 #@itemize
4529 #@item
4530 #This function is missing on some platforms:
4531 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
4532
4533 File: ./doc/glibc-functions/envz_get.texi
4534 Hash: 73dcfdab7c19f3e3b899aea56ac1cbe8433dc5d91c87650f0d62f50d9e29f1a6
4535 Copyright: 
4536 License: 
4537 Licence_Text: 
4538 #Header: 
4539 #@node envz_get
4540 #@subsection @code{envz_get}
4541 #@findex envz_get
4542 #
4543 #Gnulib module: ---
4544 #
4545 #Portability problems fixed by Gnulib:
4546 #@itemize
4547 #@end itemize
4548 #
4549 #Portability problems not fixed by Gnulib:
4550 #@itemize
4551 #@item
4552 #This function is missing on some platforms:
4553 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
4554
4555 File: ./doc/glibc-functions/envz_merge.texi
4556 Hash: da6f80f14d5cb2706ee602a6ebdcc7e2783bd46cc4dd1e217286de438f3b1bc7
4557 Copyright: 
4558 License: 
4559 Licence_Text: 
4560 #Header: 
4561 #@node envz_merge
4562 #@subsection @code{envz_merge}
4563 #@findex envz_merge
4564 #
4565 #Gnulib module: ---
4566 #
4567 #Portability problems fixed by Gnulib:
4568 #@itemize
4569 #@end itemize
4570 #
4571 #Portability problems not fixed by Gnulib:
4572 #@itemize
4573 #@item
4574 #This function is missing on some platforms:
4575 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
4576
4577 File: ./doc/glibc-functions/envz_remove.texi
4578 Hash: 052e269cc2f4c958fc937cfe92377318ac659e361bdfde1ed31ef03cc8225a04
4579 Copyright: 
4580 License: 
4581 Licence_Text: 
4582 #Header: 
4583 #@node envz_remove
4584 #@subsection @code{envz_remove}
4585 #@findex envz_remove
4586 #
4587 #Gnulib module: ---
4588 #
4589 #Portability problems fixed by Gnulib:
4590 #@itemize
4591 #@end itemize
4592 #
4593 #Portability problems not fixed by Gnulib:
4594 #@itemize
4595 #@item
4596 #This function is missing on some platforms:
4597 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
4598
4599 File: ./doc/glibc-functions/envz_strip.texi
4600 Hash: 9f33728bf5d1263c41541e31829546c6be1bb7149bbee554414674b7a5a76f8f
4601 Copyright: 
4602 License: 
4603 Licence_Text: 
4604 #Header: 
4605 #@node envz_strip
4606 #@subsection @code{envz_strip}
4607 #@findex envz_strip
4608 #
4609 #Gnulib module: ---
4610 #
4611 #Portability problems fixed by Gnulib:
4612 #@itemize
4613 #@end itemize
4614 #
4615 #Portability problems not fixed by Gnulib:
4616 #@itemize
4617 #@item
4618 #This function is missing on some platforms:
4619 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
4620
4621 File: ./doc/glibc-functions/epoll_create.texi
4622 Hash: e2be8db1d90a7447a960b5dd2f418cf2aae182562f396030b1d0b0ebba5e9289
4623 Copyright: 
4624 License: 
4625 Licence_Text: 
4626 #Header: 
4627 #@node epoll_create
4628 #@subsection @code{epoll_create}
4629 #@findex epoll_create
4630 #
4631 #Gnulib module: ---
4632 #
4633 #Portability problems fixed by Gnulib:
4634 #@itemize
4635 #@end itemize
4636 #
4637 #Portability problems not fixed by Gnulib:
4638 #@itemize
4639 #@item
4640 #This function is missing on all non-glibc platforms:
4641 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4642
4643 File: ./doc/glibc-functions/epoll_ctl.texi
4644 Hash: 9999e16055753d71a31950a02ef676ba0eea5e033afa1141140e66638120a8ad
4645 Copyright: 
4646 License: 
4647 Licence_Text: 
4648 #Header: 
4649 #@node epoll_ctl
4650 #@subsection @code{epoll_ctl}
4651 #@findex epoll_ctl
4652 #
4653 #Gnulib module: ---
4654 #
4655 #Portability problems fixed by Gnulib:
4656 #@itemize
4657 #@end itemize
4658 #
4659 #Portability problems not fixed by Gnulib:
4660 #@itemize
4661 #@item
4662 #This function is missing on all non-glibc platforms:
4663 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4664
4665 File: ./doc/glibc-functions/epoll_wait.texi
4666 Hash: f9429a26d6f4f4f72fa6635a53726a953061d951e8626269cd305df15371327b
4667 Copyright: 
4668 License: 
4669 Licence_Text: 
4670 #Header: 
4671 #@node epoll_wait
4672 #@subsection @code{epoll_wait}
4673 #@findex epoll_wait
4674 #
4675 #Gnulib module: ---
4676 #
4677 #Portability problems fixed by Gnulib:
4678 #@itemize
4679 #@end itemize
4680 #
4681 #Portability problems not fixed by Gnulib:
4682 #@itemize
4683 #@item
4684 #This function is missing on all non-glibc platforms:
4685 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4686
4687 File: ./doc/glibc-functions/erand48_r.texi
4688 Hash: 6669b6ab848630d8eb97b64fbb7732d3d5f0adb9cfb2efc13c602d06f44c3011
4689 Copyright: 
4690 License: 
4691 Licence_Text: 
4692 #Header: 
4693 #@node erand48_r
4694 #@subsection @code{erand48_r}
4695 #@findex erand48_r
4696 #
4697 #Gnulib module: ---
4698 #
4699 #Portability problems fixed by Gnulib:
4700 #@itemize
4701 #@end itemize
4702 #
4703 #Portability problems not fixed by Gnulib:
4704 #@itemize
4705 #@item
4706 #This function is missing on some platforms:
4707 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
4708
4709 File: ./doc/glibc-functions/err.texi
4710 Hash: f2822ce953258b67212742fa39cd8f3e71211dcb9ad9e1c08f1733549c5e87b4
4711 Copyright: 
4712 License: 
4713 Licence_Text: 
4714 #Header: 
4715 #@node err
4716 #@subsection @code{err}
4717 #@findex err
4718 #
4719 #Gnulib module: ---
4720 #
4721 #Portability problems fixed by Gnulib:
4722 #@itemize
4723 #@end itemize
4724 #
4725 #Portability problems not fixed by Gnulib:
4726 #@itemize
4727 #@item
4728 #This function is missing on some platforms:
4729 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
4730
4731 File: ./doc/glibc-functions/error.texi
4732 Hash: 8cef704a2bef7f901913e2ecb6a79a974c5c929784cd1a3efb83762ff9f0f78c
4733 Copyright: 
4734 License: 
4735 Licence_Text: 
4736 #Header: 
4737 #@node error
4738 #@subsection @code{error}
4739 #@findex error
4740 #
4741 #Gnulib module: error
4742 #
4743 #Portability problems fixed by Gnulib:
4744 #@itemize
4745 #@item
4746 #This function is missing on all non-glibc platforms:
4747 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4748 #@end itemize
4749 #
4750 #Portability problems not fixed by Gnulib:
4751 #@itemize
4752
4753 File: ./doc/glibc-functions/error_at_line.texi
4754 Hash: cf9e32d64af320b9a0a362a3a2030fe267c9975dd806450fc034a5271fba6b68
4755 Copyright: 
4756 License: 
4757 Licence_Text: 
4758 #Header: 
4759 #@node error_at_line
4760 #@subsection @code{error_at_line}
4761 #@findex error_at_line
4762 #
4763 #Gnulib module: ---
4764 #
4765 #Portability problems fixed by Gnulib:
4766 #@itemize
4767 #@end itemize
4768 #
4769 #Portability problems not fixed by Gnulib:
4770 #@itemize
4771 #@item
4772 #This function is missing on all non-glibc platforms:
4773 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4774
4775 File: ./doc/glibc-functions/error_message_count.texi
4776 Hash: 64921e6e3cbf254851de971c005efed63de341e918d68815a9cbaf0144fc2474
4777 Copyright: 
4778 License: 
4779 Licence_Text: 
4780 #Header: 
4781 #@node error_message_count
4782 #@subsection @code{error_message_count}
4783 #@findex error_message_count
4784 #
4785 #Gnulib module: ---
4786 #
4787 #Portability problems fixed by Gnulib:
4788 #@itemize
4789 #@end itemize
4790 #
4791 #Portability problems not fixed by Gnulib:
4792 #@itemize
4793 #@item
4794 #This variable is missing on all non-glibc platforms:
4795 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4796
4797 File: ./doc/glibc-functions/error_one_per_line.texi
4798 Hash: 41c37fa05255f035aae595ba8be8bf6a948f194d6e8f062a4dc1b3b3621b98c2
4799 Copyright: 
4800 License: 
4801 Licence_Text: 
4802 #Header: 
4803 #@node error_one_per_line
4804 #@subsection @code{error_one_per_line}
4805 #@findex error_one_per_line
4806 #
4807 #Gnulib module: ---
4808 #
4809 #Portability problems fixed by Gnulib:
4810 #@itemize
4811 #@end itemize
4812 #
4813 #Portability problems not fixed by Gnulib:
4814 #@itemize
4815 #@item
4816 #This variable is missing on all non-glibc platforms:
4817 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4818
4819 File: ./doc/glibc-functions/error_print_progname.texi
4820 Hash: bc96d8956a86cae93032b2c4c2b2cf3d10a7c8eec32d2dd8a20d3eee8c26b4a6
4821 Copyright: 
4822 License: 
4823 Licence_Text: 
4824 #Header: 
4825 #@node error_print_progname
4826 #@subsection @code{error_print_progname}
4827 #@findex error_print_progname
4828 #
4829 #Gnulib module: ---
4830 #
4831 #Portability problems fixed by Gnulib:
4832 #@itemize
4833 #@end itemize
4834 #
4835 #Portability problems not fixed by Gnulib:
4836 #@itemize
4837 #@item
4838 #This variable is missing on all non-glibc platforms:
4839 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4840
4841 File: ./doc/glibc-functions/errx.texi
4842 Hash: a7cdc040dd2e090c274719420cedb80b530aacdfe42b7ede1d77a24a148456ce
4843 Copyright: 
4844 License: 
4845 Licence_Text: 
4846 #Header: 
4847 #@node errx
4848 #@subsection @code{errx}
4849 #@findex errx
4850 #
4851 #Gnulib module: ---
4852 #
4853 #Portability problems fixed by Gnulib:
4854 #@itemize
4855 #@end itemize
4856 #
4857 #Portability problems not fixed by Gnulib:
4858 #@itemize
4859 #@item
4860 #This function is missing on some platforms:
4861 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
4862
4863 File: ./doc/glibc-functions/ether_aton.texi
4864 Hash: a842346260d42e4c0a45db5dd7cd75a3177bb0f0df8c990257803c214823ddad
4865 Copyright: 
4866 License: 
4867 Licence_Text: 
4868 #Header: 
4869 #@node ether_aton
4870 #@subsection @code{ether_aton}
4871 #@findex ether_aton
4872 #
4873 #Gnulib module: ---
4874 #
4875 #Portability problems fixed by Gnulib:
4876 #@itemize
4877 #@end itemize
4878 #
4879 #Portability problems not fixed by Gnulib:
4880 #@itemize
4881 #@item
4882 #This function is missing on some platforms:
4883 #HP-UX 11, Cygwin, mingw, Interix 3.5, BeOS.
4884
4885 File: ./doc/glibc-functions/ether_aton_r.texi
4886 Hash: fe43aa6c687d10c66577fc64c58745d2f5062b4b111066512e0416e4780c8143
4887 Copyright: 
4888 License: 
4889 Licence_Text: 
4890 #Header: 
4891 #@node ether_aton_r
4892 #@subsection @code{ether_aton_r}
4893 #@findex ether_aton_r
4894 #
4895 #Gnulib module: ---
4896 #
4897 #Portability problems fixed by Gnulib:
4898 #@itemize
4899 #@end itemize
4900 #
4901 #Portability problems not fixed by Gnulib:
4902 #@itemize
4903 #@item
4904 #This function is missing on some platforms:
4905 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4906
4907 File: ./doc/glibc-functions/ether_hostton.texi
4908 Hash: fe52a6f7a718ca3e4bc6d97cb686fe2b65337b46a9fcaae9ef54f7d9ccef5ee7
4909 Copyright: 
4910 License: 
4911 Licence_Text: 
4912 #Header: 
4913 #@node ether_hostton
4914 #@subsection @code{ether_hostton}
4915 #@findex ether_hostton
4916 #
4917 #Gnulib module: ---
4918 #
4919 #Portability problems fixed by Gnulib:
4920 #@itemize
4921 #@end itemize
4922 #
4923 #Portability problems not fixed by Gnulib:
4924 #@itemize
4925 #@item
4926 #This function is missing on some platforms:
4927 #HP-UX 11, Cygwin, mingw, Interix 3.5, BeOS.
4928
4929 File: ./doc/glibc-functions/ether_line.texi
4930 Hash: 3cc5f18d0bece8d4994e39601f8c8889a33a4f38e50df1990fad90d20e90a0c6
4931 Copyright: 
4932 License: 
4933 Licence_Text: 
4934 #Header: 
4935 #@node ether_line
4936 #@subsection @code{ether_line}
4937 #@findex ether_line
4938 #
4939 #Gnulib module: ---
4940 #
4941 #Portability problems fixed by Gnulib:
4942 #@itemize
4943 #@end itemize
4944 #
4945 #Portability problems not fixed by Gnulib:
4946 #@itemize
4947 #@item
4948 #This function is missing on some platforms:
4949 #HP-UX 11, Cygwin, mingw, Interix 3.5, BeOS.
4950
4951 File: ./doc/glibc-functions/ether_ntoa.texi
4952 Hash: babf9fe2efe3a0d0c4490b4ce7caec7f2b819fa28fa57afb55ab319051106de8
4953 Copyright: 
4954 License: 
4955 Licence_Text: 
4956 #Header: 
4957 #@node ether_ntoa
4958 #@subsection @code{ether_ntoa}
4959 #@findex ether_ntoa
4960 #
4961 #Gnulib module: ---
4962 #
4963 #Portability problems fixed by Gnulib:
4964 #@itemize
4965 #@end itemize
4966 #
4967 #Portability problems not fixed by Gnulib:
4968 #@itemize
4969 #@item
4970 #This function is missing on some platforms:
4971 #HP-UX 11, Cygwin, mingw, Interix 3.5, BeOS.
4972
4973 File: ./doc/glibc-functions/ether_ntoa_r.texi
4974 Hash: c2b5156ddda84f53d15db242391715e0f2ca131662587d0cd4d9e62f75b2da45
4975 Copyright: 
4976 License: 
4977 Licence_Text: 
4978 #Header: 
4979 #@node ether_ntoa_r
4980 #@subsection @code{ether_ntoa_r}
4981 #@findex ether_ntoa_r
4982 #
4983 #Gnulib module: ---
4984 #
4985 #Portability problems fixed by Gnulib:
4986 #@itemize
4987 #@end itemize
4988 #
4989 #Portability problems not fixed by Gnulib:
4990 #@itemize
4991 #@item
4992 #This function is missing on some platforms:
4993 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
4994
4995 File: ./doc/glibc-functions/ether_ntohost.texi
4996 Hash: c2091a64f35c0ae5d661860b1f60d57ad6944ad0403e4bf28a3cc7c96131aaa7
4997 Copyright: 
4998 License: 
4999 Licence_Text: 
5000 #Header: 
5001 #@node ether_ntohost
5002 #@subsection @code{ether_ntohost}
5003 #@findex ether_ntohost
5004 #
5005 #Gnulib module: ---
5006 #
5007 #Portability problems fixed by Gnulib:
5008 #@itemize
5009 #@end itemize
5010 #
5011 #Portability problems not fixed by Gnulib:
5012 #@itemize
5013 #@item
5014 #This function is missing on some platforms:
5015 #HP-UX 11, Cygwin, mingw, Interix 3.5, BeOS.
5016
5017 File: ./doc/glibc-functions/euidaccess.texi
5018 Hash: 2a87b5e240d11086cffaf06df3881482e1ffa24627ab797f4715fc9a215386f2
5019 Copyright: 
5020 License: 
5021 Licence_Text: 
5022 #Header: 
5023 #@node euidaccess
5024 #@subsection @code{euidaccess}
5025 #@findex euidaccess
5026 #
5027 #Gnulib module: euidaccess
5028 #
5029 #Portability problems fixed by Gnulib:
5030 #@itemize
5031 #@item
5032 #This function is missing on all non-glibc platforms:
5033 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5034 #@end itemize
5035 #
5036 #Portability problems not fixed by Gnulib:
5037 #@itemize
5038
5039 File: ./doc/glibc-functions/exp10.texi
5040 Hash: 28f79331e4b58884933515b29863bc9a52742bc7f370744a0e4a10452f099f06
5041 Copyright: 
5042 License: 
5043 Licence_Text: 
5044 #Header: 
5045 #@node exp10
5046 #@subsection @code{exp10}
5047 #@findex exp10
5048 #
5049 #Gnulib module: ---
5050 #
5051 #Portability problems fixed by Gnulib:
5052 #@itemize
5053 #@end itemize
5054 #
5055 #Portability problems not fixed by Gnulib:
5056 #@itemize
5057 #@item
5058 #This function is missing on some platforms:
5059 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
5060
5061 File: ./doc/glibc-functions/exp10f.texi
5062 Hash: 6bc7b61d534ef6f83c8461e72de721f5118651239555193971f3dad02fa23d46
5063 Copyright: 
5064 License: 
5065 Licence_Text: 
5066 #Header: 
5067 #@node exp10f
5068 #@subsection @code{exp10f}
5069 #@findex exp10f
5070 #
5071 #Gnulib module: ---
5072 #
5073 #Portability problems fixed by Gnulib:
5074 #@itemize
5075 #@end itemize
5076 #
5077 #Portability problems not fixed by Gnulib:
5078 #@itemize
5079 #@item
5080 #This function is missing on some platforms:
5081 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
5082
5083 File: ./doc/glibc-functions/exp10l.texi
5084 Hash: f9565a3a532005973d9b6f51e0c7706ec6dc8d01c19746fa8e505147d54a29ca
5085 Copyright: 
5086 License: 
5087 Licence_Text: 
5088 #Header: 
5089 #@node exp10l
5090 #@subsection @code{exp10l}
5091 #@findex exp10l
5092 #
5093 #Gnulib module: ---
5094 #
5095 #Portability problems fixed by Gnulib:
5096 #@itemize
5097 #@end itemize
5098 #
5099 #Portability problems not fixed by Gnulib:
5100 #@itemize
5101 #@item
5102 #This function is missing on all non-glibc platforms:
5103 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5104
5105 File: ./doc/glibc-functions/fallocate.texi
5106 Hash: 31fafd55b211c7951256cf510c48929dbf0905c1d6adf6ce67a5f2c834d89e9b
5107 Copyright: 
5108 License: 
5109 Licence_Text: 
5110 #Header: 
5111 #@node fallocate
5112 #@subsection @code{fallocate}
5113 #@findex fallocate
5114 #
5115 #Gnulib module: ---
5116 #
5117 #Portability problems fixed by Gnulib:
5118 #@itemize
5119 #@end itemize
5120 #
5121 #Portability problems not fixed by Gnulib:
5122 #@itemize
5123 #@item
5124 #This function is missing on older glibc versions and all non-glibc platforms:
5125 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5126
5127 File: ./doc/glibc-functions/fcloseall.texi
5128 Hash: 2454b1a7e29b85b95416951cb3def913d0d4ff6d29f3a9d5ada2168be1b14e49
5129 Copyright: 
5130 License: 
5131 Licence_Text: 
5132 #Header: 
5133 #@node fcloseall
5134 #@subsection @code{fcloseall}
5135 #@findex fcloseall
5136 #
5137 #Gnulib module: ---
5138 #
5139 #Portability problems fixed by Gnulib:
5140 #@itemize
5141 #@end itemize
5142 #
5143 #Portability problems not fixed by Gnulib:
5144 #@itemize
5145 #@item
5146 #This function is missing on some platforms:
5147 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5.
5148
5149 File: ./doc/glibc-functions/fcvt_r.texi
5150 Hash: 1226fb28c13dfae15d1f84e2ace830d894b9a5785effc4bf23eae22e0819d4c7
5151 Copyright: 
5152 License: 
5153 Licence_Text: 
5154 #Header: 
5155 #@node fcvt_r
5156 #@subsection @code{fcvt_r}
5157 #@findex fcvt_r
5158 #
5159 #Gnulib module: ---
5160 #
5161 #Portability problems fixed by Gnulib:
5162 #@itemize
5163 #@end itemize
5164 #
5165 #Portability problems not fixed by Gnulib:
5166 #@itemize
5167 #@item
5168 #This function is missing on some platforms:
5169 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, Solaris 10, Cygwin, mingw, Interix 3.5.
5170
5171 File: ./doc/glibc-functions/fedisableexcept.texi
5172 Hash: 559755cb3f08a938aa3cae6ba68289ae9e8545baf594d71a8c7a6242d0371b94
5173 Copyright: 
5174 License: 
5175 Licence_Text: 
5176 #Header: 
5177 #@node fedisableexcept
5178 #@subsection @code{fedisableexcept}
5179 #@findex fedisableexcept
5180 #
5181 #Gnulib module: ---
5182 #
5183 #Portability problems fixed by Gnulib:
5184 #@itemize
5185 #@end itemize
5186 #
5187 #Portability problems not fixed by Gnulib:
5188 #@itemize
5189 #@item
5190 #This function is missing on some platforms:
5191 #MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5192
5193 File: ./doc/glibc-functions/feenableexcept.texi
5194 Hash: db385ebfb7a42feb0e9f02c96ef0ede1e5be24761c1ddbefc2f57da58df53306
5195 Copyright: 
5196 License: 
5197 Licence_Text: 
5198 #Header: 
5199 #@node feenableexcept
5200 #@subsection @code{feenableexcept}
5201 #@findex feenableexcept
5202 #
5203 #Gnulib module: ---
5204 #
5205 #Portability problems fixed by Gnulib:
5206 #@itemize
5207 #@end itemize
5208 #
5209 #Portability problems not fixed by Gnulib:
5210 #@itemize
5211 #@item
5212 #This function is missing on some platforms:
5213 #MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5214
5215 File: ./doc/glibc-functions/fegetexcept.texi
5216 Hash: 6ca79a91498b9b0bc91e5a1534a1e08167e795a7018a76dea8c52af2b42cb25b
5217 Copyright: 
5218 License: 
5219 Licence_Text: 
5220 #Header: 
5221 #@node fegetexcept
5222 #@subsection @code{fegetexcept}
5223 #@findex fegetexcept
5224 #
5225 #Gnulib module: ---
5226 #
5227 #Portability problems fixed by Gnulib:
5228 #@itemize
5229 #@end itemize
5230 #
5231 #Portability problems not fixed by Gnulib:
5232 #@itemize
5233 #@item
5234 #This function is missing on all non-glibc platforms:
5235 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5236
5237 File: ./doc/glibc-functions/feof_unlocked.texi
5238 Hash: 1845120fe96136edef181ead3d3d621b9fbfbc50ad928e98b75b0958c34d1bf8
5239 Copyright: 
5240 License: 
5241 Licence_Text: 
5242 #Header: 
5243 #@node feof_unlocked
5244 #@subsection @code{feof_unlocked}
5245 #@findex feof_unlocked
5246 #
5247 #Gnulib module: ---
5248 #
5249 #Portability problems fixed by Gnulib:
5250 #@itemize
5251 #@end itemize
5252 #
5253 #Portability problems not fixed by Gnulib:
5254 #@itemize
5255 #@item
5256 #This function is missing on some platforms:
5257 #NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
5258
5259 File: ./doc/glibc-functions/ferror_unlocked.texi
5260 Hash: cb31a7959c6e17cb428009f020898f3aa9f5a5a94d802a13b13b4d91987f3e0d
5261 Copyright: 
5262 License: 
5263 Licence_Text: 
5264 #Header: 
5265 #@node ferror_unlocked
5266 #@subsection @code{ferror_unlocked}
5267 #@findex ferror_unlocked
5268 #
5269 #Gnulib module: ---
5270 #
5271 #Portability problems fixed by Gnulib:
5272 #@itemize
5273 #@end itemize
5274 #
5275 #Portability problems not fixed by Gnulib:
5276 #@itemize
5277 #@item
5278 #This function is missing on some platforms:
5279 #NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
5280
5281 File: ./doc/glibc-functions/fflush_unlocked.texi
5282 Hash: 7b77cc9354310377449aa1c5e033d3389b2ef98d4d87cdcaf133abc67e518637
5283 Copyright: 
5284 License: 
5285 Licence_Text: 
5286 #Header: 
5287 #@node fflush_unlocked
5288 #@subsection @code{fflush_unlocked}
5289 #@findex fflush_unlocked
5290 #
5291 #Gnulib module: ---
5292 #
5293 #Portability problems fixed by Gnulib:
5294 #@itemize
5295 #@end itemize
5296 #
5297 #Portability problems not fixed by Gnulib:
5298 #@itemize
5299 #@item
5300 #This function is missing on some platforms:
5301 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
5302
5303 File: ./doc/glibc-functions/ffsl.texi
5304 Hash: 7ff7df1ee7b12f75c430eb45418546d6ca7af38ee555686d46292d1c6b0d546e
5305 Copyright: 
5306 License: 
5307 Licence_Text: 
5308 #Header: 
5309 #@node ffsl
5310 #@subsection @code{ffsl}
5311 #@findex ffsl
5312 #
5313 #Gnulib module: ---
5314 #
5315 #Portability problems fixed by Gnulib:
5316 #@itemize
5317 #@end itemize
5318 #
5319 #Portability problems not fixed by Gnulib:
5320 #@itemize
5321 #@item
5322 #This function is missing on some platforms:
5323 #MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5324
5325 File: ./doc/glibc-functions/ffsll.texi
5326 Hash: f42ded9a37fabd10750809c4fb7af7893b2feea0826b23d5ac2ce7574eef4094
5327 Copyright: 
5328 License: 
5329 Licence_Text: 
5330 #Header: 
5331 #@node ffsll
5332 #@subsection @code{ffsll}
5333 #@findex ffsll
5334 #
5335 #Gnulib module: ---
5336 #
5337 #Portability problems fixed by Gnulib:
5338 #@itemize
5339 #@end itemize
5340 #
5341 #Portability problems not fixed by Gnulib:
5342 #@itemize
5343 #@item
5344 #This function is missing on all non-glibc platforms:
5345 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5346
5347 File: ./doc/glibc-functions/fgetc_unlocked.texi
5348 Hash: fd047b70f29ecc5dfbe87e98fb2412798cc35c51efd44e6e2fc83f3893738c27
5349 Copyright: 
5350 License: 
5351 Licence_Text: 
5352 #Header: 
5353 #@node fgetc_unlocked
5354 #@subsection @code{fgetc_unlocked}
5355 #@findex fgetc_unlocked
5356 #
5357 #Gnulib module: ---
5358 #
5359 #Portability problems fixed by Gnulib:
5360 #@itemize
5361 #@end itemize
5362 #
5363 #Portability problems not fixed by Gnulib:
5364 #@itemize
5365 #@item
5366 #This function is missing on all non-glibc platforms:
5367 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5368
5369 File: ./doc/glibc-functions/fgetgrent.texi
5370 Hash: 0b18f0b797c2a7c1860c33c9304af2bfa428622038cbb34e5ada28bba02c0602
5371 Copyright: 
5372 License: 
5373 Licence_Text: 
5374 #Header: 
5375 #@node fgetgrent
5376 #@subsection @code{fgetgrent}
5377 #@findex fgetgrent
5378 #
5379 #Gnulib module: ---
5380 #
5381 #Portability problems fixed by Gnulib:
5382 #@itemize
5383 #@end itemize
5384 #
5385 #Portability problems not fixed by Gnulib:
5386 #@itemize
5387 #@item
5388 #This function is missing on some platforms:
5389 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
5390
5391 File: ./doc/glibc-functions/fgetgrent_r.texi
5392 Hash: 85ec05e27db7a4cd0043130657bcc7d21de99ba3e8547888923170a8a0799df0
5393 Copyright: 
5394 License: 
5395 Licence_Text: 
5396 #Header: 
5397 #@node fgetgrent_r
5398 #@subsection @code{fgetgrent_r}
5399 #@findex fgetgrent_r
5400 #
5401 #Gnulib module: ---
5402 #
5403 #Portability problems fixed by Gnulib:
5404 #@itemize
5405 #@end itemize
5406 #
5407 #Portability problems not fixed by Gnulib:
5408 #@itemize
5409 #@item
5410 #This function is missing on some platforms:
5411 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
5412
5413 File: ./doc/glibc-functions/fgetpwent.texi
5414 Hash: a57008ebce017626f01d164e1f36cb66ddcaf81e7aa1d43cd1d92b0223d81ebb
5415 Copyright: 
5416 License: 
5417 Licence_Text: 
5418 #Header: 
5419 #@node fgetpwent
5420 #@subsection @code{fgetpwent}
5421 #@findex fgetpwent
5422 #
5423 #Gnulib module: ---
5424 #
5425 #Portability problems fixed by Gnulib:
5426 #@itemize
5427 #@end itemize
5428 #
5429 #Portability problems not fixed by Gnulib:
5430 #@itemize
5431 #@item
5432 #This function is missing on some platforms:
5433 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, Cygwin, mingw, Interix 3.5, BeOS.
5434
5435 File: ./doc/glibc-functions/fgetpwent_r.texi
5436 Hash: 75100ef488211123031efb59301d244ecb208b1cb9b65c4246803fa12ab4d41d
5437 Copyright: 
5438 License: 
5439 Licence_Text: 
5440 #Header: 
5441 #@node fgetpwent_r
5442 #@subsection @code{fgetpwent_r}
5443 #@findex fgetpwent_r
5444 #
5445 #Gnulib module: ---
5446 #
5447 #Portability problems fixed by Gnulib:
5448 #@itemize
5449 #@end itemize
5450 #
5451 #Portability problems not fixed by Gnulib:
5452 #@itemize
5453 #@item
5454 #This function is missing on some platforms:
5455 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
5456
5457 File: ./doc/glibc-functions/fgets_unlocked.texi
5458 Hash: 3afe49da21531770e755913daf2957e563869eaf7311d0bbae6c4d2a664b00ec
5459 Copyright: 
5460 License: 
5461 Licence_Text: 
5462 #Header: 
5463 #@node fgets_unlocked
5464 #@subsection @code{fgets_unlocked}
5465 #@findex fgets_unlocked
5466 #
5467 #Gnulib module: ---
5468 #
5469 #Portability problems fixed by Gnulib:
5470 #@itemize
5471 #@end itemize
5472 #
5473 #Portability problems not fixed by Gnulib:
5474 #@itemize
5475 #@item
5476 #This function is missing on some platforms:
5477 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
5478
5479 File: ./doc/glibc-functions/fgetspent.texi
5480 Hash: d22f7bf1109eaba8e95ebe8c050a77b9c677932e482068de0092aa1abc993d1d
5481 Copyright: 
5482 License: 
5483 Licence_Text: 
5484 #Header: 
5485 #@node fgetspent
5486 #@subsection @code{fgetspent}
5487 #@findex fgetspent
5488 #
5489 #Gnulib module: ---
5490 #
5491 #Portability problems fixed by Gnulib:
5492 #@itemize
5493 #@end itemize
5494 #
5495 #Portability problems not fixed by Gnulib:
5496 #@itemize
5497 #@item
5498 #This function is missing on some platforms:
5499 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
5500
5501 File: ./doc/glibc-functions/fgetspent_r.texi
5502 Hash: 88cce64476ac720a065d48f7ed83e89757d63c47b0397b2e4f66e30384ac5bc4
5503 Copyright: 
5504 License: 
5505 Licence_Text: 
5506 #Header: 
5507 #@node fgetspent_r
5508 #@subsection @code{fgetspent_r}
5509 #@findex fgetspent_r
5510 #
5511 #Gnulib module: ---
5512 #
5513 #Portability problems fixed by Gnulib:
5514 #@itemize
5515 #@end itemize
5516 #
5517 #Portability problems not fixed by Gnulib:
5518 #@itemize
5519 #@item
5520 #This function is missing on some platforms:
5521 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 5.3, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
5522
5523 File: ./doc/glibc-functions/fgetwc_unlocked.texi
5524 Hash: b29178e60e8b553881d945e4be798334def8c4123d44b176462d522bfe1af2f1
5525 Copyright: 
5526 License: 
5527 Licence_Text: 
5528 #Header: 
5529 #@node fgetwc_unlocked
5530 #@subsection @code{fgetwc_unlocked}
5531 #@findex fgetwc_unlocked
5532 #
5533 #Gnulib module: ---
5534 #
5535 #Portability problems fixed by Gnulib:
5536 #@itemize
5537 #@end itemize
5538 #
5539 #Portability problems not fixed by Gnulib:
5540 #@itemize
5541 #@item
5542 #This function is missing on all non-glibc platforms:
5543 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5544
5545 File: ./doc/glibc-functions/fgetws_unlocked.texi
5546 Hash: 73140a13f61673c53dbb5d6a98e4edbf6648d239c6cd9dfa1e58eec08b3ed1f5
5547 Copyright: 
5548 License: 
5549 Licence_Text: 
5550 #Header: 
5551 #@node fgetws_unlocked
5552 #@subsection @code{fgetws_unlocked}
5553 #@findex fgetws_unlocked
5554 #
5555 #Gnulib module: ---
5556 #
5557 #Portability problems fixed by Gnulib:
5558 #@itemize
5559 #@end itemize
5560 #
5561 #Portability problems not fixed by Gnulib:
5562 #@itemize
5563 #@item
5564 #This function is missing on all non-glibc platforms:
5565 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5566
5567 File: ./doc/glibc-functions/fgetxattr.texi
5568 Hash: 690019b55ebc29fa70959ccca4ceea265daeeef5ab17782576151fab734ef1c7
5569 Copyright: 
5570 License: 
5571 Licence_Text: 
5572 #Header: 
5573 #@node fgetxattr
5574 #@subsection @code{fgetxattr}
5575 #@findex fgetxattr
5576 #
5577 #Gnulib module: ---
5578 #
5579 #Portability problems fixed by Gnulib:
5580 #@itemize
5581 #@end itemize
5582 #
5583 #Portability problems not fixed by Gnulib:
5584 #@itemize
5585 #@item
5586 #This function is missing on many non-glibc platforms:
5587 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
5588
5589 File: ./doc/glibc-functions/fileno_unlocked.texi
5590 Hash: b114e30579686f868d9b5c0c1ebc7b367451428905308c9c5b44788b23cc5fa4
5591 Copyright: 
5592 License: 
5593 Licence_Text: 
5594 #Header: 
5595 #@node fileno_unlocked
5596 #@subsection @code{fileno_unlocked}
5597 #@findex fileno_unlocked
5598 #
5599 #Gnulib module: ---
5600 #
5601 #Portability problems fixed by Gnulib:
5602 #@itemize
5603 #@end itemize
5604 #
5605 #Portability problems not fixed by Gnulib:
5606 #@itemize
5607 #@item
5608 #This function is missing on some platforms:
5609 #NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
5610
5611 File: ./doc/glibc-functions/finite.texi
5612 Hash: 29b265d6f1a1c66117c921380d2f8541ecb864d9bb4b99bd063377b2fc379fb1
5613 Copyright: 
5614 License: 
5615 Licence_Text: 
5616 #Header: 
5617 #@node finite
5618 #@subsection @code{finite}
5619 #@findex finite
5620 #
5621 #Gnulib module: ---
5622 #
5623 #Portability problems fixed by Gnulib:
5624 #@itemize
5625 #@end itemize
5626 #
5627 #Portability problems not fixed by Gnulib:
5628 #@itemize
5629 #@item
5630 #This function is missing on some platforms:
5631 #HP-UX 11.
5632
5633 File: ./doc/glibc-functions/finitef.texi
5634 Hash: 327d8133425a2bca8406a7ae88aa480fc96ef29d5d813d12bef4d00fbb84c11a
5635 Copyright: 
5636 License: 
5637 Licence_Text: 
5638 #Header: 
5639 #@node finitef
5640 #@subsection @code{finitef}
5641 #@findex finitef
5642 #
5643 #Gnulib module: ---
5644 #
5645 #Portability problems fixed by Gnulib:
5646 #@itemize
5647 #@end itemize
5648 #
5649 #Portability problems not fixed by Gnulib:
5650 #@itemize
5651 #@item
5652 #This function is missing on some platforms:
5653 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw.
5654
5655 File: ./doc/glibc-functions/finitel.texi
5656 Hash: f1dfd14d92d720128a297b18802208de0aef77b8a55724a3bab52e1479a959b7
5657 Copyright: 
5658 License: 
5659 Licence_Text: 
5660 #Header: 
5661 #@node finitel
5662 #@subsection @code{finitel}
5663 #@findex finitel
5664 #
5665 #Gnulib module: ---
5666 #
5667 #Portability problems fixed by Gnulib:
5668 #@itemize
5669 #@end itemize
5670 #
5671 #Portability problems not fixed by Gnulib:
5672 #@itemize
5673 #@item
5674 #This function is missing on some platforms:
5675 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
5676
5677 File: ./doc/glibc-functions/flistxattr.texi
5678 Hash: f690841408ca5558193c7cb2548a0fde981b916ecc72db6ff57263c37ed95f21
5679 Copyright: 
5680 License: 
5681 Licence_Text: 
5682 #Header: 
5683 #@node flistxattr
5684 #@subsection @code{flistxattr}
5685 #@findex flistxattr
5686 #
5687 #Gnulib module: ---
5688 #
5689 #Portability problems fixed by Gnulib:
5690 #@itemize
5691 #@end itemize
5692 #
5693 #Portability problems not fixed by Gnulib:
5694 #@itemize
5695 #@item
5696 #This function is missing on many non-glibc platforms:
5697 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
5698
5699 File: ./doc/glibc-functions/flock.texi
5700 Hash: 7efcc517b27c29ac838581e490b7de074f2a907c7d0e8019e6f1ca8837296a92
5701 Copyright: 
5702 License: 
5703 Licence_Text: 
5704 #Header: 
5705 #@node flock
5706 #@subsection @code{flock}
5707 #@findex flock
5708 #
5709 #Gnulib module: flock
5710 #
5711 #Portability problems fixed by Gnulib:
5712 #@itemize
5713 #@item
5714 #This function is missing on some platforms:
5715 #mingw
5716 #@end itemize
5717 #
5718 #Portability problems not fixed by Gnulib:
5719 #@itemize
5720
5721 File: ./doc/glibc-functions/fopencookie.texi
5722 Hash: 84f7e5764f5c5ba2402d7e79c475c8bdfacd7d6257c9f7b26fdb3330d7c09349
5723 Copyright: 
5724 License: 
5725 Licence_Text: 
5726 #Header: 
5727 #@node fopencookie
5728 #@subsection @code{fopencookie}
5729 #@findex fopencookie
5730 #
5731 #Gnulib module: ---
5732 #
5733 #Portability problems fixed by Gnulib:
5734 #@itemize
5735 #@end itemize
5736 #
5737 #Portability problems not fixed by Gnulib:
5738 #@itemize
5739 #@item
5740 #This function is missing on many non-glibc platforms:
5741 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
5742
5743 File: ./doc/glibc-functions/fputc_unlocked.texi
5744 Hash: eaa6f4ff0366284337b9d6cf787c8b90a4496e22f732d5b3c75a7ad81a701d60
5745 Copyright: 
5746 License: 
5747 Licence_Text: 
5748 #Header: 
5749 #@node fputc_unlocked
5750 #@subsection @code{fputc_unlocked}
5751 #@findex fputc_unlocked
5752 #
5753 #Gnulib module: ---
5754 #
5755 #Portability problems fixed by Gnulib:
5756 #@itemize
5757 #@end itemize
5758 #
5759 #Portability problems not fixed by Gnulib:
5760 #@itemize
5761 #@item
5762 #This function is missing on some platforms:
5763 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
5764
5765 File: ./doc/glibc-functions/fputs_unlocked.texi
5766 Hash: edd6df84c06304c0437c886bb83502513adc2964f412e1083b0437c0375aea57
5767 Copyright: 
5768 License: 
5769 Licence_Text: 
5770 #Header: 
5771 #@node fputs_unlocked
5772 #@subsection @code{fputs_unlocked}
5773 #@findex fputs_unlocked
5774 #
5775 #Gnulib module: ---
5776 #
5777 #Portability problems fixed by Gnulib:
5778 #@itemize
5779 #@end itemize
5780 #
5781 #Portability problems not fixed by Gnulib:
5782 #@itemize
5783 #@item
5784 #This function is missing on all non-glibc platforms:
5785 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5786
5787 File: ./doc/glibc-functions/fputwc_unlocked.texi
5788 Hash: 1ff188f75d9abcd7575d0fa34888759b6bb1e3f5f8a22b388e78dae16f032015
5789 Copyright: 
5790 License: 
5791 Licence_Text: 
5792 #Header: 
5793 #@node fputwc_unlocked
5794 #@subsection @code{fputwc_unlocked}
5795 #@findex fputwc_unlocked
5796 #
5797 #Gnulib module: ---
5798 #
5799 #Portability problems fixed by Gnulib:
5800 #@itemize
5801 #@end itemize
5802 #
5803 #Portability problems not fixed by Gnulib:
5804 #@itemize
5805 #@item
5806 #This function is missing on all non-glibc platforms:
5807 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5808
5809 File: ./doc/glibc-functions/fputws_unlocked.texi
5810 Hash: 1c1444e165a52b94709303c0bbe816b400d1f56a57e11dc5ea3b2d2caa8fd7ef
5811 Copyright: 
5812 License: 
5813 Licence_Text: 
5814 #Header: 
5815 #@node fputws_unlocked
5816 #@subsection @code{fputws_unlocked}
5817 #@findex fputws_unlocked
5818 #
5819 #Gnulib module: ---
5820 #
5821 #Portability problems fixed by Gnulib:
5822 #@itemize
5823 #@end itemize
5824 #
5825 #Portability problems not fixed by Gnulib:
5826 #@itemize
5827 #@item
5828 #This function is missing on all non-glibc platforms:
5829 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
5830
5831 File: ./doc/glibc-functions/fread_unlocked.texi
5832 Hash: b9d76fc01917357762291957d2a045fc020498ed7c8a767c6b27b2e3046e4fbe
5833 Copyright: 
5834 License: 
5835 Licence_Text: 
5836 #Header: 
5837 #@node fread_unlocked
5838 #@subsection @code{fread_unlocked}
5839 #@findex fread_unlocked
5840 #
5841 #Gnulib module: ---
5842 #
5843 #Portability problems fixed by Gnulib:
5844 #@itemize
5845 #@end itemize
5846 #
5847 #Portability problems not fixed by Gnulib:
5848 #@itemize
5849 #@item
5850 #This function is missing on some platforms:
5851 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
5852
5853 File: ./doc/glibc-functions/freeifaddrs.texi
5854 Hash: d5198cf034f6423206e3904ec037f3d2d3cddd2d2a19eb6f4bd11bca16cfb781
5855 Copyright: 
5856 License: 
5857 Licence_Text: 
5858 #Header: 
5859 #@node freeifaddrs
5860 #@subsection @code{freeifaddrs}
5861 #@findex freeifaddrs
5862 #
5863 #Gnulib module: ---
5864 #
5865 #Portability problems fixed by Gnulib:
5866 #@itemize
5867 #@end itemize
5868 #
5869 #Portability problems not fixed by Gnulib:
5870 #@itemize
5871 #@item
5872 #This function is missing on some platforms:
5873 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
5874
5875 File: ./doc/glibc-functions/fremovexattr.texi
5876 Hash: 6ba4e774379ac053b21a8a26c04a2a2c453da0770521225903b9ed6de6e3067c
5877 Copyright: 
5878 License: 
5879 Licence_Text: 
5880 #Header: 
5881 #@node fremovexattr
5882 #@subsection @code{fremovexattr}
5883 #@findex fremovexattr
5884 #
5885 #Gnulib module: ---
5886 #
5887 #Portability problems fixed by Gnulib:
5888 #@itemize
5889 #@end itemize
5890 #
5891 #Portability problems not fixed by Gnulib:
5892 #@itemize
5893 #@item
5894 #This function is missing on many non-glibc platforms:
5895 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
5896
5897 File: ./doc/glibc-functions/fsetxattr.texi
5898 Hash: 0fc330b04332599ebb973d94e987ef0f2b31b571ab2cd7a34947c41a12ae1a42
5899 Copyright: 
5900 License: 
5901 Licence_Text: 
5902 #Header: 
5903 #@node fsetxattr
5904 #@subsection @code{fsetxattr}
5905 #@findex fsetxattr
5906 #
5907 #Gnulib module: ---
5908 #
5909 #Portability problems fixed by Gnulib:
5910 #@itemize
5911 #@end itemize
5912 #
5913 #Portability problems not fixed by Gnulib:
5914 #@itemize
5915 #@item
5916 #This function is missing on many non-glibc platforms:
5917 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
5918
5919 File: ./doc/glibc-functions/fstatfs.texi
5920 Hash: 7c08a51a0efa25dffbf458537d7aecd92c717d76e40ca2966251a39e1c8a70eb
5921 Copyright: 
5922 License: 
5923 Licence_Text: 
5924 #Header: 
5925 #@node fstatfs
5926 #@subsection @code{fstatfs}
5927 #@findex fstatfs
5928 #
5929 #Gnulib module: ---
5930 #
5931 #Portability problems fixed by Gnulib:
5932 #@itemize
5933 #@end itemize
5934 #
5935 #Portability problems not fixed by Gnulib:
5936 #@itemize
5937 #@item
5938 #This function is missing on some platforms:
5939 #AIX 5.1, mingw, Interix 3.5, BeOS.
5940
5941 File: ./doc/glibc-functions/fts_children.texi
5942 Hash: 94455de1757c151913c00f827b1a2cb6789f967ea511921a4f9c02f6ef1d5acb
5943 Copyright: 
5944 License: 
5945 Licence_Text: 
5946 #Header: 
5947 #@node fts_children
5948 #@subsection @code{fts_children}
5949 #@findex fts_children
5950 #
5951 #Gnulib module: ---
5952 #
5953 #Portability problems fixed by Gnulib:
5954 #@itemize
5955 #@end itemize
5956 #
5957 #Portability problems not fixed by Gnulib:
5958 #@itemize
5959 #@item
5960 #This function is missing on some platforms:
5961 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
5962
5963 File: ./doc/glibc-functions/fts_close.texi
5964 Hash: f24724092bc824c6d20defedcf74897ac95ebf70949559820a3bc366b0e1f58b
5965 Copyright: 
5966 License: 
5967 Licence_Text: 
5968 #Header: 
5969 #@node fts_close
5970 #@subsection @code{fts_close}
5971 #@findex fts_close
5972 #
5973 #Gnulib module: ---
5974 #
5975 #Portability problems fixed by Gnulib:
5976 #@itemize
5977 #@end itemize
5978 #
5979 #Portability problems not fixed by Gnulib:
5980 #@itemize
5981 #@item
5982 #This function is missing on some platforms:
5983 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
5984
5985 File: ./doc/glibc-functions/fts_open.texi
5986 Hash: 71e6cf5ee44d9e7d6be7a9d4d2ffdfa9e4b96b9ec8e5de10eaf3bbbae82ad330
5987 Copyright: 
5988 License: 
5989 Licence_Text: 
5990 #Header: 
5991 #@node fts_open
5992 #@subsection @code{fts_open}
5993 #@findex fts_open
5994 #
5995 #Gnulib module: ---
5996 #
5997 #Portability problems fixed by Gnulib:
5998 #@itemize
5999 #@end itemize
6000 #
6001 #Portability problems not fixed by Gnulib:
6002 #@itemize
6003 #@item
6004 #This function is missing on some platforms:
6005 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
6006
6007 File: ./doc/glibc-functions/fts_read.texi
6008 Hash: 7b1858d353c66d3dbd174039b17a0a4d0b16e8c3899a13eed362f1a4c13244c1
6009 Copyright: 
6010 License: 
6011 Licence_Text: 
6012 #Header: 
6013 #@node fts_read
6014 #@subsection @code{fts_read}
6015 #@findex fts_read
6016 #
6017 #Gnulib module: ---
6018 #
6019 #Portability problems fixed by Gnulib:
6020 #@itemize
6021 #@end itemize
6022 #
6023 #Portability problems not fixed by Gnulib:
6024 #@itemize
6025 #@item
6026 #This function is missing on some platforms:
6027 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
6028
6029 File: ./doc/glibc-functions/fts_set.texi
6030 Hash: 256a8d88f0cc0955a51687ecf5615cf7a881767b10a089ca44992d99aa8b1429
6031 Copyright: 
6032 License: 
6033 Licence_Text: 
6034 #Header: 
6035 #@node fts_set
6036 #@subsection @code{fts_set}
6037 #@findex fts_set
6038 #
6039 #Gnulib module: ---
6040 #
6041 #Portability problems fixed by Gnulib:
6042 #@itemize
6043 #@end itemize
6044 #
6045 #Portability problems not fixed by Gnulib:
6046 #@itemize
6047 #@item
6048 #This function is missing on some platforms:
6049 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
6050
6051 File: ./doc/glibc-functions/futimes.texi
6052 Hash: 037829991904df1c3901b1d01cb83109588552f04f88343861b5c4f4f1bf40bc
6053 Copyright: 
6054 License: 
6055 Licence_Text: 
6056 #Header: 
6057 #@node futimes
6058 #@subsection @code{futimes}
6059 #@findex futimes
6060 #
6061 #Gnulib module: ---
6062 #
6063 #Portability problems fixed by Gnulib:
6064 #@itemize
6065 #@end itemize
6066 #
6067 #Portability problems not fixed by Gnulib:
6068 #@itemize
6069 #@item
6070 #This function is missing on some platforms:
6071 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
6072
6073 File: ./doc/glibc-functions/fwrite_unlocked.texi
6074 Hash: 974ebb20ba87289b7f0e6ddefcd90961129b8d175829ffce2e381725d2ba1945
6075 Copyright: 
6076 License: 
6077 Licence_Text: 
6078 #Header: 
6079 #@node fwrite_unlocked
6080 #@subsection @code{fwrite_unlocked}
6081 #@findex fwrite_unlocked
6082 #
6083 #Gnulib module: ---
6084 #
6085 #Portability problems fixed by Gnulib:
6086 #@itemize
6087 #@end itemize
6088 #
6089 #Portability problems not fixed by Gnulib:
6090 #@itemize
6091 #@item
6092 #This function is missing on some platforms:
6093 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
6094
6095 File: ./doc/glibc-functions/gamma.texi
6096 Hash: 9cb11d5b2e84aa422c9f2e2133ccd0932dfd228551eadc06b20ec078581b38aa
6097 Copyright: 
6098 License: 
6099 Licence_Text: 
6100 #Header: 
6101 #@node gamma
6102 #@subsection @code{gamma}
6103 #@findex gamma
6104 #
6105 #Gnulib module: ---
6106 #
6107 #Portability problems fixed by Gnulib:
6108 #@itemize
6109 #@end itemize
6110 #
6111 #Portability problems not fixed by Gnulib:
6112 #@itemize
6113 #@item
6114 #This function is missing on some platforms:
6115 #mingw.
6116
6117 File: ./doc/glibc-functions/gammaf.texi
6118 Hash: 7edaf91ce2d925820a9a78615837f905f281f4bc2790b11ce2c8772eee1ffee1
6119 Copyright: 
6120 License: 
6121 Licence_Text: 
6122 #Header: 
6123 #@node gammaf
6124 #@subsection @code{gammaf}
6125 #@findex gammaf
6126 #
6127 #Gnulib module: ---
6128 #
6129 #Portability problems fixed by Gnulib:
6130 #@itemize
6131 #@end itemize
6132 #
6133 #Portability problems not fixed by Gnulib:
6134 #@itemize
6135 #@item
6136 #This function is missing on some platforms:
6137 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, mingw.
6138
6139 File: ./doc/glibc-functions/gammal.texi
6140 Hash: 6e51220bdbd524db03f3041796922be83f750d1c72d031514e4ccb6818a1e395
6141 Copyright: 
6142 License: 
6143 Licence_Text: 
6144 #Header: 
6145 #@node gammal
6146 #@subsection @code{gammal}
6147 #@findex gammal
6148 #
6149 #Gnulib module: ---
6150 #
6151 #Portability problems fixed by Gnulib:
6152 #@itemize
6153 #@end itemize
6154 #
6155 #Portability problems not fixed by Gnulib:
6156 #@itemize
6157 #@item
6158 #This function is missing on some platforms:
6159 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
6160
6161 File: ./doc/glibc-functions/get_avphys_pages.texi
6162 Hash: 86b817fa554261cffad4b234b1c1f76b937059593d07a00c86d3952baeb25aec
6163 Copyright: 
6164 License: 
6165 Licence_Text: 
6166 #Header: 
6167 #@node get_avphys_pages
6168 #@subsection @code{get_avphys_pages}
6169 #@findex get_avphys_pages
6170 #
6171 #Gnulib module: ---
6172 #
6173 #Portability problems fixed by Gnulib:
6174 #@itemize
6175 #@end itemize
6176 #
6177 #Portability problems not fixed by Gnulib:
6178 #@itemize
6179 #@item
6180 #This function is missing on all non-glibc platforms:
6181 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6182
6183 File: ./doc/glibc-functions/get_current_dir_name.texi
6184 Hash: c881b750dfad7180315ee97d2b221ffda075390499de4c95d673654bef8f112a
6185 Copyright: 
6186 License: 
6187 Licence_Text: 
6188 #Header: 
6189 #@node get_current_dir_name
6190 #@subsection @code{get_current_dir_name}
6191 #@findex get_current_dir_name
6192 #
6193 #Gnulib module: ---
6194 #
6195 #Portability problems fixed by Gnulib:
6196 #@itemize
6197 #@end itemize
6198 #
6199 #Portability problems not fixed by Gnulib:
6200 #@itemize
6201 #@item
6202 #This function is missing on some platforms:
6203 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6204
6205 File: ./doc/glibc-functions/get_myaddress.texi
6206 Hash: 57dd4818b22e5ed6e62a684c49b21a6e70f5d70f8819ad0d069ce50a11aece52
6207 Copyright: 
6208 License: 
6209 Licence_Text: 
6210 #Header: 
6211 #@node get_myaddress
6212 #@subsection @code{get_myaddress}
6213 #@findex get_myaddress
6214 #
6215 #Gnulib module: ---
6216 #
6217 #Portability problems fixed by Gnulib:
6218 #@itemize
6219 #@end itemize
6220 #
6221 #Portability problems not fixed by Gnulib:
6222 #@itemize
6223 #@item
6224 #This function is missing on some platforms:
6225 #Cygwin, mingw, BeOS.
6226
6227 File: ./doc/glibc-functions/get_nprocs.texi
6228 Hash: e4ae1bf4f5a4a4d2fa18f4004fe315b6c3797753a31462fb10b80bab3eebeef5
6229 Copyright: 
6230 License: 
6231 Licence_Text: 
6232 #Header: 
6233 #@node get_nprocs
6234 #@subsection @code{get_nprocs}
6235 #@findex get_nprocs
6236 #
6237 #Gnulib module: ---
6238 #
6239 #Portability problems fixed by Gnulib:
6240 #@itemize
6241 #@end itemize
6242 #
6243 #Portability problems not fixed by Gnulib:
6244 #@itemize
6245 #@item
6246 #This function is missing on all non-glibc platforms:
6247 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6248
6249 File: ./doc/glibc-functions/get_nprocs_conf.texi
6250 Hash: 871ded04b70eb098a066433e66a0719f426de8652e8bf2a018c78cce4a8feab6
6251 Copyright: 
6252 License: 
6253 Licence_Text: 
6254 #Header: 
6255 #@node get_nprocs_conf
6256 #@subsection @code{get_nprocs_conf}
6257 #@findex get_nprocs_conf
6258 #
6259 #Gnulib module: ---
6260 #
6261 #Portability problems fixed by Gnulib:
6262 #@itemize
6263 #@end itemize
6264 #
6265 #Portability problems not fixed by Gnulib:
6266 #@itemize
6267 #@item
6268 #This function is missing on all non-glibc platforms:
6269 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6270
6271 File: ./doc/glibc-functions/get_phys_pages.texi
6272 Hash: 0b435c167f36008b1c489bbe6e654c84a71339cf253b6e0bf9f6375012ca3fac
6273 Copyright: 
6274 License: 
6275 Licence_Text: 
6276 #Header: 
6277 #@node get_phys_pages
6278 #@subsection @code{get_phys_pages}
6279 #@findex get_phys_pages
6280 #
6281 #Gnulib module: ---
6282 #
6283 #Portability problems fixed by Gnulib:
6284 #@itemize
6285 #@end itemize
6286 #
6287 #Portability problems not fixed by Gnulib:
6288 #@itemize
6289 #@item
6290 #This function is missing on all non-glibc platforms:
6291 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6292
6293 File: ./doc/glibc-functions/getaliasbyname.texi
6294 Hash: 65689c5a2dcbda4a359ef794eb15c9024496d01b08165a300e1e95910bb8a18a
6295 Copyright: 
6296 License: 
6297 Licence_Text: 
6298 #Header: 
6299 #@node getaliasbyname
6300 #@subsection @code{getaliasbyname}
6301 #@findex getaliasbyname
6302 #
6303 #Gnulib module: ---
6304 #
6305 #Portability problems fixed by Gnulib:
6306 #@itemize
6307 #@end itemize
6308 #
6309 #Portability problems not fixed by Gnulib:
6310 #@itemize
6311 #@item
6312 #This function is missing on all non-glibc platforms:
6313 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6314
6315 File: ./doc/glibc-functions/getaliasbyname_r.texi
6316 Hash: 7f5a394056e5e3ef999c0ef65ff789e3fd223586bf3ed8bb06e41f1b0198cdb3
6317 Copyright: 
6318 License: 
6319 Licence_Text: 
6320 #Header: 
6321 #@node getaliasbyname_r
6322 #@subsection @code{getaliasbyname_r}
6323 #@findex getaliasbyname_r
6324 #
6325 #Gnulib module: ---
6326 #
6327 #Portability problems fixed by Gnulib:
6328 #@itemize
6329 #@end itemize
6330 #
6331 #Portability problems not fixed by Gnulib:
6332 #@itemize
6333 #@item
6334 #This function is missing on all non-glibc platforms:
6335 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6336
6337 File: ./doc/glibc-functions/getaliasent.texi
6338 Hash: 0660506d75982e5d03be95aa0f0eb1a59daf650761a21da74b3eac6fcc147867
6339 Copyright: 
6340 License: 
6341 Licence_Text: 
6342 #Header: 
6343 #@node getaliasent
6344 #@subsection @code{getaliasent}
6345 #@findex getaliasent
6346 #
6347 #Gnulib module: ---
6348 #
6349 #Portability problems fixed by Gnulib:
6350 #@itemize
6351 #@end itemize
6352 #
6353 #Portability problems not fixed by Gnulib:
6354 #@itemize
6355 #@item
6356 #This function is missing on all non-glibc platforms:
6357 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6358
6359 File: ./doc/glibc-functions/getaliasent_r.texi
6360 Hash: 66b222cfcd7497514392309a78bb93a837b1b127131214cafae44be18f39f75f
6361 Copyright: 
6362 License: 
6363 Licence_Text: 
6364 #Header: 
6365 #@node getaliasent_r
6366 #@subsection @code{getaliasent_r}
6367 #@findex getaliasent_r
6368 #
6369 #Gnulib module: ---
6370 #
6371 #Portability problems fixed by Gnulib:
6372 #@itemize
6373 #@end itemize
6374 #
6375 #Portability problems not fixed by Gnulib:
6376 #@itemize
6377 #@item
6378 #This function is missing on all non-glibc platforms:
6379 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6380
6381 File: ./doc/glibc-functions/getdate_r.texi
6382 Hash: dc9df7e7e7403e56c170c3b7a33bce22bdb2507b21a261c3a2274538a431816c
6383 Copyright: 
6384 License: 
6385 Licence_Text: 
6386 #Header: 
6387 #@node getdate_r
6388 #@subsection @code{getdate_r}
6389 #@findex getdate_r
6390 #
6391 #Gnulib module: ---
6392 #
6393 #Portability problems fixed by Gnulib:
6394 #@itemize
6395 #@end itemize
6396 #
6397 #Portability problems not fixed by Gnulib:
6398 #@itemize
6399 #@item
6400 #This function is missing on some platforms:
6401 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6402
6403 File: ./doc/glibc-functions/getdirentries.texi
6404 Hash: 3a012dd3241b1456caee10d79274eb940c4214014790fc72543bc952dcd7480c
6405 Copyright: 
6406 License: 
6407 Licence_Text: 
6408 #Header: 
6409 #@node getdirentries
6410 #@subsection @code{getdirentries}
6411 #@findex getdirentries
6412 #
6413 #Gnulib module: ---
6414 #
6415 #Portability problems fixed by Gnulib:
6416 #@itemize
6417 #@end itemize
6418 #
6419 #Portability problems not fixed by Gnulib:
6420 #@itemize
6421 #@item
6422 #This function is missing on some platforms:
6423 #AIX 4.3.2, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6424
6425 File: ./doc/glibc-functions/getdomainname.texi
6426 Hash: cf1b6b4a46a7477005767cb622701ab85b7d6406b5d6491f46a8c4f65ebcf436
6427 Copyright: 
6428 License: 
6429 Licence_Text: 
6430 #Header: 
6431 #@node getdomainname
6432 #@subsection @code{getdomainname}
6433 #@findex getdomainname
6434 #
6435 #Gnulib module: getdomainname
6436 #
6437 #Portability problems fixed by Gnulib:
6438 #@itemize
6439 #@item
6440 #This function is missing on some platforms:
6441 #AIX 5.1, mingw, Interix 3.5, BeOS.
6442 #@end itemize
6443 #
6444 #Portability problems not fixed by Gnulib:
6445 #@itemize
6446
6447 File: ./doc/glibc-functions/getdtablesize.texi
6448 Hash: 06cf32c410472a7d90298a5830e61e20c06ede2e722334ae6e9f63aa9fb918af
6449 Copyright: 
6450 License: 
6451 Licence_Text: 
6452 #Header: 
6453 #@node getdtablesize
6454 #@subsection @code{getdtablesize}
6455 #@findex getdtablesize
6456 #
6457 #Gnulib module: getdtablesize
6458 #
6459 #Portability problems fixed by Gnulib:
6460 #@itemize
6461 #@item
6462 #This function is missing on some platforms:
6463 #mingw.
6464 #@end itemize
6465 #
6466 #Portability problems not fixed by Gnulib:
6467 #@itemize
6468
6469 File: ./doc/glibc-functions/getfsent.texi
6470 Hash: 8fe4b7150bb087d51ba540574f6fd67b6f8d21603d46806af136aa0c804a4f03
6471 Copyright: 
6472 License: 
6473 Licence_Text: 
6474 #Header: 
6475 #@node getfsent
6476 #@subsection @code{getfsent}
6477 #@findex getfsent
6478 #
6479 #Gnulib module: ---
6480 #
6481 #Portability problems fixed by Gnulib:
6482 #@itemize
6483 #@end itemize
6484 #
6485 #Portability problems not fixed by Gnulib:
6486 #@itemize
6487 #@item
6488 #This function is missing on some platforms:
6489 #IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6490
6491 File: ./doc/glibc-functions/getfsfile.texi
6492 Hash: 4d6b165155cbcf1d90f346c076836501c493c3c4d5b3b50911fdde6a51d30a4f
6493 Copyright: 
6494 License: 
6495 Licence_Text: 
6496 #Header: 
6497 #@node getfsfile
6498 #@subsection @code{getfsfile}
6499 #@findex getfsfile
6500 #
6501 #Gnulib module: ---
6502 #
6503 #Portability problems fixed by Gnulib:
6504 #@itemize
6505 #@end itemize
6506 #
6507 #Portability problems not fixed by Gnulib:
6508 #@itemize
6509 #@item
6510 #This function is missing on some platforms:
6511 #IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6512
6513 File: ./doc/glibc-functions/getfsspec.texi
6514 Hash: 98cbde6d93830b56dd77d5410108faad88aa601e687bc9e7db3a330fc2faec5a
6515 Copyright: 
6516 License: 
6517 Licence_Text: 
6518 #Header: 
6519 #@node getfsspec
6520 #@subsection @code{getfsspec}
6521 #@findex getfsspec
6522 #
6523 #Gnulib module: ---
6524 #
6525 #Portability problems fixed by Gnulib:
6526 #@itemize
6527 #@end itemize
6528 #
6529 #Portability problems not fixed by Gnulib:
6530 #@itemize
6531 #@item
6532 #This function is missing on some platforms:
6533 #IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6534
6535 File: ./doc/glibc-functions/getgrent_r.texi
6536 Hash: 415a963f427a26141a3101785143c8ae15441636078d0713398e1d6806cd824e
6537 Copyright: 
6538 License: 
6539 Licence_Text: 
6540 #Header: 
6541 #@node getgrent_r
6542 #@subsection @code{getgrent_r}
6543 #@findex getgrent_r
6544 #
6545 #Gnulib module: ---
6546 #
6547 #Portability problems fixed by Gnulib:
6548 #@itemize
6549 #@end itemize
6550 #
6551 #Portability problems not fixed by Gnulib:
6552 #@itemize
6553 #@item
6554 #This function is missing on some platforms:
6555 #MacOS X 10.3, OpenBSD 3.8, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
6556
6557 File: ./doc/glibc-functions/getgrouplist.texi
6558 Hash: a49850ad2d6a07c35ad979f1159ebcb648b6cbe8736094494ca1469400eaf72d
6559 Copyright: 
6560 License: 
6561 Licence_Text: 
6562 #Header: 
6563 #@node getgrouplist
6564 #@subsection @code{getgrouplist}
6565 #@findex getgrouplist
6566 #
6567 #Gnulib module: ---
6568 #
6569 #Portability problems fixed by Gnulib:
6570 #@itemize
6571 #@end itemize
6572 #
6573 #Portability problems not fixed by Gnulib:
6574 #@itemize
6575 #@item
6576 #This function is missing on some platforms:
6577 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, BeOS.
6578
6579 File: ./doc/glibc-functions/gethostbyaddr_r.texi
6580 Hash: df45e5647825973d9f0dd763fa040795dcb4f5bc902da7282abcb73868525863
6581 Copyright: 
6582 License: 
6583 Licence_Text: 
6584 #Header: 
6585 #@node gethostbyaddr_r
6586 #@subsection @code{gethostbyaddr_r}
6587 #@findex gethostbyaddr_r
6588 #
6589 #Gnulib module: ---
6590 #
6591 #Portability problems fixed by Gnulib:
6592 #@itemize
6593 #@end itemize
6594 #
6595 #Portability problems not fixed by Gnulib:
6596 #@itemize
6597 #@item
6598 #This function is missing on some platforms:
6599 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
6600
6601 File: ./doc/glibc-functions/gethostbyname2.texi
6602 Hash: e719f389b44f23c32ed792b3458b6ea0553f49ed5f3ac8daf200f4b116f9a484
6603 Copyright: 
6604 License: 
6605 Licence_Text: 
6606 #Header: 
6607 #@node gethostbyname2
6608 #@subsection @code{gethostbyname2}
6609 #@findex gethostbyname2
6610 #
6611 #Gnulib module: ---
6612 #
6613 #Portability problems fixed by Gnulib:
6614 #@itemize
6615 #@end itemize
6616 #
6617 #Portability problems not fixed by Gnulib:
6618 #@itemize
6619 #@item
6620 #This function is missing on some platforms:
6621 #HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
6622
6623 File: ./doc/glibc-functions/gethostbyname2_r.texi
6624 Hash: 7dffb2287bac4f81d6d7f64d5e7ec94935a87c3de4f3f32a5dd53d7cc95cc52a
6625 Copyright: 
6626 License: 
6627 Licence_Text: 
6628 #Header: 
6629 #@node gethostbyname2_r
6630 #@subsection @code{gethostbyname2_r}
6631 #@findex gethostbyname2_r
6632 #
6633 #Gnulib module: ---
6634 #
6635 #Portability problems fixed by Gnulib:
6636 #@itemize
6637 #@end itemize
6638 #
6639 #Portability problems not fixed by Gnulib:
6640 #@itemize
6641 #@item
6642 #This function is missing on all non-glibc platforms:
6643 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6644
6645 File: ./doc/glibc-functions/gethostbyname_r.texi
6646 Hash: 19e1150763a82fe7e0239e6fde63ed8e2c97ca30a9d81e16934d038d8f015a8a
6647 Copyright: 
6648 License: 
6649 Licence_Text: 
6650 #Header: 
6651 #@node gethostbyname_r
6652 #@subsection @code{gethostbyname_r}
6653 #@findex gethostbyname_r
6654 #
6655 #Gnulib module: ---
6656 #
6657 #Portability problems fixed by Gnulib:
6658 #@itemize
6659 #@end itemize
6660 #
6661 #Portability problems not fixed by Gnulib:
6662 #@itemize
6663 #@item
6664 #This function is missing on some platforms:
6665 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
6666
6667 File: ./doc/glibc-functions/gethostent_r.texi
6668 Hash: 0a7b5beeb6683459d5d242bebe81d29591081a3dc8337b6bf4794ef911d90a47
6669 Copyright: 
6670 License: 
6671 Licence_Text: 
6672 #Header: 
6673 #@node gethostent_r
6674 #@subsection @code{gethostent_r}
6675 #@findex gethostent_r
6676 #
6677 #Gnulib module: ---
6678 #
6679 #Portability problems fixed by Gnulib:
6680 #@itemize
6681 #@end itemize
6682 #
6683 #Portability problems not fixed by Gnulib:
6684 #@itemize
6685 #@item
6686 #This function is missing on some platforms:
6687 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
6688
6689 File: ./doc/glibc-functions/getifaddrs.texi
6690 Hash: b6e093fdcea493b5eaf3d05eebf59cc8019e8c30ec1f918dca2ff11926e45f5d
6691 Copyright: 
6692 License: 
6693 Licence_Text: 
6694 #Header: 
6695 #@node getifaddrs
6696 #@subsection @code{getifaddrs}
6697 #@findex getifaddrs
6698 #
6699 #Gnulib module: ---
6700 #
6701 #Portability problems fixed by Gnulib:
6702 #@itemize
6703 #@end itemize
6704 #
6705 #Portability problems not fixed by Gnulib:
6706 #@itemize
6707 #@item
6708 #This function is missing on some platforms:
6709 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
6710
6711 File: ./doc/glibc-functions/getipv4sourcefilter.texi
6712 Hash: 6c4a84dbb00ebe732e345872cd6238e6b6a21d0c570782c5027f85a132939cdc
6713 Copyright: 
6714 License: 
6715 Licence_Text: 
6716 #Header: 
6717 #@node getipv4sourcefilter
6718 #@subsection @code{getipv4sourcefilter}
6719 #@findex getipv4sourcefilter
6720 #
6721 #Gnulib module: ---
6722 #
6723 #Portability problems fixed by Gnulib:
6724 #@itemize
6725 #@end itemize
6726 #
6727 #Portability problems not fixed by Gnulib:
6728 #@itemize
6729 #@item
6730 #This function is missing on all non-glibc platforms:
6731 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6732
6733 File: ./doc/glibc-functions/getloadavg.texi
6734 Hash: 5c50122cf493b14e89404a2529742e0eb7f769eaf1ad2e2eb1de55c522f72070
6735 Copyright: 
6736 License: 
6737 Licence_Text: 
6738 #Header: 
6739 #@node getloadavg
6740 #@subsection @code{getloadavg}
6741 #@findex getloadavg
6742 #
6743 #Gnulib module: getloadavg
6744 #
6745 #Portability problems fixed by Gnulib:
6746 #@itemize
6747 #@item
6748 #This function is missing on some platforms:
6749 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
6750 #@end itemize
6751 #
6752 #Portability problems not fixed by Gnulib:
6753 #@itemize
6754
6755 File: ./doc/glibc-functions/getmntent.texi
6756 Hash: 118d57e88ed72fcb5c276a839dcf8b0c904f5692b6a0edb3f06e68455489f824
6757 Copyright: 
6758 License: 
6759 Licence_Text: 
6760 #Header: 
6761 #@node getmntent
6762 #@subsection @code{getmntent}
6763 #@findex getmntent
6764 #
6765 #Gnulib module: ---
6766 #
6767 #Portability problems fixed by Gnulib:
6768 #@itemize
6769 #@end itemize
6770 #
6771 #Portability problems not fixed by Gnulib:
6772 #@itemize
6773 #@item
6774 #This function is missing on some platforms:
6775 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, OSF/1 5.1, mingw, BeOS.
6776
6777 File: ./doc/glibc-functions/getmntent_r.texi
6778 Hash: 48eb7d81bc253d4a805ba2492968265048fdcbb16ced813c0c7e47fa43786e19
6779 Copyright: 
6780 License: 
6781 Licence_Text: 
6782 #Header: 
6783 #@node getmntent_r
6784 #@subsection @code{getmntent_r}
6785 #@findex getmntent_r
6786 #
6787 #Gnulib module: ---
6788 #
6789 #Portability problems fixed by Gnulib:
6790 #@itemize
6791 #@end itemize
6792 #
6793 #Portability problems not fixed by Gnulib:
6794 #@itemize
6795 #@item
6796 #This function is missing on all non-glibc platforms:
6797 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
6798
6799 File: ./doc/glibc-functions/getnetbyaddr_r.texi
6800 Hash: 8836358d4db5b375335c43a5829364489815a6743c667794e43dfbe350165119
6801 Copyright: 
6802 License: 
6803 Licence_Text: 
6804 #Header: 
6805 #@node getnetbyaddr_r
6806 #@subsection @code{getnetbyaddr_r}
6807 #@findex getnetbyaddr_r
6808 #
6809 #Gnulib module: ---
6810 #
6811 #Portability problems fixed by Gnulib:
6812 #@itemize
6813 #@end itemize
6814 #
6815 #Portability problems not fixed by Gnulib:
6816 #@itemize
6817 #@item
6818 #This function is missing on some platforms:
6819 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
6820
6821 File: ./doc/glibc-functions/getnetbyname_r.texi
6822 Hash: 74b2ce77d900b1b43ab6ecf6d5ab1609135ccd0f61fbfbeaed71ec533218ce92
6823 Copyright: 
6824 License: 
6825 Licence_Text: 
6826 #Header: 
6827 #@node getnetbyname_r
6828 #@subsection @code{getnetbyname_r}
6829 #@findex getnetbyname_r
6830 #
6831 #Gnulib module: ---
6832 #
6833 #Portability problems fixed by Gnulib:
6834 #@itemize
6835 #@end itemize
6836 #
6837 #Portability problems not fixed by Gnulib:
6838 #@itemize
6839 #@item
6840 #This function is missing on some platforms:
6841 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
6842
6843 File: ./doc/glibc-functions/getnetent_r.texi
6844 Hash: 9d9954b6b2c0763e4863e77e693ca5b27b4af1bb9628c68b09b84c5fbfd32569
6845 Copyright: 
6846 License: 
6847 Licence_Text: 
6848 #Header: 
6849 #@node getnetent_r
6850 #@subsection @code{getnetent_r}
6851 #@findex getnetent_r
6852 #
6853 #Gnulib module: ---
6854 #
6855 #Portability problems fixed by Gnulib:
6856 #@itemize
6857 #@end itemize
6858 #
6859 #Portability problems not fixed by Gnulib:
6860 #@itemize
6861 #@item
6862 #This function is missing on some platforms:
6863 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
6864
6865 File: ./doc/glibc-functions/getnetgrent.texi
6866 Hash: c13ce3af9094527db4d66d68ef8b1753c8c544443356ccae7c3b6c80a8192153
6867 Copyright: 
6868 License: 
6869 Licence_Text: 
6870 #Header: 
6871 #@node getnetgrent
6872 #@subsection @code{getnetgrent}
6873 #@findex getnetgrent
6874 #
6875 #Gnulib module: ---
6876 #
6877 #Portability problems fixed by Gnulib:
6878 #@itemize
6879 #@end itemize
6880 #
6881 #Portability problems not fixed by Gnulib:
6882 #@itemize
6883 #@item
6884 #This function is missing on some platforms:
6885 #Cygwin, mingw, Interix 3.5, BeOS.
6886
6887 File: ./doc/glibc-functions/getnetgrent_r.texi
6888 Hash: 31b5ec65e6bdf042d6ec5850f70992b8512f0847207be624ae421c1eba543c4a
6889 Copyright: 
6890 License: 
6891 Licence_Text: 
6892 #Header: 
6893 #@node getnetgrent_r
6894 #@subsection @code{getnetgrent_r}
6895 #@findex getnetgrent_r
6896 #
6897 #Gnulib module: ---
6898 #
6899 #Portability problems fixed by Gnulib:
6900 #@itemize
6901 #@end itemize
6902 #
6903 #Portability problems not fixed by Gnulib:
6904 #@itemize
6905 #@item
6906 #This function is missing on some platforms:
6907 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
6908
6909 File: ./doc/glibc-functions/getnetname.texi
6910 Hash: 0a4a9be7822c9ece381caf81f9e18f6b702a742c21ad0cb63bbaeb38723fe229
6911 Copyright: 
6912 License: 
6913 Licence_Text: 
6914 #Header: 
6915 #@node getnetname
6916 #@subsection @code{getnetname}
6917 #@findex getnetname
6918 #
6919 #Gnulib module: ---
6920 #
6921 #Portability problems fixed by Gnulib:
6922 #@itemize
6923 #@end itemize
6924 #
6925 #Portability problems not fixed by Gnulib:
6926 #@itemize
6927 #@item
6928 #This function is missing on some platforms:
6929 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
6930
6931 File: ./doc/glibc-functions/getopt_long.texi
6932 Hash: dad8eb73ad490ceaf3ee7e5c203f85a5bf4c98806402d26ebcd62dbaed58c7a6
6933 Copyright: 
6934 License: 
6935 Licence_Text: 
6936 #Header: 
6937 #@node getopt_long
6938 #@subsection @code{getopt_long}
6939 #@findex getopt_long
6940 #
6941 #Gnulib module: ---
6942 #
6943 #Portability problems fixed by Gnulib:
6944 #@itemize
6945 #@end itemize
6946 #
6947 #Portability problems not fixed by Gnulib:
6948 #@itemize
6949 #@item
6950 #This function is missing on some platforms:
6951 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Interix 3.5.
6952
6953 File: ./doc/glibc-functions/getopt_long_only.texi
6954 Hash: 38aefb0c9ffea52916f9d325982549e94f16a1f00e0fcbef4b0c17571276c80d
6955 Copyright: 
6956 License: 
6957 Licence_Text: 
6958 #Header: 
6959 #@node getopt_long_only
6960 #@subsection @code{getopt_long_only}
6961 #@findex getopt_long_only
6962 #
6963 #Gnulib module: ---
6964 #
6965 #Portability problems fixed by Gnulib:
6966 #@itemize
6967 #@end itemize
6968 #
6969 #Portability problems not fixed by Gnulib:
6970 #@itemize
6971 #@item
6972 #This function is missing on some platforms:
6973 #MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw, Interix 3.5.
6974
6975 File: ./doc/glibc-functions/getpagesize.texi
6976 Hash: 17c733598549bd7e5467f30df030367e9330861157dd95d74e0b470ba83f72a8
6977 Copyright: 
6978 License: 
6979 Licence_Text: 
6980 #Header: 
6981 #@node getpagesize
6982 #@subsection @code{getpagesize}
6983 #@findex getpagesize
6984 #
6985 #Gnulib module: getpagesize
6986 #
6987 #Portability problems fixed by Gnulib:
6988 #@itemize
6989 #@item
6990 #This function is missing on some platforms:
6991 #BeOS.
6992 #@item
6993 #This function is broken on some platforms:
6994 #mingw.
6995 #@end itemize
6996
6997 File: ./doc/glibc-functions/getpass.texi
6998 Hash: 694469640b9f29046e9d2544e5ac1f53e9b4c5a8f5be710ac49bcab014eb3f6a
6999 Copyright: 
7000 License: 
7001 Licence_Text: 
7002 #Header: 
7003 #@node getpass
7004 #@subsection @code{getpass}
7005 #@findex getpass
7006 #
7007 #Gnulib module: getpass or getpass-gnu
7008 #
7009 #Portability problems fixed by either Gnulib module @code{getpass} or @code{getpass-gnu}:
7010 #@itemize
7011 #@item
7012 #This function is missing on some platforms:
7013 #mingw, BeOS.
7014 #@end itemize
7015 #
7016 #Portability problems fixed by Gnulib module @code{getpass-gnu}:
7017 #@itemize
7018
7019 File: ./doc/glibc-functions/getprotobyname_r.texi
7020 Hash: aac24abffdfc1f64410dd5a2db7699f92d0dcff5a635a2a699f8751026986cad
7021 Copyright: 
7022 License: 
7023 Licence_Text: 
7024 #Header: 
7025 #@node getprotobyname_r
7026 #@subsection @code{getprotobyname_r}
7027 #@findex getprotobyname_r
7028 #
7029 #Gnulib module: ---
7030 #
7031 #Portability problems fixed by Gnulib:
7032 #@itemize
7033 #@end itemize
7034 #
7035 #Portability problems not fixed by Gnulib:
7036 #@itemize
7037 #@item
7038 #This function is missing on some platforms:
7039 #MacOS X 10.3, FreeBSD 6.0, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
7040
7041 File: ./doc/glibc-functions/getprotobynumber_r.texi
7042 Hash: e2bf616350a39627ccee7c70afff54cc519b109982c4b47c8fd24d1c5a24a6dd
7043 Copyright: 
7044 License: 
7045 Licence_Text: 
7046 #Header: 
7047 #@node getprotobynumber_r
7048 #@subsection @code{getprotobynumber_r}
7049 #@findex getprotobynumber_r
7050 #
7051 #Gnulib module: ---
7052 #
7053 #Portability problems fixed by Gnulib:
7054 #@itemize
7055 #@end itemize
7056 #
7057 #Portability problems not fixed by Gnulib:
7058 #@itemize
7059 #@item
7060 #This function is missing on some platforms:
7061 #MacOS X 10.3, FreeBSD 6.0, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
7062
7063 File: ./doc/glibc-functions/getprotoent_r.texi
7064 Hash: 1b20b82271d78e1add8a6c551ecf444f41b8844b3aa86f658341c1da9c4ca1ed
7065 Copyright: 
7066 License: 
7067 Licence_Text: 
7068 #Header: 
7069 #@node getprotoent_r
7070 #@subsection @code{getprotoent_r}
7071 #@findex getprotoent_r
7072 #
7073 #Gnulib module: ---
7074 #
7075 #Portability problems fixed by Gnulib:
7076 #@itemize
7077 #@end itemize
7078 #
7079 #Portability problems not fixed by Gnulib:
7080 #@itemize
7081 #@item
7082 #This function is missing on some platforms:
7083 #MacOS X 10.3, FreeBSD 6.0, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
7084
7085 File: ./doc/glibc-functions/getpt.texi
7086 Hash: c6fc22204ce304b1a58766533965391bf90544a87140bc3c144d1b2ec3c2005e
7087 Copyright: 
7088 License: 
7089 Licence_Text: 
7090 #Header: 
7091 #@node getpt
7092 #@subsection @code{getpt}
7093 #@findex getpt
7094 #
7095 #Gnulib module: ---
7096 #
7097 #Portability problems fixed by Gnulib:
7098 #@itemize
7099 #@end itemize
7100 #
7101 #Portability problems not fixed by Gnulib:
7102 #@itemize
7103 #@item
7104 #This function is missing on all non-glibc platforms:
7105 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7106
7107 File: ./doc/glibc-functions/getpublickey.texi
7108 Hash: 1e5ed1f2dd2cd6f816c391c3c1400afff1a8594c11c520707eba9311d64d99ef
7109 Copyright: 
7110 License: 
7111 Licence_Text: 
7112 #Header: 
7113 #@node getpublickey
7114 #@subsection @code{getpublickey}
7115 #@findex getpublickey
7116 #
7117 #Gnulib module: ---
7118 #
7119 #Portability problems fixed by Gnulib:
7120 #@itemize
7121 #@end itemize
7122 #
7123 #Portability problems not fixed by Gnulib:
7124 #@itemize
7125 #@item
7126 #This function is missing on some platforms:
7127 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7128
7129 File: ./doc/glibc-functions/getpw.texi
7130 Hash: 3396864fd691dff5978be16d1c8ca280115900c5ab81b4ec3cd820be7c12b6cd
7131 Copyright: 
7132 License: 
7133 Licence_Text: 
7134 #Header: 
7135 #@node getpw
7136 #@subsection @code{getpw}
7137 #@findex getpw
7138 #
7139 #Gnulib module: ---
7140 #
7141 #Portability problems fixed by Gnulib:
7142 #@itemize
7143 #@end itemize
7144 #
7145 #Portability problems not fixed by Gnulib:
7146 #@itemize
7147 #@item
7148 #This function is missing on some platforms:
7149 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
7150
7151 File: ./doc/glibc-functions/getpwent_r.texi
7152 Hash: d35394471916e21a74403c692013b97e794c9e13ee8b73d01ba8c40a30973da3
7153 Copyright: 
7154 License: 
7155 Licence_Text: 
7156 #Header: 
7157 #@node getpwent_r
7158 #@subsection @code{getpwent_r}
7159 #@findex getpwent_r
7160 #
7161 #Gnulib module: ---
7162 #
7163 #Portability problems fixed by Gnulib:
7164 #@itemize
7165 #@end itemize
7166 #
7167 #Portability problems not fixed by Gnulib:
7168 #@itemize
7169 #@item
7170 #This function is missing on some platforms:
7171 #MacOS X 10.3, OpenBSD 3.8, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
7172
7173 File: ./doc/glibc-functions/getresgid.texi
7174 Hash: 4efd93f503f97b2da4db28219cb83a1d67ad3a1ee604faf21c7edb0cde3788e3
7175 Copyright: 
7176 License: 
7177 Licence_Text: 
7178 #Header: 
7179 #@node getresgid
7180 #@subsection @code{getresgid}
7181 #@findex getresgid
7182 #
7183 #Gnulib module: ---
7184 #
7185 #Portability problems fixed by Gnulib:
7186 #@itemize
7187 #@end itemize
7188 #
7189 #Portability problems not fixed by Gnulib:
7190 #@itemize
7191 #@item
7192 #This function is missing on some platforms:
7193 #MacOS X 10.3, NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7194
7195 File: ./doc/glibc-functions/getresuid.texi
7196 Hash: 4f1280ba0721b8f9c76f825e14245c788548755fad562195beea6cba0ad1d1f7
7197 Copyright: 
7198 License: 
7199 Licence_Text: 
7200 #Header: 
7201 #@node getresuid
7202 #@subsection @code{getresuid}
7203 #@findex getresuid
7204 #
7205 #Gnulib module: ---
7206 #
7207 #Portability problems fixed by Gnulib:
7208 #@itemize
7209 #@end itemize
7210 #
7211 #Portability problems not fixed by Gnulib:
7212 #@itemize
7213 #@item
7214 #This function is missing on some platforms:
7215 #MacOS X 10.3, NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7216
7217 File: ./doc/glibc-functions/getrpcbyname.texi
7218 Hash: 905f78969e816bd350371c52ebe91dad4a5b048ee6f000151ac80b4a65e48b2e
7219 Copyright: 
7220 License: 
7221 Licence_Text: 
7222 #Header: 
7223 #@node getrpcbyname
7224 #@subsection @code{getrpcbyname}
7225 #@findex getrpcbyname
7226 #
7227 #Gnulib module: ---
7228 #
7229 #Portability problems fixed by Gnulib:
7230 #@itemize
7231 #@end itemize
7232 #
7233 #Portability problems not fixed by Gnulib:
7234 #@itemize
7235 #@item
7236 #This function is missing on some platforms:
7237 #Cygwin, mingw, BeOS.
7238
7239 File: ./doc/glibc-functions/getrpcbyname_r.texi
7240 Hash: 44eac722eea8be2fcae7d693ea0284f9ab65ca59b43434d0fa9cdc3978586116
7241 Copyright: 
7242 License: 
7243 Licence_Text: 
7244 #Header: 
7245 #@node getrpcbyname_r
7246 #@subsection @code{getrpcbyname_r}
7247 #@findex getrpcbyname_r
7248 #
7249 #Gnulib module: ---
7250 #
7251 #Portability problems fixed by Gnulib:
7252 #@itemize
7253 #@end itemize
7254 #
7255 #Portability problems not fixed by Gnulib:
7256 #@itemize
7257 #@item
7258 #This function is missing on some platforms:
7259 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 5.3, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7260
7261 File: ./doc/glibc-functions/getrpcbynumber.texi
7262 Hash: 19a049fa39885a88b1b1656784167616f7a0f06cc386b49b096128fe8a14849b
7263 Copyright: 
7264 License: 
7265 Licence_Text: 
7266 #Header: 
7267 #@node getrpcbynumber
7268 #@subsection @code{getrpcbynumber}
7269 #@findex getrpcbynumber
7270 #
7271 #Gnulib module: ---
7272 #
7273 #Portability problems fixed by Gnulib:
7274 #@itemize
7275 #@end itemize
7276 #
7277 #Portability problems not fixed by Gnulib:
7278 #@itemize
7279 #@item
7280 #This function is missing on some platforms:
7281 #Cygwin, mingw, BeOS.
7282
7283 File: ./doc/glibc-functions/getrpcbynumber_r.texi
7284 Hash: 5b8dd84e20a06df244b7d3edc8605103662dfe841148bf00b9a454ef95f02a88
7285 Copyright: 
7286 License: 
7287 Licence_Text: 
7288 #Header: 
7289 #@node getrpcbynumber_r
7290 #@subsection @code{getrpcbynumber_r}
7291 #@findex getrpcbynumber_r
7292 #
7293 #Gnulib module: ---
7294 #
7295 #Portability problems fixed by Gnulib:
7296 #@itemize
7297 #@end itemize
7298 #
7299 #Portability problems not fixed by Gnulib:
7300 #@itemize
7301 #@item
7302 #This function is missing on some platforms:
7303 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 5.3, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7304
7305 File: ./doc/glibc-functions/getrpcent.texi
7306 Hash: 548d13540a5fe2e1a3f06658f9888ec428a4921edbcb4e94fbb13845c393cf20
7307 Copyright: 
7308 License: 
7309 Licence_Text: 
7310 #Header: 
7311 #@node getrpcent
7312 #@subsection @code{getrpcent}
7313 #@findex getrpcent
7314 #
7315 #Gnulib module: ---
7316 #
7317 #Portability problems fixed by Gnulib:
7318 #@itemize
7319 #@end itemize
7320 #
7321 #Portability problems not fixed by Gnulib:
7322 #@itemize
7323 #@item
7324 #This function is missing on some platforms:
7325 #Cygwin, mingw, BeOS.
7326
7327 File: ./doc/glibc-functions/getrpcent_r.texi
7328 Hash: 19ab0f4d93c76eb06be0821328366797143747ba178622a0f9ad32e40bed4f3b
7329 Copyright: 
7330 License: 
7331 Licence_Text: 
7332 #Header: 
7333 #@node getrpcent_r
7334 #@subsection @code{getrpcent_r}
7335 #@findex getrpcent_r
7336 #
7337 #Gnulib module: ---
7338 #
7339 #Portability problems fixed by Gnulib:
7340 #@itemize
7341 #@end itemize
7342 #
7343 #Portability problems not fixed by Gnulib:
7344 #@itemize
7345 #@item
7346 #This function is missing on some platforms:
7347 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 5.3, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7348
7349 File: ./doc/glibc-functions/getrpcport.texi
7350 Hash: cf4a3213ca4830fdea0aaa73c4e0d6bbecd11482e8b41445b0b799f0a900fd3d
7351 Copyright: 
7352 License: 
7353 Licence_Text: 
7354 #Header: 
7355 #@node getrpcport
7356 #@subsection @code{getrpcport}
7357 #@findex getrpcport
7358 #
7359 #Gnulib module: ---
7360 #
7361 #Portability problems fixed by Gnulib:
7362 #@itemize
7363 #@end itemize
7364 #
7365 #Portability problems not fixed by Gnulib:
7366 #@itemize
7367 #@item
7368 #This function is missing on some platforms:
7369 #AIX 4.3.2, IRIX 6.5, Cygwin, mingw, BeOS.
7370
7371 File: ./doc/glibc-functions/getsecretkey.texi
7372 Hash: cb680a88fb1c4043d7ad5aeede48e3b45f280065222c98269e3b7e2f1ff3a4c9
7373 Copyright: 
7374 License: 
7375 Licence_Text: 
7376 #Header: 
7377 #@node getsecretkey
7378 #@subsection @code{getsecretkey}
7379 #@findex getsecretkey
7380 #
7381 #Gnulib module: ---
7382 #
7383 #Portability problems fixed by Gnulib:
7384 #@itemize
7385 #@end itemize
7386 #
7387 #Portability problems not fixed by Gnulib:
7388 #@itemize
7389 #@item
7390 #This function is missing on some platforms:
7391 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7392
7393 File: ./doc/glibc-functions/getservbyname_r.texi
7394 Hash: 2d08f58dc31a7a5d6ce63b87427c82c10463d0677ed9a96c6744dac760cf7262
7395 Copyright: 
7396 License: 
7397 Licence_Text: 
7398 #Header: 
7399 #@node getservbyname_r
7400 #@subsection @code{getservbyname_r}
7401 #@findex getservbyname_r
7402 #
7403 #Gnulib module: ---
7404 #
7405 #Portability problems fixed by Gnulib:
7406 #@itemize
7407 #@end itemize
7408 #
7409 #Portability problems not fixed by Gnulib:
7410 #@itemize
7411 #@item
7412 #This function is missing on some platforms:
7413 #MacOS X 10.3, FreeBSD 6.0, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
7414
7415 File: ./doc/glibc-functions/getservbyport_r.texi
7416 Hash: f488f6a67c41f08aaf2d078d1bee111c5ba850008601f5abe7cb2fcdf2dbd64a
7417 Copyright: 
7418 License: 
7419 Licence_Text: 
7420 #Header: 
7421 #@node getservbyport_r
7422 #@subsection @code{getservbyport_r}
7423 #@findex getservbyport_r
7424 #
7425 #Gnulib module: ---
7426 #
7427 #Portability problems fixed by Gnulib:
7428 #@itemize
7429 #@end itemize
7430 #
7431 #Portability problems not fixed by Gnulib:
7432 #@itemize
7433 #@item
7434 #This function is missing on some platforms:
7435 #MacOS X 10.3, FreeBSD 6.0, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
7436
7437 File: ./doc/glibc-functions/getservent_r.texi
7438 Hash: 6f3fb5e0944a60104ac0c0367388c291c6bd330cf92a5ce3ea037bada24731ae
7439 Copyright: 
7440 License: 
7441 Licence_Text: 
7442 #Header: 
7443 #@node getservent_r
7444 #@subsection @code{getservent_r}
7445 #@findex getservent_r
7446 #
7447 #Gnulib module: ---
7448 #
7449 #Portability problems fixed by Gnulib:
7450 #@itemize
7451 #@end itemize
7452 #
7453 #Portability problems not fixed by Gnulib:
7454 #@itemize
7455 #@item
7456 #This function is missing on some platforms:
7457 #MacOS X 10.3, FreeBSD 6.0, HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
7458
7459 File: ./doc/glibc-functions/getsourcefilter.texi
7460 Hash: 15322732f310afc29502328c640113b0330af4800e7215f544f5bed24ed06e0e
7461 Copyright: 
7462 License: 
7463 Licence_Text: 
7464 #Header: 
7465 #@node getsourcefilter
7466 #@subsection @code{getsourcefilter}
7467 #@findex getsourcefilter
7468 #
7469 #Gnulib module: ---
7470 #
7471 #Portability problems fixed by Gnulib:
7472 #@itemize
7473 #@end itemize
7474 #
7475 #Portability problems not fixed by Gnulib:
7476 #@itemize
7477 #@item
7478 #This function is missing on all non-glibc platforms:
7479 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7480
7481 File: ./doc/glibc-functions/getspent.texi
7482 Hash: 816a3e44c64019324be118cf732622c9b41800b00d54207318c5ca679391c448
7483 Copyright: 
7484 License: 
7485 Licence_Text: 
7486 #Header: 
7487 #@node getspent
7488 #@subsection @code{getspent}
7489 #@findex getspent
7490 #
7491 #Gnulib module: ---
7492 #
7493 #Portability problems fixed by Gnulib:
7494 #@itemize
7495 #@end itemize
7496 #
7497 #Portability problems not fixed by Gnulib:
7498 #@itemize
7499 #@item
7500 #This function is missing on some platforms:
7501 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7502
7503 File: ./doc/glibc-functions/getspent_r.texi
7504 Hash: c90f3c1a8151fd685d77b05c06edad9008729c3d6da221cc0f5f83ffc04fd932
7505 Copyright: 
7506 License: 
7507 Licence_Text: 
7508 #Header: 
7509 #@node getspent_r
7510 #@subsection @code{getspent_r}
7511 #@findex getspent_r
7512 #
7513 #Gnulib module: ---
7514 #
7515 #Portability problems fixed by Gnulib:
7516 #@itemize
7517 #@end itemize
7518 #
7519 #Portability problems not fixed by Gnulib:
7520 #@itemize
7521 #@item
7522 #This function is missing on some platforms:
7523 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 5.3, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7524
7525 File: ./doc/glibc-functions/getspnam.texi
7526 Hash: e631c5008ad912f6ea71bb26ec876dfa92e9b2bd194088697e5d399c962b248c
7527 Copyright: 
7528 License: 
7529 Licence_Text: 
7530 #Header: 
7531 #@node getspnam
7532 #@subsection @code{getspnam}
7533 #@findex getspnam
7534 #
7535 #Gnulib module: ---
7536 #
7537 #Portability problems fixed by Gnulib:
7538 #@itemize
7539 #@end itemize
7540 #
7541 #Portability problems not fixed by Gnulib:
7542 #@itemize
7543 #@item
7544 #This function is missing on some platforms:
7545 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7546
7547 File: ./doc/glibc-functions/getspnam_r.texi
7548 Hash: 06de88fb505a2a1a6c2b68ab76d83c4b0cbbe1d455a47eda337bc53683c07825
7549 Copyright: 
7550 License: 
7551 Licence_Text: 
7552 #Header: 
7553 #@node getspnam_r
7554 #@subsection @code{getspnam_r}
7555 #@findex getspnam_r
7556 #
7557 #Gnulib module: ---
7558 #
7559 #Portability problems fixed by Gnulib:
7560 #@itemize
7561 #@end itemize
7562 #
7563 #Portability problems not fixed by Gnulib:
7564 #@itemize
7565 #@item
7566 #This function is missing on some platforms:
7567 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 5.3, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7568
7569 File: ./doc/glibc-functions/gettext.texi
7570 Hash: c3e128d9a2aad55928c0e6dec0d5eb46e61499055328c6a496a176b7c9ac4c25
7571 Copyright: 
7572 License: 
7573 Licence_Text: 
7574 #Header: 
7575 #@node gettext
7576 #@subsection @code{gettext}
7577 #@findex gettext
7578 #
7579 #Gnulib module: ---
7580 #
7581 #Portability problems fixed by Gnulib:
7582 #@itemize
7583 #@end itemize
7584 #
7585 #Portability problems not fixed by Gnulib:
7586 #@itemize
7587 #@item
7588 #This function is missing on some platforms:
7589 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7590
7591 File: ./doc/glibc-functions/getttyent.texi
7592 Hash: 6323d546b13f1fa19f8d12c7493f30c83d3069e5d758e42d85fff135a2af58d1
7593 Copyright: 
7594 License: 
7595 Licence_Text: 
7596 #Header: 
7597 #@node getttyent
7598 #@subsection @code{getttyent}
7599 #@findex getttyent
7600 #
7601 #Gnulib module: ---
7602 #
7603 #Portability problems fixed by Gnulib:
7604 #@itemize
7605 #@end itemize
7606 #
7607 #Portability problems not fixed by Gnulib:
7608 #@itemize
7609 #@item
7610 #This function is missing on some platforms:
7611 #HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7612
7613 File: ./doc/glibc-functions/getttynam.texi
7614 Hash: d37f8ec697e742f31810a75c3856bdd3135ac59ca5aff77900a26735a96fc0c7
7615 Copyright: 
7616 License: 
7617 Licence_Text: 
7618 #Header: 
7619 #@node getttynam
7620 #@subsection @code{getttynam}
7621 #@findex getttynam
7622 #
7623 #Gnulib module: ---
7624 #
7625 #Portability problems fixed by Gnulib:
7626 #@itemize
7627 #@end itemize
7628 #
7629 #Portability problems not fixed by Gnulib:
7630 #@itemize
7631 #@item
7632 #This function is missing on some platforms:
7633 #HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7634
7635 File: ./doc/glibc-functions/getusershell.texi
7636 Hash: cfab9f44b6e745d3d468f31d513f50ed5583cc39de18788eee15bf69ef1df781
7637 Copyright: 
7638 License: 
7639 Licence_Text: 
7640 #Header: 
7641 #@node getusershell
7642 #@subsection @code{getusershell}
7643 #@findex getusershell
7644 #
7645 #Gnulib module: getusershell
7646 #
7647 #Portability problems fixed by Gnulib:
7648 #@itemize
7649 #@item
7650 #This function is missing on some platforms:
7651 #AIX 4.3.2, IRIX 6.5, mingw, Interix 3.5, BeOS.
7652 #@end itemize
7653 #
7654 #Portability problems not fixed by Gnulib:
7655 #@itemize
7656
7657 File: ./doc/glibc-functions/getutent.texi
7658 Hash: 6f5c71a6983b4ea15e9a021b7b35f04339c8f553d0a6665bee201e2a4029e32d
7659 Copyright: 
7660 License: 
7661 Licence_Text: 
7662 #Header: 
7663 #@node getutent
7664 #@subsection @code{getutent}
7665 #@findex getutent
7666 #
7667 #Gnulib module: ---
7668 #
7669 #Portability problems fixed by Gnulib:
7670 #@itemize
7671 #@end itemize
7672 #
7673 #Portability problems not fixed by Gnulib:
7674 #@itemize
7675 #@item
7676 #This function is missing on some platforms:
7677 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, mingw, Interix 3.5, BeOS.
7678
7679 File: ./doc/glibc-functions/getutent_r.texi
7680 Hash: f23aa1bb4cf2e15afff917913cf5fa875fcce3fd76bf28b6286146cf1a8312cb
7681 Copyright: 
7682 License: 
7683 Licence_Text: 
7684 #Header: 
7685 #@node getutent_r
7686 #@subsection @code{getutent_r}
7687 #@findex getutent_r
7688 #
7689 #Gnulib module: ---
7690 #
7691 #Portability problems fixed by Gnulib:
7692 #@itemize
7693 #@end itemize
7694 #
7695 #Portability problems not fixed by Gnulib:
7696 #@itemize
7697 #@item
7698 #This function is missing on some platforms:
7699 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7700
7701 File: ./doc/glibc-functions/getutid.texi
7702 Hash: 439997018c8b769dfb084615688bafe72428d4474bdfb0161939704cec828897
7703 Copyright: 
7704 License: 
7705 Licence_Text: 
7706 #Header: 
7707 #@node getutid
7708 #@subsection @code{getutid}
7709 #@findex getutid
7710 #
7711 #Gnulib module: ---
7712 #
7713 #Portability problems fixed by Gnulib:
7714 #@itemize
7715 #@end itemize
7716 #
7717 #Portability problems not fixed by Gnulib:
7718 #@itemize
7719 #@item
7720 #This function is missing on some platforms:
7721 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, mingw, Interix 3.5, BeOS.
7722
7723 File: ./doc/glibc-functions/getutid_r.texi
7724 Hash: 9ba7da53bc2795a796bdf6f0dd1b970e8c280d5f17ce03a6b670e9bccb38494b
7725 Copyright: 
7726 License: 
7727 Licence_Text: 
7728 #Header: 
7729 #@node getutid_r
7730 #@subsection @code{getutid_r}
7731 #@findex getutid_r
7732 #
7733 #Gnulib module: ---
7734 #
7735 #Portability problems fixed by Gnulib:
7736 #@itemize
7737 #@end itemize
7738 #
7739 #Portability problems not fixed by Gnulib:
7740 #@itemize
7741 #@item
7742 #This function is missing on some platforms:
7743 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7744
7745 File: ./doc/glibc-functions/getutline.texi
7746 Hash: fe54ac8a004414583269fc3344705760ecb22c3c50e12363d49ade9a623af8dc
7747 Copyright: 
7748 License: 
7749 Licence_Text: 
7750 #Header: 
7751 #@node getutline
7752 #@subsection @code{getutline}
7753 #@findex getutline
7754 #
7755 #Gnulib module: ---
7756 #
7757 #Portability problems fixed by Gnulib:
7758 #@itemize
7759 #@end itemize
7760 #
7761 #Portability problems not fixed by Gnulib:
7762 #@itemize
7763 #@item
7764 #This function is missing on some platforms:
7765 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, mingw, Interix 3.5, BeOS.
7766
7767 File: ./doc/glibc-functions/getutline_r.texi
7768 Hash: 36891c71d337e6950a6843a4569e906ecbc3d31a1cced286b170ebf0444c16ef
7769 Copyright: 
7770 License: 
7771 Licence_Text: 
7772 #Header: 
7773 #@node getutline_r
7774 #@subsection @code{getutline_r}
7775 #@findex getutline_r
7776 #
7777 #Gnulib module: ---
7778 #
7779 #Portability problems fixed by Gnulib:
7780 #@itemize
7781 #@end itemize
7782 #
7783 #Portability problems not fixed by Gnulib:
7784 #@itemize
7785 #@item
7786 #This function is missing on some platforms:
7787 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7788
7789 File: ./doc/glibc-functions/getutmp.texi
7790 Hash: 5c40fd3e795045b2d723783cb2d898de33a3b0c6c7730816e237fe1cf9a4198b
7791 Copyright: 
7792 License: 
7793 Licence_Text: 
7794 #Header: 
7795 #@node getutmp
7796 #@subsection @code{getutmp}
7797 #@findex getutmp
7798 #
7799 #Gnulib module: ---
7800 #
7801 #Portability problems fixed by Gnulib:
7802 #@itemize
7803 #@end itemize
7804 #
7805 #Portability problems not fixed by Gnulib:
7806 #@itemize
7807 #@item
7808 #This function is missing on some platforms:
7809 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7810
7811 File: ./doc/glibc-functions/getutmpx.texi
7812 Hash: 860f5db05955b646b09ef98b56e1d0f553aba1321aff45ae114e2477330863e0
7813 Copyright: 
7814 License: 
7815 Licence_Text: 
7816 #Header: 
7817 #@node getutmpx
7818 #@subsection @code{getutmpx}
7819 #@findex getutmpx
7820 #
7821 #Gnulib module: ---
7822 #
7823 #Portability problems fixed by Gnulib:
7824 #@itemize
7825 #@end itemize
7826 #
7827 #Portability problems not fixed by Gnulib:
7828 #@itemize
7829 #@item
7830 #This function is missing on some platforms:
7831 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
7832
7833 File: ./doc/glibc-functions/getw.texi
7834 Hash: ab2d47caf89a7b4d27c816c5fa8ae1dc26e8bb1719b7513534a167d08bc66bba
7835 Copyright: 
7836 License: 
7837 Licence_Text: 
7838 #Header: 
7839 #@node getw
7840 #@subsection @code{getw}
7841 #@findex getw
7842 #
7843 #Gnulib module: ---
7844 #
7845 #Portability problems fixed by Gnulib:
7846 #@itemize
7847 #@end itemize
7848 #
7849 #Portability problems not fixed by Gnulib:
7850 #@itemize
7851 #@item
7852 #This function is missing on some platforms:
7853 #BeOS.
7854
7855 File: ./doc/glibc-functions/getwc_unlocked.texi
7856 Hash: e15241f0f79501082baf0556344152cb4ad99e048310bddd3307f49fcd782590
7857 Copyright: 
7858 License: 
7859 Licence_Text: 
7860 #Header: 
7861 #@node getwc_unlocked
7862 #@subsection @code{getwc_unlocked}
7863 #@findex getwc_unlocked
7864 #
7865 #Gnulib module: ---
7866 #
7867 #Portability problems fixed by Gnulib:
7868 #@itemize
7869 #@end itemize
7870 #
7871 #Portability problems not fixed by Gnulib:
7872 #@itemize
7873 #@item
7874 #This function is missing on some platforms:
7875 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7876
7877 File: ./doc/glibc-functions/getwchar_unlocked.texi
7878 Hash: 4bc33b5e349b95a16b08328563f1705c3a8b377d4bba92760d98a3c2e53e0dcc
7879 Copyright: 
7880 License: 
7881 Licence_Text: 
7882 #Header: 
7883 #@node getwchar_unlocked
7884 #@subsection @code{getwchar_unlocked}
7885 #@findex getwchar_unlocked
7886 #
7887 #Gnulib module: ---
7888 #
7889 #Portability problems fixed by Gnulib:
7890 #@itemize
7891 #@end itemize
7892 #
7893 #Portability problems not fixed by Gnulib:
7894 #@itemize
7895 #@item
7896 #This function is missing on all non-glibc platforms:
7897 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7898
7899 File: ./doc/glibc-functions/getxattr.texi
7900 Hash: 03a413c12f46294e620434f6988a843d1c7b71e9093540c05f8c052577dc98b5
7901 Copyright: 
7902 License: 
7903 Licence_Text: 
7904 #Header: 
7905 #@node getxattr
7906 #@subsection @code{getxattr}
7907 #@findex getxattr
7908 #
7909 #Gnulib module: ---
7910 #
7911 #Portability problems fixed by Gnulib:
7912 #@itemize
7913 #@end itemize
7914 #
7915 #Portability problems not fixed by Gnulib:
7916 #@itemize
7917 #@item
7918 #This function is missing on many non-glibc platforms:
7919 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
7920
7921 File: ./doc/glibc-functions/glob_pattern_p.texi
7922 Hash: e5a45525080d1fb6f20b346c999fc57bf1d945c563ca219e40b7df38385c616f
7923 Copyright: 
7924 License: 
7925 Licence_Text: 
7926 #Header: 
7927 #@node glob_pattern_p
7928 #@subsection @code{glob_pattern_p}
7929 #@findex glob_pattern_p
7930 #
7931 #Gnulib module: ---
7932 #
7933 #Portability problems fixed by Gnulib:
7934 #@itemize
7935 #@end itemize
7936 #
7937 #Portability problems not fixed by Gnulib:
7938 #@itemize
7939 #@item
7940 #This function is missing on most non-glibc platforms:
7941 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
7942
7943 File: ./doc/glibc-functions/gnu_dev_major.texi
7944 Hash: 2c8f2c8cd3092dac8fde1de1fa9eba83afac47e2d00f2579adf9f6ea6fa342ab
7945 Copyright: 
7946 License: 
7947 Licence_Text: 
7948 #Header: 
7949 #@node gnu_dev_major
7950 #@subsection @code{gnu_dev_major}
7951 #@findex gnu_dev_major
7952 #
7953 #Gnulib module: ---
7954 #
7955 #Portability problems fixed by Gnulib:
7956 #@itemize
7957 #@end itemize
7958 #
7959 #Portability problems not fixed by Gnulib:
7960 #@itemize
7961 #@item
7962 #This function is missing on all non-glibc platforms:
7963 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7964
7965 File: ./doc/glibc-functions/gnu_dev_makedev.texi
7966 Hash: 91456ec1cb52c337a02eab045a676bccd9b81ab87d293c4bb059c08f8cf09782
7967 Copyright: 
7968 License: 
7969 Licence_Text: 
7970 #Header: 
7971 #@node gnu_dev_makedev
7972 #@subsection @code{gnu_dev_makedev}
7973 #@findex gnu_dev_makedev
7974 #
7975 #Gnulib module: ---
7976 #
7977 #Portability problems fixed by Gnulib:
7978 #@itemize
7979 #@end itemize
7980 #
7981 #Portability problems not fixed by Gnulib:
7982 #@itemize
7983 #@item
7984 #This function is missing on all non-glibc platforms:
7985 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
7986
7987 File: ./doc/glibc-functions/gnu_dev_minor.texi
7988 Hash: f4ba04dbd23ce77e3cefff8b4b2b5c60dfa80629d1069a98d9397a37023b61e1
7989 Copyright: 
7990 License: 
7991 Licence_Text: 
7992 #Header: 
7993 #@node gnu_dev_minor
7994 #@subsection @code{gnu_dev_minor}
7995 #@findex gnu_dev_minor
7996 #
7997 #Gnulib module: ---
7998 #
7999 #Portability problems fixed by Gnulib:
8000 #@itemize
8001 #@end itemize
8002 #
8003 #Portability problems not fixed by Gnulib:
8004 #@itemize
8005 #@item
8006 #This function is missing on all non-glibc platforms:
8007 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8008
8009 File: ./doc/glibc-functions/gnu_get_libc_release.texi
8010 Hash: ef4a4671b053aa45ce96e73496c747ef75fcdc144a722460e0be44456916ec38
8011 Copyright: 
8012 License: 
8013 Licence_Text: 
8014 #Header: 
8015 #@node gnu_get_libc_release
8016 #@subsection @code{gnu_get_libc_release}
8017 #@findex gnu_get_libc_release
8018 #
8019 #Gnulib module: ---
8020 #
8021 #Portability problems fixed by Gnulib:
8022 #@itemize
8023 #@end itemize
8024 #
8025 #Portability problems not fixed by Gnulib:
8026 #@itemize
8027 #@item
8028 #This function is missing on some platforms:
8029 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
8030
8031 File: ./doc/glibc-functions/gnu_get_libc_version.texi
8032 Hash: b5114fbee7bd09824fa503582703e09f7f6b2a7585e6663c67a35609ed382e10
8033 Copyright: 
8034 License: 
8035 Licence_Text: 
8036 #Header: 
8037 #@node gnu_get_libc_version
8038 #@subsection @code{gnu_get_libc_version}
8039 #@findex gnu_get_libc_version
8040 #
8041 #Gnulib module: ---
8042 #
8043 #Portability problems fixed by Gnulib:
8044 #@itemize
8045 #@end itemize
8046 #
8047 #Portability problems not fixed by Gnulib:
8048 #@itemize
8049 #@item
8050 #This function is missing on some platforms:
8051 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
8052
8053 File: ./doc/glibc-functions/group_member.texi
8054 Hash: 0e0b082f81548c68c61dd3a9eeda82ebf07d7b1fd5b61543994344e045a92408
8055 Copyright: 
8056 License: 
8057 Licence_Text: 
8058 #Header: 
8059 #@node group_member
8060 #@subsection @code{group_member}
8061 #@findex group_member
8062 #
8063 #Gnulib module: ---
8064 #
8065 #Portability problems fixed by Gnulib:
8066 #@itemize
8067 #@end itemize
8068 #
8069 #Portability problems not fixed by Gnulib:
8070 #@itemize
8071 #@item
8072 #This function is missing on all non-glibc platforms:
8073 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8074
8075 File: ./doc/glibc-functions/gsignal.texi
8076 Hash: b2b2657d25fbc80d269f5a0685e399bf312b4d68ba672a068f8f2431ad41b553
8077 Copyright: 
8078 License: 
8079 Licence_Text: 
8080 #Header: 
8081 #@node gsignal
8082 #@subsection @code{gsignal}
8083 #@findex gsignal
8084 #
8085 #Gnulib module: ---
8086 #
8087 #Portability problems fixed by Gnulib:
8088 #@itemize
8089 #@end itemize
8090 #
8091 #Portability problems not fixed by Gnulib:
8092 #@itemize
8093 #@item
8094 #This function is missing on some platforms:
8095 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5.
8096
8097 File: ./doc/glibc-functions/hasmntopt.texi
8098 Hash: 36f7270890737ec725e1cc0561841b5887be379932a7033ec8b834289f5d3a8b
8099 Copyright: 
8100 License: 
8101 Licence_Text: 
8102 #Header: 
8103 #@node hasmntopt
8104 #@subsection @code{hasmntopt}
8105 #@findex hasmntopt
8106 #
8107 #Gnulib module: ---
8108 #
8109 #Portability problems fixed by Gnulib:
8110 #@itemize
8111 #@end itemize
8112 #
8113 #Portability problems not fixed by Gnulib:
8114 #@itemize
8115 #@item
8116 #This function is missing on some platforms:
8117 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, OSF/1 5.1, Cygwin, mingw, BeOS.
8118
8119 File: ./doc/glibc-functions/hcreate_r.texi
8120 Hash: abc69a457cc1547bbeecb52c53a69d35e837795fca08831198f38f4dfccd9c5a
8121 Copyright: 
8122 License: 
8123 Licence_Text: 
8124 #Header: 
8125 #@node hcreate_r
8126 #@subsection @code{hcreate_r}
8127 #@findex hcreate_r
8128 #
8129 #Gnulib module: ---
8130 #
8131 #Portability problems fixed by Gnulib:
8132 #@itemize
8133 #@end itemize
8134 #
8135 #Portability problems not fixed by Gnulib:
8136 #@itemize
8137 #@item
8138 #This function is missing on some platforms:
8139 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, mingw, BeOS.
8140
8141 File: ./doc/glibc-functions/hdestroy_r.texi
8142 Hash: bf9ebc5b6f3dc6c2fef05616d7749656828c50f575497157021cd89b734630c3
8143 Copyright: 
8144 License: 
8145 Licence_Text: 
8146 #Header: 
8147 #@node hdestroy_r
8148 #@subsection @code{hdestroy_r}
8149 #@findex hdestroy_r
8150 #
8151 #Gnulib module: ---
8152 #
8153 #Portability problems fixed by Gnulib:
8154 #@itemize
8155 #@end itemize
8156 #
8157 #Portability problems not fixed by Gnulib:
8158 #@itemize
8159 #@item
8160 #This function is missing on some platforms:
8161 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, mingw, BeOS.
8162
8163 File: ./doc/glibc-functions/herror.texi
8164 Hash: 7efb9d00e25020573fe0ca6d431f5327a0e107cfdb5d169ea32044a5b6a90981
8165 Copyright: 
8166 License: 
8167 Licence_Text: 
8168 #Header: 
8169 #@node herror
8170 #@subsection @code{herror}
8171 #@findex herror
8172 #
8173 #Gnulib module: ---
8174 #
8175 #Portability problems fixed by Gnulib:
8176 #@itemize
8177 #@end itemize
8178 #
8179 #Portability problems not fixed by Gnulib:
8180 #@itemize
8181 #@item
8182 #This function is missing on some platforms:
8183 #mingw, Interix 3.5.
8184
8185 File: ./doc/glibc-functions/host2netname.texi
8186 Hash: b79d5bf0b0a6505453d8350062b6df0e9778f32ddb2362c3f8588bdef2810d9e
8187 Copyright: 
8188 License: 
8189 Licence_Text: 
8190 #Header: 
8191 #@node host2netname
8192 #@subsection @code{host2netname}
8193 #@findex host2netname
8194 #
8195 #Gnulib module: ---
8196 #
8197 #Portability problems fixed by Gnulib:
8198 #@itemize
8199 #@end itemize
8200 #
8201 #Portability problems not fixed by Gnulib:
8202 #@itemize
8203 #@item
8204 #This function is missing on some platforms:
8205 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
8206
8207 File: ./doc/glibc-functions/hsearch_r.texi
8208 Hash: 5e162a4ac8adb0bbf7952b6adb65c2b16238a077bfe346cf416573a5d02bf8b9
8209 Copyright: 
8210 License: 
8211 Licence_Text: 
8212 #Header: 
8213 #@node hsearch_r
8214 #@subsection @code{hsearch_r}
8215 #@findex hsearch_r
8216 #
8217 #Gnulib module: ---
8218 #
8219 #Portability problems fixed by Gnulib:
8220 #@itemize
8221 #@end itemize
8222 #
8223 #Portability problems not fixed by Gnulib:
8224 #@itemize
8225 #@item
8226 #This function is missing on some platforms:
8227 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, mingw, BeOS.
8228
8229 File: ./doc/glibc-functions/hstrerror.texi
8230 Hash: ff2896c321e129159b197b089ba7d3b2bd432f5c19892df7bbcce553a885f3f5
8231 Copyright: 
8232 License: 
8233 Licence_Text: 
8234 #Header: 
8235 #@node hstrerror
8236 #@subsection @code{hstrerror}
8237 #@findex hstrerror
8238 #
8239 #Gnulib module: ---
8240 #
8241 #Portability problems fixed by Gnulib:
8242 #@itemize
8243 #@end itemize
8244 #
8245 #Portability problems not fixed by Gnulib:
8246 #@itemize
8247 #@item
8248 #This function is missing on some platforms:
8249 #HP-UX 11, mingw, Interix 3.5, BeOS.
8250
8251 File: ./doc/glibc-functions/in6addr_any.texi
8252 Hash: 3343d5d1d2109f64c2734eaff57f503f856d8cf36c052b02fbea1534b6b254ec
8253 Copyright: 
8254 License: 
8255 Licence_Text: 
8256 #Header: 
8257 #@node in6addr_any
8258 #@subsection @code{in6addr_any}
8259 #@findex in6addr_any
8260 #
8261 #Gnulib module: ---
8262 #
8263 #Portability problems fixed by Gnulib:
8264 #@itemize
8265 #@end itemize
8266 #
8267 #Portability problems not fixed by Gnulib:
8268 #@itemize
8269 #@item
8270 #This constant is missing on some platforms:
8271 #MacOS X 10.3, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
8272
8273 File: ./doc/glibc-functions/in6addr_loopback.texi
8274 Hash: f691c99e758b8950e9d2c3d2632ba2188ccce0bf0e2a694b5fc6bfb3d8d0e62f
8275 Copyright: 
8276 License: 
8277 Licence_Text: 
8278 #Header: 
8279 #@node in6addr_loopback
8280 #@subsection @code{in6addr_loopback}
8281 #@findex in6addr_loopback
8282 #
8283 #Gnulib module: ---
8284 #
8285 #Portability problems fixed by Gnulib:
8286 #@itemize
8287 #@end itemize
8288 #
8289 #Portability problems not fixed by Gnulib:
8290 #@itemize
8291 #@item
8292 #This constant is missing on some platforms:
8293 #MacOS X 10.3, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
8294
8295 File: ./doc/glibc-functions/inet6_option_alloc.texi
8296 Hash: f8ee416c2fafae2cc7de879032e7e823c23f002bb1f0da2f9775c0365c34ba50
8297 Copyright: 
8298 License: 
8299 Licence_Text: 
8300 #Header: 
8301 #@node inet6_option_alloc
8302 #@subsection @code{inet6_option_alloc}
8303 #@findex inet6_option_alloc
8304 #
8305 #Gnulib module: ---
8306 #
8307 #Portability problems fixed by Gnulib:
8308 #@itemize
8309 #@end itemize
8310 #
8311 #Portability problems not fixed by Gnulib:
8312 #@itemize
8313 #@item
8314 #This function is missing on some platforms:
8315 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8316
8317 File: ./doc/glibc-functions/inet6_option_append.texi
8318 Hash: 32eed6853d5746e0ae79df426c83fbbe260b5d207cb80f91e936621abbc3c97c
8319 Copyright: 
8320 License: 
8321 Licence_Text: 
8322 #Header: 
8323 #@node inet6_option_append
8324 #@subsection @code{inet6_option_append}
8325 #@findex inet6_option_append
8326 #
8327 #Gnulib module: ---
8328 #
8329 #Portability problems fixed by Gnulib:
8330 #@itemize
8331 #@end itemize
8332 #
8333 #Portability problems not fixed by Gnulib:
8334 #@itemize
8335 #@item
8336 #This function is missing on some platforms:
8337 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8338
8339 File: ./doc/glibc-functions/inet6_option_find.texi
8340 Hash: 8baa6d877ecd7d6bb686c29f627489c85204f5aaf48caa2abaf89eec92dcb309
8341 Copyright: 
8342 License: 
8343 Licence_Text: 
8344 #Header: 
8345 #@node inet6_option_find
8346 #@subsection @code{inet6_option_find}
8347 #@findex inet6_option_find
8348 #
8349 #Gnulib module: ---
8350 #
8351 #Portability problems fixed by Gnulib:
8352 #@itemize
8353 #@end itemize
8354 #
8355 #Portability problems not fixed by Gnulib:
8356 #@itemize
8357 #@item
8358 #This function is missing on some platforms:
8359 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8360
8361 File: ./doc/glibc-functions/inet6_option_init.texi
8362 Hash: 716e71d5494dfdb22f64896bde3fa8ae205c6bb991f7e9c6d0fc952c846f47dc
8363 Copyright: 
8364 License: 
8365 Licence_Text: 
8366 #Header: 
8367 #@node inet6_option_init
8368 #@subsection @code{inet6_option_init}
8369 #@findex inet6_option_init
8370 #
8371 #Gnulib module: ---
8372 #
8373 #Portability problems fixed by Gnulib:
8374 #@itemize
8375 #@end itemize
8376 #
8377 #Portability problems not fixed by Gnulib:
8378 #@itemize
8379 #@item
8380 #This function is missing on some platforms:
8381 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8382
8383 File: ./doc/glibc-functions/inet6_option_next.texi
8384 Hash: 13cbcc7303e27c83c1774694d78389e69aa86407793a5949c9d9405345911b82
8385 Copyright: 
8386 License: 
8387 Licence_Text: 
8388 #Header: 
8389 #@node inet6_option_next
8390 #@subsection @code{inet6_option_next}
8391 #@findex inet6_option_next
8392 #
8393 #Gnulib module: ---
8394 #
8395 #Portability problems fixed by Gnulib:
8396 #@itemize
8397 #@end itemize
8398 #
8399 #Portability problems not fixed by Gnulib:
8400 #@itemize
8401 #@item
8402 #This function is missing on some platforms:
8403 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8404
8405 File: ./doc/glibc-functions/inet6_option_space.texi
8406 Hash: 6a338b1ab5bf78425879176034fbd8ce86ea60012693598f4ea14ecae1e3a5f6
8407 Copyright: 
8408 License: 
8409 Licence_Text: 
8410 #Header: 
8411 #@node inet6_option_space
8412 #@subsection @code{inet6_option_space}
8413 #@findex inet6_option_space
8414 #
8415 #Gnulib module: ---
8416 #
8417 #Portability problems fixed by Gnulib:
8418 #@itemize
8419 #@end itemize
8420 #
8421 #Portability problems not fixed by Gnulib:
8422 #@itemize
8423 #@item
8424 #This function is missing on some platforms:
8425 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8426
8427 File: ./doc/glibc-functions/inet_aton.texi
8428 Hash: 9a56198c1b11ffa7150833f8ee1d9a4028f6aa89bd414b1f7a0e7c543cff9f16
8429 Copyright: 
8430 License: 
8431 Licence_Text: 
8432 #Header: 
8433 #@node inet_aton
8434 #@subsection @code{inet_aton}
8435 #@findex inet_aton
8436 #
8437 #Gnulib module: ---
8438 #
8439 #Portability problems fixed by Gnulib:
8440 #@itemize
8441 #@end itemize
8442 #
8443 #Portability problems not fixed by Gnulib:
8444 #@itemize
8445 #@item
8446 #This function is missing on some platforms:
8447 #mingw, BeOS.
8448
8449 File: ./doc/glibc-functions/inet_lnaof.texi
8450 Hash: 20483661f4173ae4282bab0f288af2fa5e182b5412f23a427c4436a1f8265660
8451 Copyright: 
8452 License: 
8453 Licence_Text: 
8454 #Header: 
8455 #@node inet_lnaof
8456 #@subsection @code{inet_lnaof}
8457 #@findex inet_lnaof
8458 #
8459 #Gnulib module: ---
8460 #
8461 #Portability problems fixed by Gnulib:
8462 #@itemize
8463 #@end itemize
8464 #
8465 #Portability problems not fixed by Gnulib:
8466 #@itemize
8467 #@item
8468 #This function is missing on some platforms:
8469 #Cygwin, mingw, BeOS.
8470
8471 File: ./doc/glibc-functions/inet_makeaddr.texi
8472 Hash: ecbcf0e5b28d43d1b529117c3fc1158cf0098e7ce14f76ed0d567668319cb56e
8473 Copyright: 
8474 License: 
8475 Licence_Text: 
8476 #Header: 
8477 #@node inet_makeaddr
8478 #@subsection @code{inet_makeaddr}
8479 #@findex inet_makeaddr
8480 #
8481 #Gnulib module: ---
8482 #
8483 #Portability problems fixed by Gnulib:
8484 #@itemize
8485 #@end itemize
8486 #
8487 #Portability problems not fixed by Gnulib:
8488 #@itemize
8489 #@item
8490 #This function is missing on some platforms:
8491 #mingw, BeOS.
8492
8493 File: ./doc/glibc-functions/inet_net_ntop.texi
8494 Hash: 77ee21bd1f169d7eb033b898b34b45a0237e0df1410f25dd455a01729c3c05d6
8495 Copyright: 
8496 License: 
8497 Licence_Text: 
8498 #Header: 
8499 #@node inet_net_ntop
8500 #@subsection @code{inet_net_ntop}
8501 #@findex inet_net_ntop
8502 #
8503 #Gnulib module: ---
8504 #
8505 #Portability problems fixed by Gnulib:
8506 #@itemize
8507 #@end itemize
8508 #
8509 #Portability problems not fixed by Gnulib:
8510 #@itemize
8511 #@item
8512 #This function is missing on some platforms:
8513 #HP-UX 11, IRIX 6.5, OSF/1 4.0, Cygwin, mingw, Interix 3.5, BeOS.
8514
8515 File: ./doc/glibc-functions/inet_net_pton.texi
8516 Hash: 8091b168ada9dce7cbb5a6a514333edd9f7183085b640320a395810c26b5a4b4
8517 Copyright: 
8518 License: 
8519 Licence_Text: 
8520 #Header: 
8521 #@node inet_net_pton
8522 #@subsection @code{inet_net_pton}
8523 #@findex inet_net_pton
8524 #
8525 #Gnulib module: ---
8526 #
8527 #Portability problems fixed by Gnulib:
8528 #@itemize
8529 #@end itemize
8530 #
8531 #Portability problems not fixed by Gnulib:
8532 #@itemize
8533 #@item
8534 #This function is missing on some platforms:
8535 #HP-UX 11, IRIX 6.5, OSF/1 4.0, Cygwin, mingw, Interix 3.5, BeOS.
8536
8537 File: ./doc/glibc-functions/inet_neta.texi
8538 Hash: 3c964ed2f9db297bb4dcf3465662c790ab871bb6097a662047e7c1e08390065c
8539 Copyright: 
8540 License: 
8541 Licence_Text: 
8542 #Header: 
8543 #@node inet_neta
8544 #@subsection @code{inet_neta}
8545 #@findex inet_neta
8546 #
8547 #Gnulib module: ---
8548 #
8549 #Portability problems fixed by Gnulib:
8550 #@itemize
8551 #@end itemize
8552 #
8553 #Portability problems not fixed by Gnulib:
8554 #@itemize
8555 #@item
8556 #This function is missing on some platforms:
8557 #HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8558
8559 File: ./doc/glibc-functions/inet_netof.texi
8560 Hash: d70586041f476627921035730357871373233e52c0c6e94f91818550e6b66eaf
8561 Copyright: 
8562 License: 
8563 Licence_Text: 
8564 #Header: 
8565 #@node inet_netof
8566 #@subsection @code{inet_netof}
8567 #@findex inet_netof
8568 #
8569 #Gnulib module: ---
8570 #
8571 #Portability problems fixed by Gnulib:
8572 #@itemize
8573 #@end itemize
8574 #
8575 #Portability problems not fixed by Gnulib:
8576 #@itemize
8577 #@item
8578 #This function is missing on some platforms:
8579 #mingw, BeOS.
8580
8581 File: ./doc/glibc-functions/inet_network.texi
8582 Hash: f2254b279938a2eec4c6ecc5454ce2b3beb3bd6351d7975d0f0cd8790b21f533
8583 Copyright: 
8584 License: 
8585 Licence_Text: 
8586 #Header: 
8587 #@node inet_network
8588 #@subsection @code{inet_network}
8589 #@findex inet_network
8590 #
8591 #Gnulib module: ---
8592 #
8593 #Portability problems fixed by Gnulib:
8594 #@itemize
8595 #@end itemize
8596 #
8597 #Portability problems not fixed by Gnulib:
8598 #@itemize
8599 #@item
8600 #This function is missing on some platforms:
8601 #mingw, BeOS.
8602
8603 File: ./doc/glibc-functions/inet_nsap_addr.texi
8604 Hash: c1c16ad1ff261f383ff1c3afc2d485879cd52700b11d1b32d6dd64c261374cc3
8605 Copyright: 
8606 License: 
8607 Licence_Text: 
8608 #Header: 
8609 #@node inet_nsap_addr
8610 #@subsection @code{inet_nsap_addr}
8611 #@findex inet_nsap_addr
8612 #
8613 #Gnulib module: ---
8614 #
8615 #Portability problems fixed by Gnulib:
8616 #@itemize
8617 #@end itemize
8618 #
8619 #Portability problems not fixed by Gnulib:
8620 #@itemize
8621 #@item
8622 #This function is missing on some platforms:
8623 #HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
8624
8625 File: ./doc/glibc-functions/inet_nsap_ntoa.texi
8626 Hash: 22cbce91c0a84fc930ea34428b2487e2cc500468c4078b1cb753e56d6c91d490
8627 Copyright: 
8628 License: 
8629 Licence_Text: 
8630 #Header: 
8631 #@node inet_nsap_ntoa
8632 #@subsection @code{inet_nsap_ntoa}
8633 #@findex inet_nsap_ntoa
8634 #
8635 #Gnulib module: ---
8636 #
8637 #Portability problems fixed by Gnulib:
8638 #@itemize
8639 #@end itemize
8640 #
8641 #Portability problems not fixed by Gnulib:
8642 #@itemize
8643 #@item
8644 #This function is missing on some platforms:
8645 #HP-UX 11, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
8646
8647 File: ./doc/glibc-functions/initgroups.texi
8648 Hash: 10e6d0b7a28afe505954b18d7222af105b5c0d8bdd5981dd65217435dc52cfa6
8649 Copyright: 
8650 License: 
8651 Licence_Text: 
8652 #Header: 
8653 #@node initgroups
8654 #@subsection @code{initgroups}
8655 #@findex initgroups
8656 #
8657 #Gnulib module: ---
8658 #
8659 #Portability problems fixed by Gnulib:
8660 #@itemize
8661 #@end itemize
8662 #
8663 #Portability problems not fixed by Gnulib:
8664 #@itemize
8665 #@item
8666 #This function is missing on some platforms:
8667 #mingw, Interix 3.5, BeOS.
8668
8669 File: ./doc/glibc-functions/initstate_r.texi
8670 Hash: 50335fba65ff9a2874843ef28cf645262a1f58db8252219f19d40c753f96617f
8671 Copyright: 
8672 License: 
8673 Licence_Text: 
8674 #Header: 
8675 #@node initstate_r
8676 #@subsection @code{initstate_r}
8677 #@findex initstate_r
8678 #
8679 #Gnulib module: random_r
8680 #
8681 #Portability problems fixed by Gnulib:
8682 #@itemize
8683 #@item
8684 #This function is missing on some platforms:
8685 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
8686 #@end itemize
8687 #
8688 #Portability problems not fixed by Gnulib:
8689 #@itemize
8690
8691 File: ./doc/glibc-functions/innetgr.texi
8692 Hash: 98fc724eab658d8ed65ba83432248a5d34c20a9d3d052ad6a96bfbcb9bcc62cb
8693 Copyright: 
8694 License: 
8695 Licence_Text: 
8696 #Header: 
8697 #@node innetgr
8698 #@subsection @code{innetgr}
8699 #@findex innetgr
8700 #
8701 #Gnulib module: ---
8702 #
8703 #Portability problems fixed by Gnulib:
8704 #@itemize
8705 #@end itemize
8706 #
8707 #Portability problems not fixed by Gnulib:
8708 #@itemize
8709 #@item
8710 #This function is missing on some platforms:
8711 #Cygwin, mingw, Interix 3.5, BeOS.
8712
8713 File: ./doc/glibc-functions/ioperm.texi
8714 Hash: 823826c8fd5e3e084b894cb58615b662b2bf53547e5e3808f4249cd4101bcadc
8715 Copyright: 
8716 License: 
8717 Licence_Text: 
8718 #Header: 
8719 #@node ioperm
8720 #@subsection @code{ioperm}
8721 #@findex ioperm
8722 #
8723 #Gnulib module: ---
8724 #
8725 #Portability problems fixed by Gnulib:
8726 #@itemize
8727 #@end itemize
8728 #
8729 #Portability problems not fixed by Gnulib:
8730 #@itemize
8731 #@item
8732 #This function is missing on all non-glibc platforms:
8733 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8734
8735 File: ./doc/glibc-functions/iopl.texi
8736 Hash: 3e7a8dd4e5b5ae33a9f5e799d208ddc48030ed9fee2c0d94b15262ab5b16030a
8737 Copyright: 
8738 License: 
8739 Licence_Text: 
8740 #Header: 
8741 #@node iopl
8742 #@subsection @code{iopl}
8743 #@findex iopl
8744 #
8745 #Gnulib module: ---
8746 #
8747 #Portability problems fixed by Gnulib:
8748 #@itemize
8749 #@end itemize
8750 #
8751 #Portability problems not fixed by Gnulib:
8752 #@itemize
8753 #@item
8754 #This function is missing on all non-glibc platforms:
8755 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8756
8757 File: ./doc/glibc-functions/isctype.texi
8758 Hash: 889baa1d5aa326c2837dc4f72b30c184cea862b1a32ed8dc7d20b6b87d5f235f
8759 Copyright: 
8760 License: 
8761 Licence_Text: 
8762 #Header: 
8763 #@node isctype
8764 #@subsection @code{isctype}
8765 #@findex isctype
8766 #
8767 #Gnulib module: ---
8768 #
8769 #Portability problems fixed by Gnulib:
8770 #@itemize
8771 #@end itemize
8772 #
8773 #Portability problems not fixed by Gnulib:
8774 #@itemize
8775 #@item
8776 #This function is missing on some platforms:
8777 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8778
8779 File: ./doc/glibc-functions/isfdtype.texi
8780 Hash: b493b5b3e930e6aa2d5182a88f186dbf845e087ff44fddeb94fb7989c9969514
8781 Copyright: 
8782 License: 
8783 Licence_Text: 
8784 #Header: 
8785 #@node isfdtype
8786 #@subsection @code{isfdtype}
8787 #@findex isfdtype
8788 #
8789 #Gnulib module: ---
8790 #
8791 #Portability problems fixed by Gnulib:
8792 #@itemize
8793 #@end itemize
8794 #
8795 #Portability problems not fixed by Gnulib:
8796 #@itemize
8797 #@item
8798 #This function is missing on some platforms:
8799 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
8800
8801 File: ./doc/glibc-functions/isinff.texi
8802 Hash: 7b778ea3f39894bff3a41540003a2ea2ce14fef3bb60ef86d52ee6660ef0e805
8803 Copyright: 
8804 License: 
8805 Licence_Text: 
8806 #Header: 
8807 #@node isinff
8808 #@subsection @code{isinff}
8809 #@findex isinff
8810 #
8811 #Gnulib module: ---
8812 #
8813 #Portability problems fixed by Gnulib:
8814 #@itemize
8815 #@end itemize
8816 #
8817 #Portability problems not fixed by Gnulib:
8818 #@itemize
8819 #@item
8820 #This function is missing on some platforms:
8821 #MacOS X 10.3, FreeBSD 6.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw.
8822
8823 File: ./doc/glibc-functions/isinfl.texi
8824 Hash: d68b2173aab022dadd5e172ba5216fba620cd71f9e5b92a99548f1ae1ebfe338
8825 Copyright: 
8826 License: 
8827 Licence_Text: 
8828 #Header: 
8829 #@node isinfl
8830 #@subsection @code{isinfl}
8831 #@findex isinfl
8832 #
8833 #Gnulib module: ---
8834 #
8835 #Portability problems fixed by Gnulib:
8836 #@itemize
8837 #@end itemize
8838 #
8839 #Portability problems not fixed by Gnulib:
8840 #@itemize
8841 #@item
8842 #This function is missing on some platforms:
8843 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
8844
8845 File: ./doc/glibc-functions/isnanf.texi
8846 Hash: 1bce23ee271e7eef2d71e8db58edf3ca47dc80441668f74c81dbe8826bf87b2b
8847 Copyright: 
8848 License: 
8849 Licence_Text: 
8850 #Header: 
8851 #@node isnanf
8852 #@subsection @code{isnanf}
8853 #@findex isnanf
8854 #
8855 #Gnulib module: isnanf
8856 #
8857 #Portability problems fixed by Gnulib:
8858 #@itemize
8859 #@item
8860 #This function is missing on some platforms:
8861 #MacOS X 10.3, AIX 5.1, HP-UX 11.
8862 #@end itemize
8863 #
8864 #Portability problems not fixed by Gnulib:
8865 #@itemize
8866
8867 File: ./doc/glibc-functions/isnanl.texi
8868 Hash: efbd3688a2c450ca48c45b0136ced1c4aff2c88514808efec73f03fd9b78c319
8869 Copyright: 
8870 License: 
8871 Licence_Text: 
8872 #Header: 
8873 #@node isnanl
8874 #@subsection @code{isnanl}
8875 #@findex isnanl
8876 #
8877 #Gnulib module: isnanl
8878 #
8879 #Portability problems fixed by Gnulib:
8880 #@itemize
8881 #@item
8882 #This function is missing on some platforms:
8883 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin, Interix 3.5.
8884 #@end itemize
8885 #
8886 #Portability problems not fixed by Gnulib:
8887 #@itemize
8888
8889 File: ./doc/glibc-functions/j0f.texi
8890 Hash: f018984a8e665058bcee8aba2e80e8d77c5ac1a803125c397151f46fe43e20e6
8891 Copyright: 
8892 License: 
8893 Licence_Text: 
8894 #Header: 
8895 #@node j0f
8896 #@subsection @code{j0f}
8897 #@findex j0f
8898 #
8899 #Gnulib module: ---
8900 #
8901 #Portability problems fixed by Gnulib:
8902 #@itemize
8903 #@end itemize
8904 #
8905 #Portability problems not fixed by Gnulib:
8906 #@itemize
8907 #@item
8908 #This function is missing on some platforms:
8909 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, mingw.
8910
8911 File: ./doc/glibc-functions/j0l.texi
8912 Hash: be8df2ff66c9633147a1dc233d630b26af08ffdfa1933cf4aaf9f4d09d5a5941
8913 Copyright: 
8914 License: 
8915 Licence_Text: 
8916 #Header: 
8917 #@node j0l
8918 #@subsection @code{j0l}
8919 #@findex j0l
8920 #
8921 #Gnulib module: ---
8922 #
8923 #Portability problems fixed by Gnulib:
8924 #@itemize
8925 #@end itemize
8926 #
8927 #Portability problems not fixed by Gnulib:
8928 #@itemize
8929 #@item
8930 #This function is missing on some platforms:
8931 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
8932
8933 File: ./doc/glibc-functions/j1f.texi
8934 Hash: e6ea933aca4d80ea575f33af255ab6a3a2eda0cdd27784b83b53ca5d66211d21
8935 Copyright: 
8936 License: 
8937 Licence_Text: 
8938 #Header: 
8939 #@node j1f
8940 #@subsection @code{j1f}
8941 #@findex j1f
8942 #
8943 #Gnulib module: ---
8944 #
8945 #Portability problems fixed by Gnulib:
8946 #@itemize
8947 #@end itemize
8948 #
8949 #Portability problems not fixed by Gnulib:
8950 #@itemize
8951 #@item
8952 #This function is missing on some platforms:
8953 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, mingw.
8954
8955 File: ./doc/glibc-functions/j1l.texi
8956 Hash: 36579052197222d9efc066047354b6a133e706205b9f137ecf4b71427b4fdc15
8957 Copyright: 
8958 License: 
8959 Licence_Text: 
8960 #Header: 
8961 #@node j1l
8962 #@subsection @code{j1l}
8963 #@findex j1l
8964 #
8965 #Gnulib module: ---
8966 #
8967 #Portability problems fixed by Gnulib:
8968 #@itemize
8969 #@end itemize
8970 #
8971 #Portability problems not fixed by Gnulib:
8972 #@itemize
8973 #@item
8974 #This function is missing on some platforms:
8975 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
8976
8977 File: ./doc/glibc-functions/jnf.texi
8978 Hash: f14a75b388ab7fe56275dae1799ba1c17cde27b7e5d9b96b1a391a33b3df3efc
8979 Copyright: 
8980 License: 
8981 Licence_Text: 
8982 #Header: 
8983 #@node jnf
8984 #@subsection @code{jnf}
8985 #@findex jnf
8986 #
8987 #Gnulib module: ---
8988 #
8989 #Portability problems fixed by Gnulib:
8990 #@itemize
8991 #@end itemize
8992 #
8993 #Portability problems not fixed by Gnulib:
8994 #@itemize
8995 #@item
8996 #This function is missing on some platforms:
8997 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, mingw.
8998
8999 File: ./doc/glibc-functions/jnl.texi
9000 Hash: 3349339e57b6eade070ba4b9cbe16e5a0618a9b85fddbc1a5247036cc12fa268
9001 Copyright: 
9002 License: 
9003 Licence_Text: 
9004 #Header: 
9005 #@node jnl
9006 #@subsection @code{jnl}
9007 #@findex jnl
9008 #
9009 #Gnulib module: ---
9010 #
9011 #Portability problems fixed by Gnulib:
9012 #@itemize
9013 #@end itemize
9014 #
9015 #Portability problems not fixed by Gnulib:
9016 #@itemize
9017 #@item
9018 #This function is missing on some platforms:
9019 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
9020
9021 File: ./doc/glibc-functions/jrand48_r.texi
9022 Hash: 875e437face5769c385f1106637fd80c5bb8eb5b226ca64b99af6987eddd8647
9023 Copyright: 
9024 License: 
9025 Licence_Text: 
9026 #Header: 
9027 #@node jrand48_r
9028 #@subsection @code{jrand48_r}
9029 #@findex jrand48_r
9030 #
9031 #Gnulib module: ---
9032 #
9033 #Portability problems fixed by Gnulib:
9034 #@itemize
9035 #@end itemize
9036 #
9037 #Portability problems not fixed by Gnulib:
9038 #@itemize
9039 #@item
9040 #This function is missing on some platforms:
9041 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
9042
9043 File: ./doc/glibc-functions/key_decryptsession.texi
9044 Hash: f14cf546a9737b2f8028dafe7ef389ce9b886ba35d2542ddc8ae65517df1610d
9045 Copyright: 
9046 License: 
9047 Licence_Text: 
9048 #Header: 
9049 #@node key_decryptsession
9050 #@subsection @code{key_decryptsession}
9051 #@findex key_decryptsession
9052 #
9053 #Gnulib module: ---
9054 #
9055 #Portability problems fixed by Gnulib:
9056 #@itemize
9057 #@end itemize
9058 #
9059 #Portability problems not fixed by Gnulib:
9060 #@itemize
9061 #@item
9062 #This function is missing on some platforms:
9063 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
9064
9065 File: ./doc/glibc-functions/key_decryptsession_pk.texi
9066 Hash: 5a61fcee114acb7ca73e3e27b17554cff55f4d20b58627e0d6482974bcfd9fc1
9067 Copyright: 
9068 License: 
9069 Licence_Text: 
9070 #Header: 
9071 #@node key_decryptsession_pk
9072 #@subsection @code{key_decryptsession_pk}
9073 #@findex key_decryptsession_pk
9074 #
9075 #Gnulib module: ---
9076 #
9077 #Portability problems fixed by Gnulib:
9078 #@itemize
9079 #@end itemize
9080 #
9081 #Portability problems not fixed by Gnulib:
9082 #@itemize
9083 #@item
9084 #This function is missing on some platforms:
9085 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
9086
9087 File: ./doc/glibc-functions/key_encryptsession.texi
9088 Hash: a352d0f45112554f83095b1b11cfc6c2fe3dd18846a2e279d57a07069eaeaa29
9089 Copyright: 
9090 License: 
9091 Licence_Text: 
9092 #Header: 
9093 #@node key_encryptsession
9094 #@subsection @code{key_encryptsession}
9095 #@findex key_encryptsession
9096 #
9097 #Gnulib module: ---
9098 #
9099 #Portability problems fixed by Gnulib:
9100 #@itemize
9101 #@end itemize
9102 #
9103 #Portability problems not fixed by Gnulib:
9104 #@itemize
9105 #@item
9106 #This function is missing on some platforms:
9107 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
9108
9109 File: ./doc/glibc-functions/key_encryptsession_pk.texi
9110 Hash: 50ce495fb62eac5281e2a5197c60eb843d01fa0e0d74462c77c5f5d108c772bf
9111 Copyright: 
9112 License: 
9113 Licence_Text: 
9114 #Header: 
9115 #@node key_encryptsession_pk
9116 #@subsection @code{key_encryptsession_pk}
9117 #@findex key_encryptsession_pk
9118 #
9119 #Gnulib module: ---
9120 #
9121 #Portability problems fixed by Gnulib:
9122 #@itemize
9123 #@end itemize
9124 #
9125 #Portability problems not fixed by Gnulib:
9126 #@itemize
9127 #@item
9128 #This function is missing on some platforms:
9129 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
9130
9131 File: ./doc/glibc-functions/key_gendes.texi
9132 Hash: ff565b8a1f485504fddc3dd79b2a5298cafee45d9cfd295f06952f93cf0fc41c
9133 Copyright: 
9134 License: 
9135 Licence_Text: 
9136 #Header: 
9137 #@node key_gendes
9138 #@subsection @code{key_gendes}
9139 #@findex key_gendes
9140 #
9141 #Gnulib module: ---
9142 #
9143 #Portability problems fixed by Gnulib:
9144 #@itemize
9145 #@end itemize
9146 #
9147 #Portability problems not fixed by Gnulib:
9148 #@itemize
9149 #@item
9150 #This function is missing on some platforms:
9151 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
9152
9153 File: ./doc/glibc-functions/key_get_conv.texi
9154 Hash: 2d67dd92f660d35a6c01ee3ab092b29f019bce6e4cc42b7d6090ddcd22078945
9155 Copyright: 
9156 License: 
9157 Licence_Text: 
9158 #Header: 
9159 #@node key_get_conv
9160 #@subsection @code{key_get_conv}
9161 #@findex key_get_conv
9162 #
9163 #Gnulib module: ---
9164 #
9165 #Portability problems fixed by Gnulib:
9166 #@itemize
9167 #@end itemize
9168 #
9169 #Portability problems not fixed by Gnulib:
9170 #@itemize
9171 #@item
9172 #This function is missing on some platforms:
9173 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
9174
9175 File: ./doc/glibc-functions/key_secretkey_is_set.texi
9176 Hash: bd6b7b1dace7b7a1b74b4b0b2c58048aed86b897ffc611526f68c6c8582b5f8b
9177 Copyright: 
9178 License: 
9179 Licence_Text: 
9180 #Header: 
9181 #@node key_secretkey_is_set
9182 #@subsection @code{key_secretkey_is_set}
9183 #@findex key_secretkey_is_set
9184 #
9185 #Gnulib module: ---
9186 #
9187 #Portability problems fixed by Gnulib:
9188 #@itemize
9189 #@end itemize
9190 #
9191 #Portability problems not fixed by Gnulib:
9192 #@itemize
9193 #@item
9194 #This function is missing on some platforms:
9195 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
9196
9197 File: ./doc/glibc-functions/key_setsecret.texi
9198 Hash: 6094078abb1f07ee4edafc08a32407f75d51ce0754608fbcf30285aa93aeeed9
9199 Copyright: 
9200 License: 
9201 Licence_Text: 
9202 #Header: 
9203 #@node key_setsecret
9204 #@subsection @code{key_setsecret}
9205 #@findex key_setsecret
9206 #
9207 #Gnulib module: ---
9208 #
9209 #Portability problems fixed by Gnulib:
9210 #@itemize
9211 #@end itemize
9212 #
9213 #Portability problems not fixed by Gnulib:
9214 #@itemize
9215 #@item
9216 #This function is missing on some platforms:
9217 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
9218
9219 File: ./doc/glibc-functions/klogctl.texi
9220 Hash: e94f06a40c4d0334e6164193081d720d3919f87240350763f60fc1bd02243920
9221 Copyright: 
9222 License: 
9223 Licence_Text: 
9224 #Header: 
9225 #@node klogctl
9226 #@subsection @code{klogctl}
9227 #@findex klogctl
9228 #
9229 #Gnulib module: ---
9230 #
9231 #Portability problems fixed by Gnulib:
9232 #@itemize
9233 #@end itemize
9234 #
9235 #Portability problems not fixed by Gnulib:
9236 #@itemize
9237 #@item
9238 #This function is missing on all non-glibc platforms:
9239 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
9240
9241 File: ./doc/glibc-functions/lchmod.texi
9242 Hash: 41c523da30a051dd99ec2257cb0be4a516ebd67cf98f27fd1cdec7233791c0e9
9243 Copyright: 
9244 License: 
9245 Licence_Text: 
9246 #Header: 
9247 #@node lchmod
9248 #@subsection @code{lchmod}
9249 #@findex lchmod
9250 #
9251 #Gnulib module: lchmod
9252 #
9253 #Portability problems fixed by Gnulib:
9254 #@itemize
9255 #@item
9256 #This function is missing on some platforms:
9257 #MacOS X 10.3, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
9258 #@end itemize
9259 #
9260 #Portability problems not fixed by Gnulib:
9261 #@itemize
9262
9263 File: ./doc/glibc-functions/lckpwdf.texi
9264 Hash: 6ce97709bb88f0181fdead5cdd63ba4ea2ff23e2133e08ef3ad6f38aad44d168
9265 Copyright: 
9266 License: 
9267 Licence_Text: 
9268 #Header: 
9269 #@node lckpwdf
9270 #@subsection @code{lckpwdf}
9271 #@findex lckpwdf
9272 #
9273 #Gnulib module: ---
9274 #
9275 #Portability problems fixed by Gnulib:
9276 #@itemize
9277 #@end itemize
9278 #
9279 #Portability problems not fixed by Gnulib:
9280 #@itemize
9281 #@item
9282 #This function is missing on some platforms:
9283 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
9284
9285 File: ./doc/glibc-functions/lcong48_r.texi
9286 Hash: cdf1fc0cf75c5dfa76850685b7dfa0970223c08ac3c313511109705f041e32e5
9287 Copyright: 
9288 License: 
9289 Licence_Text: 
9290 #Header: 
9291 #@node lcong48_r
9292 #@subsection @code{lcong48_r}
9293 #@findex lcong48_r
9294 #
9295 #Gnulib module: ---
9296 #
9297 #Portability problems fixed by Gnulib:
9298 #@itemize
9299 #@end itemize
9300 #
9301 #Portability problems not fixed by Gnulib:
9302 #@itemize
9303 #@item
9304 #This function is missing on some platforms:
9305 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
9306
9307 File: ./doc/glibc-functions/lgamma_r.texi
9308 Hash: f1067f2deef4d6d086b613dafcf75e2d8a8b33516dcea3d650a4e53eb798be85
9309 Copyright: 
9310 License: 
9311 Licence_Text: 
9312 #Header: 
9313 #@node lgamma_r
9314 #@subsection @code{lgamma_r}
9315 #@findex lgamma_r
9316 #
9317 #Gnulib module: ---
9318 #
9319 #Portability problems fixed by Gnulib:
9320 #@itemize
9321 #@end itemize
9322 #
9323 #Portability problems not fixed by Gnulib:
9324 #@itemize
9325 #@item
9326 #This function is missing on some platforms:
9327 #IRIX 6.5, OSF/1 5.1, mingw.
9328
9329 File: ./doc/glibc-functions/lgammaf_r.texi
9330 Hash: 07fc9d2fb55d3b03b25613c659cd7a421cec84336ba790a0140f2b5170959e36
9331 Copyright: 
9332 License: 
9333 Licence_Text: 
9334 #Header: 
9335 #@node lgammaf_r
9336 #@subsection @code{lgammaf_r}
9337 #@findex lgammaf_r
9338 #
9339 #Gnulib module: ---
9340 #
9341 #Portability problems fixed by Gnulib:
9342 #@itemize
9343 #@end itemize
9344 #
9345 #Portability problems not fixed by Gnulib:
9346 #@itemize
9347 #@item
9348 #This function is missing on some platforms:
9349 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw.
9350
9351 File: ./doc/glibc-functions/lgammal_r.texi
9352 Hash: a202db76414d545a82571afd6b5b142038b5c76857892595291bd0956dbabded
9353 Copyright: 
9354 License: 
9355 Licence_Text: 
9356 #Header: 
9357 #@node lgammal_r
9358 #@subsection @code{lgammal_r}
9359 #@findex lgammal_r
9360 #
9361 #Gnulib module: ---
9362 #
9363 #Portability problems fixed by Gnulib:
9364 #@itemize
9365 #@end itemize
9366 #
9367 #Portability problems not fixed by Gnulib:
9368 #@itemize
9369 #@item
9370 #This function is missing on some platforms:
9371 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
9372
9373 File: ./doc/glibc-functions/lgetxattr.texi
9374 Hash: b4016960542d19ab531b198fa260b565e234aa75f52e450a4ddac8c4153c2b86
9375 Copyright: 
9376 License: 
9377 Licence_Text: 
9378 #Header: 
9379 #@node lgetxattr
9380 #@subsection @code{lgetxattr}
9381 #@findex lgetxattr
9382 #
9383 #Gnulib module: ---
9384 #
9385 #Portability problems fixed by Gnulib:
9386 #@itemize
9387 #@end itemize
9388 #
9389 #Portability problems not fixed by Gnulib:
9390 #@itemize
9391 #@item
9392 #This function is missing on many non-glibc platforms:
9393 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
9394
9395 File: ./doc/glibc-functions/listxattr.texi
9396 Hash: 766b533e1039bda67b46b2abc106e61b68237807b365fa2d8c7cd9cedb09b7ed
9397 Copyright: 
9398 License: 
9399 Licence_Text: 
9400 #Header: 
9401 #@node listxattr
9402 #@subsection @code{listxattr}
9403 #@findex listxattr
9404 #
9405 #Gnulib module: ---
9406 #
9407 #Portability problems fixed by Gnulib:
9408 #@itemize
9409 #@end itemize
9410 #
9411 #Portability problems not fixed by Gnulib:
9412 #@itemize
9413 #@item
9414 #This function is missing on many non-glibc platforms:
9415 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
9416
9417 File: ./doc/glibc-functions/llistxattr.texi
9418 Hash: cb2cc96665e3469eab1aca6e9914d527d7deebeb1c577cf6e66e9927b5d0d9af
9419 Copyright: 
9420 License: 
9421 Licence_Text: 
9422 #Header: 
9423 #@node llistxattr
9424 #@subsection @code{llistxattr}
9425 #@findex llistxattr
9426 #
9427 #Gnulib module: ---
9428 #
9429 #Portability problems fixed by Gnulib:
9430 #@itemize
9431 #@end itemize
9432 #
9433 #Portability problems not fixed by Gnulib:
9434 #@itemize
9435 #@item
9436 #This function is missing on many non-glibc platforms:
9437 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
9438
9439 File: ./doc/glibc-functions/loc1.texi
9440 Hash: 9949724a8185c91f3ef464d2aa050f0b5b43eaa8321a6a2515bd0b6999330021
9441 Copyright: 
9442 License: 
9443 Licence_Text: 
9444 #Header: 
9445 #@node loc1
9446 #@subsection @code{loc1}
9447 #@findex loc1
9448 #
9449 #Gnulib module: ---
9450 #
9451 #Portability problems fixed by Gnulib:
9452 #@itemize
9453 #@end itemize
9454 #
9455 #Portability problems not fixed by Gnulib:
9456 #@itemize
9457 #@item
9458 #This variable is missing on all non-glibc platforms:
9459 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
9460
9461 File: ./doc/glibc-functions/loc2.texi
9462 Hash: df9bf9c136fd206c3634b2407f5b42dc6c9288ce610651a6db47701b1370b762
9463 Copyright: 
9464 License: 
9465 Licence_Text: 
9466 #Header: 
9467 #@node loc2
9468 #@subsection @code{loc2}
9469 #@findex loc2
9470 #
9471 #Gnulib module: ---
9472 #
9473 #Portability problems fixed by Gnulib:
9474 #@itemize
9475 #@end itemize
9476 #
9477 #Portability problems not fixed by Gnulib:
9478 #@itemize
9479 #@item
9480 #This variable is missing on all non-glibc platforms:
9481 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
9482
9483 File: ./doc/glibc-functions/locs.texi
9484 Hash: 1a2e4532efeb8ca8cc341d087d36601be44fa8bae2739f429d389c234c74841b
9485 Copyright: 
9486 License: 
9487 Licence_Text: 
9488 #Header: 
9489 #@node locs
9490 #@subsection @code{locs}
9491 #@findex locs
9492 #
9493 #Gnulib module: ---
9494 #
9495 #Portability problems fixed by Gnulib:
9496 #@itemize
9497 #@end itemize
9498 #
9499 #Portability problems not fixed by Gnulib:
9500 #@itemize
9501 #@item
9502 #This variable is missing on all non-glibc platforms:
9503 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
9504
9505 File: ./doc/glibc-functions/lrand48_r.texi
9506 Hash: 7b0e546feae99c2ea77f3129dd3efb78f581ebbc0ac49a32cf55bbac1a3c8d1e
9507 Copyright: 
9508 License: 
9509 Licence_Text: 
9510 #Header: 
9511 #@node lrand48_r
9512 #@subsection @code{lrand48_r}
9513 #@findex lrand48_r
9514 #
9515 #Gnulib module: ---
9516 #
9517 #Portability problems fixed by Gnulib:
9518 #@itemize
9519 #@end itemize
9520 #
9521 #Portability problems not fixed by Gnulib:
9522 #@itemize
9523 #@item
9524 #This function is missing on some platforms:
9525 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
9526
9527 File: ./doc/glibc-functions/lremovexattr.texi
9528 Hash: dac08211e81a4886e6300466d6179c752fa4e88d6e18909047d998eb01c48fe1
9529 Copyright: 
9530 License: 
9531 Licence_Text: 
9532 #Header: 
9533 #@node lremovexattr
9534 #@subsection @code{lremovexattr}
9535 #@findex lremovexattr
9536 #
9537 #Gnulib module: ---
9538 #
9539 #Portability problems fixed by Gnulib:
9540 #@itemize
9541 #@end itemize
9542 #
9543 #Portability problems not fixed by Gnulib:
9544 #@itemize
9545 #@item
9546 #This function is missing on many non-glibc platforms:
9547 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
9548
9549 File: ./doc/glibc-functions/lsetxattr.texi
9550 Hash: e72b0131c569a6b2919740004a201d9042a5886861a99a6682116e0d74deedd0
9551 Copyright: 
9552 License: 
9553 Licence_Text: 
9554 #Header: 
9555 #@node lsetxattr
9556 #@subsection @code{lsetxattr}
9557 #@findex lsetxattr
9558 #
9559 #Gnulib module: ---
9560 #
9561 #Portability problems fixed by Gnulib:
9562 #@itemize
9563 #@end itemize
9564 #
9565 #Portability problems not fixed by Gnulib:
9566 #@itemize
9567 #@item
9568 #This function is missing on many non-glibc platforms:
9569 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
9570
9571 File: ./doc/glibc-functions/lutimes.texi
9572 Hash: 4494237aa78d1f5feae4a8716c80b67462a78776a0e04621a5e002a93c5e9db1
9573 Copyright: 
9574 License: 
9575 Licence_Text: 
9576 #Header: 
9577 #@node lutimes
9578 #@subsection @code{lutimes}
9579 #@findex lutimes
9580 #
9581 #Gnulib module: ---
9582 #
9583 #Portability problems fixed by Gnulib:
9584 #@itemize
9585 #@end itemize
9586 #
9587 #Portability problems not fixed by Gnulib:
9588 #@itemize
9589 #@item
9590 #This function is missing on some platforms:
9591 #MacOS X 10.3, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
9592
9593 File: ./doc/glibc-functions/madvise.texi
9594 Hash: 0abf4aaa28a84d398b86fc0b64fe40ba82661a7aa28be80be83ce5481999c24b
9595 Copyright: 
9596 License: 
9597 Licence_Text: 
9598 #Header: 
9599 #@node madvise
9600 #@subsection @code{madvise}
9601 #@findex madvise
9602 #
9603 #Gnulib module: ---
9604 #
9605 #Portability problems fixed by Gnulib:
9606 #@itemize
9607 #@end itemize
9608 #
9609 #Portability problems not fixed by Gnulib:
9610 #@itemize
9611 #@item
9612 #This function is missing on some platforms:
9613 #AIX 5.1, Cygwin, mingw, BeOS.
9614
9615 File: ./doc/glibc-functions/mallinfo.texi
9616 Hash: 53dc1fe63b43700cfc5595bb7c9b42bf254ea159738be0d6f19e32959922a525
9617 Copyright: 
9618 License: 
9619 Licence_Text: 
9620 #Header: 
9621 #@node mallinfo
9622 #@subsection @code{mallinfo}
9623 #@findex mallinfo
9624 #
9625 #Gnulib module: ---
9626 #
9627 #Portability problems fixed by Gnulib:
9628 #@itemize
9629 #@end itemize
9630 #
9631 #Portability problems not fixed by Gnulib:
9632 #@itemize
9633 #@item
9634 #This function is missing on some platforms:
9635 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Solaris 10, mingw, Interix 3.5, BeOS.
9636
9637 File: ./doc/glibc-functions/malloc_get_state.texi
9638 Hash: 0f8db5157459002d516fab08a56deebcf940e6ed3025d83ef829c901798a9bf3
9639 Copyright: 
9640 License: 
9641 Licence_Text: 
9642 #Header: 
9643 #@node malloc_get_state
9644 #@subsection @code{malloc_get_state}
9645 #@findex malloc_get_state
9646 #
9647 #Gnulib module: ---
9648 #
9649 #Portability problems fixed by Gnulib:
9650 #@itemize
9651 #@end itemize
9652 #
9653 #Portability problems not fixed by Gnulib:
9654 #@itemize
9655 #@item
9656 #This function is missing on all non-glibc platforms:
9657 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
9658
9659 File: ./doc/glibc-functions/malloc_set_state.texi
9660 Hash: 4bf70c2bcd80fab43784d28c0b12af9e30854ed31c601ff859a7b01f3acfb720
9661 Copyright: 
9662 License: 
9663 Licence_Text: 
9664 #Header: 
9665 #@node malloc_set_state
9666 #@subsection @code{malloc_set_state}
9667 #@findex malloc_set_state
9668 #
9669 #Gnulib module: ---
9670 #
9671 #Portability problems fixed by Gnulib:
9672 #@itemize
9673 #@end itemize
9674 #
9675 #Portability problems not fixed by Gnulib:
9676 #@itemize
9677 #@item
9678 #This function is missing on all non-glibc platforms:
9679 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
9680
9681 File: ./doc/glibc-functions/malloc_stats.texi
9682 Hash: 2298a8823b378dea8818f1d9a770ac197b8503a13a69fd7346fec1b8adc5badf
9683 Copyright: 
9684 License: 
9685 Licence_Text: 
9686 #Header: 
9687 #@node malloc_stats
9688 #@subsection @code{malloc_stats}
9689 #@findex malloc_stats
9690 #
9691 #Gnulib module: ---
9692 #
9693 #Portability problems fixed by Gnulib:
9694 #@itemize
9695 #@end itemize
9696 #
9697 #Portability problems not fixed by Gnulib:
9698 #@itemize
9699 #@item
9700 #This function is missing on some platforms:
9701 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
9702
9703 File: ./doc/glibc-functions/malloc_trim.texi
9704 Hash: 8fa0f761ba3f7a709958c154bc5b00060432a7bc5d64dd87a029374c23b3c721
9705 Copyright: 
9706 License: 
9707 Licence_Text: 
9708 #Header: 
9709 #@node malloc_trim
9710 #@subsection @code{malloc_trim}
9711 #@findex malloc_trim
9712 #
9713 #Gnulib module: ---
9714 #
9715 #Portability problems fixed by Gnulib:
9716 #@itemize
9717 #@end itemize
9718 #
9719 #Portability problems not fixed by Gnulib:
9720 #@itemize
9721 #@item
9722 #This function is missing on some platforms:
9723 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
9724
9725 File: ./doc/glibc-functions/malloc_usable_size.texi
9726 Hash: e03768f538df19a72d96df56a8d72b851ed620417a3cfbf0f023984a7aa27cbc
9727 Copyright: 
9728 License: 
9729 Licence_Text: 
9730 #Header: 
9731 #@node malloc_usable_size
9732 #@subsection @code{malloc_usable_size}
9733 #@findex malloc_usable_size
9734 #
9735 #Gnulib module: ---
9736 #
9737 #Portability problems fixed by Gnulib:
9738 #@itemize
9739 #@end itemize
9740 #
9741 #Portability problems not fixed by Gnulib:
9742 #@itemize
9743 #@item
9744 #This function is missing on some platforms:
9745 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
9746
9747 File: ./doc/glibc-functions/mallopt.texi
9748 Hash: 354303e13ef60ac8f163ce31970099caae693733e806a3d784b35c6502380d33
9749 Copyright: 
9750 License: 
9751 Licence_Text: 
9752 #Header: 
9753 #@node mallopt
9754 #@subsection @code{mallopt}
9755 #@findex mallopt
9756 #
9757 #Gnulib module: ---
9758 #
9759 #Portability problems fixed by Gnulib:
9760 #@itemize
9761 #@end itemize
9762 #
9763 #Portability problems not fixed by Gnulib:
9764 #@itemize
9765 #@item
9766 #This function is missing on some platforms:
9767 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Solaris 10, mingw, Interix 3.5, BeOS.
9768
9769 File: ./doc/glibc-functions/matherr.texi
9770 Hash: c9f25db9aa8e2d44cb7c2d7eb36e59a781374db3345e762d9947e00308b640af
9771 Copyright: 
9772 License: 
9773 Licence_Text: 
9774 #Header: 
9775 #@node matherr
9776 #@subsection @code{matherr}
9777 #@findex matherr
9778 #
9779 #Gnulib module: ---
9780 #
9781 #Portability problems fixed by Gnulib:
9782 #@itemize
9783 #@end itemize
9784 #
9785 #Portability problems not fixed by Gnulib:
9786 #@itemize
9787 #@item
9788 #This function is missing on some platforms:
9789 #FreeBSD 6.0, AIX 5.1, HP-UX 11, OSF/1 5.1, mingw.
9790
9791 File: ./doc/glibc-functions/mcheck.texi
9792 Hash: 43737afc82a18aee7de3fedd13d407ddc56eb478a24e445430f3562474a8d00d
9793 Copyright: 
9794 License: 
9795 Licence_Text: 
9796 #Header: 
9797 #@node mcheck
9798 #@subsection @code{mcheck}
9799 #@findex mcheck
9800 #
9801 #Gnulib module: ---
9802 #
9803 #Portability problems fixed by Gnulib:
9804 #@itemize
9805 #@end itemize
9806 #
9807 #Portability problems not fixed by Gnulib:
9808 #@itemize
9809 #@item
9810 #This function is missing on some platforms:
9811 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
9812
9813 File: ./doc/glibc-functions/mcheck_check_all.texi
9814 Hash: 05f9d5fb933246bb5f0e7c78250f93db035e76fc439f2b23d51d878607946515
9815 Copyright: 
9816 License: 
9817 Licence_Text: 
9818 #Header: 
9819 #@node mcheck_check_all
9820 #@subsection @code{mcheck_check_all}
9821 #@findex mcheck_check_all
9822 #
9823 #Gnulib module: ---
9824 #
9825 #Portability problems fixed by Gnulib:
9826 #@itemize
9827 #@end itemize
9828 #
9829 #Portability problems not fixed by Gnulib:
9830 #@itemize
9831 #@item
9832 #This function is missing on all non-glibc platforms:
9833 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
9834
9835 File: ./doc/glibc-functions/mcheck_pedantic.texi
9836 Hash: 073bd20f56761fe3864be551f40f53acdf50e7f558c6283e8bb446e1a7507e0a
9837 Copyright: 
9838 License: 
9839 Licence_Text: 
9840 #Header: 
9841 #@node mcheck_pedantic
9842 #@subsection @code{mcheck_pedantic}
9843 #@findex mcheck_pedantic
9844 #
9845 #Gnulib module: ---
9846 #
9847 #Portability problems fixed by Gnulib:
9848 #@itemize
9849 #@end itemize
9850 #
9851 #Portability problems not fixed by Gnulib:
9852 #@itemize
9853 #@item
9854 #This function is missing on all non-glibc platforms:
9855 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
9856
9857 File: ./doc/glibc-functions/memalign.texi
9858 Hash: f136fa4c4d15ffdbd5f531220ea80a0fe280ea744efe2df2464ca729ed50544a
9859 Copyright: 
9860 License: 
9861 Licence_Text: 
9862 #Header: 
9863 #@node memalign
9864 #@subsection @code{memalign}
9865 #@findex memalign
9866 #
9867 #Gnulib module: ---
9868 #
9869 #Portability problems fixed by Gnulib:
9870 #@itemize
9871 #@end itemize
9872 #
9873 #Portability problems not fixed by Gnulib:
9874 #@itemize
9875 #@item
9876 #This function is missing on some platforms:
9877 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, mingw, Interix 3.5.
9878
9879 File: ./doc/glibc-functions/memfrob.texi
9880 Hash: 90bb532679e589dc002bdac93373fb237660eee372041a4d57bbc10bca2b4613
9881 Copyright: 
9882 License: 
9883 Licence_Text: 
9884 #Header: 
9885 #@node memfrob
9886 #@subsection @code{memfrob}
9887 #@findex memfrob
9888 #
9889 #Gnulib module: ---
9890 #
9891 #Portability problems fixed by Gnulib:
9892 #@itemize
9893 #@end itemize
9894 #
9895 #Portability problems not fixed by Gnulib:
9896 #@itemize
9897 #@item
9898 #This function is missing on all non-glibc platforms:
9899 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
9900
9901 File: ./doc/glibc-functions/memmem.texi
9902 Hash: 04f124a3fcb1df4da38a60d37d4857c9345452b7fbf71a71c6002a518c95ead1
9903 Copyright: 
9904 License: 
9905 Licence_Text: 
9906 #Header: 
9907 #@node memmem
9908 #@subsection @code{memmem}
9909 #@findex memmem
9910 #
9911 #Gnulib module: memmem or memmem-simple
9912 #
9913 #Portability problems fixed by either Gnulib module @code{memmem-simple}
9914 #or @code{memmem}:
9915 #@itemize
9916 #@item
9917 #This function is missing on some platforms:
9918 #MacOS X 10.3, FreeBSD 5.2.1, OpenBSD 4.0, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
9919 #@item
9920 #This function has reversed arguments on some older platforms:
9921 #Linux libc 5.0.9
9922
9923 File: ./doc/glibc-functions/mempcpy.texi
9924 Hash: b858f2e5874b7b279e54b70d044ef9bd6b836bf3cdb7e62182ef094457ea7fb6
9925 Copyright: 
9926 License: 
9927 Licence_Text: 
9928 #Header: 
9929 #@node mempcpy
9930 #@subsection @code{mempcpy}
9931 #@findex mempcpy
9932 #
9933 #Gnulib module: mempcpy
9934 #
9935 #Portability problems fixed by Gnulib:
9936 #@itemize
9937 #@item
9938 #This function is missing on some platforms:
9939 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
9940 #@end itemize
9941 #
9942 #Portability problems not fixed by Gnulib:
9943 #@itemize
9944
9945 File: ./doc/glibc-functions/memrchr.texi
9946 Hash: f10096eec4df36c30bc322d5f37c71eb9e1295c8d1279caa10d7337adb9e9bfe
9947 Copyright: 
9948 License: 
9949 Licence_Text: 
9950 #Header: 
9951 #@node memrchr
9952 #@subsection @code{memrchr}
9953 #@findex memrchr
9954 #
9955 #Gnulib module: memrchr
9956 #
9957 #Portability problems fixed by Gnulib:
9958 #@itemize
9959 #@item
9960 #This function is missing on all non-glibc platforms:
9961 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
9962 #@end itemize
9963 #
9964 #Portability problems not fixed by Gnulib:
9965 #@itemize
9966
9967 File: ./doc/glibc-functions/mincore.texi
9968 Hash: d5ceb391e9ca3ad88142c561d35df48487b2b5244eb31c59c10c86148c729d52
9969 Copyright: 
9970 License: 
9971 Licence_Text: 
9972 #Header: 
9973 #@node mincore
9974 #@subsection @code{mincore}
9975 #@findex mincore
9976 #
9977 #Gnulib module: ---
9978 #
9979 #Portability problems fixed by Gnulib:
9980 #@itemize
9981 #@end itemize
9982 #
9983 #Portability problems not fixed by Gnulib:
9984 #@itemize
9985 #@item
9986 #This function is missing on some platforms:
9987 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
9988
9989 File: ./doc/glibc-functions/mkostemp.texi
9990 Hash: b2b1685ff0c8b88ee8472b3ef555c792849913110ee83219aad70e59cb6ecb84
9991 Copyright: 
9992 License: 
9993 Licence_Text: 
9994 #Header: 
9995 #@node mkostemp
9996 #@subsection @code{mkostemp}
9997 #@findex mkostemp
9998 #
9999 #Gnulib module: mkostemp
10000 #
10001 #Portability problems fixed by Gnulib:
10002 #@itemize
10003 #@item
10004 #This function is missing on all non-glibc platforms:
10005 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
10006 #@end itemize
10007 #
10008 #Portability problems not fixed by Gnulib:
10009 #@itemize
10010
10011 File: ./doc/glibc-functions/monstartup.texi
10012 Hash: 66ff5e7ec331a6bc6b660646ab8eb22538317c7d33f96fcabd0c5d425803cfad
10013 Copyright: 
10014 License: 
10015 Licence_Text: 
10016 #Header: 
10017 #@node monstartup
10018 #@subsection @code{monstartup}
10019 #@findex monstartup
10020 #
10021 #Gnulib module: ---
10022 #
10023 #Portability problems fixed by Gnulib:
10024 #@itemize
10025 #@end itemize
10026 #
10027 #Portability problems not fixed by Gnulib:
10028 #@itemize
10029 #@item
10030 #This function is missing on some platforms:
10031 #HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
10032
10033 File: ./doc/glibc-functions/mount.texi
10034 Hash: 89d49f190bf722b33bba60f3422d827ee83250869251d905394a34bf4bba6a9b
10035 Copyright: 
10036 License: 
10037 Licence_Text: 
10038 #Header: 
10039 #@node mount
10040 #@subsection @code{mount}
10041 #@findex mount
10042 #
10043 #Gnulib module: ---
10044 #
10045 #Portability problems fixed by Gnulib:
10046 #@itemize
10047 #@end itemize
10048 #
10049 #Portability problems not fixed by Gnulib:
10050 #@itemize
10051 #@item
10052 #This function is missing on some platforms:
10053 #mingw, Interix 3.5.
10054
10055 File: ./doc/glibc-functions/mprobe.texi
10056 Hash: 2ac42cda54a697d68ea2e325e4ba43eb65736cd30b4382aede8dc4824572f9b1
10057 Copyright: 
10058 License: 
10059 Licence_Text: 
10060 #Header: 
10061 #@node mprobe
10062 #@subsection @code{mprobe}
10063 #@findex mprobe
10064 #
10065 #Gnulib module: ---
10066 #
10067 #Portability problems fixed by Gnulib:
10068 #@itemize
10069 #@end itemize
10070 #
10071 #Portability problems not fixed by Gnulib:
10072 #@itemize
10073 #@item
10074 #This function is missing on some platforms:
10075 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
10076
10077 File: ./doc/glibc-functions/mrand48_r.texi
10078 Hash: ffb500a2ff554d63422da2ea61c5b231549100a88736dd7fc3b506d3b5fb3094
10079 Copyright: 
10080 License: 
10081 Licence_Text: 
10082 #Header: 
10083 #@node mrand48_r
10084 #@subsection @code{mrand48_r}
10085 #@findex mrand48_r
10086 #
10087 #Gnulib module: ---
10088 #
10089 #Portability problems fixed by Gnulib:
10090 #@itemize
10091 #@end itemize
10092 #
10093 #Portability problems not fixed by Gnulib:
10094 #@itemize
10095 #@item
10096 #This function is missing on some platforms:
10097 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
10098
10099 File: ./doc/glibc-functions/mremap.texi
10100 Hash: 4e3207e5e74599c816870d954202dcdae1715843b3df121a4f2e92175bff329d
10101 Copyright: 
10102 License: 
10103 Licence_Text: 
10104 #Header: 
10105 #@node mremap
10106 #@subsection @code{mremap}
10107 #@findex mremap
10108 #
10109 #Gnulib module: ---
10110 #
10111 #Portability problems fixed by Gnulib:
10112 #@itemize
10113 #@end itemize
10114 #
10115 #Portability problems not fixed by Gnulib:
10116 #@itemize
10117 #@item
10118 #This function is missing on all non-glibc platforms:
10119 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
10120
10121 File: ./doc/glibc-functions/mtrace.texi
10122 Hash: db58f2773449db5048f8cfc6447f1ec6a5800205846cafe936b2e50df304b6c0
10123 Copyright: 
10124 License: 
10125 Licence_Text: 
10126 #Header: 
10127 #@node mtrace
10128 #@subsection @code{mtrace}
10129 #@findex mtrace
10130 #
10131 #Gnulib module: ---
10132 #
10133 #Portability problems fixed by Gnulib:
10134 #@itemize
10135 #@end itemize
10136 #
10137 #Portability problems not fixed by Gnulib:
10138 #@itemize
10139 #@item
10140 #This function is missing on all non-glibc platforms:
10141 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
10142
10143 File: ./doc/glibc-functions/muntrace.texi
10144 Hash: e4ef0e069f49433b429895b055f989584f43aee61bc11729d0b12690d53265a0
10145 Copyright: 
10146 License: 
10147 Licence_Text: 
10148 #Header: 
10149 #@node muntrace
10150 #@subsection @code{muntrace}
10151 #@findex muntrace
10152 #
10153 #Gnulib module: ---
10154 #
10155 #Portability problems fixed by Gnulib:
10156 #@itemize
10157 #@end itemize
10158 #
10159 #Portability problems not fixed by Gnulib:
10160 #@itemize
10161 #@item
10162 #This function is missing on all non-glibc platforms:
10163 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
10164
10165 File: ./doc/glibc-functions/netname2host.texi
10166 Hash: f6e22e73db730831231e52473244e21f49b9472597a7d25ee6374780b72b7be4
10167 Copyright: 
10168 License: 
10169 Licence_Text: 
10170 #Header: 
10171 #@node netname2host
10172 #@subsection @code{netname2host}
10173 #@findex netname2host
10174 #
10175 #Gnulib module: ---
10176 #
10177 #Portability problems fixed by Gnulib:
10178 #@itemize
10179 #@end itemize
10180 #
10181 #Portability problems not fixed by Gnulib:
10182 #@itemize
10183 #@item
10184 #This function is missing on some platforms:
10185 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
10186
10187 File: ./doc/glibc-functions/netname2user.texi
10188 Hash: 297df46c6a600ed01680f8e1ab82d3eb8dfea80bafc392c63ff042c3066b957d
10189 Copyright: 
10190 License: 
10191 Licence_Text: 
10192 #Header: 
10193 #@node netname2user
10194 #@subsection @code{netname2user}
10195 #@findex netname2user
10196 #
10197 #Gnulib module: ---
10198 #
10199 #Portability problems fixed by Gnulib:
10200 #@itemize
10201 #@end itemize
10202 #
10203 #Portability problems not fixed by Gnulib:
10204 #@itemize
10205 #@item
10206 #This function is missing on some platforms:
10207 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
10208
10209 File: ./doc/glibc-functions/ngettext.texi
10210 Hash: 353e35ccc3655d2746555f2166fe50c9745ff46f8d3b9da62cdf4e2478edfd0d
10211 Copyright: 
10212 License: 
10213 Licence_Text: 
10214 #Header: 
10215 #@node ngettext
10216 #@subsection @code{ngettext}
10217 #@findex ngettext
10218 #
10219 #Gnulib module: ---
10220 #
10221 #Portability problems fixed by Gnulib:
10222 #@itemize
10223 #@end itemize
10224 #
10225 #Portability problems not fixed by Gnulib:
10226 #@itemize
10227 #@item
10228 #This function is missing on some platforms:
10229 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10230
10231 File: ./doc/glibc-functions/nis_add.texi
10232 Hash: 263e816d7afa10f2eff1d04d45ad18c9376fefc8387e038002157f1fb9b9e627
10233 Copyright: 
10234 License: 
10235 Licence_Text: 
10236 #Header: 
10237 #@node nis_add
10238 #@subsection @code{nis_add}
10239 #@findex nis_add
10240 #
10241 #Gnulib module: ---
10242 #
10243 #Portability problems fixed by Gnulib:
10244 #@itemize
10245 #@end itemize
10246 #
10247 #Portability problems not fixed by Gnulib:
10248 #@itemize
10249 #@item
10250 #This function is missing on some platforms:
10251 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10252
10253 File: ./doc/glibc-functions/nis_add_entry.texi
10254 Hash: be462a1c0813a2fbe4a6c63c656728103b648f8ebf90d7d65cfd43b7c9bf2122
10255 Copyright: 
10256 License: 
10257 Licence_Text: 
10258 #Header: 
10259 #@node nis_add_entry
10260 #@subsection @code{nis_add_entry}
10261 #@findex nis_add_entry
10262 #
10263 #Gnulib module: ---
10264 #
10265 #Portability problems fixed by Gnulib:
10266 #@itemize
10267 #@end itemize
10268 #
10269 #Portability problems not fixed by Gnulib:
10270 #@itemize
10271 #@item
10272 #This function is missing on some platforms:
10273 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10274
10275 File: ./doc/glibc-functions/nis_addmember.texi
10276 Hash: 7072a94c1c6a763fbdb403984914dab8d19e94f4e006d2da05d793a5e9d79671
10277 Copyright: 
10278 License: 
10279 Licence_Text: 
10280 #Header: 
10281 #@node nis_addmember
10282 #@subsection @code{nis_addmember}
10283 #@findex nis_addmember
10284 #
10285 #Gnulib module: ---
10286 #
10287 #Portability problems fixed by Gnulib:
10288 #@itemize
10289 #@end itemize
10290 #
10291 #Portability problems not fixed by Gnulib:
10292 #@itemize
10293 #@item
10294 #This function is missing on some platforms:
10295 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10296
10297 File: ./doc/glibc-functions/nis_checkpoint.texi
10298 Hash: e4226fd044059c8fe33f10a2fdb76cc5fc56b89c1d3311a5df12bfd78967e027
10299 Copyright: 
10300 License: 
10301 Licence_Text: 
10302 #Header: 
10303 #@node nis_checkpoint
10304 #@subsection @code{nis_checkpoint}
10305 #@findex nis_checkpoint
10306 #
10307 #Gnulib module: ---
10308 #
10309 #Portability problems fixed by Gnulib:
10310 #@itemize
10311 #@end itemize
10312 #
10313 #Portability problems not fixed by Gnulib:
10314 #@itemize
10315 #@item
10316 #This function is missing on some platforms:
10317 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10318
10319 File: ./doc/glibc-functions/nis_clone_object.texi
10320 Hash: a464d80bc89c5ec658aa632ff8d84414cbbe990b840f5d53e82199e019a4222c
10321 Copyright: 
10322 License: 
10323 Licence_Text: 
10324 #Header: 
10325 #@node nis_clone_object
10326 #@subsection @code{nis_clone_object}
10327 #@findex nis_clone_object
10328 #
10329 #Gnulib module: ---
10330 #
10331 #Portability problems fixed by Gnulib:
10332 #@itemize
10333 #@end itemize
10334 #
10335 #Portability problems not fixed by Gnulib:
10336 #@itemize
10337 #@item
10338 #This function is missing on some platforms:
10339 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10340
10341 File: ./doc/glibc-functions/nis_creategroup.texi
10342 Hash: 5e4f2f700588803a40a7426e00f416c4be2652170b4665a3b23aa6e553094d81
10343 Copyright: 
10344 License: 
10345 Licence_Text: 
10346 #Header: 
10347 #@node nis_creategroup
10348 #@subsection @code{nis_creategroup}
10349 #@findex nis_creategroup
10350 #
10351 #Gnulib module: ---
10352 #
10353 #Portability problems fixed by Gnulib:
10354 #@itemize
10355 #@end itemize
10356 #
10357 #Portability problems not fixed by Gnulib:
10358 #@itemize
10359 #@item
10360 #This function is missing on some platforms:
10361 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10362
10363 File: ./doc/glibc-functions/nis_destroy_object.texi
10364 Hash: 86f6389d465a145bc9091b09bed0c51c1c7ee4d09f94612821e1b529fe29074a
10365 Copyright: 
10366 License: 
10367 Licence_Text: 
10368 #Header: 
10369 #@node nis_destroy_object
10370 #@subsection @code{nis_destroy_object}
10371 #@findex nis_destroy_object
10372 #
10373 #Gnulib module: ---
10374 #
10375 #Portability problems fixed by Gnulib:
10376 #@itemize
10377 #@end itemize
10378 #
10379 #Portability problems not fixed by Gnulib:
10380 #@itemize
10381 #@item
10382 #This function is missing on some platforms:
10383 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10384
10385 File: ./doc/glibc-functions/nis_destroygroup.texi
10386 Hash: e11e32b812c8f945ae14541ca337f9536b7a79ef57894734a37d2778596935ac
10387 Copyright: 
10388 License: 
10389 Licence_Text: 
10390 #Header: 
10391 #@node nis_destroygroup
10392 #@subsection @code{nis_destroygroup}
10393 #@findex nis_destroygroup
10394 #
10395 #Gnulib module: ---
10396 #
10397 #Portability problems fixed by Gnulib:
10398 #@itemize
10399 #@end itemize
10400 #
10401 #Portability problems not fixed by Gnulib:
10402 #@itemize
10403 #@item
10404 #This function is missing on some platforms:
10405 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10406
10407 File: ./doc/glibc-functions/nis_dir_cmp.texi
10408 Hash: 5ab7cef0103aeadbae156d28208185b62d0745b1f91b0201776b400d5fdbbd3d
10409 Copyright: 
10410 License: 
10411 Licence_Text: 
10412 #Header: 
10413 #@node nis_dir_cmp
10414 #@subsection @code{nis_dir_cmp}
10415 #@findex nis_dir_cmp
10416 #
10417 #Gnulib module: ---
10418 #
10419 #Portability problems fixed by Gnulib:
10420 #@itemize
10421 #@end itemize
10422 #
10423 #Portability problems not fixed by Gnulib:
10424 #@itemize
10425 #@item
10426 #This function is missing on some platforms:
10427 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10428
10429 File: ./doc/glibc-functions/nis_domain_of.texi
10430 Hash: cb2e2f91fac66b3ef7cbbed96c046597d9402dac44e48715e298c5d3325b33e2
10431 Copyright: 
10432 License: 
10433 Licence_Text: 
10434 #Header: 
10435 #@node nis_domain_of
10436 #@subsection @code{nis_domain_of}
10437 #@findex nis_domain_of
10438 #
10439 #Gnulib module: ---
10440 #
10441 #Portability problems fixed by Gnulib:
10442 #@itemize
10443 #@end itemize
10444 #
10445 #Portability problems not fixed by Gnulib:
10446 #@itemize
10447 #@item
10448 #This function is missing on some platforms:
10449 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10450
10451 File: ./doc/glibc-functions/nis_domain_of_r.texi
10452 Hash: e01fa11b120ba609cc2b03eb06432003342c5c2f6777c32b6b476bc8c80107ad
10453 Copyright: 
10454 License: 
10455 Licence_Text: 
10456 #Header: 
10457 #@node nis_domain_of_r
10458 #@subsection @code{nis_domain_of_r}
10459 #@findex nis_domain_of_r
10460 #
10461 #Gnulib module: ---
10462 #
10463 #Portability problems fixed by Gnulib:
10464 #@itemize
10465 #@end itemize
10466 #
10467 #Portability problems not fixed by Gnulib:
10468 #@itemize
10469 #@item
10470 #This function is missing on all non-glibc platforms:
10471 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
10472
10473 File: ./doc/glibc-functions/nis_first_entry.texi
10474 Hash: 45660d94336a14941d4700b9f46ae7b03258556c408af401e0bc43e60c92fdc4
10475 Copyright: 
10476 License: 
10477 Licence_Text: 
10478 #Header: 
10479 #@node nis_first_entry
10480 #@subsection @code{nis_first_entry}
10481 #@findex nis_first_entry
10482 #
10483 #Gnulib module: ---
10484 #
10485 #Portability problems fixed by Gnulib:
10486 #@itemize
10487 #@end itemize
10488 #
10489 #Portability problems not fixed by Gnulib:
10490 #@itemize
10491 #@item
10492 #This function is missing on some platforms:
10493 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10494
10495 File: ./doc/glibc-functions/nis_freenames.texi
10496 Hash: 33c1a1ff5e5749756bb71d4be9085a4e0906d101402c28d9b918a58d5c2ff30d
10497 Copyright: 
10498 License: 
10499 Licence_Text: 
10500 #Header: 
10501 #@node nis_freenames
10502 #@subsection @code{nis_freenames}
10503 #@findex nis_freenames
10504 #
10505 #Gnulib module: ---
10506 #
10507 #Portability problems fixed by Gnulib:
10508 #@itemize
10509 #@end itemize
10510 #
10511 #Portability problems not fixed by Gnulib:
10512 #@itemize
10513 #@item
10514 #This function is missing on some platforms:
10515 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10516
10517 File: ./doc/glibc-functions/nis_freeresult.texi
10518 Hash: d641a6f0bd155a2f4fb7439d570eccb55e645429ca22e9c07c97a8ab658afbc5
10519 Copyright: 
10520 License: 
10521 Licence_Text: 
10522 #Header: 
10523 #@node nis_freeresult
10524 #@subsection @code{nis_freeresult}
10525 #@findex nis_freeresult
10526 #
10527 #Gnulib module: ---
10528 #
10529 #Portability problems fixed by Gnulib:
10530 #@itemize
10531 #@end itemize
10532 #
10533 #Portability problems not fixed by Gnulib:
10534 #@itemize
10535 #@item
10536 #This function is missing on some platforms:
10537 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10538
10539 File: ./doc/glibc-functions/nis_freeservlist.texi
10540 Hash: a313a31d105e0e98d83014e7b059a110654b88e2bcd163dba39b969d19d33446
10541 Copyright: 
10542 License: 
10543 Licence_Text: 
10544 #Header: 
10545 #@node nis_freeservlist
10546 #@subsection @code{nis_freeservlist}
10547 #@findex nis_freeservlist
10548 #
10549 #Gnulib module: ---
10550 #
10551 #Portability problems fixed by Gnulib:
10552 #@itemize
10553 #@end itemize
10554 #
10555 #Portability problems not fixed by Gnulib:
10556 #@itemize
10557 #@item
10558 #This function is missing on some platforms:
10559 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10560
10561 File: ./doc/glibc-functions/nis_freetags.texi
10562 Hash: a3ff251aea66d507b2063975140b06150d679a9a9bf00017624ff85f8f6bd28f
10563 Copyright: 
10564 License: 
10565 Licence_Text: 
10566 #Header: 
10567 #@node nis_freetags
10568 #@subsection @code{nis_freetags}
10569 #@findex nis_freetags
10570 #
10571 #Gnulib module: ---
10572 #
10573 #Portability problems fixed by Gnulib:
10574 #@itemize
10575 #@end itemize
10576 #
10577 #Portability problems not fixed by Gnulib:
10578 #@itemize
10579 #@item
10580 #This function is missing on some platforms:
10581 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10582
10583 File: ./doc/glibc-functions/nis_getnames.texi
10584 Hash: d43fe192fa29a30b8f90ac61d180ccfe184211ed3f0977faa89ef0f7a07d6099
10585 Copyright: 
10586 License: 
10587 Licence_Text: 
10588 #Header: 
10589 #@node nis_getnames
10590 #@subsection @code{nis_getnames}
10591 #@findex nis_getnames
10592 #
10593 #Gnulib module: ---
10594 #
10595 #Portability problems fixed by Gnulib:
10596 #@itemize
10597 #@end itemize
10598 #
10599 #Portability problems not fixed by Gnulib:
10600 #@itemize
10601 #@item
10602 #This function is missing on some platforms:
10603 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10604
10605 File: ./doc/glibc-functions/nis_getservlist.texi
10606 Hash: 1a83d9805324b888d5311711e68616fedd684b59f87f51d69b563dc9f00f6858
10607 Copyright: 
10608 License: 
10609 Licence_Text: 
10610 #Header: 
10611 #@node nis_getservlist
10612 #@subsection @code{nis_getservlist}
10613 #@findex nis_getservlist
10614 #
10615 #Gnulib module: ---
10616 #
10617 #Portability problems fixed by Gnulib:
10618 #@itemize
10619 #@end itemize
10620 #
10621 #Portability problems not fixed by Gnulib:
10622 #@itemize
10623 #@item
10624 #This function is missing on some platforms:
10625 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10626
10627 File: ./doc/glibc-functions/nis_ismember.texi
10628 Hash: 2857c63d04a9936f8ba3d20d28940517296bf8b20f803c8a743c104988d93034
10629 Copyright: 
10630 License: 
10631 Licence_Text: 
10632 #Header: 
10633 #@node nis_ismember
10634 #@subsection @code{nis_ismember}
10635 #@findex nis_ismember
10636 #
10637 #Gnulib module: ---
10638 #
10639 #Portability problems fixed by Gnulib:
10640 #@itemize
10641 #@end itemize
10642 #
10643 #Portability problems not fixed by Gnulib:
10644 #@itemize
10645 #@item
10646 #This function is missing on some platforms:
10647 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10648
10649 File: ./doc/glibc-functions/nis_leaf_of.texi
10650 Hash: b6c67a9456cca5e2b69c86c0ecbbd2fedb8440c625e979a1f5566c64ab27f6d5
10651 Copyright: 
10652 License: 
10653 Licence_Text: 
10654 #Header: 
10655 #@node nis_leaf_of
10656 #@subsection @code{nis_leaf_of}
10657 #@findex nis_leaf_of
10658 #
10659 #Gnulib module: ---
10660 #
10661 #Portability problems fixed by Gnulib:
10662 #@itemize
10663 #@end itemize
10664 #
10665 #Portability problems not fixed by Gnulib:
10666 #@itemize
10667 #@item
10668 #This function is missing on some platforms:
10669 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10670
10671 File: ./doc/glibc-functions/nis_leaf_of_r.texi
10672 Hash: 725eaebe89c74f16acce404fdf0f071aec15529fef9f090ef5c34be4d433546b
10673 Copyright: 
10674 License: 
10675 Licence_Text: 
10676 #Header: 
10677 #@node nis_leaf_of_r
10678 #@subsection @code{nis_leaf_of_r}
10679 #@findex nis_leaf_of_r
10680 #
10681 #Gnulib module: ---
10682 #
10683 #Portability problems fixed by Gnulib:
10684 #@itemize
10685 #@end itemize
10686 #
10687 #Portability problems not fixed by Gnulib:
10688 #@itemize
10689 #@item
10690 #This function is missing on some platforms:
10691 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10692
10693 File: ./doc/glibc-functions/nis_lerror.texi
10694 Hash: 4ffdf8647b3c5221348e69ed7337e739bdff92f8eb769471e9d6689991070429
10695 Copyright: 
10696 License: 
10697 Licence_Text: 
10698 #Header: 
10699 #@node nis_lerror
10700 #@subsection @code{nis_lerror}
10701 #@findex nis_lerror
10702 #
10703 #Gnulib module: ---
10704 #
10705 #Portability problems fixed by Gnulib:
10706 #@itemize
10707 #@end itemize
10708 #
10709 #Portability problems not fixed by Gnulib:
10710 #@itemize
10711 #@item
10712 #This function is missing on some platforms:
10713 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10714
10715 File: ./doc/glibc-functions/nis_list.texi
10716 Hash: d4769bf377fc70bdf55491b7a67377fd1a0aa1dd73dc058055d72c76e32af56c
10717 Copyright: 
10718 License: 
10719 Licence_Text: 
10720 #Header: 
10721 #@node nis_list
10722 #@subsection @code{nis_list}
10723 #@findex nis_list
10724 #
10725 #Gnulib module: ---
10726 #
10727 #Portability problems fixed by Gnulib:
10728 #@itemize
10729 #@end itemize
10730 #
10731 #Portability problems not fixed by Gnulib:
10732 #@itemize
10733 #@item
10734 #This function is missing on some platforms:
10735 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10736
10737 File: ./doc/glibc-functions/nis_local_directory.texi
10738 Hash: ba21442c5b7d1c1e7df74f813f51c39739ef4c44fdd4c3e30410aac44ffff269
10739 Copyright: 
10740 License: 
10741 Licence_Text: 
10742 #Header: 
10743 #@node nis_local_directory
10744 #@subsection @code{nis_local_directory}
10745 #@findex nis_local_directory
10746 #
10747 #Gnulib module: ---
10748 #
10749 #Portability problems fixed by Gnulib:
10750 #@itemize
10751 #@end itemize
10752 #
10753 #Portability problems not fixed by Gnulib:
10754 #@itemize
10755 #@item
10756 #This function is missing on some platforms:
10757 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10758
10759 File: ./doc/glibc-functions/nis_local_group.texi
10760 Hash: 35d966e801ccbc175af0d271405896cdf076aee2a3963cccf9c344996b6ef16e
10761 Copyright: 
10762 License: 
10763 Licence_Text: 
10764 #Header: 
10765 #@node nis_local_group
10766 #@subsection @code{nis_local_group}
10767 #@findex nis_local_group
10768 #
10769 #Gnulib module: ---
10770 #
10771 #Portability problems fixed by Gnulib:
10772 #@itemize
10773 #@end itemize
10774 #
10775 #Portability problems not fixed by Gnulib:
10776 #@itemize
10777 #@item
10778 #This function is missing on some platforms:
10779 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10780
10781 File: ./doc/glibc-functions/nis_local_host.texi
10782 Hash: 61acdea5cc4f7e391d7a17ca71f48b4e99ce85adf87422596ff9b9fe9ad33c17
10783 Copyright: 
10784 License: 
10785 Licence_Text: 
10786 #Header: 
10787 #@node nis_local_host
10788 #@subsection @code{nis_local_host}
10789 #@findex nis_local_host
10790 #
10791 #Gnulib module: ---
10792 #
10793 #Portability problems fixed by Gnulib:
10794 #@itemize
10795 #@end itemize
10796 #
10797 #Portability problems not fixed by Gnulib:
10798 #@itemize
10799 #@item
10800 #This function is missing on some platforms:
10801 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10802
10803 File: ./doc/glibc-functions/nis_local_principal.texi
10804 Hash: bda75c39fa29b305e57270533cd43fcff4b8957b7c33a88720f576e56d2df59c
10805 Copyright: 
10806 License: 
10807 Licence_Text: 
10808 #Header: 
10809 #@node nis_local_principal
10810 #@subsection @code{nis_local_principal}
10811 #@findex nis_local_principal
10812 #
10813 #Gnulib module: ---
10814 #
10815 #Portability problems fixed by Gnulib:
10816 #@itemize
10817 #@end itemize
10818 #
10819 #Portability problems not fixed by Gnulib:
10820 #@itemize
10821 #@item
10822 #This function is missing on some platforms:
10823 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10824
10825 File: ./doc/glibc-functions/nis_lookup.texi
10826 Hash: dff8a627d19f85a944417280c3e06bac997c1e3e602fb256a92071677849b399
10827 Copyright: 
10828 License: 
10829 Licence_Text: 
10830 #Header: 
10831 #@node nis_lookup
10832 #@subsection @code{nis_lookup}
10833 #@findex nis_lookup
10834 #
10835 #Gnulib module: ---
10836 #
10837 #Portability problems fixed by Gnulib:
10838 #@itemize
10839 #@end itemize
10840 #
10841 #Portability problems not fixed by Gnulib:
10842 #@itemize
10843 #@item
10844 #This function is missing on some platforms:
10845 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10846
10847 File: ./doc/glibc-functions/nis_mkdir.texi
10848 Hash: 5cab157d00861d7ae6a2e0a5aa9eb68901e09a0368fe1f5a3eb24cf0ed06cae2
10849 Copyright: 
10850 License: 
10851 Licence_Text: 
10852 #Header: 
10853 #@node nis_mkdir
10854 #@subsection @code{nis_mkdir}
10855 #@findex nis_mkdir
10856 #
10857 #Gnulib module: ---
10858 #
10859 #Portability problems fixed by Gnulib:
10860 #@itemize
10861 #@end itemize
10862 #
10863 #Portability problems not fixed by Gnulib:
10864 #@itemize
10865 #@item
10866 #This function is missing on some platforms:
10867 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10868
10869 File: ./doc/glibc-functions/nis_modify.texi
10870 Hash: 5114449ba61f1c9ab605553b89b6123d3a32078f00e5a76e499b68d8366876c8
10871 Copyright: 
10872 License: 
10873 Licence_Text: 
10874 #Header: 
10875 #@node nis_modify
10876 #@subsection @code{nis_modify}
10877 #@findex nis_modify
10878 #
10879 #Gnulib module: ---
10880 #
10881 #Portability problems fixed by Gnulib:
10882 #@itemize
10883 #@end itemize
10884 #
10885 #Portability problems not fixed by Gnulib:
10886 #@itemize
10887 #@item
10888 #This function is missing on some platforms:
10889 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10890
10891 File: ./doc/glibc-functions/nis_modify_entry.texi
10892 Hash: 293d5bb41a19fcfbea60ee5f78972517c0bcc93b6eddeb5e0b1f79ea538f3c49
10893 Copyright: 
10894 License: 
10895 Licence_Text: 
10896 #Header: 
10897 #@node nis_modify_entry
10898 #@subsection @code{nis_modify_entry}
10899 #@findex nis_modify_entry
10900 #
10901 #Gnulib module: ---
10902 #
10903 #Portability problems fixed by Gnulib:
10904 #@itemize
10905 #@end itemize
10906 #
10907 #Portability problems not fixed by Gnulib:
10908 #@itemize
10909 #@item
10910 #This function is missing on some platforms:
10911 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10912
10913 File: ./doc/glibc-functions/nis_name_of.texi
10914 Hash: bd40e5451a5dadee1589a2ca890f0c4be95459bfd4710d3b00c0f7032a323d41
10915 Copyright: 
10916 License: 
10917 Licence_Text: 
10918 #Header: 
10919 #@node nis_name_of
10920 #@subsection @code{nis_name_of}
10921 #@findex nis_name_of
10922 #
10923 #Gnulib module: ---
10924 #
10925 #Portability problems fixed by Gnulib:
10926 #@itemize
10927 #@end itemize
10928 #
10929 #Portability problems not fixed by Gnulib:
10930 #@itemize
10931 #@item
10932 #This function is missing on some platforms:
10933 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10934
10935 File: ./doc/glibc-functions/nis_name_of_r.texi
10936 Hash: 74450547b58277c638dc8c9fc5a9f77735cefc00af5581f21b477426174cba91
10937 Copyright: 
10938 License: 
10939 Licence_Text: 
10940 #Header: 
10941 #@node nis_name_of_r
10942 #@subsection @code{nis_name_of_r}
10943 #@findex nis_name_of_r
10944 #
10945 #Gnulib module: ---
10946 #
10947 #Portability problems fixed by Gnulib:
10948 #@itemize
10949 #@end itemize
10950 #
10951 #Portability problems not fixed by Gnulib:
10952 #@itemize
10953 #@item
10954 #This function is missing on some platforms:
10955 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
10956
10957 File: ./doc/glibc-functions/nis_next_entry.texi
10958 Hash: b5d18a883a8082cf62c0f70127d027f2d730dfee8bdf4fce9f78fac612a11059
10959 Copyright: 
10960 License: 
10961 Licence_Text: 
10962 #Header: 
10963 #@node nis_next_entry
10964 #@subsection @code{nis_next_entry}
10965 #@findex nis_next_entry
10966 #
10967 #Gnulib module: ---
10968 #
10969 #Portability problems fixed by Gnulib:
10970 #@itemize
10971 #@end itemize
10972 #
10973 #Portability problems not fixed by Gnulib:
10974 #@itemize
10975 #@item
10976 #This function is missing on some platforms:
10977 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
10978
10979 File: ./doc/glibc-functions/nis_perror.texi
10980 Hash: 63e175ba3d8d9462bf33f5591c26da377537e4c2d19f98ce94b1bf4e6667cda4
10981 Copyright: 
10982 License: 
10983 Licence_Text: 
10984 #Header: 
10985 #@node nis_perror
10986 #@subsection @code{nis_perror}
10987 #@findex nis_perror
10988 #
10989 #Gnulib module: ---
10990 #
10991 #Portability problems fixed by Gnulib:
10992 #@itemize
10993 #@end itemize
10994 #
10995 #Portability problems not fixed by Gnulib:
10996 #@itemize
10997 #@item
10998 #This function is missing on some platforms:
10999 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11000
11001 File: ./doc/glibc-functions/nis_ping.texi
11002 Hash: a283339d6df98d521b354c7c3a19f12800177c783e36c4496190befec8058db3
11003 Copyright: 
11004 License: 
11005 Licence_Text: 
11006 #Header: 
11007 #@node nis_ping
11008 #@subsection @code{nis_ping}
11009 #@findex nis_ping
11010 #
11011 #Gnulib module: ---
11012 #
11013 #Portability problems fixed by Gnulib:
11014 #@itemize
11015 #@end itemize
11016 #
11017 #Portability problems not fixed by Gnulib:
11018 #@itemize
11019 #@item
11020 #This function is missing on some platforms:
11021 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11022
11023 File: ./doc/glibc-functions/nis_print_directory.texi
11024 Hash: 0d12a211acc7071d10598c83dbc6b33b328ab633b38ba33d6ffcce607c22c16e
11025 Copyright: 
11026 License: 
11027 Licence_Text: 
11028 #Header: 
11029 #@node nis_print_directory
11030 #@subsection @code{nis_print_directory}
11031 #@findex nis_print_directory
11032 #
11033 #Gnulib module: ---
11034 #
11035 #Portability problems fixed by Gnulib:
11036 #@itemize
11037 #@end itemize
11038 #
11039 #Portability problems not fixed by Gnulib:
11040 #@itemize
11041 #@item
11042 #This function is missing on some platforms:
11043 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11044
11045 File: ./doc/glibc-functions/nis_print_entry.texi
11046 Hash: 3c03608e3d357f4f2ae81a76f45c8440141609a4fb7c6ed2db95ac5b426ce10d
11047 Copyright: 
11048 License: 
11049 Licence_Text: 
11050 #Header: 
11051 #@node nis_print_entry
11052 #@subsection @code{nis_print_entry}
11053 #@findex nis_print_entry
11054 #
11055 #Gnulib module: ---
11056 #
11057 #Portability problems fixed by Gnulib:
11058 #@itemize
11059 #@end itemize
11060 #
11061 #Portability problems not fixed by Gnulib:
11062 #@itemize
11063 #@item
11064 #This function is missing on some platforms:
11065 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11066
11067 File: ./doc/glibc-functions/nis_print_group.texi
11068 Hash: d191e435ff63ff626db4247802381f0d2ca23de51ccd223ae5b0e3fa8798d383
11069 Copyright: 
11070 License: 
11071 Licence_Text: 
11072 #Header: 
11073 #@node nis_print_group
11074 #@subsection @code{nis_print_group}
11075 #@findex nis_print_group
11076 #
11077 #Gnulib module: ---
11078 #
11079 #Portability problems fixed by Gnulib:
11080 #@itemize
11081 #@end itemize
11082 #
11083 #Portability problems not fixed by Gnulib:
11084 #@itemize
11085 #@item
11086 #This function is missing on some platforms:
11087 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11088
11089 File: ./doc/glibc-functions/nis_print_group_entry.texi
11090 Hash: 94235e89b9b74f3643923e90bf96ae311c285f6e306e968846b16b97edf831f9
11091 Copyright: 
11092 License: 
11093 Licence_Text: 
11094 #Header: 
11095 #@node nis_print_group_entry
11096 #@subsection @code{nis_print_group_entry}
11097 #@findex nis_print_group_entry
11098 #
11099 #Gnulib module: ---
11100 #
11101 #Portability problems fixed by Gnulib:
11102 #@itemize
11103 #@end itemize
11104 #
11105 #Portability problems not fixed by Gnulib:
11106 #@itemize
11107 #@item
11108 #This function is missing on some platforms:
11109 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11110
11111 File: ./doc/glibc-functions/nis_print_link.texi
11112 Hash: db76e611302d621d742ecbc5f0b7748aa41a52c75fef66b7d51a9b61e47b31b8
11113 Copyright: 
11114 License: 
11115 Licence_Text: 
11116 #Header: 
11117 #@node nis_print_link
11118 #@subsection @code{nis_print_link}
11119 #@findex nis_print_link
11120 #
11121 #Gnulib module: ---
11122 #
11123 #Portability problems fixed by Gnulib:
11124 #@itemize
11125 #@end itemize
11126 #
11127 #Portability problems not fixed by Gnulib:
11128 #@itemize
11129 #@item
11130 #This function is missing on some platforms:
11131 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11132
11133 File: ./doc/glibc-functions/nis_print_object.texi
11134 Hash: 4b444fa06c5c0e05d28efd64f53953c251fe11cd356c7072f605f7b81fe44643
11135 Copyright: 
11136 License: 
11137 Licence_Text: 
11138 #Header: 
11139 #@node nis_print_object
11140 #@subsection @code{nis_print_object}
11141 #@findex nis_print_object
11142 #
11143 #Gnulib module: ---
11144 #
11145 #Portability problems fixed by Gnulib:
11146 #@itemize
11147 #@end itemize
11148 #
11149 #Portability problems not fixed by Gnulib:
11150 #@itemize
11151 #@item
11152 #This function is missing on some platforms:
11153 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11154
11155 File: ./doc/glibc-functions/nis_print_result.texi
11156 Hash: 065717135cf4120bb8595486c857722fac9a7ff6efa0cb228ee5ed7bd4b0b62f
11157 Copyright: 
11158 License: 
11159 Licence_Text: 
11160 #Header: 
11161 #@node nis_print_result
11162 #@subsection @code{nis_print_result}
11163 #@findex nis_print_result
11164 #
11165 #Gnulib module: ---
11166 #
11167 #Portability problems fixed by Gnulib:
11168 #@itemize
11169 #@end itemize
11170 #
11171 #Portability problems not fixed by Gnulib:
11172 #@itemize
11173 #@item
11174 #This function is missing on all non-glibc platforms:
11175 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
11176
11177 File: ./doc/glibc-functions/nis_print_rights.texi
11178 Hash: ef827fc3aeb4e8739745772e04c2bb33dfb616b5c139e9899cef7de0b2c61ff9
11179 Copyright: 
11180 License: 
11181 Licence_Text: 
11182 #Header: 
11183 #@node nis_print_rights
11184 #@subsection @code{nis_print_rights}
11185 #@findex nis_print_rights
11186 #
11187 #Gnulib module: ---
11188 #
11189 #Portability problems fixed by Gnulib:
11190 #@itemize
11191 #@end itemize
11192 #
11193 #Portability problems not fixed by Gnulib:
11194 #@itemize
11195 #@item
11196 #This function is missing on some platforms:
11197 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11198
11199 File: ./doc/glibc-functions/nis_print_table.texi
11200 Hash: e0f15bef44e6d6c29b27cf7fb973a373c824b49e6f6cac7d78e1a4e24ffe9c8f
11201 Copyright: 
11202 License: 
11203 Licence_Text: 
11204 #Header: 
11205 #@node nis_print_table
11206 #@subsection @code{nis_print_table}
11207 #@findex nis_print_table
11208 #
11209 #Gnulib module: ---
11210 #
11211 #Portability problems fixed by Gnulib:
11212 #@itemize
11213 #@end itemize
11214 #
11215 #Portability problems not fixed by Gnulib:
11216 #@itemize
11217 #@item
11218 #This function is missing on some platforms:
11219 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11220
11221 File: ./doc/glibc-functions/nis_remove.texi
11222 Hash: 32a1b74e420a969df9b898f94512ffe55692fccd53e5bc0a8b49747dd12ae9c6
11223 Copyright: 
11224 License: 
11225 Licence_Text: 
11226 #Header: 
11227 #@node nis_remove
11228 #@subsection @code{nis_remove}
11229 #@findex nis_remove
11230 #
11231 #Gnulib module: ---
11232 #
11233 #Portability problems fixed by Gnulib:
11234 #@itemize
11235 #@end itemize
11236 #
11237 #Portability problems not fixed by Gnulib:
11238 #@itemize
11239 #@item
11240 #This function is missing on some platforms:
11241 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11242
11243 File: ./doc/glibc-functions/nis_remove_entry.texi
11244 Hash: b942f308181744e8798341c6f5941ded24f4e0c7da25c1418c85aa877c6e8883
11245 Copyright: 
11246 License: 
11247 Licence_Text: 
11248 #Header: 
11249 #@node nis_remove_entry
11250 #@subsection @code{nis_remove_entry}
11251 #@findex nis_remove_entry
11252 #
11253 #Gnulib module: ---
11254 #
11255 #Portability problems fixed by Gnulib:
11256 #@itemize
11257 #@end itemize
11258 #
11259 #Portability problems not fixed by Gnulib:
11260 #@itemize
11261 #@item
11262 #This function is missing on some platforms:
11263 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11264
11265 File: ./doc/glibc-functions/nis_removemember.texi
11266 Hash: 25febaa8a16ad94e35bc18a7488d7982d4f78ce14918877d291c9c5c767bfd6a
11267 Copyright: 
11268 License: 
11269 Licence_Text: 
11270 #Header: 
11271 #@node nis_removemember
11272 #@subsection @code{nis_removemember}
11273 #@findex nis_removemember
11274 #
11275 #Gnulib module: ---
11276 #
11277 #Portability problems fixed by Gnulib:
11278 #@itemize
11279 #@end itemize
11280 #
11281 #Portability problems not fixed by Gnulib:
11282 #@itemize
11283 #@item
11284 #This function is missing on some platforms:
11285 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11286
11287 File: ./doc/glibc-functions/nis_rmdir.texi
11288 Hash: 1520922fcc74b7d84ab000e8f2cc44f6b632d3b360c994c96ce622aaac36c8ea
11289 Copyright: 
11290 License: 
11291 Licence_Text: 
11292 #Header: 
11293 #@node nis_rmdir
11294 #@subsection @code{nis_rmdir}
11295 #@findex nis_rmdir
11296 #
11297 #Gnulib module: ---
11298 #
11299 #Portability problems fixed by Gnulib:
11300 #@itemize
11301 #@end itemize
11302 #
11303 #Portability problems not fixed by Gnulib:
11304 #@itemize
11305 #@item
11306 #This function is missing on some platforms:
11307 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11308
11309 File: ./doc/glibc-functions/nis_servstate.texi
11310 Hash: ae1e425890ce2bd608090b7d4fda1a425f4eb9e9d9f8a723ea19657380abe127
11311 Copyright: 
11312 License: 
11313 Licence_Text: 
11314 #Header: 
11315 #@node nis_servstate
11316 #@subsection @code{nis_servstate}
11317 #@findex nis_servstate
11318 #
11319 #Gnulib module: ---
11320 #
11321 #Portability problems fixed by Gnulib:
11322 #@itemize
11323 #@end itemize
11324 #
11325 #Portability problems not fixed by Gnulib:
11326 #@itemize
11327 #@item
11328 #This function is missing on some platforms:
11329 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11330
11331 File: ./doc/glibc-functions/nis_sperrno.texi
11332 Hash: f10e0ad2db9f765254f6314102b1293f9016812a67324536afc77869bea491fd
11333 Copyright: 
11334 License: 
11335 Licence_Text: 
11336 #Header: 
11337 #@node nis_sperrno
11338 #@subsection @code{nis_sperrno}
11339 #@findex nis_sperrno
11340 #
11341 #Gnulib module: ---
11342 #
11343 #Portability problems fixed by Gnulib:
11344 #@itemize
11345 #@end itemize
11346 #
11347 #Portability problems not fixed by Gnulib:
11348 #@itemize
11349 #@item
11350 #This function is missing on some platforms:
11351 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11352
11353 File: ./doc/glibc-functions/nis_sperror.texi
11354 Hash: 0424f046ae5b85b906c4f37dde7692dda8837b71c3e8e5f2fe20a3803efdb6be
11355 Copyright: 
11356 License: 
11357 Licence_Text: 
11358 #Header: 
11359 #@node nis_sperror
11360 #@subsection @code{nis_sperror}
11361 #@findex nis_sperror
11362 #
11363 #Gnulib module: ---
11364 #
11365 #Portability problems fixed by Gnulib:
11366 #@itemize
11367 #@end itemize
11368 #
11369 #Portability problems not fixed by Gnulib:
11370 #@itemize
11371 #@item
11372 #This function is missing on some platforms:
11373 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11374
11375 File: ./doc/glibc-functions/nis_sperror_r.texi
11376 Hash: 0b85879da12a5e9e29a941c50f3efd8e45e0541a0e18802f9a4506be929cb612
11377 Copyright: 
11378 License: 
11379 Licence_Text: 
11380 #Header: 
11381 #@node nis_sperror_r
11382 #@subsection @code{nis_sperror_r}
11383 #@findex nis_sperror_r
11384 #
11385 #Gnulib module: ---
11386 #
11387 #Portability problems fixed by Gnulib:
11388 #@itemize
11389 #@end itemize
11390 #
11391 #Portability problems not fixed by Gnulib:
11392 #@itemize
11393 #@item
11394 #This function is missing on some platforms:
11395 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11396
11397 File: ./doc/glibc-functions/nis_stats.texi
11398 Hash: 42c64c2e6a6584e33cd7eb39921d729dbd6e6a26115b6d2826df92d6939149ef
11399 Copyright: 
11400 License: 
11401 Licence_Text: 
11402 #Header: 
11403 #@node nis_stats
11404 #@subsection @code{nis_stats}
11405 #@findex nis_stats
11406 #
11407 #Gnulib module: ---
11408 #
11409 #Portability problems fixed by Gnulib:
11410 #@itemize
11411 #@end itemize
11412 #
11413 #Portability problems not fixed by Gnulib:
11414 #@itemize
11415 #@item
11416 #This function is missing on some platforms:
11417 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11418
11419 File: ./doc/glibc-functions/nis_verifygroup.texi
11420 Hash: be6731f73427f2734ac003d261a86ec8c46e25e1fc47cce640ccd74020f884c5
11421 Copyright: 
11422 License: 
11423 Licence_Text: 
11424 #Header: 
11425 #@node nis_verifygroup
11426 #@subsection @code{nis_verifygroup}
11427 #@findex nis_verifygroup
11428 #
11429 #Gnulib module: ---
11430 #
11431 #Portability problems fixed by Gnulib:
11432 #@itemize
11433 #@end itemize
11434 #
11435 #Portability problems not fixed by Gnulib:
11436 #@itemize
11437 #@item
11438 #This function is missing on some platforms:
11439 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11440
11441 File: ./doc/glibc-functions/nrand48_r.texi
11442 Hash: 7712ccaaa3bdcae2f7eb09d18a52fe84269c4bafff25c8852f4fcba3ac3e98d2
11443 Copyright: 
11444 License: 
11445 Licence_Text: 
11446 #Header: 
11447 #@node nrand48_r
11448 #@subsection @code{nrand48_r}
11449 #@findex nrand48_r
11450 #
11451 #Gnulib module: ---
11452 #
11453 #Portability problems fixed by Gnulib:
11454 #@itemize
11455 #@end itemize
11456 #
11457 #Portability problems not fixed by Gnulib:
11458 #@itemize
11459 #@item
11460 #This function is missing on some platforms:
11461 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
11462
11463 File: ./doc/glibc-functions/ntp_adjtime.texi
11464 Hash: 9e4776f50a88065a71713e5f612bce9632cc30b1f8bc4d2954a2446f9cb88aef
11465 Copyright: 
11466 License: 
11467 Licence_Text: 
11468 #Header: 
11469 #@node ntp_adjtime
11470 #@subsection @code{ntp_adjtime}
11471 #@findex ntp_adjtime
11472 #
11473 #Gnulib module: ---
11474 #
11475 #Portability problems fixed by Gnulib:
11476 #@itemize
11477 #@end itemize
11478 #
11479 #Portability problems not fixed by Gnulib:
11480 #@itemize
11481 #@item
11482 #This function is missing on some platforms:
11483 #MacOS X 10.3, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11484
11485 File: ./doc/glibc-functions/ntp_gettime.texi
11486 Hash: 43d0ca9a1f71946a1212081c572d4bbf1200a6741aac69b1615aab6a59449b55
11487 Copyright: 
11488 License: 
11489 Licence_Text: 
11490 #Header: 
11491 #@node ntp_gettime
11492 #@subsection @code{ntp_gettime}
11493 #@findex ntp_gettime
11494 #
11495 #Gnulib module: ---
11496 #
11497 #Portability problems fixed by Gnulib:
11498 #@itemize
11499 #@end itemize
11500 #
11501 #Portability problems not fixed by Gnulib:
11502 #@itemize
11503 #@item
11504 #This function is missing on some platforms:
11505 #MacOS X 10.3, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11506
11507 File: ./doc/glibc-functions/obstack_alloc_failed_handler.texi
11508 Hash: 5a162a65e8a06e06e90a6b0899fd99e63db1b413893f10ba7032f07f8aef588b
11509 Copyright: 
11510 License: 
11511 Licence_Text: 
11512 #Header: 
11513 #@node obstack_alloc_failed_handler
11514 #@subsection @code{obstack_alloc_failed_handler}
11515 #@findex obstack_alloc_failed_handler
11516 #
11517 #Gnulib module: ---
11518 #
11519 #Portability problems fixed by Gnulib:
11520 #@itemize
11521 #@end itemize
11522 #
11523 #Portability problems not fixed by Gnulib:
11524 #@itemize
11525 #@item
11526 #This variable is missing on some platforms:
11527 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
11528
11529 File: ./doc/glibc-functions/obstack_exit_failure.texi
11530 Hash: 2edf67bf7a1835c04266ee354618b79b2cf1a55504e63f8df43d88e33fa7adea
11531 Copyright: 
11532 License: 
11533 Licence_Text: 
11534 #Header: 
11535 #@node obstack_exit_failure
11536 #@subsection @code{obstack_exit_failure}
11537 #@findex obstack_exit_failure
11538 #
11539 #Gnulib module: ---
11540 #
11541 #Portability problems fixed by Gnulib:
11542 #@itemize
11543 #@end itemize
11544 #
11545 #Portability problems not fixed by Gnulib:
11546 #@itemize
11547 #@item
11548 #This variable is missing on some platforms:
11549 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
11550
11551 File: ./doc/glibc-functions/obstack_free.texi
11552 Hash: 07713f4fe1679f4214b0ef91479610382e1e71da8177afffda8ef741d4bf2bef
11553 Copyright: 
11554 License: 
11555 Licence_Text: 
11556 #Header: 
11557 #@node obstack_free
11558 #@subsection @code{obstack_free}
11559 #@findex obstack_free
11560 #
11561 #Gnulib module: ---
11562 #
11563 #Portability problems fixed by Gnulib:
11564 #@itemize
11565 #@end itemize
11566 #
11567 #Portability problems not fixed by Gnulib:
11568 #@itemize
11569 #@item
11570 #This function is missing on some platforms:
11571 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
11572
11573 File: ./doc/glibc-functions/obstack_printf.texi
11574 Hash: b365a91c2948c92bec6e04ad47471246074c066e91a9c7280419a2b0565744ba
11575 Copyright: 
11576 License: 
11577 Licence_Text: 
11578 #Header: 
11579 #@node obstack_printf
11580 #@subsection @code{obstack_printf}
11581 #@findex obstack_printf
11582 #
11583 #Gnulib module: obstack-printf or obstack-printf-posix
11584 #
11585 #Portability problems fixed by either Gnulib module
11586 #@code{obstack-printf} or @code{obstack-printf-posix}:
11587 #@itemize
11588 #@item
11589 #This function is missing on all non-glibc platforms:
11590 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
11591 #@end itemize
11592 #
11593 #Portability problems fixed by Gnulib module @code{ostack-printf-posix}:
11594
11595 File: ./doc/glibc-functions/obstack_vprintf.texi
11596 Hash: 0116c5a2b4b5e76cede18a9b00d4584b1fe9c48eab74d203c12d979e2b2e39c9
11597 Copyright: 
11598 License: 
11599 Licence_Text: 
11600 #Header: 
11601 #@node obstack_vprintf
11602 #@subsection @code{obstack_vprintf}
11603 #@findex obstack_vprintf
11604 #
11605 #Gnulib module: obstack-printf or obstack-printf-posix
11606 #
11607 #Portability problems fixed by either Gnulib module
11608 #@code{obstack-printf} or @code{obstack-printf-posix}:
11609 #@itemize
11610 #@item
11611 #This function is missing on all non-glibc platforms:
11612 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
11613 #@end itemize
11614 #
11615 #Portability problems fixed by Gnulib module @code{ostack-printf-posix}:
11616
11617 File: ./doc/glibc-functions/on_exit.texi
11618 Hash: f98b9178741dde52f30e55489bd237902b8cb9e5b46daed74deb35af2053adb3
11619 Copyright: 
11620 License: 
11621 Licence_Text: 
11622 #Header: 
11623 #@node on_exit
11624 #@subsection @code{on_exit}
11625 #@findex on_exit
11626 #
11627 #Gnulib module: ---
11628 #
11629 #Portability problems fixed by Gnulib:
11630 #@itemize
11631 #@end itemize
11632 #
11633 #Portability problems not fixed by Gnulib:
11634 #@itemize
11635 #@item
11636 #This function is missing on some platforms:
11637 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
11638
11639 File: ./doc/glibc-functions/parse_printf_format.texi
11640 Hash: 08ec06c5f956c4070a8b8054be634cc362e5e0e26e4ec8caef463a3ab9cd4cc9
11641 Copyright: 
11642 License: 
11643 Licence_Text: 
11644 #Header: 
11645 #@node parse_printf_format
11646 #@subsection @code{parse_printf_format}
11647 #@findex parse_printf_format
11648 #
11649 #Gnulib module: ---
11650 #
11651 #Portability problems fixed by Gnulib:
11652 #@itemize
11653 #@end itemize
11654 #
11655 #Portability problems not fixed by Gnulib:
11656 #@itemize
11657 #@item
11658 #This function is missing on all non-glibc platforms:
11659 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
11660
11661 File: ./doc/glibc-functions/personality.texi
11662 Hash: 63ce42d8b39416dbcd2374b3db74e391930f2df790ac086e8b1e7f762ae2fd69
11663 Copyright: 
11664 License: 
11665 Licence_Text: 
11666 #Header: 
11667 #@node personality
11668 #@subsection @code{personality}
11669 #@findex personality
11670 #
11671 #Gnulib module: ---
11672 #
11673 #Portability problems fixed by Gnulib:
11674 #@itemize
11675 #@end itemize
11676 #
11677 #Portability problems not fixed by Gnulib:
11678 #@itemize
11679 #@item
11680 #This function is missing on all non-glibc platforms:
11681 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
11682
11683 File: ./doc/glibc-functions/pipe2.texi
11684 Hash: 12ae9770c7677e3b83f1a72345d69c53783e89421def3b00a427828aa4aae3b7
11685 Copyright: 
11686 License: 
11687 Licence_Text: 
11688 #Header: 
11689 #@node pipe2
11690 #@subsection @code{pipe2}
11691 #@findex pipe2
11692 #
11693 #Gnulib module: pipe2
11694 #
11695 #Portability problems fixed by Gnulib:
11696 #@itemize
11697 #@item
11698 #This function is missing on all non-glibc platforms:
11699 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
11700 #@end itemize
11701 #
11702 #Portability problems not fixed by Gnulib:
11703 #@itemize
11704
11705 File: ./doc/glibc-functions/pmap_getmaps.texi
11706 Hash: 9d85f6d0f65096677f4732a2bc82f6afa1f50403b05bf01e92206309db3f8873
11707 Copyright: 
11708 License: 
11709 Licence_Text: 
11710 #Header: 
11711 #@node pmap_getmaps
11712 #@subsection @code{pmap_getmaps}
11713 #@findex pmap_getmaps
11714 #
11715 #Gnulib module: ---
11716 #
11717 #Portability problems fixed by Gnulib:
11718 #@itemize
11719 #@end itemize
11720 #
11721 #Portability problems not fixed by Gnulib:
11722 #@itemize
11723 #@item
11724 #This function is missing on some platforms:
11725 #Cygwin, mingw, BeOS.
11726
11727 File: ./doc/glibc-functions/pmap_getport.texi
11728 Hash: 43960c367109816c9e5617623378139b66ceb8f0b929615750e1c5f4843f9dd2
11729 Copyright: 
11730 License: 
11731 Licence_Text: 
11732 #Header: 
11733 #@node pmap_getport
11734 #@subsection @code{pmap_getport}
11735 #@findex pmap_getport
11736 #
11737 #Gnulib module: ---
11738 #
11739 #Portability problems fixed by Gnulib:
11740 #@itemize
11741 #@end itemize
11742 #
11743 #Portability problems not fixed by Gnulib:
11744 #@itemize
11745 #@item
11746 #This function is missing on some platforms:
11747 #Cygwin, mingw, BeOS.
11748
11749 File: ./doc/glibc-functions/pmap_rmtcall.texi
11750 Hash: 03654d766f665bb32b4a7b827d20aa8f6bea089916d5f00fa3f88848d411778d
11751 Copyright: 
11752 License: 
11753 Licence_Text: 
11754 #Header: 
11755 #@node pmap_rmtcall
11756 #@subsection @code{pmap_rmtcall}
11757 #@findex pmap_rmtcall
11758 #
11759 #Gnulib module: ---
11760 #
11761 #Portability problems fixed by Gnulib:
11762 #@itemize
11763 #@end itemize
11764 #
11765 #Portability problems not fixed by Gnulib:
11766 #@itemize
11767 #@item
11768 #This function is missing on some platforms:
11769 #Cygwin, mingw, BeOS.
11770
11771 File: ./doc/glibc-functions/pmap_set.texi
11772 Hash: 201b0d49ff805bb952b775dcdb25c33a70a6d0ee2aa959f9dcdce21ab7926ce5
11773 Copyright: 
11774 License: 
11775 Licence_Text: 
11776 #Header: 
11777 #@node pmap_set
11778 #@subsection @code{pmap_set}
11779 #@findex pmap_set
11780 #
11781 #Gnulib module: ---
11782 #
11783 #Portability problems fixed by Gnulib:
11784 #@itemize
11785 #@end itemize
11786 #
11787 #Portability problems not fixed by Gnulib:
11788 #@itemize
11789 #@item
11790 #This function is missing on some platforms:
11791 #Cygwin, mingw, BeOS.
11792
11793 File: ./doc/glibc-functions/pmap_unset.texi
11794 Hash: 054bd3e1cd0792cb25c68df8fb153cd370444146dfc243b81cb187e177db8e48
11795 Copyright: 
11796 License: 
11797 Licence_Text: 
11798 #Header: 
11799 #@node pmap_unset
11800 #@subsection @code{pmap_unset}
11801 #@findex pmap_unset
11802 #
11803 #Gnulib module: ---
11804 #
11805 #Portability problems fixed by Gnulib:
11806 #@itemize
11807 #@end itemize
11808 #
11809 #Portability problems not fixed by Gnulib:
11810 #@itemize
11811 #@item
11812 #This function is missing on some platforms:
11813 #Cygwin, mingw, BeOS.
11814
11815 File: ./doc/glibc-functions/pow10.texi
11816 Hash: f7912dfe94bb0f8ed4dee6d39483b4a4f76d7351546ef2c3e26fd901e252d2d6
11817 Copyright: 
11818 License: 
11819 Licence_Text: 
11820 #Header: 
11821 #@node pow10
11822 #@subsection @code{pow10}
11823 #@findex pow10
11824 #
11825 #Gnulib module: ---
11826 #
11827 #Portability problems fixed by Gnulib:
11828 #@itemize
11829 #@end itemize
11830 #
11831 #Portability problems not fixed by Gnulib:
11832 #@itemize
11833 #@item
11834 #This function is missing on some platforms:
11835 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
11836
11837 File: ./doc/glibc-functions/pow10f.texi
11838 Hash: 877756c67f392d56fce20c2950bec91968190c557374f63cd87a22763ce81b47
11839 Copyright: 
11840 License: 
11841 Licence_Text: 
11842 #Header: 
11843 #@node pow10f
11844 #@subsection @code{pow10f}
11845 #@findex pow10f
11846 #
11847 #Gnulib module: ---
11848 #
11849 #Portability problems fixed by Gnulib:
11850 #@itemize
11851 #@end itemize
11852 #
11853 #Portability problems not fixed by Gnulib:
11854 #@itemize
11855 #@item
11856 #This function is missing on some platforms:
11857 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
11858
11859 File: ./doc/glibc-functions/pow10l.texi
11860 Hash: a4c1ab66b2a92023aed121a70e545bc9d98b47f6df5d36b1351cc504e97d55d5
11861 Copyright: 
11862 License: 
11863 Licence_Text: 
11864 #Header: 
11865 #@node pow10l
11866 #@subsection @code{pow10l}
11867 #@findex pow10l
11868 #
11869 #Gnulib module: ---
11870 #
11871 #Portability problems fixed by Gnulib:
11872 #@itemize
11873 #@end itemize
11874 #
11875 #Portability problems not fixed by Gnulib:
11876 #@itemize
11877 #@item
11878 #This function is missing on all non-glibc platforms:
11879 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
11880
11881 File: ./doc/glibc-functions/prctl.texi
11882 Hash: 2427ec4bec38663fd75581e4a8602ed0c541707f2cba09a65af9825adb32a23c
11883 Copyright: 
11884 License: 
11885 Licence_Text: 
11886 #Header: 
11887 #@node prctl
11888 #@subsection @code{prctl}
11889 #@findex prctl
11890 #
11891 #Gnulib module: ---
11892 #
11893 #Portability problems fixed by Gnulib:
11894 #@itemize
11895 #@end itemize
11896 #
11897 #Portability problems not fixed by Gnulib:
11898 #@itemize
11899 #@item
11900 #This function is missing on some platforms:
11901 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
11902
11903 File: ./doc/glibc-functions/printf_size.texi
11904 Hash: ccc98cc15667f89d94b22bc643ce60325dd868e79cd95487d7f6ad497a1210b9
11905 Copyright: 
11906 License: 
11907 Licence_Text: 
11908 #Header: 
11909 #@node printf_size
11910 #@subsection @code{printf_size}
11911 #@findex printf_size
11912 #
11913 #Gnulib module: ---
11914 #
11915 #Portability problems fixed by Gnulib:
11916 #@itemize
11917 #@end itemize
11918 #
11919 #Portability problems not fixed by Gnulib:
11920 #@itemize
11921 #@item
11922 #This function is missing on all non-glibc platforms:
11923 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
11924
11925 File: ./doc/glibc-functions/printf_size_info.texi
11926 Hash: 237a32ff30c1e23980f4360ba09bfb50c6be4224fabd7a59919bd51aeffaaafc
11927 Copyright: 
11928 License: 
11929 Licence_Text: 
11930 #Header: 
11931 #@node printf_size_info
11932 #@subsection @code{printf_size_info}
11933 #@findex printf_size_info
11934 #
11935 #Gnulib module: ---
11936 #
11937 #Portability problems fixed by Gnulib:
11938 #@itemize
11939 #@end itemize
11940 #
11941 #Portability problems not fixed by Gnulib:
11942 #@itemize
11943 #@item
11944 #This function is missing on all non-glibc platforms:
11945 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
11946
11947 File: ./doc/glibc-functions/profil.texi
11948 Hash: 0285b1f65b72595b3cdc34f19758d6a7c23b39ca0f9fbea16ce0fd482b5633ae
11949 Copyright: 
11950 License: 
11951 Licence_Text: 
11952 #Header: 
11953 #@node profil
11954 #@subsection @code{profil}
11955 #@findex profil
11956 #
11957 #Gnulib module: ---
11958 #
11959 #Portability problems fixed by Gnulib:
11960 #@itemize
11961 #@end itemize
11962 #
11963 #Portability problems not fixed by Gnulib:
11964 #@itemize
11965 #@item
11966 #This function is missing on some platforms:
11967 #AIX 5.1, Cygwin, mingw, Interix 3.5, BeOS.
11968
11969 File: ./doc/glibc-functions/program_invocation_name.texi
11970 Hash: db3aa2f7f6e63fde4dd4838f5ca464248be07d6ce02f604a2409cb704bb60f78
11971 Copyright: 
11972 License: 
11973 Licence_Text: 
11974 #Header: 
11975 #@node program_invocation_name
11976 #@subsection @code{program_invocation_name}
11977 #@findex program_invocation_name
11978 #
11979 #Gnulib module: ---
11980 #
11981 #Portability problems fixed by Gnulib:
11982 #@itemize
11983 #@end itemize
11984 #
11985 #Portability problems not fixed by Gnulib:
11986 #@itemize
11987 #@item
11988 #This variable is missing on some platforms:
11989 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
11990
11991 File: ./doc/glibc-functions/program_invocation_short_name.texi
11992 Hash: 8fcb3035a868fc5dfa3c18c5064f3f8923e58487d6fd76f3c7b2b0655ee2d384
11993 Copyright: 
11994 License: 
11995 Licence_Text: 
11996 #Header: 
11997 #@node program_invocation_short_name
11998 #@subsection @code{program_invocation_short_name}
11999 #@findex program_invocation_short_name
12000 #
12001 #Gnulib module: ---
12002 #
12003 #Portability problems fixed by Gnulib:
12004 #@itemize
12005 #@end itemize
12006 #
12007 #Portability problems not fixed by Gnulib:
12008 #@itemize
12009 #@item
12010 #This variable is missing on some platforms:
12011 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
12012
12013 File: ./doc/glibc-functions/pthread_getattr_np.texi
12014 Hash: 5590b31dad731bebfe2b8ceb8113ac27a6c50d9217e44e6ab3f30cead2c0d24e
12015 Copyright: 
12016 License: 
12017 Licence_Text: 
12018 #Header: 
12019 #@node pthread_getattr_np
12020 #@subsection @code{pthread_getattr_np}
12021 #@findex pthread_getattr_np
12022 #
12023 #Gnulib module: ---
12024 #
12025 #Portability problems fixed by Gnulib:
12026 #@itemize
12027 #@end itemize
12028 #
12029 #Portability problems not fixed by Gnulib:
12030 #@itemize
12031 #@item
12032 #This function is missing on all non-glibc platforms:
12033 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12034
12035 File: ./doc/glibc-functions/pthread_kill_other_threads_np.texi
12036 Hash: e25942ee2f53e9ca33f05e74e0ae70f80054d143a1ee2b6fe1dfd8e3289969b3
12037 Copyright: 
12038 License: 
12039 Licence_Text: 
12040 #Header: 
12041 #@node pthread_kill_other_threads_np
12042 #@subsection @code{pthread_kill_other_threads_np}
12043 #@findex pthread_kill_other_threads_np
12044 #
12045 #Gnulib module: ---
12046 #
12047 #Portability problems fixed by Gnulib:
12048 #@itemize
12049 #@end itemize
12050 #
12051 #Portability problems not fixed by Gnulib:
12052 #@itemize
12053 #@item
12054 #This function is missing on all non-glibc platforms:
12055 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12056
12057 File: ./doc/glibc-functions/pthread_rwlockattr_getkind_np.texi
12058 Hash: f84f03d67a82f7e2c4af4bc8a182657f2a4551524d997213cee786e26dfbf543
12059 Copyright: 
12060 License: 
12061 Licence_Text: 
12062 #Header: 
12063 #@node pthread_rwlockattr_getkind_np
12064 #@subsection @code{pthread_rwlockattr_getkind_np}
12065 #@findex pthread_rwlockattr_getkind_np
12066 #
12067 #Gnulib module: ---
12068 #
12069 #Portability problems fixed by Gnulib:
12070 #@itemize
12071 #@end itemize
12072 #
12073 #Portability problems not fixed by Gnulib:
12074 #@itemize
12075 #@item
12076 #This function is missing on all non-glibc platforms:
12077 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12078
12079 File: ./doc/glibc-functions/pthread_rwlockattr_setkind_np.texi
12080 Hash: 5ae7f4598ef73bf7ce5a8f90875cdcff75b082163e7d79da8ba002b34fb91ea2
12081 Copyright: 
12082 License: 
12083 Licence_Text: 
12084 #Header: 
12085 #@node pthread_rwlockattr_setkind_np
12086 #@subsection @code{pthread_rwlockattr_setkind_np}
12087 #@findex pthread_rwlockattr_setkind_np
12088 #
12089 #Gnulib module: ---
12090 #
12091 #Portability problems fixed by Gnulib:
12092 #@itemize
12093 #@end itemize
12094 #
12095 #Portability problems not fixed by Gnulib:
12096 #@itemize
12097 #@item
12098 #This function is missing on all non-glibc platforms:
12099 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12100
12101 File: ./doc/glibc-functions/pthread_yield.texi
12102 Hash: e1337bc33112135e65c647d51a8d5adee256835cb800205a520d0546efcf4873
12103 Copyright: 
12104 License: 
12105 Licence_Text: 
12106 #Header: 
12107 #@node pthread_yield
12108 #@subsection @code{pthread_yield}
12109 #@findex pthread_yield
12110 #
12111 #Gnulib module: ---
12112 #
12113 #Portability problems fixed by Gnulib:
12114 #@itemize
12115 #@end itemize
12116 #
12117 #Portability problems not fixed by Gnulib:
12118 #@itemize
12119 #@item
12120 #This function is missing on some platforms:
12121 #MacOS X 10.3, NetBSD 3.0, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12122
12123 File: ./doc/glibc-functions/ptrace.texi
12124 Hash: 27af6240148516067e80c328ec3534ed7e40044622162395eef385f5719f584d
12125 Copyright: 
12126 License: 
12127 Licence_Text: 
12128 #Header: 
12129 #@node ptrace
12130 #@subsection @code{ptrace}
12131 #@findex ptrace
12132 #
12133 #Gnulib module: ---
12134 #
12135 #Portability problems fixed by Gnulib:
12136 #@itemize
12137 #@end itemize
12138 #
12139 #Portability problems not fixed by Gnulib:
12140 #@itemize
12141 #@item
12142 #This function is missing on some platforms:
12143 #AIX 5.1, Cygwin, mingw, Interix 3.5, BeOS.
12144
12145 File: ./doc/glibc-functions/ptsname_r.texi
12146 Hash: 1cc50cfb5fafbdd0153d9c1788a49c41bb87fc9100e76edd9175ae4fc9547845
12147 Copyright: 
12148 License: 
12149 Licence_Text: 
12150 #Header: 
12151 #@node ptsname_r
12152 #@subsection @code{ptsname_r}
12153 #@findex ptsname_r
12154 #
12155 #Gnulib module: ---
12156 #
12157 #Portability problems fixed by Gnulib:
12158 #@itemize
12159 #@end itemize
12160 #
12161 #Portability problems not fixed by Gnulib:
12162 #@itemize
12163 #@item
12164 #This function is missing on some platforms:
12165 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, BeOS.
12166
12167 File: ./doc/glibc-functions/putgrent.texi
12168 Hash: 544f112128ba4307a201ac0244bdcf3352fce4cb574457ff2406b5b357d0d483
12169 Copyright: 
12170 License: 
12171 Licence_Text: 
12172 #Header: 
12173 #@node putgrent
12174 #@subsection @code{putgrent}
12175 #@findex putgrent
12176 #
12177 #Gnulib module: ---
12178 #
12179 #Portability problems fixed by Gnulib:
12180 #@itemize
12181 #@end itemize
12182 #
12183 #Portability problems not fixed by Gnulib:
12184 #@itemize
12185 #@item
12186 #This function is missing on some platforms:
12187 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12188
12189 File: ./doc/glibc-functions/putpwent.texi
12190 Hash: 93178cf90ec4ac36c8ae75028fca56b82288ccb6f4fe145a418aa253bc3fe25c
12191 Copyright: 
12192 License: 
12193 Licence_Text: 
12194 #Header: 
12195 #@node putpwent
12196 #@subsection @code{putpwent}
12197 #@findex putpwent
12198 #
12199 #Gnulib module: ---
12200 #
12201 #Portability problems fixed by Gnulib:
12202 #@itemize
12203 #@end itemize
12204 #
12205 #Portability problems not fixed by Gnulib:
12206 #@itemize
12207 #@item
12208 #This function is missing on some platforms:
12209 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
12210
12211 File: ./doc/glibc-functions/putspent.texi
12212 Hash: d6963772ef8e056c5e923c67f34fd2e931d6bf1f1e62dd2bae741ace73ec4265
12213 Copyright: 
12214 License: 
12215 Licence_Text: 
12216 #Header: 
12217 #@node putspent
12218 #@subsection @code{putspent}
12219 #@findex putspent
12220 #
12221 #Gnulib module: ---
12222 #
12223 #Portability problems fixed by Gnulib:
12224 #@itemize
12225 #@end itemize
12226 #
12227 #Portability problems not fixed by Gnulib:
12228 #@itemize
12229 #@item
12230 #This function is missing on some platforms:
12231 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
12232
12233 File: ./doc/glibc-functions/pututline.texi
12234 Hash: afff12c0ed2226e45909cef2f6b409fddf503c4d0245a035fa85302e70bd9e10
12235 Copyright: 
12236 License: 
12237 Licence_Text: 
12238 #Header: 
12239 #@node pututline
12240 #@subsection @code{pututline}
12241 #@findex pututline
12242 #
12243 #Gnulib module: ---
12244 #
12245 #Portability problems fixed by Gnulib:
12246 #@itemize
12247 #@end itemize
12248 #
12249 #Portability problems not fixed by Gnulib:
12250 #@itemize
12251 #@item
12252 #This function is missing on some platforms:
12253 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, mingw, Interix 3.5, BeOS.
12254
12255 File: ./doc/glibc-functions/putw.texi
12256 Hash: a7028bb2975807511cf4acd39f137c540e13cdcd67e0f00188a345645605ccc2
12257 Copyright: 
12258 License: 
12259 Licence_Text: 
12260 #Header: 
12261 #@node putw
12262 #@subsection @code{putw}
12263 #@findex putw
12264 #
12265 #Gnulib module: ---
12266 #
12267 #Portability problems fixed by Gnulib:
12268 #@itemize
12269 #@end itemize
12270 #
12271 #Portability problems not fixed by Gnulib:
12272 #@itemize
12273 #@item
12274 #This function is missing on some platforms:
12275 #BeOS.
12276
12277 File: ./doc/glibc-functions/putwc_unlocked.texi
12278 Hash: 570a8de4fa9f99fd2e735a412763e2dd138191615b64b9bb16bc3c3cd03b535a
12279 Copyright: 
12280 License: 
12281 Licence_Text: 
12282 #Header: 
12283 #@node putwc_unlocked
12284 #@subsection @code{putwc_unlocked}
12285 #@findex putwc_unlocked
12286 #
12287 #Gnulib module: ---
12288 #
12289 #Portability problems fixed by Gnulib:
12290 #@itemize
12291 #@end itemize
12292 #
12293 #Portability problems not fixed by Gnulib:
12294 #@itemize
12295 #@item
12296 #This function is missing on some platforms:
12297 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12298
12299 File: ./doc/glibc-functions/putwchar_unlocked.texi
12300 Hash: f69ccaf0b8879e1b32f8329370cbbd3eef8ebf53964299657799567911f280e6
12301 Copyright: 
12302 License: 
12303 Licence_Text: 
12304 #Header: 
12305 #@node putwchar_unlocked
12306 #@subsection @code{putwchar_unlocked}
12307 #@findex putwchar_unlocked
12308 #
12309 #Gnulib module: ---
12310 #
12311 #Portability problems fixed by Gnulib:
12312 #@itemize
12313 #@end itemize
12314 #
12315 #Portability problems not fixed by Gnulib:
12316 #@itemize
12317 #@item
12318 #This function is missing on all non-glibc platforms:
12319 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12320
12321 File: ./doc/glibc-functions/pvalloc.texi
12322 Hash: 01f71af124d7774fd46b6a3c388a86a7a0039fc30d235d2ea226ee8bc659912b
12323 Copyright: 
12324 License: 
12325 Licence_Text: 
12326 #Header: 
12327 #@node pvalloc
12328 #@subsection @code{pvalloc}
12329 #@findex pvalloc
12330 #
12331 #Gnulib module: ---
12332 #
12333 #Portability problems fixed by Gnulib:
12334 #@itemize
12335 #@end itemize
12336 #
12337 #Portability problems not fixed by Gnulib:
12338 #@itemize
12339 #@item
12340 #This function is missing on all non-glibc platforms:
12341 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12342
12343 File: ./doc/glibc-functions/qecvt.texi
12344 Hash: c2c83522e967fd4ceb406a9629d36310bedc29e77ba38d75f3a5367a178f8932
12345 Copyright: 
12346 License: 
12347 Licence_Text: 
12348 #Header: 
12349 #@node qecvt
12350 #@subsection @code{qecvt}
12351 #@findex qecvt
12352 #
12353 #Gnulib module: ---
12354 #
12355 #Portability problems fixed by Gnulib:
12356 #@itemize
12357 #@end itemize
12358 #
12359 #Portability problems not fixed by Gnulib:
12360 #@itemize
12361 #@item
12362 #This function is missing on some platforms:
12363 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
12364
12365 File: ./doc/glibc-functions/qecvt_r.texi
12366 Hash: a1c7516fe37f8c935920a2793726be94fcb48c5064bf4fbcc516a47b9bf9d2db
12367 Copyright: 
12368 License: 
12369 Licence_Text: 
12370 #Header: 
12371 #@node qecvt_r
12372 #@subsection @code{qecvt_r}
12373 #@findex qecvt_r
12374 #
12375 #Gnulib module: ---
12376 #
12377 #Portability problems fixed by Gnulib:
12378 #@itemize
12379 #@end itemize
12380 #
12381 #Portability problems not fixed by Gnulib:
12382 #@itemize
12383 #@item
12384 #This function is missing on all non-glibc platforms:
12385 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12386
12387 File: ./doc/glibc-functions/qfcvt.texi
12388 Hash: 1b0d08244caaca9dd6f63183a50f81ee270c7250b6c4090fec67e3cf11e0e253
12389 Copyright: 
12390 License: 
12391 Licence_Text: 
12392 #Header: 
12393 #@node qfcvt
12394 #@subsection @code{qfcvt}
12395 #@findex qfcvt
12396 #
12397 #Gnulib module: ---
12398 #
12399 #Portability problems fixed by Gnulib:
12400 #@itemize
12401 #@end itemize
12402 #
12403 #Portability problems not fixed by Gnulib:
12404 #@itemize
12405 #@item
12406 #This function is missing on some platforms:
12407 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
12408
12409 File: ./doc/glibc-functions/qfcvt_r.texi
12410 Hash: 06b32b91bdd122fb691306a30ee07dd366dc10afd4fb5f4b797675626c46cf22
12411 Copyright: 
12412 License: 
12413 Licence_Text: 
12414 #Header: 
12415 #@node qfcvt_r
12416 #@subsection @code{qfcvt_r}
12417 #@findex qfcvt_r
12418 #
12419 #Gnulib module: ---
12420 #
12421 #Portability problems fixed by Gnulib:
12422 #@itemize
12423 #@end itemize
12424 #
12425 #Portability problems not fixed by Gnulib:
12426 #@itemize
12427 #@item
12428 #This function is missing on all non-glibc platforms:
12429 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12430
12431 File: ./doc/glibc-functions/qgcvt.texi
12432 Hash: ec9dd3a171af5d5d31ec024141385d5bd30972d0d66e42dca15e845bd24f395f
12433 Copyright: 
12434 License: 
12435 Licence_Text: 
12436 #Header: 
12437 #@node qgcvt
12438 #@subsection @code{qgcvt}
12439 #@findex qgcvt
12440 #
12441 #Gnulib module: ---
12442 #
12443 #Portability problems fixed by Gnulib:
12444 #@itemize
12445 #@end itemize
12446 #
12447 #Portability problems not fixed by Gnulib:
12448 #@itemize
12449 #@item
12450 #This function is missing on some platforms:
12451 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
12452
12453 File: ./doc/glibc-functions/quotactl.texi
12454 Hash: 836ab775c2feab3b068d36d672ad6123aad387f6fb1f5fa368f06a01ac807f2e
12455 Copyright: 
12456 License: 
12457 Licence_Text: 
12458 #Header: 
12459 #@node quotactl
12460 #@subsection @code{quotactl}
12461 #@findex quotactl
12462 #
12463 #Gnulib module: ---
12464 #
12465 #Portability problems fixed by Gnulib:
12466 #@itemize
12467 #@end itemize
12468 #
12469 #Portability problems not fixed by Gnulib:
12470 #@itemize
12471 #@item
12472 #This function is missing on some platforms:
12473 #AIX 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12474
12475 File: ./doc/glibc-functions/random_r.texi
12476 Hash: 5844e7a46c936938dfbf2ce4fdbcbe51d82a4074a6bc5b2414f2a107311479dd
12477 Copyright: 
12478 License: 
12479 Licence_Text: 
12480 #Header: 
12481 #@node random_r
12482 #@subsection @code{random_r}
12483 #@findex random_r
12484 #
12485 #Gnulib module: random_r
12486 #
12487 #Portability problems fixed by Gnulib:
12488 #@itemize
12489 #@item
12490 #This function is missing on some platforms:
12491 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
12492 #@end itemize
12493 #
12494 #Portability problems not fixed by Gnulib:
12495 #@itemize
12496
12497 File: ./doc/glibc-functions/rawmemchr.texi
12498 Hash: a88efb16cc1008fb2069f17f86e19d4ca86a2ee95560cffd35e015f79d55c8b2
12499 Copyright: 
12500 License: 
12501 Licence_Text: 
12502 #Header: 
12503 #@node rawmemchr
12504 #@subsection @code{rawmemchr}
12505 #@findex rawmemchr
12506 #
12507 #Gnulib module: rawmemchr
12508 #
12509 #Portability problems fixed by Gnulib:
12510 #@itemize
12511 #@item
12512 #This function is missing on all non-glibc platforms:
12513 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12514 #@end itemize
12515 #
12516 #Portability problems not fixed by Gnulib:
12517 #@itemize
12518
12519 File: ./doc/glibc-functions/rcmd.texi
12520 Hash: e257d1d57a345cddc907c3e227b0d51dfbece0c211d1b0e9d7b2519ba85090b1
12521 Copyright: 
12522 License: 
12523 Licence_Text: 
12524 #Header: 
12525 #@node rcmd
12526 #@subsection @code{rcmd}
12527 #@findex rcmd
12528 #
12529 #Gnulib module: ---
12530 #
12531 #Portability problems fixed by Gnulib:
12532 #@itemize
12533 #@end itemize
12534 #
12535 #Portability problems not fixed by Gnulib:
12536 #@itemize
12537 #@item
12538 #This function is missing on some platforms:
12539 #mingw, BeOS.
12540
12541 File: ./doc/glibc-functions/rcmd_af.texi
12542 Hash: 33267b7d2782d13d76324a3812e2ce79aae5bf28b639472be4e5dbeb29588118
12543 Copyright: 
12544 License: 
12545 Licence_Text: 
12546 #Header: 
12547 #@node rcmd_af
12548 #@subsection @code{rcmd_af}
12549 #@findex rcmd_af
12550 #
12551 #Gnulib module: ---
12552 #
12553 #Portability problems fixed by Gnulib:
12554 #@itemize
12555 #@end itemize
12556 #
12557 #Portability problems not fixed by Gnulib:
12558 #@itemize
12559 #@item
12560 #This function is missing on some platforms:
12561 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
12562
12563 File: ./doc/glibc-functions/re_comp.texi
12564 Hash: 01bfce768f404c4fff73edfee715bcfea880485a92171532c28dd24ee902ddda
12565 Copyright: 
12566 License: 
12567 Licence_Text: 
12568 #Header: 
12569 #@node re_comp
12570 #@subsection @code{re_comp}
12571 #@findex re_comp
12572 #
12573 #Gnulib module: ---
12574 #
12575 #Portability problems fixed by Gnulib:
12576 #@itemize
12577 #@end itemize
12578 #
12579 #Portability problems not fixed by Gnulib:
12580 #@itemize
12581 #@item
12582 #This function is missing on some platforms:
12583 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5.
12584
12585 File: ./doc/glibc-functions/re_compile_fastmap.texi
12586 Hash: df04f615fa59f124aea7423c97c3ab28d68bc4e7354fdba5bec20ec2189c38bc
12587 Copyright: 
12588 License: 
12589 Licence_Text: 
12590 #Header: 
12591 #@node re_compile_fastmap
12592 #@subsection @code{re_compile_fastmap}
12593 #@findex re_compile_fastmap
12594 #
12595 #Gnulib module: ---
12596 #
12597 #Portability problems fixed by Gnulib:
12598 #@itemize
12599 #@end itemize
12600 #
12601 #Portability problems not fixed by Gnulib:
12602 #@itemize
12603 #@item
12604 #This function is missing on some platforms:
12605 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
12606
12607 File: ./doc/glibc-functions/re_compile_pattern.texi
12608 Hash: ed911d035be21cdd51ea9886bfeac42f4b1528025c790409d988e1dd298ec0e4
12609 Copyright: 
12610 License: 
12611 Licence_Text: 
12612 #Header: 
12613 #@node re_compile_pattern
12614 #@subsection @code{re_compile_pattern}
12615 #@findex re_compile_pattern
12616 #
12617 #Gnulib module: ---
12618 #
12619 #Portability problems fixed by Gnulib:
12620 #@itemize
12621 #@end itemize
12622 #
12623 #Portability problems not fixed by Gnulib:
12624 #@itemize
12625 #@item
12626 #This function is missing on some platforms:
12627 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
12628
12629 File: ./doc/glibc-functions/re_exec.texi
12630 Hash: a1297936ebe8c37bd2e40e89c02f620cee30ab8e066c05b44c9e007fbcbebe85
12631 Copyright: 
12632 License: 
12633 Licence_Text: 
12634 #Header: 
12635 #@node re_exec
12636 #@subsection @code{re_exec}
12637 #@findex re_exec
12638 #
12639 #Gnulib module: ---
12640 #
12641 #Portability problems fixed by Gnulib:
12642 #@itemize
12643 #@end itemize
12644 #
12645 #Portability problems not fixed by Gnulib:
12646 #@itemize
12647 #@item
12648 #This function is missing on some platforms:
12649 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5.
12650
12651 File: ./doc/glibc-functions/re_match.texi
12652 Hash: b18566e77f75118465e53a1b14a0cf42da170947642f9c6d7d32272329b89661
12653 Copyright: 
12654 License: 
12655 Licence_Text: 
12656 #Header: 
12657 #@node re_match
12658 #@subsection @code{re_match}
12659 #@findex re_match
12660 #
12661 #Gnulib module: ---
12662 #
12663 #Portability problems fixed by Gnulib:
12664 #@itemize
12665 #@end itemize
12666 #
12667 #Portability problems not fixed by Gnulib:
12668 #@itemize
12669 #@item
12670 #This function is missing on some platforms:
12671 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
12672
12673 File: ./doc/glibc-functions/re_match_2.texi
12674 Hash: b456a65fbeabbb70c1ea7c3cc9d9af1c0d1fd7313ae2cab14bf0fcdfe8a9d949
12675 Copyright: 
12676 License: 
12677 Licence_Text: 
12678 #Header: 
12679 #@node re_match_2
12680 #@subsection @code{re_match_2}
12681 #@findex re_match_2
12682 #
12683 #Gnulib module: ---
12684 #
12685 #Portability problems fixed by Gnulib:
12686 #@itemize
12687 #@end itemize
12688 #
12689 #Portability problems not fixed by Gnulib:
12690 #@itemize
12691 #@item
12692 #This function is missing on some platforms:
12693 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
12694
12695 File: ./doc/glibc-functions/re_search.texi
12696 Hash: 1546d42e4213de80f339e367568465dddb64971f935cca31fff6a46ceaa22107
12697 Copyright: 
12698 License: 
12699 Licence_Text: 
12700 #Header: 
12701 #@node re_search
12702 #@subsection @code{re_search}
12703 #@findex re_search
12704 #
12705 #Gnulib module: ---
12706 #
12707 #Portability problems fixed by Gnulib:
12708 #@itemize
12709 #@end itemize
12710 #
12711 #Portability problems not fixed by Gnulib:
12712 #@itemize
12713 #@item
12714 #This function is missing on some platforms:
12715 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
12716
12717 File: ./doc/glibc-functions/re_search_2.texi
12718 Hash: 81618d34a0a95e7bf19b0c3f6e9bb7dc853e954bc4bc0e91581cc76af5aec179
12719 Copyright: 
12720 License: 
12721 Licence_Text: 
12722 #Header: 
12723 #@node re_search_2
12724 #@subsection @code{re_search_2}
12725 #@findex re_search_2
12726 #
12727 #Gnulib module: ---
12728 #
12729 #Portability problems fixed by Gnulib:
12730 #@itemize
12731 #@end itemize
12732 #
12733 #Portability problems not fixed by Gnulib:
12734 #@itemize
12735 #@item
12736 #This function is missing on some platforms:
12737 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
12738
12739 File: ./doc/glibc-functions/re_set_registers.texi
12740 Hash: 56b39a6302e400bfb705a54caefa53c2433d8b834ddd4f96e4322a2afd219580
12741 Copyright: 
12742 License: 
12743 Licence_Text: 
12744 #Header: 
12745 #@node re_set_registers
12746 #@subsection @code{re_set_registers}
12747 #@findex re_set_registers
12748 #
12749 #Gnulib module: ---
12750 #
12751 #Portability problems fixed by Gnulib:
12752 #@itemize
12753 #@end itemize
12754 #
12755 #Portability problems not fixed by Gnulib:
12756 #@itemize
12757 #@item
12758 #This function is missing on some platforms:
12759 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
12760
12761 File: ./doc/glibc-functions/re_set_syntax.texi
12762 Hash: 748a99045110cf56f79df6e0d5f4b234bf7dde20a723d93a0a673da3b03c90ad
12763 Copyright: 
12764 License: 
12765 Licence_Text: 
12766 #Header: 
12767 #@node re_set_syntax
12768 #@subsection @code{re_set_syntax}
12769 #@findex re_set_syntax
12770 #
12771 #Gnulib module: ---
12772 #
12773 #Portability problems fixed by Gnulib:
12774 #@itemize
12775 #@end itemize
12776 #
12777 #Portability problems not fixed by Gnulib:
12778 #@itemize
12779 #@item
12780 #This function is missing on some platforms:
12781 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
12782
12783 File: ./doc/glibc-functions/re_syntax_options.texi
12784 Hash: 0c830a2c8456fd51772baaa9a4090458bb2e6b76f76c386603a25c228f7b6ca6
12785 Copyright: 
12786 License: 
12787 Licence_Text: 
12788 #Header: 
12789 #@node re_syntax_options
12790 #@subsection @code{re_syntax_options}
12791 #@findex re_syntax_options
12792 #
12793 #Gnulib module: ---
12794 #
12795 #Portability problems fixed by Gnulib:
12796 #@itemize
12797 #@end itemize
12798 #
12799 #Portability problems not fixed by Gnulib:
12800 #@itemize
12801 #@item
12802 #This variable is missing on some platforms:
12803 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
12804
12805 File: ./doc/glibc-functions/readahead.texi
12806 Hash: 8f826416be974f9a1e522ef20f3a12a29ef06badbf895c58d04588577d843e0e
12807 Copyright: 
12808 License: 
12809 Licence_Text: 
12810 #Header: 
12811 #@node readahead
12812 #@subsection @code{readahead}
12813 #@findex readahead
12814 #
12815 #Gnulib module: ---
12816 #
12817 #Portability problems fixed by Gnulib:
12818 #@itemize
12819 #@end itemize
12820 #
12821 #Portability problems not fixed by Gnulib:
12822 #@itemize
12823 #@item
12824 #This function is missing on all non-glibc platforms:
12825 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12826
12827 File: ./doc/glibc-functions/reboot.texi
12828 Hash: 821bc1ae818abe8915a90b46f5222f4ada16fbea77e88d86c0358421e73b709c
12829 Copyright: 
12830 License: 
12831 Licence_Text: 
12832 #Header: 
12833 #@node reboot
12834 #@subsection @code{reboot}
12835 #@findex reboot
12836 #
12837 #Gnulib module: ---
12838 #
12839 #Portability problems fixed by Gnulib:
12840 #@itemize
12841 #@end itemize
12842 #
12843 #Portability problems not fixed by Gnulib:
12844 #@itemize
12845 #@item
12846 #This function is missing on some platforms:
12847 #AIX 5.1, Cygwin, mingw, Interix 3.5, BeOS.
12848
12849 File: ./doc/glibc-functions/register_printf_function.texi
12850 Hash: 55330e647478ac89ec8173c27dc6ccde685c0c9ff1aa731f92c403c3643264f3
12851 Copyright: 
12852 License: 
12853 Licence_Text: 
12854 #Header: 
12855 #@node register_printf_function
12856 #@subsection @code{register_printf_function}
12857 #@findex register_printf_function
12858 #
12859 #Gnulib module: ---
12860 #
12861 #Portability problems fixed by Gnulib:
12862 #@itemize
12863 #@end itemize
12864 #
12865 #Portability problems not fixed by Gnulib:
12866 #@itemize
12867 #@item
12868 #This function is missing on all non-glibc platforms:
12869 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12870
12871 File: ./doc/glibc-functions/remap_file_pages.texi
12872 Hash: 6ebd3f6be34b6b2bfd24e20710e6b8f9eb129fa6248ab974a952205fd4a98f67
12873 Copyright: 
12874 License: 
12875 Licence_Text: 
12876 #Header: 
12877 #@node remap_file_pages
12878 #@subsection @code{remap_file_pages}
12879 #@findex remap_file_pages
12880 #
12881 #Gnulib module: ---
12882 #
12883 #Portability problems fixed by Gnulib:
12884 #@itemize
12885 #@end itemize
12886 #
12887 #Portability problems not fixed by Gnulib:
12888 #@itemize
12889 #@item
12890 #This function is missing on all non-glibc platforms:
12891 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12892
12893 File: ./doc/glibc-functions/removexattr.texi
12894 Hash: 84ac25baaee52cbb40f99f510e79d07b6b8428d24256042b6ae785a0868f9883
12895 Copyright: 
12896 License: 
12897 Licence_Text: 
12898 #Header: 
12899 #@node removexattr
12900 #@subsection @code{removexattr}
12901 #@findex removexattr
12902 #
12903 #Gnulib module: ---
12904 #
12905 #Portability problems fixed by Gnulib:
12906 #@itemize
12907 #@end itemize
12908 #
12909 #Portability problems not fixed by Gnulib:
12910 #@itemize
12911 #@item
12912 #This function is missing on many non-glibc platforms:
12913 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
12914
12915 File: ./doc/glibc-functions/res_init.texi
12916 Hash: 388e462fc34d47868da844ac1b41166ca1d710720fc4cf90949471b6b22e06df
12917 Copyright: 
12918 License: 
12919 Licence_Text: 
12920 #Header: 
12921 #@node res_init
12922 #@subsection @code{res_init}
12923 #@findex res_init
12924 #
12925 #Gnulib module: ---
12926 #
12927 #Portability problems fixed by Gnulib:
12928 #@itemize
12929 #@end itemize
12930 #
12931 #Portability problems not fixed by Gnulib:
12932 #@itemize
12933 #@item
12934 #This function is missing on some platforms:
12935 #Cygwin 1.5.x, mingw, Interix 3.5.
12936
12937 File: ./doc/glibc-functions/res_mkquery.texi
12938 Hash: 0b93eb65d4f8eb234d2cf53f9be95119f92ba036e114bccffaad8f4217b8be95
12939 Copyright: 
12940 License: 
12941 Licence_Text: 
12942 #Header: 
12943 #@node res_mkquery
12944 #@subsection @code{res_mkquery}
12945 #@findex res_mkquery
12946 #
12947 #Gnulib module: ---
12948 #
12949 #Portability problems fixed by Gnulib:
12950 #@itemize
12951 #@end itemize
12952 #
12953 #Portability problems not fixed by Gnulib:
12954 #@itemize
12955 #@item
12956 #This function is missing on some platforms:
12957 #Cygwin 1.5.x, mingw, Interix 3.5.
12958
12959 File: ./doc/glibc-functions/res_query.texi
12960 Hash: 86b37d31764f008efaccff858dd736522731703d0e3db5df805ff8a8641830d7
12961 Copyright: 
12962 License: 
12963 Licence_Text: 
12964 #Header: 
12965 #@node res_query
12966 #@subsection @code{res_query}
12967 #@findex res_query
12968 #
12969 #Gnulib module: ---
12970 #
12971 #Portability problems fixed by Gnulib:
12972 #@itemize
12973 #@end itemize
12974 #
12975 #Portability problems not fixed by Gnulib:
12976 #@itemize
12977 #@item
12978 #This function is missing on some platforms:
12979 #Cygwin 1.5.x, mingw, Interix 3.5.
12980
12981 File: ./doc/glibc-functions/res_querydomain.texi
12982 Hash: 4febd67db3cafc50012c62f08b9150179b6b6a86fe3b563308abcf8aef41ea22
12983 Copyright: 
12984 License: 
12985 Licence_Text: 
12986 #Header: 
12987 #@node res_querydomain
12988 #@subsection @code{res_querydomain}
12989 #@findex res_querydomain
12990 #
12991 #Gnulib module: ---
12992 #
12993 #Portability problems fixed by Gnulib:
12994 #@itemize
12995 #@end itemize
12996 #
12997 #Portability problems not fixed by Gnulib:
12998 #@itemize
12999 #@item
13000 #This function is missing on some platforms:
13001 #Cygwin 1.5.x, mingw, Interix 3.5.
13002
13003 File: ./doc/glibc-functions/res_search.texi
13004 Hash: c61477ed9ea9b2f03e6d988d1459e5c85d6d767e5d5afd77688cbe1531c9d6bb
13005 Copyright: 
13006 License: 
13007 Licence_Text: 
13008 #Header: 
13009 #@node res_search
13010 #@subsection @code{res_search}
13011 #@findex res_search
13012 #
13013 #Gnulib module: ---
13014 #
13015 #Portability problems fixed by Gnulib:
13016 #@itemize
13017 #@end itemize
13018 #
13019 #Portability problems not fixed by Gnulib:
13020 #@itemize
13021 #@item
13022 #This function is missing on some platforms:
13023 #Cygwin 1.5.x, mingw, Interix 3.5.
13024
13025 File: ./doc/glibc-functions/revoke.texi
13026 Hash: adf7f5046e9f85a1de13826a1877dab9bfb1e3f8926f96c31feb8fc9917c69a0
13027 Copyright: 
13028 License: 
13029 Licence_Text: 
13030 #Header: 
13031 #@node revoke
13032 #@subsection @code{revoke}
13033 #@findex revoke
13034 #
13035 #Gnulib module: ---
13036 #
13037 #Portability problems fixed by Gnulib:
13038 #@itemize
13039 #@end itemize
13040 #
13041 #Portability problems not fixed by Gnulib:
13042 #@itemize
13043 #@item
13044 #This function is missing on some platforms:
13045 #AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw, Interix 3.5, BeOS.
13046
13047 File: ./doc/glibc-functions/rexec.texi
13048 Hash: 4beb711fc9303350ba038dd9e41dd18a54e9cd1df22fd2848b2ccdb633abc29a
13049 Copyright: 
13050 License: 
13051 Licence_Text: 
13052 #Header: 
13053 #@node rexec
13054 #@subsection @code{rexec}
13055 #@findex rexec
13056 #
13057 #Gnulib module: ---
13058 #
13059 #Portability problems fixed by Gnulib:
13060 #@itemize
13061 #@end itemize
13062 #
13063 #Portability problems not fixed by Gnulib:
13064 #@itemize
13065 #@item
13066 #This function is missing on some platforms:
13067 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, mingw, BeOS.
13068
13069 File: ./doc/glibc-functions/rexec_af.texi
13070 Hash: 2d2addfd332aeac29c6e6f0199609364003aa36cfe6edb4da81edd73f408250d
13071 Copyright: 
13072 License: 
13073 Licence_Text: 
13074 #Header: 
13075 #@node rexec_af
13076 #@subsection @code{rexec_af}
13077 #@findex rexec_af
13078 #
13079 #Gnulib module: ---
13080 #
13081 #Portability problems fixed by Gnulib:
13082 #@itemize
13083 #@end itemize
13084 #
13085 #Portability problems not fixed by Gnulib:
13086 #@itemize
13087 #@item
13088 #This function is missing on some platforms:
13089 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Cygwin, mingw, Interix 3.5, BeOS.
13090
13091 File: ./doc/glibc-functions/rpc_createerr.texi
13092 Hash: cd184775acd5c98bf80055c4f63cc5e4f1cf8be76c79f8359575324e96c0126c
13093 Copyright: 
13094 License: 
13095 Licence_Text: 
13096 #Header: 
13097 #@node rpc_createerr
13098 #@subsection @code{rpc_createerr}
13099 #@findex rpc_createerr
13100 #
13101 #Gnulib module: ---
13102 #
13103 #Portability problems fixed by Gnulib:
13104 #@itemize
13105 #@end itemize
13106 #
13107 #Portability problems not fixed by Gnulib:
13108 #@itemize
13109 #@item
13110 #This variable is missing on some platforms:
13111 #AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, BeOS.
13112
13113 File: ./doc/glibc-functions/rpmatch.texi
13114 Hash: 5626ebb2b2a3e883ddea5f7983fd541e62176b8fe1b90b6315281551744b773a
13115 Copyright: 
13116 License: 
13117 Licence_Text: 
13118 #Header: 
13119 #@node rpmatch
13120 #@subsection @code{rpmatch}
13121 #@findex rpmatch
13122 #
13123 #Gnulib module: rpmatch
13124 #
13125 #Portability problems fixed by Gnulib:
13126 #@itemize
13127 #@item
13128 #This function is missing on some platforms:
13129 #MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13130 #@end itemize
13131 #
13132 #Portability problems not fixed by Gnulib:
13133 #@itemize
13134
13135 File: ./doc/glibc-functions/rresvport.texi
13136 Hash: a97f5ee77da3a964130fe12ad34f4429a25dc4e8983614eee3ff2228e41a5f05
13137 Copyright: 
13138 License: 
13139 Licence_Text: 
13140 #Header: 
13141 #@node rresvport
13142 #@subsection @code{rresvport}
13143 #@findex rresvport
13144 #
13145 #Gnulib module: ---
13146 #
13147 #Portability problems fixed by Gnulib:
13148 #@itemize
13149 #@end itemize
13150 #
13151 #Portability problems not fixed by Gnulib:
13152 #@itemize
13153 #@item
13154 #This function is missing on some platforms:
13155 #mingw, BeOS.
13156
13157 File: ./doc/glibc-functions/rresvport_af.texi
13158 Hash: 5211bddef422718e87e6aed59cf45e467d35e86554b9620b72846aa840542485
13159 Copyright: 
13160 License: 
13161 Licence_Text: 
13162 #Header: 
13163 #@node rresvport_af
13164 #@subsection @code{rresvport_af}
13165 #@findex rresvport_af
13166 #
13167 #Gnulib module: ---
13168 #
13169 #Portability problems fixed by Gnulib:
13170 #@itemize
13171 #@end itemize
13172 #
13173 #Portability problems not fixed by Gnulib:
13174 #@itemize
13175 #@item
13176 #This function is missing on some platforms:
13177 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
13178
13179 File: ./doc/glibc-functions/rtime.texi
13180 Hash: 2da678ee5e984b04b11b8441f6c38275bfce06b3d62f5bbf89e85c5510b10242
13181 Copyright: 
13182 License: 
13183 Licence_Text: 
13184 #Header: 
13185 #@node rtime
13186 #@subsection @code{rtime}
13187 #@findex rtime
13188 #
13189 #Gnulib module: ---
13190 #
13191 #Portability problems fixed by Gnulib:
13192 #@itemize
13193 #@end itemize
13194 #
13195 #Portability problems not fixed by Gnulib:
13196 #@itemize
13197 #@item
13198 #This function is missing on some platforms:
13199 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13200
13201 File: ./doc/glibc-functions/ruserok.texi
13202 Hash: 4521b929c1ed87ca5ae848c5a95d221964ecfdc3efb41a6f0d05adc5c438fb6c
13203 Copyright: 
13204 License: 
13205 Licence_Text: 
13206 #Header: 
13207 #@node ruserok
13208 #@subsection @code{ruserok}
13209 #@findex ruserok
13210 #
13211 #Gnulib module: ---
13212 #
13213 #Portability problems fixed by Gnulib:
13214 #@itemize
13215 #@end itemize
13216 #
13217 #Portability problems not fixed by Gnulib:
13218 #@itemize
13219 #@item
13220 #This function is missing on some platforms:
13221 #mingw, BeOS.
13222
13223 File: ./doc/glibc-functions/ruserok_af.texi
13224 Hash: 54c8a002ff9e44fc49fb4bffd3bccdcc0f11e545b23463d9e3d3945bc8862e56
13225 Copyright: 
13226 License: 
13227 Licence_Text: 
13228 #Header: 
13229 #@node ruserok_af
13230 #@subsection @code{ruserok_af}
13231 #@findex ruserok_af
13232 #
13233 #Gnulib module: ---
13234 #
13235 #Portability problems fixed by Gnulib:
13236 #@itemize
13237 #@end itemize
13238 #
13239 #Portability problems not fixed by Gnulib:
13240 #@itemize
13241 #@item
13242 #This function is missing on all non-glibc platforms:
13243 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13244
13245 File: ./doc/glibc-functions/sbrk.texi
13246 Hash: 4d580822d85c2db8a05c71c6bbc254541a6ce7666158f73bc52fe573cc565151
13247 Copyright: 
13248 License: 
13249 Licence_Text: 
13250 #Header: 
13251 #@node sbrk
13252 #@subsection @code{sbrk}
13253 #@findex sbrk
13254 #
13255 #Gnulib module: ---
13256 #
13257 #Portability problems fixed by Gnulib:
13258 #@itemize
13259 #@end itemize
13260 #
13261 #Portability problems not fixed by Gnulib:
13262 #@itemize
13263 #@item
13264 #This function is missing on some platforms:
13265 #AIX 5.1, mingw.
13266
13267 File: ./doc/glibc-functions/scalbf.texi
13268 Hash: b16e449629ea32f221f6a63199f6b1691aa80be4d73e7215d8a0e1139149a9d6
13269 Copyright: 
13270 License: 
13271 Licence_Text: 
13272 #Header: 
13273 #@node scalbf
13274 #@subsection @code{scalbf}
13275 #@findex scalbf
13276 #
13277 #Gnulib module: ---
13278 #
13279 #Portability problems fixed by Gnulib:
13280 #@itemize
13281 #@end itemize
13282 #
13283 #Portability problems not fixed by Gnulib:
13284 #@itemize
13285 #@item
13286 #This function is missing on some platforms:
13287 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, mingw.
13288
13289 File: ./doc/glibc-functions/scalbl.texi
13290 Hash: b30afc7e613e8f733f740a96f53c657699ace3dd840b3dd6859224ee96ca2385
13291 Copyright: 
13292 License: 
13293 Licence_Text: 
13294 #Header: 
13295 #@node scalbl
13296 #@subsection @code{scalbl}
13297 #@findex scalbl
13298 #
13299 #Gnulib module: ---
13300 #
13301 #Portability problems fixed by Gnulib:
13302 #@itemize
13303 #@end itemize
13304 #
13305 #Portability problems not fixed by Gnulib:
13306 #@itemize
13307 #@item
13308 #This function is missing on some platforms:
13309 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
13310
13311 File: ./doc/glibc-functions/sched_getaffinity.texi
13312 Hash: c3f41bc0b5cc0b9f81a9b3c03a45c74c58936a3ed3fda2d3983a1de9c0cdf054
13313 Copyright: 
13314 License: 
13315 Licence_Text: 
13316 #Header: 
13317 #@node sched_getaffinity
13318 #@subsection @code{sched_getaffinity}
13319 #@findex sched_getaffinity
13320 #
13321 #Gnulib module: ---
13322 #
13323 #Portability problems fixed by Gnulib:
13324 #@itemize
13325 #@end itemize
13326 #
13327 #Portability problems not fixed by Gnulib:
13328 #@itemize
13329 #@item
13330 #This function is missing on all non-glibc platforms:
13331 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13332
13333 File: ./doc/glibc-functions/sched_setaffinity.texi
13334 Hash: 2df764b35ee0d3f8a787b710f5154954dd0775e3daf75a5b9cfb34c1cd8c010c
13335 Copyright: 
13336 License: 
13337 Licence_Text: 
13338 #Header: 
13339 #@node sched_setaffinity
13340 #@subsection @code{sched_setaffinity}
13341 #@findex sched_setaffinity
13342 #
13343 #Gnulib module: ---
13344 #
13345 #Portability problems fixed by Gnulib:
13346 #@itemize
13347 #@end itemize
13348 #
13349 #Portability problems not fixed by Gnulib:
13350 #@itemize
13351 #@item
13352 #This function is missing on all non-glibc platforms:
13353 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13354
13355 File: ./doc/glibc-functions/seed48_r.texi
13356 Hash: 6f0ca8a62a531d471a5968c0b0117f6bfd1b3c4f8292a2f805e916f1b4ebea5d
13357 Copyright: 
13358 License: 
13359 Licence_Text: 
13360 #Header: 
13361 #@node seed48_r
13362 #@subsection @code{seed48_r}
13363 #@findex seed48_r
13364 #
13365 #Gnulib module: ---
13366 #
13367 #Portability problems fixed by Gnulib:
13368 #@itemize
13369 #@end itemize
13370 #
13371 #Portability problems not fixed by Gnulib:
13372 #@itemize
13373 #@item
13374 #This function is missing on some platforms:
13375 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
13376
13377 File: ./doc/glibc-functions/semtimedop.texi
13378 Hash: 80ac3efc9c4674b2a8c0fba162e409c061324e76e3715bb034e48f06d744c1ec
13379 Copyright: 
13380 License: 
13381 Licence_Text: 
13382 #Header: 
13383 #@node semtimedop
13384 #@subsection @code{semtimedop}
13385 #@findex semtimedop
13386 #
13387 #Gnulib module: ---
13388 #
13389 #Portability problems fixed by Gnulib:
13390 #@itemize
13391 #@end itemize
13392 #
13393 #Portability problems not fixed by Gnulib:
13394 #@itemize
13395 #@item
13396 #This function is missing on some platforms:
13397 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
13398
13399 File: ./doc/glibc-functions/sendfile.texi
13400 Hash: 20c385fd8bd96b281377ff50c7eedf88fe7f424d965765b9ed3429976ffe788a
13401 Copyright: 
13402 License: 
13403 Licence_Text: 
13404 #Header: 
13405 #@node sendfile
13406 #@subsection @code{sendfile}
13407 #@findex sendfile
13408 #
13409 #Gnulib module: ---
13410 #
13411 #Portability problems fixed by Gnulib:
13412 #@itemize
13413 #@end itemize
13414 #
13415 #Portability problems not fixed by Gnulib:
13416 #@itemize
13417 #@item
13418 #This function is missing on some platforms:
13419 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13420
13421 File: ./doc/glibc-functions/setaliasent.texi
13422 Hash: c676df80fadf27ec301ff8d5668fb6e7aa5e057788c4b334847bcd9402724933
13423 Copyright: 
13424 License: 
13425 Licence_Text: 
13426 #Header: 
13427 #@node setaliasent
13428 #@subsection @code{setaliasent}
13429 #@findex setaliasent
13430 #
13431 #Gnulib module: ---
13432 #
13433 #Portability problems fixed by Gnulib:
13434 #@itemize
13435 #@end itemize
13436 #
13437 #Portability problems not fixed by Gnulib:
13438 #@itemize
13439 #@item
13440 #This function is missing on all non-glibc platforms:
13441 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13442
13443 File: ./doc/glibc-functions/setbuffer.texi
13444 Hash: 840463919c23c80fb9256b4d89f5a8a975413c47a4b18d99a291d2c3fd775c74
13445 Copyright: 
13446 License: 
13447 Licence_Text: 
13448 #Header: 
13449 #@node setbuffer
13450 #@subsection @code{setbuffer}
13451 #@findex setbuffer
13452 #
13453 #Gnulib module: ---
13454 #
13455 #Portability problems fixed by Gnulib:
13456 #@itemize
13457 #@end itemize
13458 #
13459 #Portability problems not fixed by Gnulib:
13460 #@itemize
13461 #@item
13462 #This function is missing on some platforms:
13463 #HP-UX 11, mingw.
13464
13465 File: ./doc/glibc-functions/setdomainname.texi
13466 Hash: d246fb85da1d127786c3c8c54fdd4662f2ab4234985ba4ec0f9e983a2856970d
13467 Copyright: 
13468 License: 
13469 Licence_Text: 
13470 #Header: 
13471 #@node setdomainname
13472 #@subsection @code{setdomainname}
13473 #@findex setdomainname
13474 #
13475 #Gnulib module: ---
13476 #
13477 #Portability problems fixed by Gnulib:
13478 #@itemize
13479 #@end itemize
13480 #
13481 #Portability problems not fixed by Gnulib:
13482 #@itemize
13483 #@item
13484 #This function is missing on some platforms:
13485 #AIX 5.1, Cygwin, mingw, Interix 3.5, BeOS.
13486
13487 File: ./doc/glibc-functions/setfsent.texi
13488 Hash: 92cc739baa4eb3f52eefcad295bba2960905e5acec6e3f69afdb6cccac5b9d96
13489 Copyright: 
13490 License: 
13491 Licence_Text: 
13492 #Header: 
13493 #@node setfsent
13494 #@subsection @code{setfsent}
13495 #@findex setfsent
13496 #
13497 #Gnulib module: ---
13498 #
13499 #Portability problems fixed by Gnulib:
13500 #@itemize
13501 #@end itemize
13502 #
13503 #Portability problems not fixed by Gnulib:
13504 #@itemize
13505 #@item
13506 #This function is missing on some platforms:
13507 #IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13508
13509 File: ./doc/glibc-functions/setfsgid.texi
13510 Hash: a3e35a76fb66fc7edfe5eadb4fca7c217aa0f2dc521b0784d0e1e47749f1c49e
13511 Copyright: 
13512 License: 
13513 Licence_Text: 
13514 #Header: 
13515 #@node setfsgid
13516 #@subsection @code{setfsgid}
13517 #@findex setfsgid
13518 #
13519 #Gnulib module: ---
13520 #
13521 #Portability problems fixed by Gnulib:
13522 #@itemize
13523 #@end itemize
13524 #
13525 #Portability problems not fixed by Gnulib:
13526 #@itemize
13527 #@item
13528 #This function is missing on all non-glibc platforms:
13529 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13530
13531 File: ./doc/glibc-functions/setfsuid.texi
13532 Hash: 72853abaad0d3750b660aaa0496f1d95d3ea3a182bc34a16df3ea00a1b25ac1b
13533 Copyright: 
13534 License: 
13535 Licence_Text: 
13536 #Header: 
13537 #@node setfsuid
13538 #@subsection @code{setfsuid}
13539 #@findex setfsuid
13540 #
13541 #Gnulib module: ---
13542 #
13543 #Portability problems fixed by Gnulib:
13544 #@itemize
13545 #@end itemize
13546 #
13547 #Portability problems not fixed by Gnulib:
13548 #@itemize
13549 #@item
13550 #This function is missing on all non-glibc platforms:
13551 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13552
13553 File: ./doc/glibc-functions/setgroups.texi
13554 Hash: d47bf569c94762a70603caaa8b89619e1820828049b0a19af2694cf7928da98c
13555 Copyright: 
13556 License: 
13557 Licence_Text: 
13558 #Header: 
13559 #@node setgroups
13560 #@subsection @code{setgroups}
13561 #@findex setgroups
13562 #
13563 #Gnulib module: ---
13564 #
13565 #Portability problems fixed by Gnulib:
13566 #@itemize
13567 #@end itemize
13568 #
13569 #Portability problems not fixed by Gnulib:
13570 #@itemize
13571 #@item
13572 #This function is missing on some platforms:
13573 #AIX 5.1, mingw, Interix 3.5, BeOS.
13574
13575 File: ./doc/glibc-functions/sethostid.texi
13576 Hash: 2caed9ea890d6844a17a375c6b579ec03850c96c9aed240cea87bd0b882c9561
13577 Copyright: 
13578 License: 
13579 Licence_Text: 
13580 #Header: 
13581 #@node sethostid
13582 #@subsection @code{sethostid}
13583 #@findex sethostid
13584 #
13585 #Gnulib module: ---
13586 #
13587 #Portability problems fixed by Gnulib:
13588 #@itemize
13589 #@end itemize
13590 #
13591 #Portability problems not fixed by Gnulib:
13592 #@itemize
13593 #@item
13594 #This function is missing on some platforms:
13595 #AIX 5.1, HP-UX 11, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13596
13597 File: ./doc/glibc-functions/sethostname.texi
13598 Hash: 6359c3be8e8047c37933b2a94e5323fc44e3be3ef72ad19957500e4d1449c832
13599 Copyright: 
13600 License: 
13601 Licence_Text: 
13602 #Header: 
13603 #@node sethostname
13604 #@subsection @code{sethostname}
13605 #@findex sethostname
13606 #
13607 #Gnulib module: ---
13608 #
13609 #Portability problems fixed by Gnulib:
13610 #@itemize
13611 #@end itemize
13612 #
13613 #Portability problems not fixed by Gnulib:
13614 #@itemize
13615 #@item
13616 #This function is missing on some platforms:
13617 #AIX 5.1, Cygwin, mingw, Interix 3.5, BeOS.
13618
13619 File: ./doc/glibc-functions/setipv4sourcefilter.texi
13620 Hash: 769bdc41e8ac069fabcdf83b06be2c5741e75b340352c2b9eafa1d294f032097
13621 Copyright: 
13622 License: 
13623 Licence_Text: 
13624 #Header: 
13625 #@node setipv4sourcefilter
13626 #@subsection @code{setipv4sourcefilter}
13627 #@findex setipv4sourcefilter
13628 #
13629 #Gnulib module: ---
13630 #
13631 #Portability problems fixed by Gnulib:
13632 #@itemize
13633 #@end itemize
13634 #
13635 #Portability problems not fixed by Gnulib:
13636 #@itemize
13637 #@item
13638 #This function is missing on all non-glibc platforms:
13639 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13640
13641 File: ./doc/glibc-functions/setkey_r.texi
13642 Hash: ff01f1e3f4faf132318c0d62ae42e6e536e83adf9f04b6987d397f18b871dda1
13643 Copyright: 
13644 License: 
13645 Licence_Text: 
13646 #Header: 
13647 #@node setkey_r
13648 #@subsection @code{setkey_r}
13649 #@findex setkey_r
13650 #
13651 #Gnulib module: ---
13652 #
13653 #Portability problems fixed by Gnulib:
13654 #@itemize
13655 #@end itemize
13656 #
13657 #Portability problems not fixed by Gnulib:
13658 #@itemize
13659 #@item
13660 #This function is missing on some platforms:
13661 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13662
13663 File: ./doc/glibc-functions/setlinebuf.texi
13664 Hash: 823f1a2c56b9bfd0fc25a9476ef59c90fadb49050d097037bc459d3d71e7c1e4
13665 Copyright: 
13666 License: 
13667 Licence_Text: 
13668 #Header: 
13669 #@node setlinebuf
13670 #@subsection @code{setlinebuf}
13671 #@findex setlinebuf
13672 #
13673 #Gnulib module: ---
13674 #
13675 #Portability problems fixed by Gnulib:
13676 #@itemize
13677 #@end itemize
13678 #
13679 #Portability problems not fixed by Gnulib:
13680 #@itemize
13681 #@item
13682 #This function is missing on some platforms:
13683 #HP-UX 11, mingw.
13684
13685 File: ./doc/glibc-functions/setlogin.texi
13686 Hash: 9eaafc78df2669e5b4e72a2e5a485085acb927d50e5be2953dbeb2d81701391f
13687 Copyright: 
13688 License: 
13689 Licence_Text: 
13690 #Header: 
13691 #@node setlogin
13692 #@subsection @code{setlogin}
13693 #@findex setlogin
13694 #
13695 #Gnulib module: ---
13696 #
13697 #Portability problems fixed by Gnulib:
13698 #@itemize
13699 #@end itemize
13700 #
13701 #Portability problems not fixed by Gnulib:
13702 #@itemize
13703 #@item
13704 #This function is missing on some platforms:
13705 #AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13706
13707 File: ./doc/glibc-functions/setmntent.texi
13708 Hash: b332b02169657299a7ca3ba9af1e7e3fc737d24cd2983f7a4d133af81b092961
13709 Copyright: 
13710 License: 
13711 Licence_Text: 
13712 #Header: 
13713 #@node setmntent
13714 #@subsection @code{setmntent}
13715 #@findex setmntent
13716 #
13717 #Gnulib module: ---
13718 #
13719 #Portability problems fixed by Gnulib:
13720 #@itemize
13721 #@end itemize
13722 #
13723 #Portability problems not fixed by Gnulib:
13724 #@itemize
13725 #@item
13726 #This function is missing on some platforms:
13727 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
13728
13729 File: ./doc/glibc-functions/setnetgrent.texi
13730 Hash: 30d8d87126649c90573d67b04ff921db26d84a756946067181cb5946356b0c0a
13731 Copyright: 
13732 License: 
13733 Licence_Text: 
13734 #Header: 
13735 #@node setnetgrent
13736 #@subsection @code{setnetgrent}
13737 #@findex setnetgrent
13738 #
13739 #Gnulib module: ---
13740 #
13741 #Portability problems fixed by Gnulib:
13742 #@itemize
13743 #@end itemize
13744 #
13745 #Portability problems not fixed by Gnulib:
13746 #@itemize
13747 #@item
13748 #This function is missing on some platforms:
13749 #Cygwin, mingw, Interix 3.5, BeOS.
13750
13751 File: ./doc/glibc-functions/setresgid.texi
13752 Hash: 4975dfd5771c4957030f086d8ac5ce7189cdde23f5e2bb67d0ff07d968e35479
13753 Copyright: 
13754 License: 
13755 Licence_Text: 
13756 #Header: 
13757 #@node setresgid
13758 #@subsection @code{setresgid}
13759 #@findex setresgid
13760 #
13761 #Gnulib module: ---
13762 #
13763 #Portability problems fixed by Gnulib:
13764 #@itemize
13765 #@end itemize
13766 #
13767 #Portability problems not fixed by Gnulib:
13768 #@itemize
13769 #@item
13770 #This function is missing on some platforms:
13771 #MacOS X 10.3, NetBSD 3.0, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13772
13773 File: ./doc/glibc-functions/setresuid.texi
13774 Hash: cbd55c93dfbb005061c4332bb10d9cd19c08f8a184a1d192c45d42466ac5fc85
13775 Copyright: 
13776 License: 
13777 Licence_Text: 
13778 #Header: 
13779 #@node setresuid
13780 #@subsection @code{setresuid}
13781 #@findex setresuid
13782 #
13783 #Gnulib module: ---
13784 #
13785 #Portability problems fixed by Gnulib:
13786 #@itemize
13787 #@end itemize
13788 #
13789 #Portability problems not fixed by Gnulib:
13790 #@itemize
13791 #@item
13792 #This function is missing on some platforms:
13793 #MacOS X 10.3, NetBSD 3.0, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13794
13795 File: ./doc/glibc-functions/setrpcent.texi
13796 Hash: ca47e2ef511b58040b7786ede8b64eaa8d0cb58ac434221596b0d7243d1b480c
13797 Copyright: 
13798 License: 
13799 Licence_Text: 
13800 #Header: 
13801 #@node setrpcent
13802 #@subsection @code{setrpcent}
13803 #@findex setrpcent
13804 #
13805 #Gnulib module: ---
13806 #
13807 #Portability problems fixed by Gnulib:
13808 #@itemize
13809 #@end itemize
13810 #
13811 #Portability problems not fixed by Gnulib:
13812 #@itemize
13813 #@item
13814 #This function is missing on some platforms:
13815 #Cygwin, mingw, BeOS.
13816
13817 File: ./doc/glibc-functions/setsourcefilter.texi
13818 Hash: 9e3a447c3cd41174f4b9ea6a4eede7e34ee84c95483674ed06d20ff866e0bfc8
13819 Copyright: 
13820 License: 
13821 Licence_Text: 
13822 #Header: 
13823 #@node setsourcefilter
13824 #@subsection @code{setsourcefilter}
13825 #@findex setsourcefilter
13826 #
13827 #Gnulib module: ---
13828 #
13829 #Portability problems fixed by Gnulib:
13830 #@itemize
13831 #@end itemize
13832 #
13833 #Portability problems not fixed by Gnulib:
13834 #@itemize
13835 #@item
13836 #This function is missing on all non-glibc platforms:
13837 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13838
13839 File: ./doc/glibc-functions/setspent.texi
13840 Hash: 68ed2648af0ebecb98d3bf880c5be4de1fce4929b0de543754c298c458c011fd
13841 Copyright: 
13842 License: 
13843 Licence_Text: 
13844 #Header: 
13845 #@node setspent
13846 #@subsection @code{setspent}
13847 #@findex setspent
13848 #
13849 #Gnulib module: ---
13850 #
13851 #Portability problems fixed by Gnulib:
13852 #@itemize
13853 #@end itemize
13854 #
13855 #Portability problems not fixed by Gnulib:
13856 #@itemize
13857 #@item
13858 #This function is missing on some platforms:
13859 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
13860
13861 File: ./doc/glibc-functions/setstate_r.texi
13862 Hash: e4d7b351007b8e8def79a82d454f164d8f556f4bf6826632ba9d25a7145afb84
13863 Copyright: 
13864 License: 
13865 Licence_Text: 
13866 #Header: 
13867 #@node setstate_r
13868 #@subsection @code{setstate_r}
13869 #@findex setstate_r
13870 #
13871 #Gnulib module: random_r
13872 #
13873 #Portability problems fixed by Gnulib:
13874 #@itemize
13875 #@item
13876 #This function is missing on some platforms:
13877 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
13878 #@end itemize
13879 #
13880 #Portability problems not fixed by Gnulib:
13881 #@itemize
13882
13883 File: ./doc/glibc-functions/settimeofday.texi
13884 Hash: fc6c7b74ed55751f1b9cd21d152fa6e70b668dcf57710351f309902b5e5affb9
13885 Copyright: 
13886 License: 
13887 Licence_Text: 
13888 #Header: 
13889 #@node settimeofday
13890 #@subsection @code{settimeofday}
13891 #@findex settimeofday
13892 #
13893 #Gnulib module: ---
13894 #
13895 #Portability problems fixed by Gnulib:
13896 #@itemize
13897 #@end itemize
13898 #
13899 #Portability problems not fixed by Gnulib:
13900 #@itemize
13901 #@item
13902 #This function is missing on some platforms:
13903 #mingw, BeOS.
13904
13905 File: ./doc/glibc-functions/setttyent.texi
13906 Hash: 872b4c7efffec76c314ae3692798b581b59be4b0a11eb6e347a2433f8d3d1b74
13907 Copyright: 
13908 License: 
13909 Licence_Text: 
13910 #Header: 
13911 #@node setttyent
13912 #@subsection @code{setttyent}
13913 #@findex setttyent
13914 #
13915 #Gnulib module: ---
13916 #
13917 #Portability problems fixed by Gnulib:
13918 #@itemize
13919 #@end itemize
13920 #
13921 #Portability problems not fixed by Gnulib:
13922 #@itemize
13923 #@item
13924 #This function is missing on some platforms:
13925 #HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
13926
13927 File: ./doc/glibc-functions/setusershell.texi
13928 Hash: 477ef1c7ddfce9e2288f6a88e43c3ea8e145e597f6e804432e490c88a6fbdb7d
13929 Copyright: 
13930 License: 
13931 Licence_Text: 
13932 #Header: 
13933 #@node setusershell
13934 #@subsection @code{setusershell}
13935 #@findex setusershell
13936 #
13937 #Gnulib module: ---
13938 #
13939 #Portability problems fixed by Gnulib:
13940 #@itemize
13941 #@end itemize
13942 #
13943 #Portability problems not fixed by Gnulib:
13944 #@itemize
13945 #@item
13946 #This function is missing on some platforms:
13947 #AIX 4.3.2, IRIX 6.5, mingw, Interix 3.5, BeOS.
13948
13949 File: ./doc/glibc-functions/setutent.texi
13950 Hash: 36be58898a9d9619f987500bb8ad48703b3b386cdb1dca7f13a8f722980c3f51
13951 Copyright: 
13952 License: 
13953 Licence_Text: 
13954 #Header: 
13955 #@node setutent
13956 #@subsection @code{setutent}
13957 #@findex setutent
13958 #
13959 #Gnulib module: ---
13960 #
13961 #Portability problems fixed by Gnulib:
13962 #@itemize
13963 #@end itemize
13964 #
13965 #Portability problems not fixed by Gnulib:
13966 #@itemize
13967 #@item
13968 #This function is missing on some platforms:
13969 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, mingw, Interix 3.5, BeOS.
13970
13971 File: ./doc/glibc-functions/setxattr.texi
13972 Hash: af409fa4c1d03fe81bac55d63c469cdc03226ca561f727c619154204da0bf115
13973 Copyright: 
13974 License: 
13975 Licence_Text: 
13976 #Header: 
13977 #@node setxattr
13978 #@subsection @code{setxattr}
13979 #@findex setxattr
13980 #
13981 #Gnulib module: ---
13982 #
13983 #Portability problems fixed by Gnulib:
13984 #@itemize
13985 #@end itemize
13986 #
13987 #Portability problems not fixed by Gnulib:
13988 #@itemize
13989 #@item
13990 #This function is missing on many non-glibc platforms:
13991 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
13992
13993 File: ./doc/glibc-functions/sgetspent.texi
13994 Hash: 2f4846b40833b0c7688dfa37b976889a9f8cf678e31e3d1531283d9a60baf9f7
13995 Copyright: 
13996 License: 
13997 Licence_Text: 
13998 #Header: 
13999 #@node sgetspent
14000 #@subsection @code{sgetspent}
14001 #@findex sgetspent
14002 #
14003 #Gnulib module: ---
14004 #
14005 #Portability problems fixed by Gnulib:
14006 #@itemize
14007 #@end itemize
14008 #
14009 #Portability problems not fixed by Gnulib:
14010 #@itemize
14011 #@item
14012 #This function is missing on all non-glibc platforms:
14013 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14014
14015 File: ./doc/glibc-functions/sgetspent_r.texi
14016 Hash: 978bcfc4fc40a2fdb82866fb2987a7a8e76d94770f437d12d4fcd9f1f53520da
14017 Copyright: 
14018 License: 
14019 Licence_Text: 
14020 #Header: 
14021 #@node sgetspent_r
14022 #@subsection @code{sgetspent_r}
14023 #@findex sgetspent_r
14024 #
14025 #Gnulib module: ---
14026 #
14027 #Portability problems fixed by Gnulib:
14028 #@itemize
14029 #@end itemize
14030 #
14031 #Portability problems not fixed by Gnulib:
14032 #@itemize
14033 #@item
14034 #This function is missing on all non-glibc platforms:
14035 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14036
14037 File: ./doc/glibc-functions/sigandset.texi
14038 Hash: 5b76732bc467d481bed4bf2c89662fa7a83bd3efb8edbe663a459dacc489df5a
14039 Copyright: 
14040 License: 
14041 Licence_Text: 
14042 #Header: 
14043 #@node sigandset
14044 #@subsection @code{sigandset}
14045 #@findex sigandset
14046 #
14047 #Gnulib module: ---
14048 #
14049 #Portability problems fixed by Gnulib:
14050 #@itemize
14051 #@end itemize
14052 #
14053 #Portability problems not fixed by Gnulib:
14054 #@itemize
14055 #@item
14056 #This function is missing on all non-glibc platforms:
14057 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14058
14059 File: ./doc/glibc-functions/sigblock.texi
14060 Hash: d24395448034650dd3561cf398904e9423525f1ea310dcc9495ad4389678ff5f
14061 Copyright: 
14062 License: 
14063 Licence_Text: 
14064 #Header: 
14065 #@node sigblock
14066 #@subsection @code{sigblock}
14067 #@findex sigblock
14068 #
14069 #Gnulib module: ---
14070 #
14071 #Portability problems fixed by Gnulib:
14072 #@itemize
14073 #@end itemize
14074 #
14075 #Portability problems not fixed by Gnulib:
14076 #@itemize
14077 #@item
14078 #This function is missing on some platforms:
14079 #Solaris 10, Cygwin, mingw, BeOS.
14080
14081 File: ./doc/glibc-functions/siggetmask.texi
14082 Hash: 9547fcbda13bfb47700b223e5625b1dd8f7ead952650f7f1601796a5bd9bfd75
14083 Copyright: 
14084 License: 
14085 Licence_Text: 
14086 #Header: 
14087 #@node siggetmask
14088 #@subsection @code{siggetmask}
14089 #@findex siggetmask
14090 #
14091 #Gnulib module: ---
14092 #
14093 #Portability problems fixed by Gnulib:
14094 #@itemize
14095 #@end itemize
14096 #
14097 #Portability problems not fixed by Gnulib:
14098 #@itemize
14099 #@item
14100 #This function is missing on some platforms:
14101 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14102
14103 File: ./doc/glibc-functions/sigisemptyset.texi
14104 Hash: adc7331e09d3e1906354d3f1088b3d82a0f374a49d70553bf2a8bdf5dabd6d98
14105 Copyright: 
14106 License: 
14107 Licence_Text: 
14108 #Header: 
14109 #@node sigisemptyset
14110 #@subsection @code{sigisemptyset}
14111 #@findex sigisemptyset
14112 #
14113 #Gnulib module: ---
14114 #
14115 #Portability problems fixed by Gnulib:
14116 #@itemize
14117 #@end itemize
14118 #
14119 #Portability problems not fixed by Gnulib:
14120 #@itemize
14121 #@item
14122 #This function is missing on all non-glibc platforms:
14123 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14124
14125 File: ./doc/glibc-functions/significand.texi
14126 Hash: e3fc1148c171fbea7b8a88291964da753fc483cc72e395f90defc8f913dab945
14127 Copyright: 
14128 License: 
14129 Licence_Text: 
14130 #Header: 
14131 #@node significand
14132 #@subsection @code{significand}
14133 #@findex significand
14134 #
14135 #Gnulib module: ---
14136 #
14137 #Portability problems fixed by Gnulib:
14138 #@itemize
14139 #@end itemize
14140 #
14141 #Portability problems not fixed by Gnulib:
14142 #@itemize
14143 #@item
14144 #This function is missing on some platforms:
14145 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw.
14146
14147 File: ./doc/glibc-functions/significandf.texi
14148 Hash: 914e8ed95038b7596b6f8664b5d356e94bf64fd371a8d34e5c6993514c247e80
14149 Copyright: 
14150 License: 
14151 Licence_Text: 
14152 #Header: 
14153 #@node significandf
14154 #@subsection @code{significandf}
14155 #@findex significandf
14156 #
14157 #Gnulib module: ---
14158 #
14159 #Portability problems fixed by Gnulib:
14160 #@itemize
14161 #@end itemize
14162 #
14163 #Portability problems not fixed by Gnulib:
14164 #@itemize
14165 #@item
14166 #This function is missing on some platforms:
14167 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw.
14168
14169 File: ./doc/glibc-functions/significandl.texi
14170 Hash: b914050d57690497a42bf4f9ea1629690571bf8f248678bb27144558244459bf
14171 Copyright: 
14172 License: 
14173 Licence_Text: 
14174 #Header: 
14175 #@node significandl
14176 #@subsection @code{significandl}
14177 #@findex significandl
14178 #
14179 #Gnulib module: ---
14180 #
14181 #Portability problems fixed by Gnulib:
14182 #@itemize
14183 #@end itemize
14184 #
14185 #Portability problems not fixed by Gnulib:
14186 #@itemize
14187 #@item
14188 #This function is missing on some platforms:
14189 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
14190
14191 File: ./doc/glibc-functions/sigorset.texi
14192 Hash: 0f90cd35021ca496fcca811f88941ad4c53f6bb7f4bb5309ac69e9cec7b2607a
14193 Copyright: 
14194 License: 
14195 Licence_Text: 
14196 #Header: 
14197 #@node sigorset
14198 #@subsection @code{sigorset}
14199 #@findex sigorset
14200 #
14201 #Gnulib module: ---
14202 #
14203 #Portability problems fixed by Gnulib:
14204 #@itemize
14205 #@end itemize
14206 #
14207 #Portability problems not fixed by Gnulib:
14208 #@itemize
14209 #@item
14210 #This function is missing on all non-glibc platforms:
14211 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14212
14213 File: ./doc/glibc-functions/sigreturn.texi
14214 Hash: 4109f568a6d1455056f5d91d0c44277e0af12df9f48ead1d3b0b093d9cb88367
14215 Copyright: 
14216 License: 
14217 Licence_Text: 
14218 #Header: 
14219 #@node sigreturn
14220 #@subsection @code{sigreturn}
14221 #@findex sigreturn
14222 #
14223 #Gnulib module: ---
14224 #
14225 #Portability problems fixed by Gnulib:
14226 #@itemize
14227 #@end itemize
14228 #
14229 #Portability problems not fixed by Gnulib:
14230 #@itemize
14231 #@item
14232 #This function is missing on some platforms:
14233 #AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14234
14235 File: ./doc/glibc-functions/sigsetmask.texi
14236 Hash: 21b02d389a2a52be020e6d2debdbb63155256cbcd340a7139e37883d164a2f53
14237 Copyright: 
14238 License: 
14239 Licence_Text: 
14240 #Header: 
14241 #@node sigsetmask
14242 #@subsection @code{sigsetmask}
14243 #@findex sigsetmask
14244 #
14245 #Gnulib module: ---
14246 #
14247 #Portability problems fixed by Gnulib:
14248 #@itemize
14249 #@end itemize
14250 #
14251 #Portability problems not fixed by Gnulib:
14252 #@itemize
14253 #@item
14254 #This function is missing on some platforms:
14255 #Solaris 10, Cygwin, mingw, BeOS.
14256
14257 File: ./doc/glibc-functions/sigstack.texi
14258 Hash: b27976cb6de009f776f9d77d1e943fd892684d910082b2e313ab25dbd9929c56
14259 Copyright: 
14260 License: 
14261 Licence_Text: 
14262 #Header: 
14263 #@node sigstack
14264 #@subsection @code{sigstack}
14265 #@findex sigstack
14266 #
14267 #Gnulib module: ---
14268 #
14269 #Portability problems fixed by Gnulib:
14270 #@itemize
14271 #@end itemize
14272 #
14273 #Portability problems not fixed by Gnulib:
14274 #@itemize
14275 #@item
14276 #This function is missing on some platforms:
14277 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, Cygwin, mingw, Interix 3.5, BeOS.
14278
14279 File: ./doc/glibc-functions/sigvec.texi
14280 Hash: c8f0aa7dc316b819ba924fdd1b032a56d1c51033556703a95693b7ad37469047
14281 Copyright: 
14282 License: 
14283 Licence_Text: 
14284 #Header: 
14285 #@node sigvec
14286 #@subsection @code{sigvec}
14287 #@findex sigvec
14288 #
14289 #Gnulib module: ---
14290 #
14291 #Portability problems fixed by Gnulib:
14292 #@itemize
14293 #@end itemize
14294 #
14295 #Portability problems not fixed by Gnulib:
14296 #@itemize
14297 #@item
14298 #This function is missing on some platforms:
14299 #HP-UX 11, Solaris 10, Cygwin, mingw, BeOS.
14300
14301 File: ./doc/glibc-functions/sincos.texi
14302 Hash: e099c2aa2af17f5445683b13950dc83c8f36a8c799ddd736778f60b769bfa978
14303 Copyright: 
14304 License: 
14305 Licence_Text: 
14306 #Header: 
14307 #@node sincos
14308 #@subsection @code{sincos}
14309 #@findex sincos
14310 #
14311 #Gnulib module: ---
14312 #
14313 #Portability problems fixed by Gnulib:
14314 #@itemize
14315 #@end itemize
14316 #
14317 #Portability problems not fixed by Gnulib:
14318 #@itemize
14319 #@item
14320 #This function is missing on some platforms:
14321 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, mingw, Interix 3.5.
14322
14323 File: ./doc/glibc-functions/sincosf.texi
14324 Hash: 9acbcc862d6641f66afd97f947372db43d1da508ebf44bb2e097cfb5dadfe08a
14325 Copyright: 
14326 License: 
14327 Licence_Text: 
14328 #Header: 
14329 #@node sincosf
14330 #@subsection @code{sincosf}
14331 #@findex sincosf
14332 #
14333 #Gnulib module: ---
14334 #
14335 #Portability problems fixed by Gnulib:
14336 #@itemize
14337 #@end itemize
14338 #
14339 #Portability problems not fixed by Gnulib:
14340 #@itemize
14341 #@item
14342 #This function is missing on some platforms:
14343 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, mingw, Interix 3.5.
14344
14345 File: ./doc/glibc-functions/sincosl.texi
14346 Hash: a89fd4b147815474f331d64f144fbd4d7d75f2227af7eb93441703a0b16d3c32
14347 Copyright: 
14348 License: 
14349 Licence_Text: 
14350 #Header: 
14351 #@node sincosl
14352 #@subsection @code{sincosl}
14353 #@findex sincosl
14354 #
14355 #Gnulib module: ---
14356 #
14357 #Portability problems fixed by Gnulib:
14358 #@itemize
14359 #@end itemize
14360 #
14361 #Portability problems not fixed by Gnulib:
14362 #@itemize
14363 #@item
14364 #This function is missing on some platforms:
14365 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
14366
14367 File: ./doc/glibc-functions/sprofil.texi
14368 Hash: c08fdfe99dcfab4dca1cb86b587f2240b31c837207173d7174db1f34d4062e2c
14369 Copyright: 
14370 License: 
14371 Licence_Text: 
14372 #Header: 
14373 #@node sprofil
14374 #@subsection @code{sprofil}
14375 #@findex sprofil
14376 #
14377 #Gnulib module: ---
14378 #
14379 #Portability problems fixed by Gnulib:
14380 #@itemize
14381 #@end itemize
14382 #
14383 #Portability problems not fixed by Gnulib:
14384 #@itemize
14385 #@item
14386 #This function is missing on some platforms:
14387 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14388
14389 File: ./doc/glibc-functions/srand48_r.texi
14390 Hash: a1b31d907a31703ac36d663284071ace96275b5a27822fe0a1e5e4f1c2b603a5
14391 Copyright: 
14392 License: 
14393 Licence_Text: 
14394 #Header: 
14395 #@node srand48_r
14396 #@subsection @code{srand48_r}
14397 #@findex srand48_r
14398 #
14399 #Gnulib module: ---
14400 #
14401 #Portability problems fixed by Gnulib:
14402 #@itemize
14403 #@end itemize
14404 #
14405 #Portability problems not fixed by Gnulib:
14406 #@itemize
14407 #@item
14408 #This function is missing on some platforms:
14409 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
14410
14411 File: ./doc/glibc-functions/srandom_r.texi
14412 Hash: 2a08e55af0f00d7af009ec4676559ba9918f061ab74e235b22c59972ac050349
14413 Copyright: 
14414 License: 
14415 Licence_Text: 
14416 #Header: 
14417 #@node srandom_r
14418 #@subsection @code{srandom_r}
14419 #@findex srandom_r
14420 #
14421 #Gnulib module: random_r
14422 #
14423 #Portability problems fixed by Gnulib:
14424 #@itemize
14425 #@item
14426 #This function is missing on some platforms:
14427 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5.
14428 #@end itemize
14429 #
14430 #Portability problems not fixed by Gnulib:
14431 #@itemize
14432
14433 File: ./doc/glibc-functions/ssignal.texi
14434 Hash: fcb2979253673c67d4c09487a6cc8cf39be3c2252c6ec496042be4023ea0a398
14435 Copyright: 
14436 License: 
14437 Licence_Text: 
14438 #Header: 
14439 #@node ssignal
14440 #@subsection @code{ssignal}
14441 #@findex ssignal
14442 #
14443 #Gnulib module: ---
14444 #
14445 #Portability problems fixed by Gnulib:
14446 #@itemize
14447 #@end itemize
14448 #
14449 #Portability problems not fixed by Gnulib:
14450 #@itemize
14451 #@item
14452 #This function is missing on some platforms:
14453 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5.
14454
14455 File: ./doc/glibc-functions/statfs.texi
14456 Hash: 9d6fc5e1c0bdfae6063e50e332eb0012b995748c979a5d8580eef86bfd8264ee
14457 Copyright: 
14458 License: 
14459 Licence_Text: 
14460 #Header: 
14461 #@node statfs
14462 #@subsection @code{statfs}
14463 #@findex statfs
14464 #
14465 #Gnulib module: ---
14466 #
14467 #Portability problems fixed by Gnulib:
14468 #@itemize
14469 #@end itemize
14470 #
14471 #Portability problems not fixed by Gnulib:
14472 #@itemize
14473 #@item
14474 #This function is missing on some platforms:
14475 #AIX 5.1, mingw, Interix 3.5, BeOS.
14476
14477 File: ./doc/glibc-functions/step.texi
14478 Hash: 426a0a4b16e9bcbd7d7aa2ec82179983156979e5d4f5cf3b4873f222927b3649
14479 Copyright: 
14480 License: 
14481 Licence_Text: 
14482 #Header: 
14483 #@node step
14484 #@subsection @code{step}
14485 #@findex step
14486 #
14487 #Gnulib module: ---
14488 #
14489 #Portability problems fixed by Gnulib:
14490 #@itemize
14491 #@end itemize
14492 #
14493 #Portability problems not fixed by Gnulib:
14494 #@itemize
14495 #@item
14496 #This function is missing on all non-glibc platforms:
14497 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14498
14499 File: ./doc/glibc-functions/stime.texi
14500 Hash: f64814a768ab3a8c2dfc527a6996a254ae0378f1372004713722faa0f7539d86
14501 Copyright: 
14502 License: 
14503 Licence_Text: 
14504 #Header: 
14505 #@node stime
14506 #@subsection @code{stime}
14507 #@findex stime
14508 #
14509 #Gnulib module: ---
14510 #
14511 #Portability problems fixed by Gnulib:
14512 #@itemize
14513 #@end itemize
14514 #
14515 #Portability problems not fixed by Gnulib:
14516 #@itemize
14517 #@item
14518 #This function is missing on some platforms:
14519 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5.
14520
14521 File: ./doc/glibc-functions/strcasestr.texi
14522 Hash: 6be97e12f20df96d2042b184ed047d50673dc850649541ba46094f6487dc5932
14523 Copyright: 
14524 License: 
14525 Licence_Text: 
14526 #Header: 
14527 #@node strcasestr
14528 #@subsection @code{strcasestr}
14529 #@findex strcasestr
14530 #
14531 #Gnulib module: strcasestr or strcasestr-simple
14532 #
14533 #Portability problems fixed by either Gnulib module @code{strcasestr-simple}
14534 #or @code{strcasestr}:
14535 #@itemize
14536 #@item
14537 #This function is missing on some platforms:
14538 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x,
14539 #mingw, BeOS.
14540 #
14541 #@item
14542
14543 File: ./doc/glibc-functions/strchrnul.texi
14544 Hash: c291b83d07a36362c9038066bdc0d7d21ec01dd7ae29f155f14de1706c7fc7f7
14545 Copyright: 
14546 License: 
14547 Licence_Text: 
14548 #Header: 
14549 #@node strchrnul
14550 #@subsection @code{strchrnul}
14551 #@findex strchrnul
14552 #
14553 #Gnulib module: strchrnul
14554 #
14555 #Portability problems fixed by Gnulib:
14556 #@itemize
14557 #@item
14558 #This function is missing on all non-glibc platforms:
14559 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14560 #@end itemize
14561 #
14562 #Portability problems not fixed by Gnulib:
14563 #@itemize
14564
14565 File: ./doc/glibc-functions/strfry.texi
14566 Hash: eca813b0b80cd6fd4f69613929302810c07d23628958246d8b381f371a8ab226
14567 Copyright: 
14568 License: 
14569 Licence_Text: 
14570 #Header: 
14571 #@node strfry
14572 #@subsection @code{strfry}
14573 #@findex strfry
14574 #
14575 #Gnulib module: ---
14576 #
14577 #Portability problems fixed by Gnulib:
14578 #@itemize
14579 #@end itemize
14580 #
14581 #Portability problems not fixed by Gnulib:
14582 #@itemize
14583 #@item
14584 #This function is missing on all non-glibc platforms:
14585 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14586
14587 File: ./doc/glibc-functions/strptime_l.texi
14588 Hash: 61de6a13e4b945c81a96495f6c1314565151113468844dc21ee8250c55736e4b
14589 Copyright: 
14590 License: 
14591 Licence_Text: 
14592 #Header: 
14593 #@node strptime_l
14594 #@subsection @code{strptime_l}
14595 #@findex strptime_l
14596 #
14597 #Gnulib module: ---
14598 #
14599 #Portability problems fixed by Gnulib:
14600 #@itemize
14601 #@end itemize
14602 #
14603 #Portability problems not fixed by Gnulib:
14604 #@itemize
14605 #@item
14606 #This function is missing on all non-glibc platforms:
14607 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14608
14609 File: ./doc/glibc-functions/strsep.texi
14610 Hash: b489bf696b48cd524d457667002388a229416e42dc1a63eb63730caa7f9f834e
14611 Copyright: 
14612 License: 
14613 Licence_Text: 
14614 #Header: 
14615 #@node strsep
14616 #@subsection @code{strsep}
14617 #@findex strsep
14618 #
14619 #Gnulib module: strsep
14620 #
14621 #Portability problems fixed by Gnulib:
14622 #@itemize
14623 #@item
14624 #This function is missing on some platforms:
14625 #AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
14626 #@end itemize
14627 #
14628 #Portability problems not fixed by Gnulib:
14629 #@itemize
14630
14631 File: ./doc/glibc-functions/strtod_l.texi
14632 Hash: 96d95390352ef1aaccbdef7d3046cd2710855e0956a86dd2d9ae0a73882d8d2f
14633 Copyright: 
14634 License: 
14635 Licence_Text: 
14636 #Header: 
14637 #@node strtod_l
14638 #@subsection @code{strtod_l}
14639 #@findex strtod_l
14640 #
14641 #Gnulib module: ---
14642 #
14643 #Portability problems fixed by Gnulib:
14644 #@itemize
14645 #@end itemize
14646 #
14647 #Portability problems not fixed by Gnulib:
14648 #@itemize
14649 #@item
14650 #This function is missing on all non-glibc platforms:
14651 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14652
14653 File: ./doc/glibc-functions/strtof_l.texi
14654 Hash: 3a7c917085697f19f398d2dff4f912cc2558df8b1a20619530347c1a32cf2a10
14655 Copyright: 
14656 License: 
14657 Licence_Text: 
14658 #Header: 
14659 #@node strtof_l
14660 #@subsection @code{strtof_l}
14661 #@findex strtof_l
14662 #
14663 #Gnulib module: ---
14664 #
14665 #Portability problems fixed by Gnulib:
14666 #@itemize
14667 #@end itemize
14668 #
14669 #Portability problems not fixed by Gnulib:
14670 #@itemize
14671 #@item
14672 #This function is missing on all non-glibc platforms:
14673 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14674
14675 File: ./doc/glibc-functions/strtol_l.texi
14676 Hash: 1056e76e6f3b96576d6daa749628144d71173983258b917cfabdad15c2a5cc84
14677 Copyright: 
14678 License: 
14679 Licence_Text: 
14680 #Header: 
14681 #@node strtol_l
14682 #@subsection @code{strtol_l}
14683 #@findex strtol_l
14684 #
14685 #Gnulib module: ---
14686 #
14687 #Portability problems fixed by Gnulib:
14688 #@itemize
14689 #@end itemize
14690 #
14691 #Portability problems not fixed by Gnulib:
14692 #@itemize
14693 #@item
14694 #This function is missing on all non-glibc platforms:
14695 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14696
14697 File: ./doc/glibc-functions/strtold_l.texi
14698 Hash: 980aab34470b28f72b4d05de96192a884c5a5b4735613778864b58c978d2a052
14699 Copyright: 
14700 License: 
14701 Licence_Text: 
14702 #Header: 
14703 #@node strtold_l
14704 #@subsection @code{strtold_l}
14705 #@findex strtold_l
14706 #
14707 #Gnulib module: ---
14708 #
14709 #Portability problems fixed by Gnulib:
14710 #@itemize
14711 #@end itemize
14712 #
14713 #Portability problems not fixed by Gnulib:
14714 #@itemize
14715 #@item
14716 #This function is missing on all non-glibc platforms:
14717 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14718
14719 File: ./doc/glibc-functions/strtoll_l.texi
14720 Hash: 7c77b5e468dba6520dad40a9029afb868c0e77759d1aded41f788d9512fa7fc1
14721 Copyright: 
14722 License: 
14723 Licence_Text: 
14724 #Header: 
14725 #@node strtoll_l
14726 #@subsection @code{strtoll_l}
14727 #@findex strtoll_l
14728 #
14729 #Gnulib module: ---
14730 #
14731 #Portability problems fixed by Gnulib:
14732 #@itemize
14733 #@end itemize
14734 #
14735 #Portability problems not fixed by Gnulib:
14736 #@itemize
14737 #@item
14738 #This function is missing on all non-glibc platforms:
14739 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14740
14741 File: ./doc/glibc-functions/strtoq.texi
14742 Hash: 3ee5c14f722fd6571b509d168bebaa6eac29ae9fa67e06fa6185e1c6434f843a
14743 Copyright: 
14744 License: 
14745 Licence_Text: 
14746 #Header: 
14747 #@node strtoq
14748 #@subsection @code{strtoq}
14749 #@findex strtoq
14750 #
14751 #Gnulib module: ---
14752 #
14753 #Portability problems fixed by Gnulib:
14754 #@itemize
14755 #@end itemize
14756 #
14757 #Portability problems not fixed by Gnulib:
14758 #@itemize
14759 #@item
14760 #This function is missing on some platforms:
14761 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw.
14762
14763 File: ./doc/glibc-functions/strtoul_l.texi
14764 Hash: 2e9edb1ca6317be19540834bdc994101d4e1ba3acf938a92f0a208d703663327
14765 Copyright: 
14766 License: 
14767 Licence_Text: 
14768 #Header: 
14769 #@node strtoul_l
14770 #@subsection @code{strtoul_l}
14771 #@findex strtoul_l
14772 #
14773 #Gnulib module: ---
14774 #
14775 #Portability problems fixed by Gnulib:
14776 #@itemize
14777 #@end itemize
14778 #
14779 #Portability problems not fixed by Gnulib:
14780 #@itemize
14781 #@item
14782 #This function is missing on all non-glibc platforms:
14783 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14784
14785 File: ./doc/glibc-functions/strtoull_l.texi
14786 Hash: d72937fc153e6134f62f1e5e091dc1fba60c2bfe36ee0fde62e11f29af458254
14787 Copyright: 
14788 License: 
14789 Licence_Text: 
14790 #Header: 
14791 #@node strtoull_l
14792 #@subsection @code{strtoull_l}
14793 #@findex strtoull_l
14794 #
14795 #Gnulib module: ---
14796 #
14797 #Portability problems fixed by Gnulib:
14798 #@itemize
14799 #@end itemize
14800 #
14801 #Portability problems not fixed by Gnulib:
14802 #@itemize
14803 #@item
14804 #This function is missing on all non-glibc platforms:
14805 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14806
14807 File: ./doc/glibc-functions/strtouq.texi
14808 Hash: 4d4e4b1560b347f7c940bf2f1ab536573b722bc14621595d1f58b0beb6fbcc56
14809 Copyright: 
14810 License: 
14811 Licence_Text: 
14812 #Header: 
14813 #@node strtouq
14814 #@subsection @code{strtouq}
14815 #@findex strtouq
14816 #
14817 #Gnulib module: ---
14818 #
14819 #Portability problems fixed by Gnulib:
14820 #@itemize
14821 #@end itemize
14822 #
14823 #Portability problems not fixed by Gnulib:
14824 #@itemize
14825 #@item
14826 #This function is missing on some platforms:
14827 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw.
14828
14829 File: ./doc/glibc-functions/strverscmp.texi
14830 Hash: 0434fb9a8d1d9eb76da42138e9dddaabb2ed83e8256c8125e1518d22996cdf13
14831 Copyright: 
14832 License: 
14833 Licence_Text: 
14834 #Header: 
14835 #@node strverscmp
14836 #@subsection @code{strverscmp}
14837 #@findex strverscmp
14838 #
14839 #Gnulib module: strverscmp
14840 #
14841 #Portability problems fixed by Gnulib:
14842 #@itemize
14843 #@item
14844 #This function is missing on all non-glibc platforms:
14845 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
14846 #@end itemize
14847 #
14848 #Portability problems not fixed by Gnulib:
14849 #@itemize
14850
14851 File: ./doc/glibc-functions/svc_exit.texi
14852 Hash: 742a22a37b97a093d94bfb5e450a99a8493496e7a45e9fbc9523dd8b1e8e26ad
14853 Copyright: 
14854 License: 
14855 Licence_Text: 
14856 #Header: 
14857 #@node svc_exit
14858 #@subsection @code{svc_exit}
14859 #@findex svc_exit
14860 #
14861 #Gnulib module: ---
14862 #
14863 #Portability problems fixed by Gnulib:
14864 #@itemize
14865 #@end itemize
14866 #
14867 #Portability problems not fixed by Gnulib:
14868 #@itemize
14869 #@item
14870 #This function is missing on some platforms:
14871 #MacOS X 10.3, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
14872
14873 File: ./doc/glibc-functions/svc_fdset.texi
14874 Hash: 86ac209423900ccf82784e29806514f557a75814e294a8ec878a178bc4a43d7a
14875 Copyright: 
14876 License: 
14877 Licence_Text: 
14878 #Header: 
14879 #@node svc_fdset
14880 #@subsection @code{svc_fdset}
14881 #@findex svc_fdset
14882 #
14883 #Gnulib module: ---
14884 #
14885 #Portability problems fixed by Gnulib:
14886 #@itemize
14887 #@end itemize
14888 #
14889 #Portability problems not fixed by Gnulib:
14890 #@itemize
14891 #@item
14892 #This variable is missing on some platforms:
14893 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, BeOS.
14894
14895 File: ./doc/glibc-functions/svc_getreq.texi
14896 Hash: 0d0f553c97d0c006ff8fd51d80811496471a155c5f6142ef18346229375be10a
14897 Copyright: 
14898 License: 
14899 Licence_Text: 
14900 #Header: 
14901 #@node svc_getreq
14902 #@subsection @code{svc_getreq}
14903 #@findex svc_getreq
14904 #
14905 #Gnulib module: ---
14906 #
14907 #Portability problems fixed by Gnulib:
14908 #@itemize
14909 #@end itemize
14910 #
14911 #Portability problems not fixed by Gnulib:
14912 #@itemize
14913 #@item
14914 #This function is missing on some platforms:
14915 #Cygwin, mingw, BeOS.
14916
14917 File: ./doc/glibc-functions/svc_getreq_common.texi
14918 Hash: 6eb644f28f759de13fb4a8a99336de8a03220b4313b734f69fd0f7592bec8385
14919 Copyright: 
14920 License: 
14921 Licence_Text: 
14922 #Header: 
14923 #@node svc_getreq_common
14924 #@subsection @code{svc_getreq_common}
14925 #@findex svc_getreq_common
14926 #
14927 #Gnulib module: ---
14928 #
14929 #Portability problems fixed by Gnulib:
14930 #@itemize
14931 #@end itemize
14932 #
14933 #Portability problems not fixed by Gnulib:
14934 #@itemize
14935 #@item
14936 #This function is missing on some platforms:
14937 #MacOS X 10.3, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
14938
14939 File: ./doc/glibc-functions/svc_getreq_poll.texi
14940 Hash: bd3b4fdaad69465c30adb4295f68efa66bf8f4ed1eb19fb4516ab39d442f9cfc
14941 Copyright: 
14942 License: 
14943 Licence_Text: 
14944 #Header: 
14945 #@node svc_getreq_poll
14946 #@subsection @code{svc_getreq_poll}
14947 #@findex svc_getreq_poll
14948 #
14949 #Gnulib module: ---
14950 #
14951 #Portability problems fixed by Gnulib:
14952 #@itemize
14953 #@end itemize
14954 #
14955 #Portability problems not fixed by Gnulib:
14956 #@itemize
14957 #@item
14958 #This function is missing on some platforms:
14959 #MacOS X 10.3, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
14960
14961 File: ./doc/glibc-functions/svc_getreqset.texi
14962 Hash: 998123121ccd30984d17bd2695098f64638509b84567a5245ad531e5460c24a2
14963 Copyright: 
14964 License: 
14965 Licence_Text: 
14966 #Header: 
14967 #@node svc_getreqset
14968 #@subsection @code{svc_getreqset}
14969 #@findex svc_getreqset
14970 #
14971 #Gnulib module: ---
14972 #
14973 #Portability problems fixed by Gnulib:
14974 #@itemize
14975 #@end itemize
14976 #
14977 #Portability problems not fixed by Gnulib:
14978 #@itemize
14979 #@item
14980 #This function is missing on some platforms:
14981 #Cygwin, mingw, BeOS.
14982
14983 File: ./doc/glibc-functions/svc_max_pollfd.texi
14984 Hash: a8c742ad774e846b1ae0224476a8eafacf12814e0d2d92e51c10c19c89d47f72
14985 Copyright: 
14986 License: 
14987 Licence_Text: 
14988 #Header: 
14989 #@node svc_max_pollfd
14990 #@subsection @code{svc_max_pollfd}
14991 #@findex svc_max_pollfd
14992 #
14993 #Gnulib module: ---
14994 #
14995 #Portability problems fixed by Gnulib:
14996 #@itemize
14997 #@end itemize
14998 #
14999 #Portability problems not fixed by Gnulib:
15000 #@itemize
15001 #@item
15002 #This variable is missing on some platforms:
15003 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
15004
15005 File: ./doc/glibc-functions/svc_pollfd.texi
15006 Hash: a5eb6ae06444b07898b1ff83435e446b709bee52ac757f9bbe48742ee666ed57
15007 Copyright: 
15008 License: 
15009 Licence_Text: 
15010 #Header: 
15011 #@node svc_pollfd
15012 #@subsection @code{svc_pollfd}
15013 #@findex svc_pollfd
15014 #
15015 #Gnulib module: ---
15016 #
15017 #Portability problems fixed by Gnulib:
15018 #@itemize
15019 #@end itemize
15020 #
15021 #Portability problems not fixed by Gnulib:
15022 #@itemize
15023 #@item
15024 #This variable is missing on some platforms:
15025 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
15026
15027 File: ./doc/glibc-functions/svc_register.texi
15028 Hash: 1a6f4f41aac1621aa10a247323bad0698f2b0531c10b84782216e3728f0009ff
15029 Copyright: 
15030 License: 
15031 Licence_Text: 
15032 #Header: 
15033 #@node svc_register
15034 #@subsection @code{svc_register}
15035 #@findex svc_register
15036 #
15037 #Gnulib module: ---
15038 #
15039 #Portability problems fixed by Gnulib:
15040 #@itemize
15041 #@end itemize
15042 #
15043 #Portability problems not fixed by Gnulib:
15044 #@itemize
15045 #@item
15046 #This function is missing on some platforms:
15047 #Cygwin, mingw, BeOS.
15048
15049 File: ./doc/glibc-functions/svc_run.texi
15050 Hash: da083b143bb1db65e5210a2456b483c19b833f3d2d3e495fcf9b4b319b6a1fec
15051 Copyright: 
15052 License: 
15053 Licence_Text: 
15054 #Header: 
15055 #@node svc_run
15056 #@subsection @code{svc_run}
15057 #@findex svc_run
15058 #
15059 #Gnulib module: ---
15060 #
15061 #Portability problems fixed by Gnulib:
15062 #@itemize
15063 #@end itemize
15064 #
15065 #Portability problems not fixed by Gnulib:
15066 #@itemize
15067 #@item
15068 #This function is missing on some platforms:
15069 #Cygwin, mingw, BeOS.
15070
15071 File: ./doc/glibc-functions/svc_sendreply.texi
15072 Hash: d710e6624e82f543d3ad7fdefe76aefd4b88cd0142ad24f75d5403c7942f93dd
15073 Copyright: 
15074 License: 
15075 Licence_Text: 
15076 #Header: 
15077 #@node svc_sendreply
15078 #@subsection @code{svc_sendreply}
15079 #@findex svc_sendreply
15080 #
15081 #Gnulib module: ---
15082 #
15083 #Portability problems fixed by Gnulib:
15084 #@itemize
15085 #@end itemize
15086 #
15087 #Portability problems not fixed by Gnulib:
15088 #@itemize
15089 #@item
15090 #This function is missing on some platforms:
15091 #Cygwin, mingw, BeOS.
15092
15093 File: ./doc/glibc-functions/svc_unregister.texi
15094 Hash: ad6885dfeb185cdf4f0ce763b440c8805f8e4b02ac9c44df6231576ac68918aa
15095 Copyright: 
15096 License: 
15097 Licence_Text: 
15098 #Header: 
15099 #@node svc_unregister
15100 #@subsection @code{svc_unregister}
15101 #@findex svc_unregister
15102 #
15103 #Gnulib module: ---
15104 #
15105 #Portability problems fixed by Gnulib:
15106 #@itemize
15107 #@end itemize
15108 #
15109 #Portability problems not fixed by Gnulib:
15110 #@itemize
15111 #@item
15112 #This function is missing on some platforms:
15113 #Cygwin, mingw, BeOS.
15114
15115 File: ./doc/glibc-functions/svcerr_auth.texi
15116 Hash: 657d79eaada1f05fcd496f9faf8a85c5b914419aee6c0681b961250cba6b8bd2
15117 Copyright: 
15118 License: 
15119 Licence_Text: 
15120 #Header: 
15121 #@node svcerr_auth
15122 #@subsection @code{svcerr_auth}
15123 #@findex svcerr_auth
15124 #
15125 #Gnulib module: ---
15126 #
15127 #Portability problems fixed by Gnulib:
15128 #@itemize
15129 #@end itemize
15130 #
15131 #Portability problems not fixed by Gnulib:
15132 #@itemize
15133 #@item
15134 #This function is missing on some platforms:
15135 #Cygwin, mingw, BeOS.
15136
15137 File: ./doc/glibc-functions/svcerr_decode.texi
15138 Hash: 013d5c25e6c2ab654f6b6b95e33881fc2e774e31b404265acdba1610fe7ff4a1
15139 Copyright: 
15140 License: 
15141 Licence_Text: 
15142 #Header: 
15143 #@node svcerr_decode
15144 #@subsection @code{svcerr_decode}
15145 #@findex svcerr_decode
15146 #
15147 #Gnulib module: ---
15148 #
15149 #Portability problems fixed by Gnulib:
15150 #@itemize
15151 #@end itemize
15152 #
15153 #Portability problems not fixed by Gnulib:
15154 #@itemize
15155 #@item
15156 #This function is missing on some platforms:
15157 #Cygwin, mingw, BeOS.
15158
15159 File: ./doc/glibc-functions/svcerr_noproc.texi
15160 Hash: 0093d9d2b2f48942af33a201c8aa57b2d588db21b684f0cb9622ba87f780ac97
15161 Copyright: 
15162 License: 
15163 Licence_Text: 
15164 #Header: 
15165 #@node svcerr_noproc
15166 #@subsection @code{svcerr_noproc}
15167 #@findex svcerr_noproc
15168 #
15169 #Gnulib module: ---
15170 #
15171 #Portability problems fixed by Gnulib:
15172 #@itemize
15173 #@end itemize
15174 #
15175 #Portability problems not fixed by Gnulib:
15176 #@itemize
15177 #@item
15178 #This function is missing on some platforms:
15179 #Cygwin, mingw, BeOS.
15180
15181 File: ./doc/glibc-functions/svcerr_noprog.texi
15182 Hash: 0411b3b4407bb4ebf4a5a86b619c044ee035b2a77fbcf2de14ab8c04a44708d5
15183 Copyright: 
15184 License: 
15185 Licence_Text: 
15186 #Header: 
15187 #@node svcerr_noprog
15188 #@subsection @code{svcerr_noprog}
15189 #@findex svcerr_noprog
15190 #
15191 #Gnulib module: ---
15192 #
15193 #Portability problems fixed by Gnulib:
15194 #@itemize
15195 #@end itemize
15196 #
15197 #Portability problems not fixed by Gnulib:
15198 #@itemize
15199 #@item
15200 #This function is missing on some platforms:
15201 #Cygwin, mingw, BeOS.
15202
15203 File: ./doc/glibc-functions/svcerr_progvers.texi
15204 Hash: 63b59aa0eaba24585ee2ea85ba6b8d2ce2212ced66266f5fff5ef99043ca4675
15205 Copyright: 
15206 License: 
15207 Licence_Text: 
15208 #Header: 
15209 #@node svcerr_progvers
15210 #@subsection @code{svcerr_progvers}
15211 #@findex svcerr_progvers
15212 #
15213 #Gnulib module: ---
15214 #
15215 #Portability problems fixed by Gnulib:
15216 #@itemize
15217 #@end itemize
15218 #
15219 #Portability problems not fixed by Gnulib:
15220 #@itemize
15221 #@item
15222 #This function is missing on some platforms:
15223 #Cygwin, mingw, BeOS.
15224
15225 File: ./doc/glibc-functions/svcerr_systemerr.texi
15226 Hash: 9a43f8242ce29eea2b3dabe6eba74372a66b998d24a8784634b931912ab118e5
15227 Copyright: 
15228 License: 
15229 Licence_Text: 
15230 #Header: 
15231 #@node svcerr_systemerr
15232 #@subsection @code{svcerr_systemerr}
15233 #@findex svcerr_systemerr
15234 #
15235 #Gnulib module: ---
15236 #
15237 #Portability problems fixed by Gnulib:
15238 #@itemize
15239 #@end itemize
15240 #
15241 #Portability problems not fixed by Gnulib:
15242 #@itemize
15243 #@item
15244 #This function is missing on some platforms:
15245 #Cygwin, mingw, BeOS.
15246
15247 File: ./doc/glibc-functions/svcerr_weakauth.texi
15248 Hash: 60f129f48b216becf43b7a6e107572bad1c0aa12975c9b9e2dcb4de32ea12bb6
15249 Copyright: 
15250 License: 
15251 Licence_Text: 
15252 #Header: 
15253 #@node svcerr_weakauth
15254 #@subsection @code{svcerr_weakauth}
15255 #@findex svcerr_weakauth
15256 #
15257 #Gnulib module: ---
15258 #
15259 #Portability problems fixed by Gnulib:
15260 #@itemize
15261 #@end itemize
15262 #
15263 #Portability problems not fixed by Gnulib:
15264 #@itemize
15265 #@item
15266 #This function is missing on some platforms:
15267 #Cygwin, mingw, BeOS.
15268
15269 File: ./doc/glibc-functions/svcraw_create.texi
15270 Hash: 9875045015fb706eed8645e1d24f2b6d09cff0018b985afe987c567c3f262168
15271 Copyright: 
15272 License: 
15273 Licence_Text: 
15274 #Header: 
15275 #@node svcraw_create
15276 #@subsection @code{svcraw_create}
15277 #@findex svcraw_create
15278 #
15279 #Gnulib module: ---
15280 #
15281 #Portability problems fixed by Gnulib:
15282 #@itemize
15283 #@end itemize
15284 #
15285 #Portability problems not fixed by Gnulib:
15286 #@itemize
15287 #@item
15288 #This function is missing on some platforms:
15289 #Cygwin, mingw, BeOS.
15290
15291 File: ./doc/glibc-functions/svctcp_create.texi
15292 Hash: 76e63979ea96b2ce48409fcba007b8d2a2dd2d1da33cd8c4be2477376f860d6a
15293 Copyright: 
15294 License: 
15295 Licence_Text: 
15296 #Header: 
15297 #@node svctcp_create
15298 #@subsection @code{svctcp_create}
15299 #@findex svctcp_create
15300 #
15301 #Gnulib module: ---
15302 #
15303 #Portability problems fixed by Gnulib:
15304 #@itemize
15305 #@end itemize
15306 #
15307 #Portability problems not fixed by Gnulib:
15308 #@itemize
15309 #@item
15310 #This function is missing on some platforms:
15311 #Cygwin, mingw, BeOS.
15312
15313 File: ./doc/glibc-functions/svcudp_bufcreate.texi
15314 Hash: ebad62a46d00b7f175d1ac81978d861de596d20f37be2a7e01c918ee9ad815bb
15315 Copyright: 
15316 License: 
15317 Licence_Text: 
15318 #Header: 
15319 #@node svcudp_bufcreate
15320 #@subsection @code{svcudp_bufcreate}
15321 #@findex svcudp_bufcreate
15322 #
15323 #Gnulib module: ---
15324 #
15325 #Portability problems fixed by Gnulib:
15326 #@itemize
15327 #@end itemize
15328 #
15329 #Portability problems not fixed by Gnulib:
15330 #@itemize
15331 #@item
15332 #This function is missing on some platforms:
15333 #Cygwin, mingw, BeOS.
15334
15335 File: ./doc/glibc-functions/svcudp_create.texi
15336 Hash: e6c5c92dcfc4d6256d7c0c8704a3ab0156d7b8f8f4da9cdb264522e3cffcca68
15337 Copyright: 
15338 License: 
15339 Licence_Text: 
15340 #Header: 
15341 #@node svcudp_create
15342 #@subsection @code{svcudp_create}
15343 #@findex svcudp_create
15344 #
15345 #Gnulib module: ---
15346 #
15347 #Portability problems fixed by Gnulib:
15348 #@itemize
15349 #@end itemize
15350 #
15351 #Portability problems not fixed by Gnulib:
15352 #@itemize
15353 #@item
15354 #This function is missing on some platforms:
15355 #Cygwin, mingw, BeOS.
15356
15357 File: ./doc/glibc-functions/svcunix_create.texi
15358 Hash: c2d36cc3e9b42dc5c0087798d08088d981fee60bb2b1fc134cb051015dfdf364
15359 Copyright: 
15360 License: 
15361 Licence_Text: 
15362 #Header: 
15363 #@node svcunix_create
15364 #@subsection @code{svcunix_create}
15365 #@findex svcunix_create
15366 #
15367 #Gnulib module: ---
15368 #
15369 #Portability problems fixed by Gnulib:
15370 #@itemize
15371 #@end itemize
15372 #
15373 #Portability problems not fixed by Gnulib:
15374 #@itemize
15375 #@item
15376 #This function is missing on some platforms:
15377 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
15378
15379 File: ./doc/glibc-functions/swapoff.texi
15380 Hash: d28e58cd281ea7d216c396bbe6cbb28c4ade6a1b1cb8f5d2bdfae763de8eb9bd
15381 Copyright: 
15382 License: 
15383 Licence_Text: 
15384 #Header: 
15385 #@node swapoff
15386 #@subsection @code{swapoff}
15387 #@findex swapoff
15388 #
15389 #Gnulib module: ---
15390 #
15391 #Portability problems fixed by Gnulib:
15392 #@itemize
15393 #@end itemize
15394 #
15395 #Portability problems not fixed by Gnulib:
15396 #@itemize
15397 #@item
15398 #This function is missing on some platforms:
15399 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
15400
15401 File: ./doc/glibc-functions/swapon.texi
15402 Hash: a2ae81f7c69492bebb553992ff91279a5e17c259426a305e78c4398175810bd4
15403 Copyright: 
15404 License: 
15405 Licence_Text: 
15406 #Header: 
15407 #@node swapon
15408 #@subsection @code{swapon}
15409 #@findex swapon
15410 #
15411 #Gnulib module: ---
15412 #
15413 #Portability problems fixed by Gnulib:
15414 #@itemize
15415 #@end itemize
15416 #
15417 #Portability problems not fixed by Gnulib:
15418 #@itemize
15419 #@item
15420 #This function is missing on some platforms:
15421 #OpenBSD 3.8, AIX 5.1, IRIX 6.5, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
15422
15423 File: ./doc/glibc-functions/sys_errlist.texi
15424 Hash: 9484aa6c644fd4efcf3f9c79bbb710107e54086b9d2cfea822a505e85b11d95f
15425 Copyright: 
15426 License: 
15427 Licence_Text: 
15428 #Header: 
15429 #@node sys_errlist
15430 #@subsection @code{sys_errlist}
15431 #@findex sys_errlist
15432 #
15433 #Gnulib module: ---
15434 #
15435 #Portability problems fixed by Gnulib:
15436 #@itemize
15437 #@end itemize
15438 #
15439 #Portability problems not fixed by Gnulib:
15440 #@itemize
15441 #@item
15442 #This variable is missing on some platforms:
15443 #MacOS X 10.3, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
15444
15445 File: ./doc/glibc-functions/sys_nerr.texi
15446 Hash: 6c269f9e04c5d53a2917b1fddeb7d432f614326628f60cdf42128bdbc1b4bf58
15447 Copyright: 
15448 License: 
15449 Licence_Text: 
15450 #Header: 
15451 #@node sys_nerr
15452 #@subsection @code{sys_nerr}
15453 #@findex sys_nerr
15454 #
15455 #Gnulib module: ---
15456 #
15457 #Portability problems fixed by Gnulib:
15458 #@itemize
15459 #@end itemize
15460 #
15461 #Portability problems not fixed by Gnulib:
15462 #@itemize
15463 #@item
15464 #This variable is missing on some platforms:
15465 #MacOS X 10.3, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
15466
15467 File: ./doc/glibc-functions/sys_siglist.texi
15468 Hash: cdfa2194216664145565158d29ce28afe50425b6434879005d1f09fc2e353de8
15469 Copyright: 
15470 License: 
15471 Licence_Text: 
15472 #Header: 
15473 #@node sys_siglist
15474 #@subsection @code{sys_siglist}
15475 #@findex sys_siglist
15476 #
15477 #Gnulib module: ---
15478 #
15479 #Portability problems fixed by Gnulib:
15480 #@itemize
15481 #@end itemize
15482 #
15483 #Portability problems not fixed by Gnulib:
15484 #@itemize
15485 #@item
15486 #This constant is missing on some platforms:
15487 #MacOS X 10.3, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
15488
15489 File: ./doc/glibc-functions/syscall.texi
15490 Hash: 190444fde09ca92f5d3c1a088254e8ea24f8ad21e7e743bd7bc74d5e7c3d8422
15491 Copyright: 
15492 License: 
15493 Licence_Text: 
15494 #Header: 
15495 #@node syscall
15496 #@subsection @code{syscall}
15497 #@findex syscall
15498 #
15499 #Gnulib module: ---
15500 #
15501 #Portability problems fixed by Gnulib:
15502 #@itemize
15503 #@end itemize
15504 #
15505 #Portability problems not fixed by Gnulib:
15506 #@itemize
15507 #@item
15508 #This function is missing on some platforms:
15509 #AIX 5.1, Cygwin, mingw, BeOS.
15510
15511 File: ./doc/glibc-functions/sysctl.texi
15512 Hash: 7caee75d99a482a34152821c313157a935611e93d37475e51fcfa966c389b00f
15513 Copyright: 
15514 License: 
15515 Licence_Text: 
15516 #Header: 
15517 #@node sysctl
15518 #@subsection @code{sysctl}
15519 #@findex sysctl
15520 #
15521 #Gnulib module: ---
15522 #
15523 #Portability problems fixed by Gnulib:
15524 #@itemize
15525 #@end itemize
15526 #
15527 #Portability problems not fixed by Gnulib:
15528 #@itemize
15529 #@item
15530 #This function is missing on some platforms:
15531 #AIX 5.1, HP-UX 11, IRIX 5.3, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
15532
15533 File: ./doc/glibc-functions/sysinfo.texi
15534 Hash: 2ad08e1570e50f92819f57b496af7be37f638f2c45f31ddf1445f35d928e58b8
15535 Copyright: 
15536 License: 
15537 Licence_Text: 
15538 #Header: 
15539 #@node sysinfo
15540 #@subsection @code{sysinfo}
15541 #@findex sysinfo
15542 #
15543 #Gnulib module: ---
15544 #
15545 #Portability problems fixed by Gnulib:
15546 #@itemize
15547 #@end itemize
15548 #
15549 #Portability problems not fixed by Gnulib:
15550 #@itemize
15551 #@item
15552 #This function is missing on some platforms:
15553 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, Cygwin, mingw, Interix 3.5, BeOS.
15554
15555 File: ./doc/glibc-functions/sysv_signal.texi
15556 Hash: 53654570fe739a0174eac69d3395bed8f5ee0a66ab1dce4870f0c6a9ef8da8d8
15557 Copyright: 
15558 License: 
15559 Licence_Text: 
15560 #Header: 
15561 #@node sysv_signal
15562 #@subsection @code{sysv_signal}
15563 #@findex sysv_signal
15564 #
15565 #Gnulib module: ---
15566 #
15567 #Portability problems fixed by Gnulib:
15568 #@itemize
15569 #@end itemize
15570 #
15571 #Portability problems not fixed by Gnulib:
15572 #@itemize
15573 #@item
15574 #This function is missing on some platforms:
15575 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
15576
15577 File: ./doc/glibc-functions/tdestroy.texi
15578 Hash: 2b159ca8f8ccd5a6ba34012b632072be835387cef1daa34853fdbdec8d11bfd3
15579 Copyright: 
15580 License: 
15581 Licence_Text: 
15582 #Header: 
15583 #@node tdestroy
15584 #@subsection @code{tdestroy}
15585 #@findex tdestroy
15586 #
15587 #Gnulib module: ---
15588 #
15589 #Portability problems fixed by Gnulib:
15590 #@itemize
15591 #@end itemize
15592 #
15593 #Portability problems not fixed by Gnulib:
15594 #@itemize
15595 #@item
15596 #This function is missing on some platforms:
15597 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
15598
15599 File: ./doc/glibc-functions/textdomain.texi
15600 Hash: 2b3b638baceaf30671d2612435628b02e3510a81bcb035c4d0953415beb44aa0
15601 Copyright: 
15602 License: 
15603 Licence_Text: 
15604 #Header: 
15605 #@node textdomain
15606 #@subsection @code{textdomain}
15607 #@findex textdomain
15608 #
15609 #Gnulib module: ---
15610 #
15611 #Portability problems fixed by Gnulib:
15612 #@itemize
15613 #@end itemize
15614 #
15615 #Portability problems not fixed by Gnulib:
15616 #@itemize
15617 #@item
15618 #This function is missing on some platforms:
15619 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
15620
15621 File: ./doc/glibc-functions/timegm.texi
15622 Hash: b33fd6b9183cda8ba31a038b0646223cf342064f7f57f96a60c01adee101f593
15623 Copyright: 
15624 License: 
15625 Licence_Text: 
15626 #Header: 
15627 #@node timegm
15628 #@subsection @code{timegm}
15629 #@findex timegm
15630 #
15631 #Gnulib module: timegm
15632 #
15633 #Portability problems fixed by Gnulib:
15634 #@itemize
15635 #@item
15636 #This function is missing on some platforms:
15637 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
15638 #@end itemize
15639 #
15640 #Portability problems not fixed by Gnulib:
15641 #@itemize
15642
15643 File: ./doc/glibc-functions/timelocal.texi
15644 Hash: aa7d6d8db5573d824931cad1a0e543b7ac6615fb9f76d7e294700027c2a7f901
15645 Copyright: 
15646 License: 
15647 Licence_Text: 
15648 #Header: 
15649 #@node timelocal
15650 #@subsection @code{timelocal}
15651 #@findex timelocal
15652 #
15653 #Gnulib module: ---
15654 #
15655 #Portability problems fixed by Gnulib:
15656 #@itemize
15657 #@end itemize
15658 #
15659 #Portability problems not fixed by Gnulib:
15660 #@itemize
15661 #@item
15662 #This function is missing on some platforms:
15663 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5.
15664
15665 File: ./doc/glibc-functions/tmpnam_r.texi
15666 Hash: 867eda2cdd3958cb2d0774ac423ace6f99f332061f97fc1e89ee182b4defd593
15667 Copyright: 
15668 License: 
15669 Licence_Text: 
15670 #Header: 
15671 #@node tmpnam_r
15672 #@subsection @code{tmpnam_r}
15673 #@findex tmpnam_r
15674 #
15675 #Gnulib module: ---
15676 #
15677 #Portability problems fixed by Gnulib:
15678 #@itemize
15679 #@end itemize
15680 #
15681 #Portability problems not fixed by Gnulib:
15682 #@itemize
15683 #@item
15684 #This function is missing on some platforms:
15685 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
15686
15687 File: ./doc/glibc-functions/ttyslot.texi
15688 Hash: a2db69dfed6d03d128a80b25100aa8bfdbf9ab8b7e6aae779b69352fe68be984
15689 Copyright: 
15690 License: 
15691 Licence_Text: 
15692 #Header: 
15693 #@node ttyslot
15694 #@subsection @code{ttyslot}
15695 #@findex ttyslot
15696 #
15697 #Gnulib module: ---
15698 #
15699 #Portability problems fixed by Gnulib:
15700 #@itemize
15701 #@end itemize
15702 #
15703 #Portability problems not fixed by Gnulib:
15704 #@itemize
15705 #@item
15706 #This function is missing on some platforms:
15707 #mingw, BeOS.
15708
15709 File: ./doc/glibc-functions/ulckpwdf.texi
15710 Hash: 5f913bc70494c38469fbeb1b242348e0d6818d5efa27ce69d1e56d0bf9733477
15711 Copyright: 
15712 License: 
15713 Licence_Text: 
15714 #Header: 
15715 #@node ulckpwdf
15716 #@subsection @code{ulckpwdf}
15717 #@findex ulckpwdf
15718 #
15719 #Gnulib module: ---
15720 #
15721 #Portability problems fixed by Gnulib:
15722 #@itemize
15723 #@end itemize
15724 #
15725 #Portability problems not fixed by Gnulib:
15726 #@itemize
15727 #@item
15728 #This function is missing on some platforms:
15729 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
15730
15731 File: ./doc/glibc-functions/umount.texi
15732 Hash: fda8d64fea228f847027a34530867b8fb61767a6b19b9bd8a2bccd46400dd1c5
15733 Copyright: 
15734 License: 
15735 Licence_Text: 
15736 #Header: 
15737 #@node umount
15738 #@subsection @code{umount}
15739 #@findex umount
15740 #
15741 #Gnulib module: ---
15742 #
15743 #Portability problems fixed by Gnulib:
15744 #@itemize
15745 #@end itemize
15746 #
15747 #Portability problems not fixed by Gnulib:
15748 #@itemize
15749 #@item
15750 #This function is missing on some platforms:
15751 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, mingw, Interix 3.5, BeOS.
15752
15753 File: ./doc/glibc-functions/umount2.texi
15754 Hash: 2957ef22d4b034fe43264d7a077e0c0b79acfe9b8d77dac47cbd9871e7322a87
15755 Copyright: 
15756 License: 
15757 Licence_Text: 
15758 #Header: 
15759 #@node umount2
15760 #@subsection @code{umount2}
15761 #@findex umount2
15762 #
15763 #Gnulib module: ---
15764 #
15765 #Portability problems fixed by Gnulib:
15766 #@itemize
15767 #@end itemize
15768 #
15769 #Portability problems not fixed by Gnulib:
15770 #@itemize
15771 #@item
15772 #This function is missing on some platforms:
15773 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
15774
15775 File: ./doc/glibc-functions/updwtmp.texi
15776 Hash: 0b9cdb5b25e1d740d3d4f9c7f3b42619f569938aba2412951a154103a9300952
15777 Copyright: 
15778 License: 
15779 Licence_Text: 
15780 #Header: 
15781 #@node updwtmp
15782 #@subsection @code{updwtmp}
15783 #@findex updwtmp
15784 #
15785 #Gnulib module: ---
15786 #
15787 #Portability problems fixed by Gnulib:
15788 #@itemize
15789 #@end itemize
15790 #
15791 #Portability problems not fixed by Gnulib:
15792 #@itemize
15793 #@item
15794 #This function is missing on some platforms:
15795 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, OSF/1 5.1, mingw, Interix 3.5, BeOS.
15796
15797 File: ./doc/glibc-functions/updwtmpx.texi
15798 Hash: 3d8f09f5afded96b9f0ae4b4d20dfa978893205440ea6bd95424e0e3861d624a
15799 Copyright: 
15800 License: 
15801 Licence_Text: 
15802 #Header: 
15803 #@node updwtmpx
15804 #@subsection @code{updwtmpx}
15805 #@findex updwtmpx
15806 #
15807 #Gnulib module: ---
15808 #
15809 #Portability problems fixed by Gnulib:
15810 #@itemize
15811 #@end itemize
15812 #
15813 #Portability problems not fixed by Gnulib:
15814 #@itemize
15815 #@item
15816 #This function is missing on some platforms:
15817 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1,
15818
15819 File: ./doc/glibc-functions/user2netname.texi
15820 Hash: 5f52a0441b2809065a8fa64c97c5c16eccf950ae9ed3108a0f0746ffc0ecea5a
15821 Copyright: 
15822 License: 
15823 Licence_Text: 
15824 #Header: 
15825 #@node user2netname
15826 #@subsection @code{user2netname}
15827 #@findex user2netname
15828 #
15829 #Gnulib module: ---
15830 #
15831 #Portability problems fixed by Gnulib:
15832 #@itemize
15833 #@end itemize
15834 #
15835 #Portability problems not fixed by Gnulib:
15836 #@itemize
15837 #@item
15838 #This function is missing on some platforms:
15839 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
15840
15841 File: ./doc/glibc-functions/ustat.texi
15842 Hash: f6cc53dfd21cf85c0e451aeea98c50ccd011ea4c88da39fcde741121726e1183
15843 Copyright: 
15844 License: 
15845 Licence_Text: 
15846 #Header: 
15847 #@node ustat
15848 #@subsection @code{ustat}
15849 #@findex ustat
15850 #
15851 #Gnulib module: ---
15852 #
15853 #Portability problems fixed by Gnulib:
15854 #@itemize
15855 #@end itemize
15856 #
15857 #Portability problems not fixed by Gnulib:
15858 #@itemize
15859 #@item
15860 #This function is missing on some platforms:
15861 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, Cygwin, mingw, Interix 3.5, BeOS.
15862
15863 File: ./doc/glibc-functions/utmpname.texi
15864 Hash: 30f2c75b23465299b58ac58dd7d8782080f478c88177e4f4a383f7c45f7120db
15865 Copyright: 
15866 License: 
15867 Licence_Text: 
15868 #Header: 
15869 #@node utmpname
15870 #@subsection @code{utmpname}
15871 #@findex utmpname
15872 #
15873 #Gnulib module: ---
15874 #
15875 #Portability problems fixed by Gnulib:
15876 #@itemize
15877 #@end itemize
15878 #
15879 #Portability problems not fixed by Gnulib:
15880 #@itemize
15881 #@item
15882 #This function is missing on some platforms:
15883 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, mingw, Interix 3.5, BeOS.
15884
15885 File: ./doc/glibc-functions/utmpxname.texi
15886 Hash: 7f048aaa1c923da17dbac39bf8b24992e0e1429d0f8f1b07ad60a6b4c0959974
15887 Copyright: 
15888 License: 
15889 Licence_Text: 
15890 #Header: 
15891 #@node utmpxname
15892 #@subsection @code{utmpxname}
15893 #@findex utmpxname
15894 #
15895 #Gnulib module: ---
15896 #
15897 #Portability problems fixed by Gnulib:
15898 #@itemize
15899 #@end itemize
15900 #
15901 #Portability problems not fixed by Gnulib:
15902 #@itemize
15903 #@item
15904 #This function is missing on some platforms:
15905 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, OSF/1 5.1, mingw, Interix 3.5, BeOS.
15906
15907 File: ./doc/glibc-functions/valloc.texi
15908 Hash: bc0a2963c65006320c0a49b64417fe78e8b2fa1dfa9bacec78dcada637280365
15909 Copyright: 
15910 License: 
15911 Licence_Text: 
15912 #Header: 
15913 #@node valloc
15914 #@subsection @code{valloc}
15915 #@findex valloc
15916 #
15917 #Gnulib module: ---
15918 #
15919 #Portability problems fixed by Gnulib:
15920 #@itemize
15921 #@end itemize
15922 #
15923 #Portability problems not fixed by Gnulib:
15924 #@itemize
15925 #@item
15926 #This function is missing on some platforms:
15927 #mingw, Interix 3.5.
15928
15929 File: ./doc/glibc-functions/vasprintf.texi
15930 Hash: 01dc69843bb08b39bbef53771785a3f74e86491f2d1dddc8739d898d2a8bdf9a
15931 Copyright: 
15932 License: 
15933 Licence_Text: 
15934 #Header: 
15935 #@node vasprintf
15936 #@subsection @code{vasprintf}
15937 #@findex vasprintf
15938 #
15939 #Gnulib module: vasprintf
15940 #
15941 #Portability problems fixed by Gnulib:
15942 #@itemize
15943 #@item
15944 #This function is missing on some platforms:
15945 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5.
15946 #@end itemize
15947 #
15948 #Portability problems not fixed by Gnulib:
15949 #@itemize
15950
15951 File: ./doc/glibc-functions/verr.texi
15952 Hash: 78267ac4d25a9129dd9b2509e14064e457b8c938b2f7075931403403963d17da
15953 Copyright: 
15954 License: 
15955 Licence_Text: 
15956 #Header: 
15957 #@node verr
15958 #@subsection @code{verr}
15959 #@findex verr
15960 #
15961 #Gnulib module: ---
15962 #
15963 #Portability problems fixed by Gnulib:
15964 #@itemize
15965 #@end itemize
15966 #
15967 #Portability problems not fixed by Gnulib:
15968 #@itemize
15969 #@item
15970 #This function is missing on some platforms:
15971 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
15972
15973 File: ./doc/glibc-functions/verrx.texi
15974 Hash: 243ae75a133530c958e53bb80fbef71f2528824270327400efbe249a75c523cd
15975 Copyright: 
15976 License: 
15977 Licence_Text: 
15978 #Header: 
15979 #@node verrx
15980 #@subsection @code{verrx}
15981 #@findex verrx
15982 #
15983 #Gnulib module: ---
15984 #
15985 #Portability problems fixed by Gnulib:
15986 #@itemize
15987 #@end itemize
15988 #
15989 #Portability problems not fixed by Gnulib:
15990 #@itemize
15991 #@item
15992 #This function is missing on some platforms:
15993 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
15994
15995 File: ./doc/glibc-functions/versionsort.texi
15996 Hash: a8d292fdf0af9d2eb2473ecba25b36c64863e58acce8c463bf054dc5476603c8
15997 Copyright: 
15998 License: 
15999 Licence_Text: 
16000 #Header: 
16001 #@node versionsort
16002 #@subsection @code{versionsort}
16003 #@findex versionsort
16004 #
16005 #Gnulib module: ---
16006 #
16007 #Portability problems fixed by Gnulib:
16008 #@itemize
16009 #@end itemize
16010 #
16011 #Portability problems not fixed by Gnulib:
16012 #@itemize
16013 #@item
16014 #This function is missing on all non-glibc platforms:
16015 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16016
16017 File: ./doc/glibc-functions/vhangup.texi
16018 Hash: 24826dfcb8f9b2e73d2e89ddd190426d8e5d0f227b0082ac812909b10b8a8b3d
16019 Copyright: 
16020 License: 
16021 Licence_Text: 
16022 #Header: 
16023 #@node vhangup
16024 #@subsection @code{vhangup}
16025 #@findex vhangup
16026 #
16027 #Gnulib module: ---
16028 #
16029 #Portability problems fixed by Gnulib:
16030 #@itemize
16031 #@end itemize
16032 #
16033 #Portability problems not fixed by Gnulib:
16034 #@itemize
16035 #@item
16036 #This function is missing on some platforms:
16037 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, OSF/1 5.1, mingw, Interix 3.5, BeOS.
16038
16039 File: ./doc/glibc-functions/vlimit.texi
16040 Hash: 9462f628ec3422857cc94eb976adec9a79466b27f54a83ab819f916053c96976
16041 Copyright: 
16042 License: 
16043 Licence_Text: 
16044 #Header: 
16045 #@node vlimit
16046 #@subsection @code{vlimit}
16047 #@findex vlimit
16048 #
16049 #Gnulib module: ---
16050 #
16051 #Portability problems fixed by Gnulib:
16052 #@itemize
16053 #@end itemize
16054 #
16055 #Portability problems not fixed by Gnulib:
16056 #@itemize
16057 #@item
16058 #This function is missing on some platforms:
16059 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16060
16061 File: ./doc/glibc-functions/vm86.texi
16062 Hash: c86ac73a01f52ed04acc07d62d1ec512640f650cb0347dd079e7ec4c71e0af5d
16063 Copyright: 
16064 License: 
16065 Licence_Text: 
16066 #Header: 
16067 #@node vm86
16068 #@subsection @code{vm86}
16069 #@findex vm86
16070 #
16071 #Gnulib module: ---
16072 #
16073 #Portability problems fixed by Gnulib:
16074 #@itemize
16075 #@end itemize
16076 #
16077 #Portability problems not fixed by Gnulib:
16078 #@itemize
16079 #@item
16080 #This function is missing on all non-glibc platforms:
16081 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16082
16083 File: ./doc/glibc-functions/vsyslog.texi
16084 Hash: 848e6a794d99db034fd60bb81dd195003e60770bffcdee4dbaeaebcf71c98ddd
16085 Copyright: 
16086 License: 
16087 Licence_Text: 
16088 #Header: 
16089 #@node vsyslog
16090 #@subsection @code{vsyslog}
16091 #@findex vsyslog
16092 #
16093 #Gnulib module: ---
16094 #
16095 #Portability problems fixed by Gnulib:
16096 #@itemize
16097 #@end itemize
16098 #
16099 #Portability problems not fixed by Gnulib:
16100 #@itemize
16101 #@item
16102 #This function is missing on some platforms:
16103 #AIX 5.1, HP-UX 11, OSF/1 5.1, mingw, BeOS.
16104
16105 File: ./doc/glibc-functions/vtimes.texi
16106 Hash: 06d2ebc51079102284cf04e82831a57f97849fd2a1e177aaed25aa462f93e12f
16107 Copyright: 
16108 License: 
16109 Licence_Text: 
16110 #Header: 
16111 #@node vtimes
16112 #@subsection @code{vtimes}
16113 #@findex vtimes
16114 #
16115 #Gnulib module: ---
16116 #
16117 #Portability problems fixed by Gnulib:
16118 #@itemize
16119 #@end itemize
16120 #
16121 #Portability problems not fixed by Gnulib:
16122 #@itemize
16123 #@item
16124 #This function is missing on all non-glibc platforms:
16125 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16126
16127 File: ./doc/glibc-functions/vwarn.texi
16128 Hash: fdc2b63b39a6cb2c3207ba881f0765eb8768f34d2fa7badb91b15c0a291b715c
16129 Copyright: 
16130 License: 
16131 Licence_Text: 
16132 #Header: 
16133 #@node vwarn
16134 #@subsection @code{vwarn}
16135 #@findex vwarn
16136 #
16137 #Gnulib module: ---
16138 #
16139 #Portability problems fixed by Gnulib:
16140 #@itemize
16141 #@end itemize
16142 #
16143 #Portability problems not fixed by Gnulib:
16144 #@itemize
16145 #@item
16146 #This function is missing on some platforms:
16147 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
16148
16149 File: ./doc/glibc-functions/vwarnx.texi
16150 Hash: a36189d641dc9338fd1667d162ed6642f0a3bea5356d5357aedfcc2888b47337
16151 Copyright: 
16152 License: 
16153 Licence_Text: 
16154 #Header: 
16155 #@node vwarnx
16156 #@subsection @code{vwarnx}
16157 #@findex vwarnx
16158 #
16159 #Gnulib module: ---
16160 #
16161 #Portability problems fixed by Gnulib:
16162 #@itemize
16163 #@end itemize
16164 #
16165 #Portability problems not fixed by Gnulib:
16166 #@itemize
16167 #@item
16168 #This function is missing on some platforms:
16169 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
16170
16171 File: ./doc/glibc-functions/wait3.texi
16172 Hash: a7b4066310d3a25054fa4f7aa01e708505f766e673c9cd25645a820129cf5d2d
16173 Copyright: 
16174 License: 
16175 Licence_Text: 
16176 #Header: 
16177 #@node wait3
16178 #@subsection @code{wait3}
16179 #@findex wait3
16180 #
16181 #Gnulib module: ---
16182 #
16183 #Portability problems fixed by Gnulib:
16184 #@itemize
16185 #@end itemize
16186 #
16187 #Portability problems not fixed by Gnulib:
16188 #@itemize
16189 #@item
16190 #This function is missing on some platforms:
16191 #mingw, Interix 3.5, BeOS.
16192
16193 File: ./doc/glibc-functions/wait4.texi
16194 Hash: 6d200273bf91bf0dcb399661230e36cac133661d4bc9dff07cc419dae1f76c05
16195 Copyright: 
16196 License: 
16197 Licence_Text: 
16198 #Header: 
16199 #@node wait4
16200 #@subsection @code{wait4}
16201 #@findex wait4
16202 #
16203 #Gnulib module: ---
16204 #
16205 #Portability problems fixed by Gnulib:
16206 #@itemize
16207 #@end itemize
16208 #
16209 #Portability problems not fixed by Gnulib:
16210 #@itemize
16211 #@item
16212 #This function is missing on some platforms:
16213 #AIX 4.3.2, HP-UX 11, IRIX 6.5, mingw, Interix 3.5, BeOS.
16214
16215 File: ./doc/glibc-functions/warn.texi
16216 Hash: 723908ecf30a2a6a42d40630b7c66884afeb923239309b052149301d01d48d41
16217 Copyright: 
16218 License: 
16219 Licence_Text: 
16220 #Header: 
16221 #@node warn
16222 #@subsection @code{warn}
16223 #@findex warn
16224 #
16225 #Gnulib module: ---
16226 #
16227 #Portability problems fixed by Gnulib:
16228 #@itemize
16229 #@end itemize
16230 #
16231 #Portability problems not fixed by Gnulib:
16232 #@itemize
16233 #@item
16234 #This function is missing on some platforms:
16235 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
16236
16237 File: ./doc/glibc-functions/warnx.texi
16238 Hash: 5f98d682eb3ca5672fcbad900bd876090ced691d922879ea4bc661c541d83d1e
16239 Copyright: 
16240 License: 
16241 Licence_Text: 
16242 #Header: 
16243 #@node warnx
16244 #@subsection @code{warnx}
16245 #@findex warnx
16246 #
16247 #Gnulib module: ---
16248 #
16249 #Portability problems fixed by Gnulib:
16250 #@itemize
16251 #@end itemize
16252 #
16253 #Portability problems not fixed by Gnulib:
16254 #@itemize
16255 #@item
16256 #This function is missing on some platforms:
16257 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
16258
16259 File: ./doc/glibc-functions/wcschrnul.texi
16260 Hash: 5d417933737648f79c9b9091e34dd6de4bdcbacabb611962290237a8b1a53f78
16261 Copyright: 
16262 License: 
16263 Licence_Text: 
16264 #Header: 
16265 #@node wcschrnul
16266 #@subsection @code{wcschrnul}
16267 #@findex wcschrnul
16268 #
16269 #Gnulib module: ---
16270 #
16271 #Portability problems fixed by Gnulib:
16272 #@itemize
16273 #@end itemize
16274 #
16275 #Portability problems not fixed by Gnulib:
16276 #@itemize
16277 #@item
16278 #This function is missing on all non-glibc platforms:
16279 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16280
16281 File: ./doc/glibc-functions/wcsftime_l.texi
16282 Hash: ef33c1a0f5969ac80dfac455c2ab398baa7e2ae22403663282b851abcacb0c86
16283 Copyright: 
16284 License: 
16285 Licence_Text: 
16286 #Header: 
16287 #@node wcsftime_l
16288 #@subsection @code{wcsftime_l}
16289 #@findex wcsftime_l
16290 #
16291 #Gnulib module: ---
16292 #
16293 #Portability problems fixed by Gnulib:
16294 #@itemize
16295 #@end itemize
16296 #
16297 #Portability problems not fixed by Gnulib:
16298 #@itemize
16299 #@item
16300 #This function is missing on all non-glibc platforms:
16301 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16302
16303 File: ./doc/glibc-functions/wcstod_l.texi
16304 Hash: ad0ddbd33f44160180dc6a5116dec058c419d4cbabf88fa761763aa9f38e11a4
16305 Copyright: 
16306 License: 
16307 Licence_Text: 
16308 #Header: 
16309 #@node wcstod_l
16310 #@subsection @code{wcstod_l}
16311 #@findex wcstod_l
16312 #
16313 #Gnulib module: ---
16314 #
16315 #Portability problems fixed by Gnulib:
16316 #@itemize
16317 #@end itemize
16318 #
16319 #Portability problems not fixed by Gnulib:
16320 #@itemize
16321 #@item
16322 #This function is missing on all non-glibc platforms:
16323 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16324
16325 File: ./doc/glibc-functions/wcstof_l.texi
16326 Hash: e3b0808da41d177b2fc26f9fa6dbaf17fde774661f00d708a7599f32e8ae22c8
16327 Copyright: 
16328 License: 
16329 Licence_Text: 
16330 #Header: 
16331 #@node wcstof_l
16332 #@subsection @code{wcstof_l}
16333 #@findex wcstof_l
16334 #
16335 #Gnulib module: ---
16336 #
16337 #Portability problems fixed by Gnulib:
16338 #@itemize
16339 #@end itemize
16340 #
16341 #Portability problems not fixed by Gnulib:
16342 #@itemize
16343 #@item
16344 #This function is missing on all non-glibc platforms:
16345 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16346
16347 File: ./doc/glibc-functions/wcstol_l.texi
16348 Hash: 7f70614683c069b068bdd6f22a9f557afb8a5cc586f5c4a6e434506834c08c2c
16349 Copyright: 
16350 License: 
16351 Licence_Text: 
16352 #Header: 
16353 #@node wcstol_l
16354 #@subsection @code{wcstol_l}
16355 #@findex wcstol_l
16356 #
16357 #Gnulib module: ---
16358 #
16359 #Portability problems fixed by Gnulib:
16360 #@itemize
16361 #@end itemize
16362 #
16363 #Portability problems not fixed by Gnulib:
16364 #@itemize
16365 #@item
16366 #This function is missing on all non-glibc platforms:
16367 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16368
16369 File: ./doc/glibc-functions/wcstold_l.texi
16370 Hash: c68fa338d011fe9288ac28b1eb729b469531db1475cae1b1b7dadbcf7098b90a
16371 Copyright: 
16372 License: 
16373 Licence_Text: 
16374 #Header: 
16375 #@node wcstold_l
16376 #@subsection @code{wcstold_l}
16377 #@findex wcstold_l
16378 #
16379 #Gnulib module: ---
16380 #
16381 #Portability problems fixed by Gnulib:
16382 #@itemize
16383 #@end itemize
16384 #
16385 #Portability problems not fixed by Gnulib:
16386 #@itemize
16387 #@item
16388 #This function is missing on all non-glibc platforms:
16389 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16390
16391 File: ./doc/glibc-functions/wcstoll_l.texi
16392 Hash: bf5c9212a552069833ed365917ab1628caaac9bafde388b648aeb9d3d96cb709
16393 Copyright: 
16394 License: 
16395 Licence_Text: 
16396 #Header: 
16397 #@node wcstoll_l
16398 #@subsection @code{wcstoll_l}
16399 #@findex wcstoll_l
16400 #
16401 #Gnulib module: ---
16402 #
16403 #Portability problems fixed by Gnulib:
16404 #@itemize
16405 #@end itemize
16406 #
16407 #Portability problems not fixed by Gnulib:
16408 #@itemize
16409 #@item
16410 #This function is missing on all non-glibc platforms:
16411 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16412
16413 File: ./doc/glibc-functions/wcstoq.texi
16414 Hash: 4999de040d3a057b3a08f5a332220ea773287f6916b8f012d3e0b184c3f26592
16415 Copyright: 
16416 License: 
16417 Licence_Text: 
16418 #Header: 
16419 #@node wcstoq
16420 #@subsection @code{wcstoq}
16421 #@findex wcstoq
16422 #
16423 #Gnulib module: ---
16424 #
16425 #Portability problems fixed by Gnulib:
16426 #@itemize
16427 #@end itemize
16428 #
16429 #Portability problems not fixed by Gnulib:
16430 #@itemize
16431 #@item
16432 #This function is missing on all non-glibc platforms:
16433 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16434
16435 File: ./doc/glibc-functions/wcstoul_l.texi
16436 Hash: e614b148fe54e7838a90ab850f729e323d6669bf7e07312bf4789ce74918119d
16437 Copyright: 
16438 License: 
16439 Licence_Text: 
16440 #Header: 
16441 #@node wcstoul_l
16442 #@subsection @code{wcstoul_l}
16443 #@findex wcstoul_l
16444 #
16445 #Gnulib module: ---
16446 #
16447 #Portability problems fixed by Gnulib:
16448 #@itemize
16449 #@end itemize
16450 #
16451 #Portability problems not fixed by Gnulib:
16452 #@itemize
16453 #@item
16454 #This function is missing on all non-glibc platforms:
16455 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16456
16457 File: ./doc/glibc-functions/wcstoull_l.texi
16458 Hash: 745c028ab6e80155cab792bf525124410699c33d23085c42d2be99ab905f0f24
16459 Copyright: 
16460 License: 
16461 Licence_Text: 
16462 #Header: 
16463 #@node wcstoull_l
16464 #@subsection @code{wcstoull_l}
16465 #@findex wcstoull_l
16466 #
16467 #Gnulib module: ---
16468 #
16469 #Portability problems fixed by Gnulib:
16470 #@itemize
16471 #@end itemize
16472 #
16473 #Portability problems not fixed by Gnulib:
16474 #@itemize
16475 #@item
16476 #This function is missing on all non-glibc platforms:
16477 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16478
16479 File: ./doc/glibc-functions/wcstouq.texi
16480 Hash: ba85b34761c3f98505456e786d5ed3c3259271db6f67594a58751d4cf48f6053
16481 Copyright: 
16482 License: 
16483 Licence_Text: 
16484 #Header: 
16485 #@node wcstouq
16486 #@subsection @code{wcstouq}
16487 #@findex wcstouq
16488 #
16489 #Gnulib module: ---
16490 #
16491 #Portability problems fixed by Gnulib:
16492 #@itemize
16493 #@end itemize
16494 #
16495 #Portability problems not fixed by Gnulib:
16496 #@itemize
16497 #@item
16498 #This function is missing on all non-glibc platforms:
16499 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16500
16501 File: ./doc/glibc-functions/wmempcpy.texi
16502 Hash: 4bcdb18550e5c7d28fb6c83a0313ce9f4ace5cc915c3d08084984599785bc2fa
16503 Copyright: 
16504 License: 
16505 Licence_Text: 
16506 #Header: 
16507 #@node wmempcpy
16508 #@subsection @code{wmempcpy}
16509 #@findex wmempcpy
16510 #
16511 #Gnulib module: ---
16512 #
16513 #Portability problems fixed by Gnulib:
16514 #@itemize
16515 #@end itemize
16516 #
16517 #Portability problems not fixed by Gnulib:
16518 #@itemize
16519 #@item
16520 #This function is missing on all non-glibc platforms:
16521 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16522
16523 File: ./doc/glibc-functions/xdr_array.texi
16524 Hash: 19c6ca0199f50e5f501e77f148ab91dcbfe91b661cf52da5e6856f5cbcea03d3
16525 Copyright: 
16526 License: 
16527 Licence_Text: 
16528 #Header: 
16529 #@node xdr_array
16530 #@subsection @code{xdr_array}
16531 #@findex xdr_array
16532 #
16533 #Gnulib module: ---
16534 #
16535 #Portability problems fixed by Gnulib:
16536 #@itemize
16537 #@end itemize
16538 #
16539 #Portability problems not fixed by Gnulib:
16540 #@itemize
16541 #@item
16542 #This function is missing on some platforms:
16543 #Cygwin, mingw, BeOS.
16544
16545 File: ./doc/glibc-functions/xdr_authunix_parms.texi
16546 Hash: cdb3df779cceb4d74a88670f6a4610951a2aa4394de151d1e7fadb24c5d0be3b
16547 Copyright: 
16548 License: 
16549 Licence_Text: 
16550 #Header: 
16551 #@node xdr_authunix_parms
16552 #@subsection @code{xdr_authunix_parms}
16553 #@findex xdr_authunix_parms
16554 #
16555 #Gnulib module: ---
16556 #
16557 #Portability problems fixed by Gnulib:
16558 #@itemize
16559 #@end itemize
16560 #
16561 #Portability problems not fixed by Gnulib:
16562 #@itemize
16563 #@item
16564 #This function is missing on some platforms:
16565 #HP-UX 11, Solaris 10, Cygwin, mingw, BeOS.
16566
16567 File: ./doc/glibc-functions/xdr_bool.texi
16568 Hash: 4ea286fe1a567849deeabf993df9d993ba60ebca88953089f743484495cd055b
16569 Copyright: 
16570 License: 
16571 Licence_Text: 
16572 #Header: 
16573 #@node xdr_bool
16574 #@subsection @code{xdr_bool}
16575 #@findex xdr_bool
16576 #
16577 #Gnulib module: ---
16578 #
16579 #Portability problems fixed by Gnulib:
16580 #@itemize
16581 #@end itemize
16582 #
16583 #Portability problems not fixed by Gnulib:
16584 #@itemize
16585 #@item
16586 #This function is missing on some platforms:
16587 #Cygwin, mingw, BeOS.
16588
16589 File: ./doc/glibc-functions/xdr_bytes.texi
16590 Hash: 3cb975a4ce2552c20f4957ccd8b73cdb7b626672140bef0b1e2f72f6e5fc0d1e
16591 Copyright: 
16592 License: 
16593 Licence_Text: 
16594 #Header: 
16595 #@node xdr_bytes
16596 #@subsection @code{xdr_bytes}
16597 #@findex xdr_bytes
16598 #
16599 #Gnulib module: ---
16600 #
16601 #Portability problems fixed by Gnulib:
16602 #@itemize
16603 #@end itemize
16604 #
16605 #Portability problems not fixed by Gnulib:
16606 #@itemize
16607 #@item
16608 #This function is missing on some platforms:
16609 #Cygwin, mingw, BeOS.
16610
16611 File: ./doc/glibc-functions/xdr_callhdr.texi
16612 Hash: 6f417e2360984d05faa4f6e29ec925d45ff15aaff8b559b8797a3e1323b85751
16613 Copyright: 
16614 License: 
16615 Licence_Text: 
16616 #Header: 
16617 #@node xdr_callhdr
16618 #@subsection @code{xdr_callhdr}
16619 #@findex xdr_callhdr
16620 #
16621 #Gnulib module: ---
16622 #
16623 #Portability problems fixed by Gnulib:
16624 #@itemize
16625 #@end itemize
16626 #
16627 #Portability problems not fixed by Gnulib:
16628 #@itemize
16629 #@item
16630 #This function is missing on some platforms:
16631 #Cygwin, mingw, BeOS.
16632
16633 File: ./doc/glibc-functions/xdr_callmsg.texi
16634 Hash: cb750ed335f8990d02c2f270df2af3936914bca25e3c6ccf0744ca6cecfb28c3
16635 Copyright: 
16636 License: 
16637 Licence_Text: 
16638 #Header: 
16639 #@node xdr_callmsg
16640 #@subsection @code{xdr_callmsg}
16641 #@findex xdr_callmsg
16642 #
16643 #Gnulib module: ---
16644 #
16645 #Portability problems fixed by Gnulib:
16646 #@itemize
16647 #@end itemize
16648 #
16649 #Portability problems not fixed by Gnulib:
16650 #@itemize
16651 #@item
16652 #This function is missing on some platforms:
16653 #Cygwin, mingw, BeOS.
16654
16655 File: ./doc/glibc-functions/xdr_cback_data.texi
16656 Hash: d4a37bb7dc668a544a5cd09991da24d8096f4b12f9e6e37e8393a26940361fa9
16657 Copyright: 
16658 License: 
16659 Licence_Text: 
16660 #Header: 
16661 #@node xdr_cback_data
16662 #@subsection @code{xdr_cback_data}
16663 #@findex xdr_cback_data
16664 #
16665 #Gnulib module: ---
16666 #
16667 #Portability problems fixed by Gnulib:
16668 #@itemize
16669 #@end itemize
16670 #
16671 #Portability problems not fixed by Gnulib:
16672 #@itemize
16673 #@item
16674 #This function is missing on some platforms:
16675 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
16676
16677 File: ./doc/glibc-functions/xdr_char.texi
16678 Hash: c14040bd19324e444f22eb519f081124ad19cc489ff3204c2b48e52576921e8a
16679 Copyright: 
16680 License: 
16681 Licence_Text: 
16682 #Header: 
16683 #@node xdr_char
16684 #@subsection @code{xdr_char}
16685 #@findex xdr_char
16686 #
16687 #Gnulib module: ---
16688 #
16689 #Portability problems fixed by Gnulib:
16690 #@itemize
16691 #@end itemize
16692 #
16693 #Portability problems not fixed by Gnulib:
16694 #@itemize
16695 #@item
16696 #This function is missing on some platforms:
16697 #Cygwin, mingw, BeOS.
16698
16699 File: ./doc/glibc-functions/xdr_cryptkeyarg.texi
16700 Hash: dcdd59591f3dca753276ddb3dc166b55ae1e1dd469fa7a80f9ce2a998423b84d
16701 Copyright: 
16702 License: 
16703 Licence_Text: 
16704 #Header: 
16705 #@node xdr_cryptkeyarg
16706 #@subsection @code{xdr_cryptkeyarg}
16707 #@findex xdr_cryptkeyarg
16708 #
16709 #Gnulib module: ---
16710 #
16711 #Portability problems fixed by Gnulib:
16712 #@itemize
16713 #@end itemize
16714 #
16715 #Portability problems not fixed by Gnulib:
16716 #@itemize
16717 #@item
16718 #This function is missing on some platforms:
16719 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
16720
16721 File: ./doc/glibc-functions/xdr_cryptkeyarg2.texi
16722 Hash: e7b71aa3c2b7935333c3782753185038023468223a630d977a16a3ffd24e105d
16723 Copyright: 
16724 License: 
16725 Licence_Text: 
16726 #Header: 
16727 #@node xdr_cryptkeyarg2
16728 #@subsection @code{xdr_cryptkeyarg2}
16729 #@findex xdr_cryptkeyarg2
16730 #
16731 #Gnulib module: ---
16732 #
16733 #Portability problems fixed by Gnulib:
16734 #@itemize
16735 #@end itemize
16736 #
16737 #Portability problems not fixed by Gnulib:
16738 #@itemize
16739 #@item
16740 #This function is missing on some platforms:
16741 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
16742
16743 File: ./doc/glibc-functions/xdr_cryptkeyres.texi
16744 Hash: 3b754af6685bd5ebf15014e7cf19ccbbfef72939d1c5a815488b0007e0352e44
16745 Copyright: 
16746 License: 
16747 Licence_Text: 
16748 #Header: 
16749 #@node xdr_cryptkeyres
16750 #@subsection @code{xdr_cryptkeyres}
16751 #@findex xdr_cryptkeyres
16752 #
16753 #Gnulib module: ---
16754 #
16755 #Portability problems fixed by Gnulib:
16756 #@itemize
16757 #@end itemize
16758 #
16759 #Portability problems not fixed by Gnulib:
16760 #@itemize
16761 #@item
16762 #This function is missing on some platforms:
16763 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
16764
16765 File: ./doc/glibc-functions/xdr_des_block.texi
16766 Hash: 3ce2fdf69ba45fff5fc0faa36f81ae554c4a5af6ea364d6a134a230d870b4f93
16767 Copyright: 
16768 License: 
16769 Licence_Text: 
16770 #Header: 
16771 #@node xdr_des_block
16772 #@subsection @code{xdr_des_block}
16773 #@findex xdr_des_block
16774 #
16775 #Gnulib module: ---
16776 #
16777 #Portability problems fixed by Gnulib:
16778 #@itemize
16779 #@end itemize
16780 #
16781 #Portability problems not fixed by Gnulib:
16782 #@itemize
16783 #@item
16784 #This function is missing on some platforms:
16785 #Cygwin, mingw, BeOS.
16786
16787 File: ./doc/glibc-functions/xdr_domainname.texi
16788 Hash: 3881316adc80be14ad5c4fbdae5d311b492d7109e80cf05a00314e9e69aa5ff9
16789 Copyright: 
16790 License: 
16791 Licence_Text: 
16792 #Header: 
16793 #@node xdr_domainname
16794 #@subsection @code{xdr_domainname}
16795 #@findex xdr_domainname
16796 #
16797 #Gnulib module: ---
16798 #
16799 #Portability problems fixed by Gnulib:
16800 #@itemize
16801 #@end itemize
16802 #
16803 #Portability problems not fixed by Gnulib:
16804 #@itemize
16805 #@item
16806 #This function is missing on some platforms:
16807 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
16808
16809 File: ./doc/glibc-functions/xdr_double.texi
16810 Hash: f91e2921b11504f0c91cbd54470b2973bc77623887893e0b94e964b503f7277f
16811 Copyright: 
16812 License: 
16813 Licence_Text: 
16814 #Header: 
16815 #@node xdr_double
16816 #@subsection @code{xdr_double}
16817 #@findex xdr_double
16818 #
16819 #Gnulib module: ---
16820 #
16821 #Portability problems fixed by Gnulib:
16822 #@itemize
16823 #@end itemize
16824 #
16825 #Portability problems not fixed by Gnulib:
16826 #@itemize
16827 #@item
16828 #This function is missing on some platforms:
16829 #Cygwin, mingw, BeOS.
16830
16831 File: ./doc/glibc-functions/xdr_enum.texi
16832 Hash: b149f650f465a2faa5f1d68bd93ece4c0a0ed0896afeabae4dcb70ba405b89d0
16833 Copyright: 
16834 License: 
16835 Licence_Text: 
16836 #Header: 
16837 #@node xdr_enum
16838 #@subsection @code{xdr_enum}
16839 #@findex xdr_enum
16840 #
16841 #Gnulib module: ---
16842 #
16843 #Portability problems fixed by Gnulib:
16844 #@itemize
16845 #@end itemize
16846 #
16847 #Portability problems not fixed by Gnulib:
16848 #@itemize
16849 #@item
16850 #This function is missing on some platforms:
16851 #Cygwin, mingw, BeOS.
16852
16853 File: ./doc/glibc-functions/xdr_float.texi
16854 Hash: 78543df2289178a87a35441879ce5a1ff664fcc58c7b8c6426ba648e3ff4a8cb
16855 Copyright: 
16856 License: 
16857 Licence_Text: 
16858 #Header: 
16859 #@node xdr_float
16860 #@subsection @code{xdr_float}
16861 #@findex xdr_float
16862 #
16863 #Gnulib module: ---
16864 #
16865 #Portability problems fixed by Gnulib:
16866 #@itemize
16867 #@end itemize
16868 #
16869 #Portability problems not fixed by Gnulib:
16870 #@itemize
16871 #@item
16872 #This function is missing on some platforms:
16873 #Cygwin, mingw, BeOS.
16874
16875 File: ./doc/glibc-functions/xdr_free.texi
16876 Hash: a47ac9b7d37b8d0cb2f75c4d7d96e563dd8047c92de3f49a33e3c3ce8f66020e
16877 Copyright: 
16878 License: 
16879 Licence_Text: 
16880 #Header: 
16881 #@node xdr_free
16882 #@subsection @code{xdr_free}
16883 #@findex xdr_free
16884 #
16885 #Gnulib module: ---
16886 #
16887 #Portability problems fixed by Gnulib:
16888 #@itemize
16889 #@end itemize
16890 #
16891 #Portability problems not fixed by Gnulib:
16892 #@itemize
16893 #@item
16894 #This function is missing on some platforms:
16895 #Cygwin, mingw, BeOS.
16896
16897 File: ./doc/glibc-functions/xdr_getcredres.texi
16898 Hash: beaa386f00d0505786655c3db8d09815047d87487d12835741e566bf945bbed9
16899 Copyright: 
16900 License: 
16901 Licence_Text: 
16902 #Header: 
16903 #@node xdr_getcredres
16904 #@subsection @code{xdr_getcredres}
16905 #@findex xdr_getcredres
16906 #
16907 #Gnulib module: ---
16908 #
16909 #Portability problems fixed by Gnulib:
16910 #@itemize
16911 #@end itemize
16912 #
16913 #Portability problems not fixed by Gnulib:
16914 #@itemize
16915 #@item
16916 #This function is missing on some platforms:
16917 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
16918
16919 File: ./doc/glibc-functions/xdr_hyper.texi
16920 Hash: 8e26f31e26f57ef964cd9116f3d9e2574589b14caaa979585e198941bd24bb9e
16921 Copyright: 
16922 License: 
16923 Licence_Text: 
16924 #Header: 
16925 #@node xdr_hyper
16926 #@subsection @code{xdr_hyper}
16927 #@findex xdr_hyper
16928 #
16929 #Gnulib module: ---
16930 #
16931 #Portability problems fixed by Gnulib:
16932 #@itemize
16933 #@end itemize
16934 #
16935 #Portability problems not fixed by Gnulib:
16936 #@itemize
16937 #@item
16938 #This function is missing on some platforms:
16939 #MacOS X 10.3, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
16940
16941 File: ./doc/glibc-functions/xdr_int.texi
16942 Hash: cb72dde3124b8fd76f079ba72974518af41d6411110e224ad69a9dd66c4e377e
16943 Copyright: 
16944 License: 
16945 Licence_Text: 
16946 #Header: 
16947 #@node xdr_int
16948 #@subsection @code{xdr_int}
16949 #@findex xdr_int
16950 #
16951 #Gnulib module: ---
16952 #
16953 #Portability problems fixed by Gnulib:
16954 #@itemize
16955 #@end itemize
16956 #
16957 #Portability problems not fixed by Gnulib:
16958 #@itemize
16959 #@item
16960 #This function is missing on some platforms:
16961 #Cygwin, mingw, BeOS.
16962
16963 File: ./doc/glibc-functions/xdr_int16_t.texi
16964 Hash: 9d69be17ce7fcf05a552f56855ca688ec4eb9692b7e7133dd74cf3af7a0ff4c6
16965 Copyright: 
16966 License: 
16967 Licence_Text: 
16968 #Header: 
16969 #@node xdr_int16_t
16970 #@subsection @code{xdr_int16_t}
16971 #@findex xdr_int16_t
16972 #
16973 #Gnulib module: ---
16974 #
16975 #Portability problems fixed by Gnulib:
16976 #@itemize
16977 #@end itemize
16978 #
16979 #Portability problems not fixed by Gnulib:
16980 #@itemize
16981 #@item
16982 #This function is missing on some platforms:
16983 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
16984
16985 File: ./doc/glibc-functions/xdr_int32_t.texi
16986 Hash: 17df4279175d33cbffeb13dfc3723dd8cff57e6848ac36fcd31b6f662e0083e9
16987 Copyright: 
16988 License: 
16989 Licence_Text: 
16990 #Header: 
16991 #@node xdr_int32_t
16992 #@subsection @code{xdr_int32_t}
16993 #@findex xdr_int32_t
16994 #
16995 #Gnulib module: ---
16996 #
16997 #Portability problems fixed by Gnulib:
16998 #@itemize
16999 #@end itemize
17000 #
17001 #Portability problems not fixed by Gnulib:
17002 #@itemize
17003 #@item
17004 #This function is missing on some platforms:
17005 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
17006
17007 File: ./doc/glibc-functions/xdr_int64_t.texi
17008 Hash: 4753692e70e7e2651f024e883c7f010c103b4c79709fff8ef1fdf941047ec0e1
17009 Copyright: 
17010 License: 
17011 Licence_Text: 
17012 #Header: 
17013 #@node xdr_int64_t
17014 #@subsection @code{xdr_int64_t}
17015 #@findex xdr_int64_t
17016 #
17017 #Gnulib module: ---
17018 #
17019 #Portability problems fixed by Gnulib:
17020 #@itemize
17021 #@end itemize
17022 #
17023 #Portability problems not fixed by Gnulib:
17024 #@itemize
17025 #@item
17026 #This function is missing on some platforms:
17027 #MacOS X 10.3, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
17028
17029 File: ./doc/glibc-functions/xdr_int8_t.texi
17030 Hash: 1a0aa6477a573362cb68f4a632c0a058c2ec2902f2151ff9e84ac6a5a6b780e8
17031 Copyright: 
17032 License: 
17033 Licence_Text: 
17034 #Header: 
17035 #@node xdr_int8_t
17036 #@subsection @code{xdr_int8_t}
17037 #@findex xdr_int8_t
17038 #
17039 #Gnulib module: ---
17040 #
17041 #Portability problems fixed by Gnulib:
17042 #@itemize
17043 #@end itemize
17044 #
17045 #Portability problems not fixed by Gnulib:
17046 #@itemize
17047 #@item
17048 #This function is missing on some platforms:
17049 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
17050
17051 File: ./doc/glibc-functions/xdr_key_netstarg.texi
17052 Hash: 0f4590353eccd2b066cc84ed1e150a99a544717e54a13be8af2bb22d7dd4a240
17053 Copyright: 
17054 License: 
17055 Licence_Text: 
17056 #Header: 
17057 #@node xdr_key_netstarg
17058 #@subsection @code{xdr_key_netstarg}
17059 #@findex xdr_key_netstarg
17060 #
17061 #Gnulib module: ---
17062 #
17063 #Portability problems fixed by Gnulib:
17064 #@itemize
17065 #@end itemize
17066 #
17067 #Portability problems not fixed by Gnulib:
17068 #@itemize
17069 #@item
17070 #This function is missing on some platforms:
17071 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
17072
17073 File: ./doc/glibc-functions/xdr_key_netstres.texi
17074 Hash: ca085bcc181d082d1a2f1577ccc05c0d4b52ee79579b97259bfc6f5bf07dc781
17075 Copyright: 
17076 License: 
17077 Licence_Text: 
17078 #Header: 
17079 #@node xdr_key_netstres
17080 #@subsection @code{xdr_key_netstres}
17081 #@findex xdr_key_netstres
17082 #
17083 #Gnulib module: ---
17084 #
17085 #Portability problems fixed by Gnulib:
17086 #@itemize
17087 #@end itemize
17088 #
17089 #Portability problems not fixed by Gnulib:
17090 #@itemize
17091 #@item
17092 #This function is missing on some platforms:
17093 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
17094
17095 File: ./doc/glibc-functions/xdr_keybuf.texi
17096 Hash: a9c13f98859f695a73919a5fc0a4b2ba5b2b45f2ae7e162642343596d1533435
17097 Copyright: 
17098 License: 
17099 Licence_Text: 
17100 #Header: 
17101 #@node xdr_keybuf
17102 #@subsection @code{xdr_keybuf}
17103 #@findex xdr_keybuf
17104 #
17105 #Gnulib module: ---
17106 #
17107 #Portability problems fixed by Gnulib:
17108 #@itemize
17109 #@end itemize
17110 #
17111 #Portability problems not fixed by Gnulib:
17112 #@itemize
17113 #@item
17114 #This function is missing on some platforms:
17115 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
17116
17117 File: ./doc/glibc-functions/xdr_keydat.texi
17118 Hash: 73378018a2b511581dae3489763c619c7d7bfc34028fb1b7b863c5a39bb2f04c
17119 Copyright: 
17120 License: 
17121 Licence_Text: 
17122 #Header: 
17123 #@node xdr_keydat
17124 #@subsection @code{xdr_keydat}
17125 #@findex xdr_keydat
17126 #
17127 #Gnulib module: ---
17128 #
17129 #Portability problems fixed by Gnulib:
17130 #@itemize
17131 #@end itemize
17132 #
17133 #Portability problems not fixed by Gnulib:
17134 #@itemize
17135 #@item
17136 #This function is missing on some platforms:
17137 #NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
17138
17139 File: ./doc/glibc-functions/xdr_keystatus.texi
17140 Hash: 298e5a8921550a28dba370bdccc49d13dd939586385108de443e2ed839be59a1
17141 Copyright: 
17142 License: 
17143 Licence_Text: 
17144 #Header: 
17145 #@node xdr_keystatus
17146 #@subsection @code{xdr_keystatus}
17147 #@findex xdr_keystatus
17148 #
17149 #Gnulib module: ---
17150 #
17151 #Portability problems fixed by Gnulib:
17152 #@itemize
17153 #@end itemize
17154 #
17155 #Portability problems not fixed by Gnulib:
17156 #@itemize
17157 #@item
17158 #This function is missing on some platforms:
17159 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
17160
17161 File: ./doc/glibc-functions/xdr_long.texi
17162 Hash: e06094afc04e32d73c2acc605cafcc9e09437632f2b5c2abe358e516f94f18a7
17163 Copyright: 
17164 License: 
17165 Licence_Text: 
17166 #Header: 
17167 #@node xdr_long
17168 #@subsection @code{xdr_long}
17169 #@findex xdr_long
17170 #
17171 #Gnulib module: ---
17172 #
17173 #Portability problems fixed by Gnulib:
17174 #@itemize
17175 #@end itemize
17176 #
17177 #Portability problems not fixed by Gnulib:
17178 #@itemize
17179 #@item
17180 #This function is missing on some platforms:
17181 #Cygwin, mingw, BeOS.
17182
17183 File: ./doc/glibc-functions/xdr_longlong_t.texi
17184 Hash: 53de27845b0a5e03ff5f8130b12a1b13999547c01fb30c65b73cf92694bb0803
17185 Copyright: 
17186 License: 
17187 Licence_Text: 
17188 #Header: 
17189 #@node xdr_longlong_t
17190 #@subsection @code{xdr_longlong_t}
17191 #@findex xdr_longlong_t
17192 #
17193 #Gnulib module: ---
17194 #
17195 #Portability problems fixed by Gnulib:
17196 #@itemize
17197 #@end itemize
17198 #
17199 #Portability problems not fixed by Gnulib:
17200 #@itemize
17201 #@item
17202 #This function is missing on some platforms:
17203 #MacOS X 10.3, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
17204
17205 File: ./doc/glibc-functions/xdr_mapname.texi
17206 Hash: b9e02d47cff97af875c28948086c04f39cc7552f7a2a0497f3027dc263b9c919
17207 Copyright: 
17208 License: 
17209 Licence_Text: 
17210 #Header: 
17211 #@node xdr_mapname
17212 #@subsection @code{xdr_mapname}
17213 #@findex xdr_mapname
17214 #
17215 #Gnulib module: ---
17216 #
17217 #Portability problems fixed by Gnulib:
17218 #@itemize
17219 #@end itemize
17220 #
17221 #Portability problems not fixed by Gnulib:
17222 #@itemize
17223 #@item
17224 #This function is missing on some platforms:
17225 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
17226
17227 File: ./doc/glibc-functions/xdr_netnamestr.texi
17228 Hash: fb5440773a3cf802982b1e1410236bbfce22b04dab527a1bfefd607e06ee96af
17229 Copyright: 
17230 License: 
17231 Licence_Text: 
17232 #Header: 
17233 #@node xdr_netnamestr
17234 #@subsection @code{xdr_netnamestr}
17235 #@findex xdr_netnamestr
17236 #
17237 #Gnulib module: ---
17238 #
17239 #Portability problems fixed by Gnulib:
17240 #@itemize
17241 #@end itemize
17242 #
17243 #Portability problems not fixed by Gnulib:
17244 #@itemize
17245 #@item
17246 #This function is missing on some platforms:
17247 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
17248
17249 File: ./doc/glibc-functions/xdr_netobj.texi
17250 Hash: 918ec09950c6cef891df450e39e65854ad72f515eed4a07675ad526d7d029271
17251 Copyright: 
17252 License: 
17253 Licence_Text: 
17254 #Header: 
17255 #@node xdr_netobj
17256 #@subsection @code{xdr_netobj}
17257 #@findex xdr_netobj
17258 #
17259 #Gnulib module: ---
17260 #
17261 #Portability problems fixed by Gnulib:
17262 #@itemize
17263 #@end itemize
17264 #
17265 #Portability problems not fixed by Gnulib:
17266 #@itemize
17267 #@item
17268 #This function is missing on some platforms:
17269 #Cygwin, mingw, BeOS.
17270
17271 File: ./doc/glibc-functions/xdr_obj_p.texi
17272 Hash: 7ebd559c8f4ce57177436f5f78c4c8d2b3896199fe11a24f1af48c471cda310e
17273 Copyright: 
17274 License: 
17275 Licence_Text: 
17276 #Header: 
17277 #@node xdr_obj_p
17278 #@subsection @code{xdr_obj_p}
17279 #@findex xdr_obj_p
17280 #
17281 #Gnulib module: ---
17282 #
17283 #Portability problems fixed by Gnulib:
17284 #@itemize
17285 #@end itemize
17286 #
17287 #Portability problems not fixed by Gnulib:
17288 #@itemize
17289 #@item
17290 #This function is missing on some platforms:
17291 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
17292
17293 File: ./doc/glibc-functions/xdr_opaque.texi
17294 Hash: f79ec3f8db308c32f344e9d267e031c96c9b3a017a6d431bc0a7348be7ce1fd8
17295 Copyright: 
17296 License: 
17297 Licence_Text: 
17298 #Header: 
17299 #@node xdr_opaque
17300 #@subsection @code{xdr_opaque}
17301 #@findex xdr_opaque
17302 #
17303 #Gnulib module: ---
17304 #
17305 #Portability problems fixed by Gnulib:
17306 #@itemize
17307 #@end itemize
17308 #
17309 #Portability problems not fixed by Gnulib:
17310 #@itemize
17311 #@item
17312 #This function is missing on some platforms:
17313 #Cygwin, mingw, BeOS.
17314
17315 File: ./doc/glibc-functions/xdr_opaque_auth.texi
17316 Hash: 54c3c5c297b9d6cf5c898ae54e857b841a1e16df4f1571dadfe2f3ba295f391f
17317 Copyright: 
17318 License: 
17319 Licence_Text: 
17320 #Header: 
17321 #@node xdr_opaque_auth
17322 #@subsection @code{xdr_opaque_auth}
17323 #@findex xdr_opaque_auth
17324 #
17325 #Gnulib module: ---
17326 #
17327 #Portability problems fixed by Gnulib:
17328 #@itemize
17329 #@end itemize
17330 #
17331 #Portability problems not fixed by Gnulib:
17332 #@itemize
17333 #@item
17334 #This function is missing on some platforms:
17335 #Cygwin, mingw, BeOS.
17336
17337 File: ./doc/glibc-functions/xdr_peername.texi
17338 Hash: 8538bdb09599068f97b98edfb2a62e4ea6127f54711bd870c49aa117313eaa7f
17339 Copyright: 
17340 License: 
17341 Licence_Text: 
17342 #Header: 
17343 #@node xdr_peername
17344 #@subsection @code{xdr_peername}
17345 #@findex xdr_peername
17346 #
17347 #Gnulib module: ---
17348 #
17349 #Portability problems fixed by Gnulib:
17350 #@itemize
17351 #@end itemize
17352 #
17353 #Portability problems not fixed by Gnulib:
17354 #@itemize
17355 #@item
17356 #This function is missing on some platforms:
17357 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
17358
17359 File: ./doc/glibc-functions/xdr_pmap.texi
17360 Hash: caaac80f2f2fa2612d1e842bfd4a93f557882c7eea684560c0d85549a95f91c3
17361 Copyright: 
17362 License: 
17363 Licence_Text: 
17364 #Header: 
17365 #@node xdr_pmap
17366 #@subsection @code{xdr_pmap}
17367 #@findex xdr_pmap
17368 #
17369 #Gnulib module: ---
17370 #
17371 #Portability problems fixed by Gnulib:
17372 #@itemize
17373 #@end itemize
17374 #
17375 #Portability problems not fixed by Gnulib:
17376 #@itemize
17377 #@item
17378 #This function is missing on some platforms:
17379 #Cygwin, mingw, BeOS.
17380
17381 File: ./doc/glibc-functions/xdr_pmaplist.texi
17382 Hash: ff5f2a65c464e0a939f8b99d477a84604052392e0b2992a9476887c90c433043
17383 Copyright: 
17384 License: 
17385 Licence_Text: 
17386 #Header: 
17387 #@node xdr_pmaplist
17388 #@subsection @code{xdr_pmaplist}
17389 #@findex xdr_pmaplist
17390 #
17391 #Gnulib module: ---
17392 #
17393 #Portability problems fixed by Gnulib:
17394 #@itemize
17395 #@end itemize
17396 #
17397 #Portability problems not fixed by Gnulib:
17398 #@itemize
17399 #@item
17400 #This function is missing on some platforms:
17401 #Cygwin, mingw, BeOS.
17402
17403 File: ./doc/glibc-functions/xdr_pointer.texi
17404 Hash: b660e5bf17a26cdf685fc6d23dffdb14a71b632f4eaa27f03edeb522f5aa7f99
17405 Copyright: 
17406 License: 
17407 Licence_Text: 
17408 #Header: 
17409 #@node xdr_pointer
17410 #@subsection @code{xdr_pointer}
17411 #@findex xdr_pointer
17412 #
17413 #Gnulib module: ---
17414 #
17415 #Portability problems fixed by Gnulib:
17416 #@itemize
17417 #@end itemize
17418 #
17419 #Portability problems not fixed by Gnulib:
17420 #@itemize
17421 #@item
17422 #This function is missing on some platforms:
17423 #Cygwin, mingw, BeOS.
17424
17425 File: ./doc/glibc-functions/xdr_quad_t.texi
17426 Hash: ea704f7e0d01c043c1e277cd4963dbf6187e89e3654dc699e7b5fcb850a840a7
17427 Copyright: 
17428 License: 
17429 Licence_Text: 
17430 #Header: 
17431 #@node xdr_quad_t
17432 #@subsection @code{xdr_quad_t}
17433 #@findex xdr_quad_t
17434 #
17435 #Gnulib module: ---
17436 #
17437 #Portability problems fixed by Gnulib:
17438 #@itemize
17439 #@end itemize
17440 #
17441 #Portability problems not fixed by Gnulib:
17442 #@itemize
17443 #@item
17444 #This function is missing on all non-glibc platforms:
17445 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
17446
17447 File: ./doc/glibc-functions/xdr_reference.texi
17448 Hash: 6134f57fa3312cce201a4c6d77ba8e811fd8790b22ccb6b8a73e687644ac9330
17449 Copyright: 
17450 License: 
17451 Licence_Text: 
17452 #Header: 
17453 #@node xdr_reference
17454 #@subsection @code{xdr_reference}
17455 #@findex xdr_reference
17456 #
17457 #Gnulib module: ---
17458 #
17459 #Portability problems fixed by Gnulib:
17460 #@itemize
17461 #@end itemize
17462 #
17463 #Portability problems not fixed by Gnulib:
17464 #@itemize
17465 #@item
17466 #This function is missing on some platforms:
17467 #Cygwin, mingw, BeOS.
17468
17469 File: ./doc/glibc-functions/xdr_replymsg.texi
17470 Hash: 4e007440139b2dda257c96d363b3b80ccb149be9009ae80ae2bd3a629b6b2135
17471 Copyright: 
17472 License: 
17473 Licence_Text: 
17474 #Header: 
17475 #@node xdr_replymsg
17476 #@subsection @code{xdr_replymsg}
17477 #@findex xdr_replymsg
17478 #
17479 #Gnulib module: ---
17480 #
17481 #Portability problems fixed by Gnulib:
17482 #@itemize
17483 #@end itemize
17484 #
17485 #Portability problems not fixed by Gnulib:
17486 #@itemize
17487 #@item
17488 #This function is missing on some platforms:
17489 #Cygwin, mingw, BeOS.
17490
17491 File: ./doc/glibc-functions/xdr_rmtcall_args.texi
17492 Hash: bec9d04d82d941309b9d46bf423d0eff1f90382e71cdc9e3a08357dfc740bdd5
17493 Copyright: 
17494 License: 
17495 Licence_Text: 
17496 #Header: 
17497 #@node xdr_rmtcall_args
17498 #@subsection @code{xdr_rmtcall_args}
17499 #@findex xdr_rmtcall_args
17500 #
17501 #Gnulib module: ---
17502 #
17503 #Portability problems fixed by Gnulib:
17504 #@itemize
17505 #@end itemize
17506 #
17507 #Portability problems not fixed by Gnulib:
17508 #@itemize
17509 #@item
17510 #This function is missing on some platforms:
17511 #HP-UX 11, Solaris 10, Cygwin, mingw, BeOS.
17512
17513 File: ./doc/glibc-functions/xdr_rmtcallres.texi
17514 Hash: 150f8543b53edd291c4b83bc2eefebe934b2c8158a173cf8e2650e0f38c12d60
17515 Copyright: 
17516 License: 
17517 Licence_Text: 
17518 #Header: 
17519 #@node xdr_rmtcallres
17520 #@subsection @code{xdr_rmtcallres}
17521 #@findex xdr_rmtcallres
17522 #
17523 #Gnulib module: ---
17524 #
17525 #Portability problems fixed by Gnulib:
17526 #@itemize
17527 #@end itemize
17528 #
17529 #Portability problems not fixed by Gnulib:
17530 #@itemize
17531 #@item
17532 #This function is missing on some platforms:
17533 #Cygwin, mingw, BeOS.
17534
17535 File: ./doc/glibc-functions/xdr_short.texi
17536 Hash: d8f8eb2c0ee517e33fff798e697baf8765a32bb01fdb018e1c7e4c5d24d47ddd
17537 Copyright: 
17538 License: 
17539 Licence_Text: 
17540 #Header: 
17541 #@node xdr_short
17542 #@subsection @code{xdr_short}
17543 #@findex xdr_short
17544 #
17545 #Gnulib module: ---
17546 #
17547 #Portability problems fixed by Gnulib:
17548 #@itemize
17549 #@end itemize
17550 #
17551 #Portability problems not fixed by Gnulib:
17552 #@itemize
17553 #@item
17554 #This function is missing on some platforms:
17555 #Cygwin, mingw, BeOS.
17556
17557 File: ./doc/glibc-functions/xdr_sizeof.texi
17558 Hash: b9e8e1b750d3cfa2d374d483dac1308f4b5a8e614ddc1bc89201bcdca2b53bd2
17559 Copyright: 
17560 License: 
17561 Licence_Text: 
17562 #Header: 
17563 #@node xdr_sizeof
17564 #@subsection @code{xdr_sizeof}
17565 #@findex xdr_sizeof
17566 #
17567 #Gnulib module: ---
17568 #
17569 #Portability problems fixed by Gnulib:
17570 #@itemize
17571 #@end itemize
17572 #
17573 #Portability problems not fixed by Gnulib:
17574 #@itemize
17575 #@item
17576 #This function is missing on some platforms:
17577 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
17578
17579 File: ./doc/glibc-functions/xdr_string.texi
17580 Hash: 2a056d27011ebfb9c2fde0648bb47ace5429329369eeae141bbd0b5dd7d19abe
17581 Copyright: 
17582 License: 
17583 Licence_Text: 
17584 #Header: 
17585 #@node xdr_string
17586 #@subsection @code{xdr_string}
17587 #@findex xdr_string
17588 #
17589 #Gnulib module: ---
17590 #
17591 #Portability problems fixed by Gnulib:
17592 #@itemize
17593 #@end itemize
17594 #
17595 #Portability problems not fixed by Gnulib:
17596 #@itemize
17597 #@item
17598 #This function is missing on some platforms:
17599 #Cygwin, mingw, BeOS.
17600
17601 File: ./doc/glibc-functions/xdr_u_char.texi
17602 Hash: 6b8f014daebc6193c1fe4b95ca2bc0c9a75a34bf91e625a64779cf4d09632198
17603 Copyright: 
17604 License: 
17605 Licence_Text: 
17606 #Header: 
17607 #@node xdr_u_char
17608 #@subsection @code{xdr_u_char}
17609 #@findex xdr_u_char
17610 #
17611 #Gnulib module: ---
17612 #
17613 #Portability problems fixed by Gnulib:
17614 #@itemize
17615 #@end itemize
17616 #
17617 #Portability problems not fixed by Gnulib:
17618 #@itemize
17619 #@item
17620 #This function is missing on some platforms:
17621 #Cygwin, mingw, BeOS.
17622
17623 File: ./doc/glibc-functions/xdr_u_hyper.texi
17624 Hash: 38a30d406c25e5e945e21ba8df38a61a5bea26be525257fea360edf720f62be9
17625 Copyright: 
17626 License: 
17627 Licence_Text: 
17628 #Header: 
17629 #@node xdr_u_hyper
17630 #@subsection @code{xdr_u_hyper}
17631 #@findex xdr_u_hyper
17632 #
17633 #Gnulib module: ---
17634 #
17635 #Portability problems fixed by Gnulib:
17636 #@itemize
17637 #@end itemize
17638 #
17639 #Portability problems not fixed by Gnulib:
17640 #@itemize
17641 #@item
17642 #This function is missing on some platforms:
17643 #MacOS X 10.3, OpenBSD 3.8, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
17644
17645 File: ./doc/glibc-functions/xdr_u_int.texi
17646 Hash: bc84e1bcbc9c805eeae8970f26c2f2c08cc6f3c7b3aca4d3d3bc4116ccd18762
17647 Copyright: 
17648 License: 
17649 Licence_Text: 
17650 #Header: 
17651 #@node xdr_u_int
17652 #@subsection @code{xdr_u_int}
17653 #@findex xdr_u_int
17654 #
17655 #Gnulib module: ---
17656 #
17657 #Portability problems fixed by Gnulib:
17658 #@itemize
17659 #@end itemize
17660 #
17661 #Portability problems not fixed by Gnulib:
17662 #@itemize
17663 #@item
17664 #This function is missing on some platforms:
17665 #Cygwin, mingw, BeOS.
17666
17667 File: ./doc/glibc-functions/xdr_u_long.texi
17668 Hash: 79996dfe2a34829be53444eeb81caf5bf33642fb5791eadf467cc5be2efb58ca
17669 Copyright: 
17670 License: 
17671 Licence_Text: 
17672 #Header: 
17673 #@node xdr_u_long
17674 #@subsection @code{xdr_u_long}
17675 #@findex xdr_u_long
17676 #
17677 #Gnulib module: ---
17678 #
17679 #Portability problems fixed by Gnulib:
17680 #@itemize
17681 #@end itemize
17682 #
17683 #Portability problems not fixed by Gnulib:
17684 #@itemize
17685 #@item
17686 #This function is missing on some platforms:
17687 #Cygwin, mingw, BeOS.
17688
17689 File: ./doc/glibc-functions/xdr_u_longlong_t.texi
17690 Hash: 68109be44fd22b27b66ac2dfe47e3ef9a8cc0f9aff21e2fade30373aae96ffa7
17691 Copyright: 
17692 License: 
17693 Licence_Text: 
17694 #Header: 
17695 #@node xdr_u_longlong_t
17696 #@subsection @code{xdr_u_longlong_t}
17697 #@findex xdr_u_longlong_t
17698 #
17699 #Gnulib module: ---
17700 #
17701 #Portability problems fixed by Gnulib:
17702 #@itemize
17703 #@end itemize
17704 #
17705 #Portability problems not fixed by Gnulib:
17706 #@itemize
17707 #@item
17708 #This function is missing on some platforms:
17709 #MacOS X 10.3, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
17710
17711 File: ./doc/glibc-functions/xdr_u_quad_t.texi
17712 Hash: c1debccf71d14e14221ed9c5848cc1aa2366a65948f68845fcd2b57b0749ee79
17713 Copyright: 
17714 License: 
17715 Licence_Text: 
17716 #Header: 
17717 #@node xdr_u_quad_t
17718 #@subsection @code{xdr_u_quad_t}
17719 #@findex xdr_u_quad_t
17720 #
17721 #Gnulib module: ---
17722 #
17723 #Portability problems fixed by Gnulib:
17724 #@itemize
17725 #@end itemize
17726 #
17727 #Portability problems not fixed by Gnulib:
17728 #@itemize
17729 #@item
17730 #This function is missing on all non-glibc platforms:
17731 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
17732
17733 File: ./doc/glibc-functions/xdr_u_short.texi
17734 Hash: 5277089c7dbf9c47c789cddf19c5d1b80af4a83c8fc5858daae1d6f960a9c0d8
17735 Copyright: 
17736 License: 
17737 Licence_Text: 
17738 #Header: 
17739 #@node xdr_u_short
17740 #@subsection @code{xdr_u_short}
17741 #@findex xdr_u_short
17742 #
17743 #Gnulib module: ---
17744 #
17745 #Portability problems fixed by Gnulib:
17746 #@itemize
17747 #@end itemize
17748 #
17749 #Portability problems not fixed by Gnulib:
17750 #@itemize
17751 #@item
17752 #This function is missing on some platforms:
17753 #Cygwin, mingw, BeOS.
17754
17755 File: ./doc/glibc-functions/xdr_uint16_t.texi
17756 Hash: 5056c5c947997ff404e63d557adb270b3a96be18eb85d91a99ba658f262c307b
17757 Copyright: 
17758 License: 
17759 Licence_Text: 
17760 #Header: 
17761 #@node xdr_uint16_t
17762 #@subsection @code{xdr_uint16_t}
17763 #@findex xdr_uint16_t
17764 #
17765 #Gnulib module: ---
17766 #
17767 #Portability problems fixed by Gnulib:
17768 #@itemize
17769 #@end itemize
17770 #
17771 #Portability problems not fixed by Gnulib:
17772 #@itemize
17773 #@item
17774 #This function is missing on some platforms:
17775 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
17776
17777 File: ./doc/glibc-functions/xdr_uint32_t.texi
17778 Hash: 0e93d9fbd8816dd776781b73ba642602968d88b1a9a1835f2aacf5d163f256bb
17779 Copyright: 
17780 License: 
17781 Licence_Text: 
17782 #Header: 
17783 #@node xdr_uint32_t
17784 #@subsection @code{xdr_uint32_t}
17785 #@findex xdr_uint32_t
17786 #
17787 #Gnulib module: ---
17788 #
17789 #Portability problems fixed by Gnulib:
17790 #@itemize
17791 #@end itemize
17792 #
17793 #Portability problems not fixed by Gnulib:
17794 #@itemize
17795 #@item
17796 #This function is missing on some platforms:
17797 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
17798
17799 File: ./doc/glibc-functions/xdr_uint64_t.texi
17800 Hash: f40a280712d786b4c58851ea0ada93ee7e8dd374dc6bedb1d88d1eb3029e5171
17801 Copyright: 
17802 License: 
17803 Licence_Text: 
17804 #Header: 
17805 #@node xdr_uint64_t
17806 #@subsection @code{xdr_uint64_t}
17807 #@findex xdr_uint64_t
17808 #
17809 #Gnulib module: ---
17810 #
17811 #Portability problems fixed by Gnulib:
17812 #@itemize
17813 #@end itemize
17814 #
17815 #Portability problems not fixed by Gnulib:
17816 #@itemize
17817 #@item
17818 #This function is missing on some platforms:
17819 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
17820
17821 File: ./doc/glibc-functions/xdr_uint8_t.texi
17822 Hash: 6944d05901cc4f743764f005d098d50799ed43b4aa6de7469c40a94cc1d92d87
17823 Copyright: 
17824 License: 
17825 Licence_Text: 
17826 #Header: 
17827 #@node xdr_uint8_t
17828 #@subsection @code{xdr_uint8_t}
17829 #@findex xdr_uint8_t
17830 #
17831 #Gnulib module: ---
17832 #
17833 #Portability problems fixed by Gnulib:
17834 #@itemize
17835 #@end itemize
17836 #
17837 #Portability problems not fixed by Gnulib:
17838 #@itemize
17839 #@item
17840 #This function is missing on some platforms:
17841 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
17842
17843 File: ./doc/glibc-functions/xdr_union.texi
17844 Hash: e8c3b53eade2aaea2a515e16d398bf97e4c667a4fb5aed2dadff6bf8dfb8b62b
17845 Copyright: 
17846 License: 
17847 Licence_Text: 
17848 #Header: 
17849 #@node xdr_union
17850 #@subsection @code{xdr_union}
17851 #@findex xdr_union
17852 #
17853 #Gnulib module: ---
17854 #
17855 #Portability problems fixed by Gnulib:
17856 #@itemize
17857 #@end itemize
17858 #
17859 #Portability problems not fixed by Gnulib:
17860 #@itemize
17861 #@item
17862 #This function is missing on some platforms:
17863 #Cygwin, mingw, BeOS.
17864
17865 File: ./doc/glibc-functions/xdr_unixcred.texi
17866 Hash: 9f888821059934a9e8d72e85c34b0c74fff437fff04af14d3e1f7b8adc0c95ce
17867 Copyright: 
17868 License: 
17869 Licence_Text: 
17870 #Header: 
17871 #@node xdr_unixcred
17872 #@subsection @code{xdr_unixcred}
17873 #@findex xdr_unixcred
17874 #
17875 #Gnulib module: ---
17876 #
17877 #Portability problems fixed by Gnulib:
17878 #@itemize
17879 #@end itemize
17880 #
17881 #Portability problems not fixed by Gnulib:
17882 #@itemize
17883 #@item
17884 #This function is missing on some platforms:
17885 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
17886
17887 File: ./doc/glibc-functions/xdr_valdat.texi
17888 Hash: 3ed49a721838c98227ffa1d475de25866ae591b1f5a580e5f9dfeb46cbef4f91
17889 Copyright: 
17890 License: 
17891 Licence_Text: 
17892 #Header: 
17893 #@node xdr_valdat
17894 #@subsection @code{xdr_valdat}
17895 #@findex xdr_valdat
17896 #
17897 #Gnulib module: ---
17898 #
17899 #Portability problems fixed by Gnulib:
17900 #@itemize
17901 #@end itemize
17902 #
17903 #Portability problems not fixed by Gnulib:
17904 #@itemize
17905 #@item
17906 #This function is missing on some platforms:
17907 #NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
17908
17909 File: ./doc/glibc-functions/xdr_vector.texi
17910 Hash: 53d9bca4da0f5eaed77104e988310b12bc2f5d42c83b6937c5200c174cbc3708
17911 Copyright: 
17912 License: 
17913 Licence_Text: 
17914 #Header: 
17915 #@node xdr_vector
17916 #@subsection @code{xdr_vector}
17917 #@findex xdr_vector
17918 #
17919 #Gnulib module: ---
17920 #
17921 #Portability problems fixed by Gnulib:
17922 #@itemize
17923 #@end itemize
17924 #
17925 #Portability problems not fixed by Gnulib:
17926 #@itemize
17927 #@item
17928 #This function is missing on some platforms:
17929 #Cygwin, mingw, BeOS.
17930
17931 File: ./doc/glibc-functions/xdr_void.texi
17932 Hash: 81033902e9049ef9f57a463240c562bc2d5d68852657d2a8088758b1418b5ba0
17933 Copyright: 
17934 License: 
17935 Licence_Text: 
17936 #Header: 
17937 #@node xdr_void
17938 #@subsection @code{xdr_void}
17939 #@findex xdr_void
17940 #
17941 #Gnulib module: ---
17942 #
17943 #Portability problems fixed by Gnulib:
17944 #@itemize
17945 #@end itemize
17946 #
17947 #Portability problems not fixed by Gnulib:
17948 #@itemize
17949 #@item
17950 #This function is missing on some platforms:
17951 #Cygwin, mingw, BeOS.
17952
17953 File: ./doc/glibc-functions/xdr_wrapstring.texi
17954 Hash: c8c995b3843fb29dbc49af22efbda22eaa1a4c9a3ac036833c892b533db4384a
17955 Copyright: 
17956 License: 
17957 Licence_Text: 
17958 #Header: 
17959 #@node xdr_wrapstring
17960 #@subsection @code{xdr_wrapstring}
17961 #@findex xdr_wrapstring
17962 #
17963 #Gnulib module: ---
17964 #
17965 #Portability problems fixed by Gnulib:
17966 #@itemize
17967 #@end itemize
17968 #
17969 #Portability problems not fixed by Gnulib:
17970 #@itemize
17971 #@item
17972 #This function is missing on some platforms:
17973 #Cygwin, mingw, BeOS.
17974
17975 File: ./doc/glibc-functions/xdr_yp_buf.texi
17976 Hash: 967c6a5a78890236ee181eba0d63eb789115e8eeedc2c58621664544ec9bd493
17977 Copyright: 
17978 License: 
17979 Licence_Text: 
17980 #Header: 
17981 #@node xdr_yp_buf
17982 #@subsection @code{xdr_yp_buf}
17983 #@findex xdr_yp_buf
17984 #
17985 #Gnulib module: ---
17986 #
17987 #Portability problems fixed by Gnulib:
17988 #@itemize
17989 #@end itemize
17990 #
17991 #Portability problems not fixed by Gnulib:
17992 #@itemize
17993 #@item
17994 #This function is missing on some platforms:
17995 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
17996
17997 File: ./doc/glibc-functions/xdr_ypall.texi
17998 Hash: 49021a841d747afa6c867addf2fdad46adfed7820ba1999395e264b2e4e3a96c
17999 Copyright: 
18000 License: 
18001 Licence_Text: 
18002 #Header: 
18003 #@node xdr_ypall
18004 #@subsection @code{xdr_ypall}
18005 #@findex xdr_ypall
18006 #
18007 #Gnulib module: ---
18008 #
18009 #Portability problems fixed by Gnulib:
18010 #@itemize
18011 #@end itemize
18012 #
18013 #Portability problems not fixed by Gnulib:
18014 #@itemize
18015 #@item
18016 #This function is missing on some platforms:
18017 #MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
18018
18019 File: ./doc/glibc-functions/xdr_ypbind_binding.texi
18020 Hash: abd640055eb5a0d21f0f6a06024ef8e25da1cab867fd84151c3fbfa71ba49b0b
18021 Copyright: 
18022 License: 
18023 Licence_Text: 
18024 #Header: 
18025 #@node xdr_ypbind_binding
18026 #@subsection @code{xdr_ypbind_binding}
18027 #@findex xdr_ypbind_binding
18028 #
18029 #Gnulib module: ---
18030 #
18031 #Portability problems fixed by Gnulib:
18032 #@itemize
18033 #@end itemize
18034 #
18035 #Portability problems not fixed by Gnulib:
18036 #@itemize
18037 #@item
18038 #This function is missing on some platforms:
18039 #NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
18040
18041 File: ./doc/glibc-functions/xdr_ypbind_resp.texi
18042 Hash: e71ba4166aa4b084e54b251c076892d86209e5c4026c9621bb83cd82420518a2
18043 Copyright: 
18044 License: 
18045 Licence_Text: 
18046 #Header: 
18047 #@node xdr_ypbind_resp
18048 #@subsection @code{xdr_ypbind_resp}
18049 #@findex xdr_ypbind_resp
18050 #
18051 #Gnulib module: ---
18052 #
18053 #Portability problems fixed by Gnulib:
18054 #@itemize
18055 #@end itemize
18056 #
18057 #Portability problems not fixed by Gnulib:
18058 #@itemize
18059 #@item
18060 #This function is missing on some platforms:
18061 #Cygwin, mingw, Interix 3.5, BeOS.
18062
18063 File: ./doc/glibc-functions/xdr_ypbind_resptype.texi
18064 Hash: fc323b9e591fd7d0405fbbfdf6a350828bb3e37b17f5698ce0853da9accfca6e
18065 Copyright: 
18066 License: 
18067 Licence_Text: 
18068 #Header: 
18069 #@node xdr_ypbind_resptype
18070 #@subsection @code{xdr_ypbind_resptype}
18071 #@findex xdr_ypbind_resptype
18072 #
18073 #Gnulib module: ---
18074 #
18075 #Portability problems fixed by Gnulib:
18076 #@itemize
18077 #@end itemize
18078 #
18079 #Portability problems not fixed by Gnulib:
18080 #@itemize
18081 #@item
18082 #This function is missing on some platforms:
18083 #NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
18084
18085 File: ./doc/glibc-functions/xdr_ypbind_setdom.texi
18086 Hash: 715266fd7005c68155bc84c3bfd72a0dbd2839f4f9c1431cdccda41d2516c61b
18087 Copyright: 
18088 License: 
18089 Licence_Text: 
18090 #Header: 
18091 #@node xdr_ypbind_setdom
18092 #@subsection @code{xdr_ypbind_setdom}
18093 #@findex xdr_ypbind_setdom
18094 #
18095 #Gnulib module: ---
18096 #
18097 #Portability problems fixed by Gnulib:
18098 #@itemize
18099 #@end itemize
18100 #
18101 #Portability problems not fixed by Gnulib:
18102 #@itemize
18103 #@item
18104 #This function is missing on some platforms:
18105 #Cygwin, mingw, Interix 3.5, BeOS.
18106
18107 File: ./doc/glibc-functions/xdr_ypdelete_args.texi
18108 Hash: 5a2b2391166fd729def02629326df511cb557403bb3430e8c309d40f0151bd0e
18109 Copyright: 
18110 License: 
18111 Licence_Text: 
18112 #Header: 
18113 #@node xdr_ypdelete_args
18114 #@subsection @code{xdr_ypdelete_args}
18115 #@findex xdr_ypdelete_args
18116 #
18117 #Gnulib module: ---
18118 #
18119 #Portability problems fixed by Gnulib:
18120 #@itemize
18121 #@end itemize
18122 #
18123 #Portability problems not fixed by Gnulib:
18124 #@itemize
18125 #@item
18126 #This function is missing on some platforms:
18127 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
18128
18129 File: ./doc/glibc-functions/xdr_ypmap_parms.texi
18130 Hash: 31deda1200c8b55648464a71a80e05c092d1c342a11dcf1621ae60f75649e2c3
18131 Copyright: 
18132 License: 
18133 Licence_Text: 
18134 #Header: 
18135 #@node xdr_ypmap_parms
18136 #@subsection @code{xdr_ypmap_parms}
18137 #@findex xdr_ypmap_parms
18138 #
18139 #Gnulib module: ---
18140 #
18141 #Portability problems fixed by Gnulib:
18142 #@itemize
18143 #@end itemize
18144 #
18145 #Portability problems not fixed by Gnulib:
18146 #@itemize
18147 #@item
18148 #This function is missing on some platforms:
18149 #MacOS X 10.3, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
18150
18151 File: ./doc/glibc-functions/xdr_ypmaplist.texi
18152 Hash: 3770fe4174a30510e6650d1532f1254d90b4ee9a8fd55a240704aeceac7116d4
18153 Copyright: 
18154 License: 
18155 Licence_Text: 
18156 #Header: 
18157 #@node xdr_ypmaplist
18158 #@subsection @code{xdr_ypmaplist}
18159 #@findex xdr_ypmaplist
18160 #
18161 #Gnulib module: ---
18162 #
18163 #Portability problems fixed by Gnulib:
18164 #@itemize
18165 #@end itemize
18166 #
18167 #Portability problems not fixed by Gnulib:
18168 #@itemize
18169 #@item
18170 #This function is missing on some platforms:
18171 #Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
18172
18173 File: ./doc/glibc-functions/xdr_yppush_status.texi
18174 Hash: bed774ce7f2689102ac04fcebe6f8bb353d2fa812ccf8fef9e3c9f9ef7707539
18175 Copyright: 
18176 License: 
18177 Licence_Text: 
18178 #Header: 
18179 #@node xdr_yppush_status
18180 #@subsection @code{xdr_yppush_status}
18181 #@findex xdr_yppush_status
18182 #
18183 #Gnulib module: ---
18184 #
18185 #Portability problems fixed by Gnulib:
18186 #@itemize
18187 #@end itemize
18188 #
18189 #Portability problems not fixed by Gnulib:
18190 #@itemize
18191 #@item
18192 #This function is missing on some platforms:
18193 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
18194
18195 File: ./doc/glibc-functions/xdr_yppushresp_xfr.texi
18196 Hash: caacebd076371cf8370ef66bd87d61c5a969ba9b2de9263437267a78a4582b2d
18197 Copyright: 
18198 License: 
18199 Licence_Text: 
18200 #Header: 
18201 #@node xdr_yppushresp_xfr
18202 #@subsection @code{xdr_yppushresp_xfr}
18203 #@findex xdr_yppushresp_xfr
18204 #
18205 #Gnulib module: ---
18206 #
18207 #Portability problems fixed by Gnulib:
18208 #@itemize
18209 #@end itemize
18210 #
18211 #Portability problems not fixed by Gnulib:
18212 #@itemize
18213 #@item
18214 #This function is missing on some platforms:
18215 #MacOS X 10.3, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
18216
18217 File: ./doc/glibc-functions/xdr_ypreq_key.texi
18218 Hash: 5e8853ba7b6102e9ef59daad62f95b5ad79482a0809507ad302e7efb7e14c180
18219 Copyright: 
18220 License: 
18221 Licence_Text: 
18222 #Header: 
18223 #@node xdr_ypreq_key
18224 #@subsection @code{xdr_ypreq_key}
18225 #@findex xdr_ypreq_key
18226 #
18227 #Gnulib module: ---
18228 #
18229 #Portability problems fixed by Gnulib:
18230 #@itemize
18231 #@end itemize
18232 #
18233 #Portability problems not fixed by Gnulib:
18234 #@itemize
18235 #@item
18236 #This function is missing on some platforms:
18237 #Cygwin, mingw, Interix 3.5, BeOS.
18238
18239 File: ./doc/glibc-functions/xdr_ypreq_nokey.texi
18240 Hash: ca0a55c40a73ff170a59e2e77693a4b0099f9f21cf68112362b10c73ba4897bd
18241 Copyright: 
18242 License: 
18243 Licence_Text: 
18244 #Header: 
18245 #@node xdr_ypreq_nokey
18246 #@subsection @code{xdr_ypreq_nokey}
18247 #@findex xdr_ypreq_nokey
18248 #
18249 #Gnulib module: ---
18250 #
18251 #Portability problems fixed by Gnulib:
18252 #@itemize
18253 #@end itemize
18254 #
18255 #Portability problems not fixed by Gnulib:
18256 #@itemize
18257 #@item
18258 #This function is missing on some platforms:
18259 #Cygwin, mingw, Interix 3.5, BeOS.
18260
18261 File: ./doc/glibc-functions/xdr_ypreq_xfr.texi
18262 Hash: 38242199a4947757bcca43ae41c1aceeaf21204f91662b6c6a70870aa6c52105
18263 Copyright: 
18264 License: 
18265 Licence_Text: 
18266 #Header: 
18267 #@node xdr_ypreq_xfr
18268 #@subsection @code{xdr_ypreq_xfr}
18269 #@findex xdr_ypreq_xfr
18270 #
18271 #Gnulib module: ---
18272 #
18273 #Portability problems fixed by Gnulib:
18274 #@itemize
18275 #@end itemize
18276 #
18277 #Portability problems not fixed by Gnulib:
18278 #@itemize
18279 #@item
18280 #This function is missing on some platforms:
18281 #MacOS X 10.3, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
18282
18283 File: ./doc/glibc-functions/xdr_ypresp_all.texi
18284 Hash: 7b3944e0fdfcd0437b44e330fd160a5a452738e4f2ed88a06c428507135704af
18285 Copyright: 
18286 License: 
18287 Licence_Text: 
18288 #Header: 
18289 #@node xdr_ypresp_all
18290 #@subsection @code{xdr_ypresp_all}
18291 #@findex xdr_ypresp_all
18292 #
18293 #Gnulib module: ---
18294 #
18295 #Portability problems fixed by Gnulib:
18296 #@itemize
18297 #@end itemize
18298 #
18299 #Portability problems not fixed by Gnulib:
18300 #@itemize
18301 #@item
18302 #This function is missing on some platforms:
18303 #NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
18304
18305 File: ./doc/glibc-functions/xdr_ypresp_key_val.texi
18306 Hash: 16879a199e808011cfb7bce444c0400f537d3299a1c9667ca1581d622e8387f1
18307 Copyright: 
18308 License: 
18309 Licence_Text: 
18310 #Header: 
18311 #@node xdr_ypresp_key_val
18312 #@subsection @code{xdr_ypresp_key_val}
18313 #@findex xdr_ypresp_key_val
18314 #
18315 #Gnulib module: ---
18316 #
18317 #Portability problems fixed by Gnulib:
18318 #@itemize
18319 #@end itemize
18320 #
18321 #Portability problems not fixed by Gnulib:
18322 #@itemize
18323 #@item
18324 #This function is missing on some platforms:
18325 #Cygwin, mingw, Interix 3.5, BeOS.
18326
18327 File: ./doc/glibc-functions/xdr_ypresp_maplist.texi
18328 Hash: d8f02b128e983b30f2be817f09ec1636d1d22863908833b9a104231736c1757d
18329 Copyright: 
18330 License: 
18331 Licence_Text: 
18332 #Header: 
18333 #@node xdr_ypresp_maplist
18334 #@subsection @code{xdr_ypresp_maplist}
18335 #@findex xdr_ypresp_maplist
18336 #
18337 #Gnulib module: ---
18338 #
18339 #Portability problems fixed by Gnulib:
18340 #@itemize
18341 #@end itemize
18342 #
18343 #Portability problems not fixed by Gnulib:
18344 #@itemize
18345 #@item
18346 #This function is missing on some platforms:
18347 #Cygwin, mingw, Interix 3.5, BeOS.
18348
18349 File: ./doc/glibc-functions/xdr_ypresp_master.texi
18350 Hash: e623a774cfbf5390ac5ab6db1871df8fc813438aa10e701c19f067fbf11ca3e0
18351 Copyright: 
18352 License: 
18353 Licence_Text: 
18354 #Header: 
18355 #@node xdr_ypresp_master
18356 #@subsection @code{xdr_ypresp_master}
18357 #@findex xdr_ypresp_master
18358 #
18359 #Gnulib module: ---
18360 #
18361 #Portability problems fixed by Gnulib:
18362 #@itemize
18363 #@end itemize
18364 #
18365 #Portability problems not fixed by Gnulib:
18366 #@itemize
18367 #@item
18368 #This function is missing on some platforms:
18369 #Cygwin, mingw, Interix 3.5, BeOS.
18370
18371 File: ./doc/glibc-functions/xdr_ypresp_order.texi
18372 Hash: d68c39c59fcbfefdb10d7e77def68a96ee1536b33e42d7cae1249a59fbddc7e5
18373 Copyright: 
18374 License: 
18375 Licence_Text: 
18376 #Header: 
18377 #@node xdr_ypresp_order
18378 #@subsection @code{xdr_ypresp_order}
18379 #@findex xdr_ypresp_order
18380 #
18381 #Gnulib module: ---
18382 #
18383 #Portability problems fixed by Gnulib:
18384 #@itemize
18385 #@end itemize
18386 #
18387 #Portability problems not fixed by Gnulib:
18388 #@itemize
18389 #@item
18390 #This function is missing on some platforms:
18391 #Cygwin, mingw, Interix 3.5, BeOS.
18392
18393 File: ./doc/glibc-functions/xdr_ypresp_val.texi
18394 Hash: 7c45b13e75ad02e922ffc50bd1e0f74f246ff392ec0f7269f784490ff6421332
18395 Copyright: 
18396 License: 
18397 Licence_Text: 
18398 #Header: 
18399 #@node xdr_ypresp_val
18400 #@subsection @code{xdr_ypresp_val}
18401 #@findex xdr_ypresp_val
18402 #
18403 #Gnulib module: ---
18404 #
18405 #Portability problems fixed by Gnulib:
18406 #@itemize
18407 #@end itemize
18408 #
18409 #Portability problems not fixed by Gnulib:
18410 #@itemize
18411 #@item
18412 #This function is missing on some platforms:
18413 #Cygwin, mingw, Interix 3.5, BeOS.
18414
18415 File: ./doc/glibc-functions/xdr_ypresp_xfr.texi
18416 Hash: 6684da40fa119c7354fda920dbc8067d4e6769687a66c08c96342311d0dc1a9c
18417 Copyright: 
18418 License: 
18419 Licence_Text: 
18420 #Header: 
18421 #@node xdr_ypresp_xfr
18422 #@subsection @code{xdr_ypresp_xfr}
18423 #@findex xdr_ypresp_xfr
18424 #
18425 #Gnulib module: ---
18426 #
18427 #Portability problems fixed by Gnulib:
18428 #@itemize
18429 #@end itemize
18430 #
18431 #Portability problems not fixed by Gnulib:
18432 #@itemize
18433 #@item
18434 #This function is missing on some platforms:
18435 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
18436
18437 File: ./doc/glibc-functions/xdr_ypstat.texi
18438 Hash: 1e7de73d56c70be501e608841a86d6e7c23b5b3d58f1d9a3f6e09d9868d5d6e9
18439 Copyright: 
18440 License: 
18441 Licence_Text: 
18442 #Header: 
18443 #@node xdr_ypstat
18444 #@subsection @code{xdr_ypstat}
18445 #@findex xdr_ypstat
18446 #
18447 #Gnulib module: ---
18448 #
18449 #Portability problems fixed by Gnulib:
18450 #@itemize
18451 #@end itemize
18452 #
18453 #Portability problems not fixed by Gnulib:
18454 #@itemize
18455 #@item
18456 #This function is missing on some platforms:
18457 #NetBSD 3.0, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
18458
18459 File: ./doc/glibc-functions/xdr_ypupdate_args.texi
18460 Hash: 77aaa0ef10b3095e45964efa46e739376002decd90cf42f0f8a8dec3d5eff977
18461 Copyright: 
18462 License: 
18463 Licence_Text: 
18464 #Header: 
18465 #@node xdr_ypupdate_args
18466 #@subsection @code{xdr_ypupdate_args}
18467 #@findex xdr_ypupdate_args
18468 #
18469 #Gnulib module: ---
18470 #
18471 #Portability problems fixed by Gnulib:
18472 #@itemize
18473 #@end itemize
18474 #
18475 #Portability problems not fixed by Gnulib:
18476 #@itemize
18477 #@item
18478 #This function is missing on some platforms:
18479 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
18480
18481 File: ./doc/glibc-functions/xdr_ypxfrstat.texi
18482 Hash: c78e6f06c5fd2a43a28a72a7ce49d02b158b37062e80b1d9788be764b82b26ab
18483 Copyright: 
18484 License: 
18485 Licence_Text: 
18486 #Header: 
18487 #@node xdr_ypxfrstat
18488 #@subsection @code{xdr_ypxfrstat}
18489 #@findex xdr_ypxfrstat
18490 #
18491 #Gnulib module: ---
18492 #
18493 #Portability problems fixed by Gnulib:
18494 #@itemize
18495 #@end itemize
18496 #
18497 #Portability problems not fixed by Gnulib:
18498 #@itemize
18499 #@item
18500 #This function is missing on some platforms:
18501 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
18502
18503 File: ./doc/glibc-functions/xdrmem_create.texi
18504 Hash: 2a203690a726870fade84da1208be0cdfab169f22001ee6efe93f06e3742ebb7
18505 Copyright: 
18506 License: 
18507 Licence_Text: 
18508 #Header: 
18509 #@node xdrmem_create
18510 #@subsection @code{xdrmem_create}
18511 #@findex xdrmem_create
18512 #
18513 #Gnulib module: ---
18514 #
18515 #Portability problems fixed by Gnulib:
18516 #@itemize
18517 #@end itemize
18518 #
18519 #Portability problems not fixed by Gnulib:
18520 #@itemize
18521 #@item
18522 #This function is missing on some platforms:
18523 #Cygwin, mingw, BeOS.
18524
18525 File: ./doc/glibc-functions/xdrrec_create.texi
18526 Hash: 8073fe892a74de188dd302a4a43e971cf0e3fb48c86cebeef96240e0ac4bd4cc
18527 Copyright: 
18528 License: 
18529 Licence_Text: 
18530 #Header: 
18531 #@node xdrrec_create
18532 #@subsection @code{xdrrec_create}
18533 #@findex xdrrec_create
18534 #
18535 #Gnulib module: ---
18536 #
18537 #Portability problems fixed by Gnulib:
18538 #@itemize
18539 #@end itemize
18540 #
18541 #Portability problems not fixed by Gnulib:
18542 #@itemize
18543 #@item
18544 #This function is missing on some platforms:
18545 #Cygwin, mingw, BeOS.
18546
18547 File: ./doc/glibc-functions/xdrrec_endofrecord.texi
18548 Hash: 88344824ec838d41448198022405e5dac92019e2bc1475a230608b4518bec054
18549 Copyright: 
18550 License: 
18551 Licence_Text: 
18552 #Header: 
18553 #@node xdrrec_endofrecord
18554 #@subsection @code{xdrrec_endofrecord}
18555 #@findex xdrrec_endofrecord
18556 #
18557 #Gnulib module: ---
18558 #
18559 #Portability problems fixed by Gnulib:
18560 #@itemize
18561 #@end itemize
18562 #
18563 #Portability problems not fixed by Gnulib:
18564 #@itemize
18565 #@item
18566 #This function is missing on some platforms:
18567 #Cygwin, mingw, BeOS.
18568
18569 File: ./doc/glibc-functions/xdrrec_eof.texi
18570 Hash: 25422c24889db04aa8ff53d00ce41fae2e5444730364cb37890ccacd15e10f3d
18571 Copyright: 
18572 License: 
18573 Licence_Text: 
18574 #Header: 
18575 #@node xdrrec_eof
18576 #@subsection @code{xdrrec_eof}
18577 #@findex xdrrec_eof
18578 #
18579 #Gnulib module: ---
18580 #
18581 #Portability problems fixed by Gnulib:
18582 #@itemize
18583 #@end itemize
18584 #
18585 #Portability problems not fixed by Gnulib:
18586 #@itemize
18587 #@item
18588 #This function is missing on some platforms:
18589 #Cygwin, mingw, BeOS.
18590
18591 File: ./doc/glibc-functions/xdrrec_skiprecord.texi
18592 Hash: 0b1d2e89f6f0d930e81e40412735caed420e496c1d7e2c3317083704ddbc822c
18593 Copyright: 
18594 License: 
18595 Licence_Text: 
18596 #Header: 
18597 #@node xdrrec_skiprecord
18598 #@subsection @code{xdrrec_skiprecord}
18599 #@findex xdrrec_skiprecord
18600 #
18601 #Gnulib module: ---
18602 #
18603 #Portability problems fixed by Gnulib:
18604 #@itemize
18605 #@end itemize
18606 #
18607 #Portability problems not fixed by Gnulib:
18608 #@itemize
18609 #@item
18610 #This function is missing on some platforms:
18611 #Cygwin, mingw, BeOS.
18612
18613 File: ./doc/glibc-functions/xdrstdio_create.texi
18614 Hash: 0898f08554917e889fd206ae59a18d6bf78f9f57a5a9e636844660f8bb4460ba
18615 Copyright: 
18616 License: 
18617 Licence_Text: 
18618 #Header: 
18619 #@node xdrstdio_create
18620 #@subsection @code{xdrstdio_create}
18621 #@findex xdrstdio_create
18622 #
18623 #Gnulib module: ---
18624 #
18625 #Portability problems fixed by Gnulib:
18626 #@itemize
18627 #@end itemize
18628 #
18629 #Portability problems not fixed by Gnulib:
18630 #@itemize
18631 #@item
18632 #This function is missing on some platforms:
18633 #Cygwin, mingw, BeOS.
18634
18635 File: ./doc/glibc-functions/xprt_register.texi
18636 Hash: c94e94912422f8a89d1046086b09b5f1aa13198a6ecd72276a6cba7caf0364ef
18637 Copyright: 
18638 License: 
18639 Licence_Text: 
18640 #Header: 
18641 #@node xprt_register
18642 #@subsection @code{xprt_register}
18643 #@findex xprt_register
18644 #
18645 #Gnulib module: ---
18646 #
18647 #Portability problems fixed by Gnulib:
18648 #@itemize
18649 #@end itemize
18650 #
18651 #Portability problems not fixed by Gnulib:
18652 #@itemize
18653 #@item
18654 #This function is missing on some platforms:
18655 #Cygwin, mingw, BeOS.
18656
18657 File: ./doc/glibc-functions/xprt_unregister.texi
18658 Hash: f682b2bfcd16651912315034106c71ff0946a50daaf430177bd0624a37f88416
18659 Copyright: 
18660 License: 
18661 Licence_Text: 
18662 #Header: 
18663 #@node xprt_unregister
18664 #@subsection @code{xprt_unregister}
18665 #@findex xprt_unregister
18666 #
18667 #Gnulib module: ---
18668 #
18669 #Portability problems fixed by Gnulib:
18670 #@itemize
18671 #@end itemize
18672 #
18673 #Portability problems not fixed by Gnulib:
18674 #@itemize
18675 #@item
18676 #This function is missing on some platforms:
18677 #Cygwin, mingw, BeOS.
18678
18679 File: ./doc/glibc-functions/y0f.texi
18680 Hash: 53011f664d3903683e4544d10dcf5b7c7f2c1222c9acab2e70d9f2c9df387afb
18681 Copyright: 
18682 License: 
18683 Licence_Text: 
18684 #Header: 
18685 #@node y0f
18686 #@subsection @code{y0f}
18687 #@findex y0f
18688 #
18689 #Gnulib module: ---
18690 #
18691 #Portability problems fixed by Gnulib:
18692 #@itemize
18693 #@end itemize
18694 #
18695 #Portability problems not fixed by Gnulib:
18696 #@itemize
18697 #@item
18698 #This function is missing on some platforms:
18699 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, mingw.
18700
18701 File: ./doc/glibc-functions/y0l.texi
18702 Hash: 049581b8d62217de9d548fee3df56a779e216c9b490a92081b3e440174e277df
18703 Copyright: 
18704 License: 
18705 Licence_Text: 
18706 #Header: 
18707 #@node y0l
18708 #@subsection @code{y0l}
18709 #@findex y0l
18710 #
18711 #Gnulib module: ---
18712 #
18713 #Portability problems fixed by Gnulib:
18714 #@itemize
18715 #@end itemize
18716 #
18717 #Portability problems not fixed by Gnulib:
18718 #@itemize
18719 #@item
18720 #This function is missing on some platforms:
18721 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
18722
18723 File: ./doc/glibc-functions/y1f.texi
18724 Hash: 2af7a392fb4304dd9bdf7cedc4f950d151b3e72dc31b5eb42d9b53451859e389
18725 Copyright: 
18726 License: 
18727 Licence_Text: 
18728 #Header: 
18729 #@node y1f
18730 #@subsection @code{y1f}
18731 #@findex y1f
18732 #
18733 #Gnulib module: ---
18734 #
18735 #Portability problems fixed by Gnulib:
18736 #@itemize
18737 #@end itemize
18738 #
18739 #Portability problems not fixed by Gnulib:
18740 #@itemize
18741 #@item
18742 #This function is missing on some platforms:
18743 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, mingw.
18744
18745 File: ./doc/glibc-functions/y1l.texi
18746 Hash: 9f65d87b286eb81df62bfdb118cb3ab8c763aab3cae81aea9a9dc16161bdaa12
18747 Copyright: 
18748 License: 
18749 Licence_Text: 
18750 #Header: 
18751 #@node y1l
18752 #@subsection @code{y1l}
18753 #@findex y1l
18754 #
18755 #Gnulib module: ---
18756 #
18757 #Portability problems fixed by Gnulib:
18758 #@itemize
18759 #@end itemize
18760 #
18761 #Portability problems not fixed by Gnulib:
18762 #@itemize
18763 #@item
18764 #This function is missing on some platforms:
18765 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
18766
18767 File: ./doc/glibc-functions/ynf.texi
18768 Hash: b20e9430fc3cd02a0586eed22a0cd3eb2d271582b9087490395973f33038aac6
18769 Copyright: 
18770 License: 
18771 Licence_Text: 
18772 #Header: 
18773 #@node ynf
18774 #@subsection @code{ynf}
18775 #@findex ynf
18776 #
18777 #Gnulib module: ---
18778 #
18779 #Portability problems fixed by Gnulib:
18780 #@itemize
18781 #@end itemize
18782 #
18783 #Portability problems not fixed by Gnulib:
18784 #@itemize
18785 #@item
18786 #This function is missing on some platforms:
18787 #MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, mingw.
18788
18789 File: ./doc/glibc-functions/ynl.texi
18790 Hash: 8802eb9677218d45cd4e44dd735d1115f0fcb9e61acec28ab17b887b50ffe117
18791 Copyright: 
18792 License: 
18793 Licence_Text: 
18794 #Header: 
18795 #@node ynl
18796 #@subsection @code{ynl}
18797 #@findex ynl
18798 #
18799 #Gnulib module: ---
18800 #
18801 #Portability problems fixed by Gnulib:
18802 #@itemize
18803 #@end itemize
18804 #
18805 #Portability problems not fixed by Gnulib:
18806 #@itemize
18807 #@item
18808 #This function is missing on some platforms:
18809 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin, mingw, Interix 3.5, BeOS.
18810
18811 File: ./doc/glibc-functions/yp_all.texi
18812 Hash: b42b025cf632d8cf7da519a7528a9a2d1210f4e357dcd9390c882bb8a38c0e53
18813 Copyright: 
18814 License: 
18815 Licence_Text: 
18816 #Header: 
18817 #@node yp_all
18818 #@subsection @code{yp_all}
18819 #@findex yp_all
18820 #
18821 #Gnulib module: ---
18822 #
18823 #Portability problems fixed by Gnulib:
18824 #@itemize
18825 #@end itemize
18826 #
18827 #Portability problems not fixed by Gnulib:
18828 #@itemize
18829 #@item
18830 #This function is missing on some platforms:
18831 #Cygwin, mingw, Interix 3.5, BeOS.
18832
18833 File: ./doc/glibc-functions/yp_bind.texi
18834 Hash: be7340086b6000053f761dfd46aea30bcc1bd2f4dfa161204a8bedc5ec212967
18835 Copyright: 
18836 License: 
18837 Licence_Text: 
18838 #Header: 
18839 #@node yp_bind
18840 #@subsection @code{yp_bind}
18841 #@findex yp_bind
18842 #
18843 #Gnulib module: ---
18844 #
18845 #Portability problems fixed by Gnulib:
18846 #@itemize
18847 #@end itemize
18848 #
18849 #Portability problems not fixed by Gnulib:
18850 #@itemize
18851 #@item
18852 #This function is missing on some platforms:
18853 #Cygwin, mingw, Interix 3.5, BeOS.
18854
18855 File: ./doc/glibc-functions/yp_first.texi
18856 Hash: 448d2709a2f0d219dbd749d8367b8c82fcb12aa01988d1ecc33e5deb2fc824c5
18857 Copyright: 
18858 License: 
18859 Licence_Text: 
18860 #Header: 
18861 #@node yp_first
18862 #@subsection @code{yp_first}
18863 #@findex yp_first
18864 #
18865 #Gnulib module: ---
18866 #
18867 #Portability problems fixed by Gnulib:
18868 #@itemize
18869 #@end itemize
18870 #
18871 #Portability problems not fixed by Gnulib:
18872 #@itemize
18873 #@item
18874 #This function is missing on some platforms:
18875 #Cygwin, mingw, Interix 3.5, BeOS.
18876
18877 File: ./doc/glibc-functions/yp_get_default_domain.texi
18878 Hash: 41048d71e875a399559a8d3438f700a43b5468548935403691f02ca2351e141c
18879 Copyright: 
18880 License: 
18881 Licence_Text: 
18882 #Header: 
18883 #@node yp_get_default_domain
18884 #@subsection @code{yp_get_default_domain}
18885 #@findex yp_get_default_domain
18886 #
18887 #Gnulib module: ---
18888 #
18889 #Portability problems fixed by Gnulib:
18890 #@itemize
18891 #@end itemize
18892 #
18893 #Portability problems not fixed by Gnulib:
18894 #@itemize
18895 #@item
18896 #This function is missing on some platforms:
18897 #HP-UX 11, Cygwin, mingw, Interix 3.5, BeOS.
18898
18899 File: ./doc/glibc-functions/yp_master.texi
18900 Hash: 0b2a7eb836405fa27ed19e381580f7e43df719ab12e78763c129576b5cdd1a7c
18901 Copyright: 
18902 License: 
18903 Licence_Text: 
18904 #Header: 
18905 #@node yp_master
18906 #@subsection @code{yp_master}
18907 #@findex yp_master
18908 #
18909 #Gnulib module: ---
18910 #
18911 #Portability problems fixed by Gnulib:
18912 #@itemize
18913 #@end itemize
18914 #
18915 #Portability problems not fixed by Gnulib:
18916 #@itemize
18917 #@item
18918 #This function is missing on some platforms:
18919 #Cygwin, mingw, Interix 3.5, BeOS.
18920
18921 File: ./doc/glibc-functions/yp_match.texi
18922 Hash: 627851384f34c2c955e0e1e24fb264440f4559b4e2d93ed5661a97bf32a4380d
18923 Copyright: 
18924 License: 
18925 Licence_Text: 
18926 #Header: 
18927 #@node yp_match
18928 #@subsection @code{yp_match}
18929 #@findex yp_match
18930 #
18931 #Gnulib module: ---
18932 #
18933 #Portability problems fixed by Gnulib:
18934 #@itemize
18935 #@end itemize
18936 #
18937 #Portability problems not fixed by Gnulib:
18938 #@itemize
18939 #@item
18940 #This function is missing on some platforms:
18941 #Cygwin, mingw, Interix 3.5, BeOS.
18942
18943 File: ./doc/glibc-functions/yp_next.texi
18944 Hash: 6a2841054c2ea3aed8bf5bc393b4dd9b7b3178b199b119fdd82678eec3ed21a6
18945 Copyright: 
18946 License: 
18947 Licence_Text: 
18948 #Header: 
18949 #@node yp_next
18950 #@subsection @code{yp_next}
18951 #@findex yp_next
18952 #
18953 #Gnulib module: ---
18954 #
18955 #Portability problems fixed by Gnulib:
18956 #@itemize
18957 #@end itemize
18958 #
18959 #Portability problems not fixed by Gnulib:
18960 #@itemize
18961 #@item
18962 #This function is missing on some platforms:
18963 #Cygwin, mingw, Interix 3.5, BeOS.
18964
18965 File: ./doc/glibc-functions/yp_order.texi
18966 Hash: 8eae91da78f387f713f35b9d102c4fa66c5931737f6f1467289f76628a8334e9
18967 Copyright: 
18968 License: 
18969 Licence_Text: 
18970 #Header: 
18971 #@node yp_order
18972 #@subsection @code{yp_order}
18973 #@findex yp_order
18974 #
18975 #Gnulib module: ---
18976 #
18977 #Portability problems fixed by Gnulib:
18978 #@itemize
18979 #@end itemize
18980 #
18981 #Portability problems not fixed by Gnulib:
18982 #@itemize
18983 #@item
18984 #This function is missing on some platforms:
18985 #Cygwin, mingw, Interix 3.5, BeOS.
18986
18987 File: ./doc/glibc-functions/yp_unbind.texi
18988 Hash: bd6cf9c478e4596ec9082e569e2bf6937f7985d1ba7c2d5db1f9802195b5bd26
18989 Copyright: 
18990 License: 
18991 Licence_Text: 
18992 #Header: 
18993 #@node yp_unbind
18994 #@subsection @code{yp_unbind}
18995 #@findex yp_unbind
18996 #
18997 #Gnulib module: ---
18998 #
18999 #Portability problems fixed by Gnulib:
19000 #@itemize
19001 #@end itemize
19002 #
19003 #Portability problems not fixed by Gnulib:
19004 #@itemize
19005 #@item
19006 #This function is missing on some platforms:
19007 #Cygwin, mingw, Interix 3.5, BeOS.
19008
19009 File: ./doc/glibc-functions/yp_update.texi
19010 Hash: 117e4ddb5bcaf2a5e0768d85e23471c5895cc162da1390b7c5fdb77ba5ddc775
19011 Copyright: 
19012 License: 
19013 Licence_Text: 
19014 #Header: 
19015 #@node yp_update
19016 #@subsection @code{yp_update}
19017 #@findex yp_update
19018 #
19019 #Gnulib module: ---
19020 #
19021 #Portability problems fixed by Gnulib:
19022 #@itemize
19023 #@end itemize
19024 #
19025 #Portability problems not fixed by Gnulib:
19026 #@itemize
19027 #@item
19028 #This function is missing on some platforms:
19029 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
19030
19031 File: ./doc/glibc-functions/ypbinderr_string.texi
19032 Hash: e7167ff396db2d51dfefcd5b793df6d529e9425dd1aead57cb012d97584e6cf6
19033 Copyright: 
19034 License: 
19035 Licence_Text: 
19036 #Header: 
19037 #@node ypbinderr_string
19038 #@subsection @code{ypbinderr_string}
19039 #@findex ypbinderr_string
19040 #
19041 #Gnulib module: ---
19042 #
19043 #Portability problems fixed by Gnulib:
19044 #@itemize
19045 #@end itemize
19046 #
19047 #Portability problems not fixed by Gnulib:
19048 #@itemize
19049 #@item
19050 #This function is missing on some platforms:
19051 #MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
19052
19053 File: ./doc/glibc-functions/yperr_string.texi
19054 Hash: c94934aac4843428b891128424e3012dee61594fb6bd1dddf9d466de2ada7482
19055 Copyright: 
19056 License: 
19057 Licence_Text: 
19058 #Header: 
19059 #@node yperr_string
19060 #@subsection @code{yperr_string}
19061 #@findex yperr_string
19062 #
19063 #Gnulib module: ---
19064 #
19065 #Portability problems fixed by Gnulib:
19066 #@itemize
19067 #@end itemize
19068 #
19069 #Portability problems not fixed by Gnulib:
19070 #@itemize
19071 #@item
19072 #This function is missing on some platforms:
19073 #Cygwin, mingw, Interix 3.5, BeOS.
19074
19075 File: ./doc/glibc-functions/ypprot_err.texi
19076 Hash: 2670cca93cbe02f004e8676febd96ceb18676682aae42a869b01c0697332a068
19077 Copyright: 
19078 License: 
19079 Licence_Text: 
19080 #Header: 
19081 #@node ypprot_err
19082 #@subsection @code{ypprot_err}
19083 #@findex ypprot_err
19084 #
19085 #Gnulib module: ---
19086 #
19087 #Portability problems fixed by Gnulib:
19088 #@itemize
19089 #@end itemize
19090 #
19091 #Portability problems not fixed by Gnulib:
19092 #@itemize
19093 #@item
19094 #This function is missing on some platforms:
19095 #Cygwin, mingw, Interix 3.5, BeOS.
19096
19097 File: ./doc/glibc-headers/a.out.texi
19098 Hash: c82b738632f1965d1559f7667c877af774465a98c6ca3f81c897beaf7b374357
19099 Copyright: 
19100 License: 
19101 Licence_Text: 
19102 #Header: 
19103 #@node a.out.h
19104 #@section @file{a.out.h}
19105 #
19106 #Describes the structure of executables (and object files?) in the old
19107 #@code{a.out} format.
19108 #
19109 #Gnulib module: ---
19110 #
19111 #Portability problems fixed by Gnulib:
19112 #@itemize
19113 #@end itemize
19114 #
19115 #Portability problems not fixed by Gnulib:
19116 #@itemize
19117 #@item
19118
19119 File: ./doc/glibc-headers/aliases.texi
19120 Hash: 94f129741de8a7fd4521bae2dc42f429abfaba102e9fa06c5a9351e1379a4c5f
19121 Copyright: 
19122 License: 
19123 Licence_Text: 
19124 #Header: 
19125 #@node aliases.h
19126 #@section @file{aliases.h}
19127 #
19128 #Defines the type @code{struct aliasent} and declares the functions
19129 #@code{setaliasent}, @code{endaliasent},
19130 #@code{getaliasent}, @code{getaliasent_r},
19131 #@code{getaliasbyname}, @code{getaliasbyname_r}.
19132 #
19133 #Documentation:
19134 #@itemize
19135 #@item
19136 #@uref{http://www.kernel.org/doc/man-pages/online/pages/man3/setaliasent.3.html,,man setaliasent}.
19137 #@end itemize
19138 #
19139 #Gnulib module: ---
19140
19141 File: ./doc/glibc-headers/alloca.texi
19142 Hash: 42d72a383eea05edb7de100160f56e7ab4d915e5dab4668c2fd128f4b651d2f0
19143 Copyright: 
19144 License: 
19145 Licence_Text: 
19146 #Header: 
19147 #@node alloca.h
19148 #@section @file{alloca.h}
19149 #
19150 #Declares the @code{alloca} function of function-like macro.
19151 #
19152 #Documentation:
19153 #@itemize
19154 #@item
19155 #@ifinfo
19156 #@ref{Variable Size Automatic,,Automatic Storage with Variable Size,libc},
19157 #@end ifinfo
19158 #@ifnotinfo
19159 #@url{http://www.gnu.org/software/libc/manual/html_node/Variable-Size-Automatic.html},
19160 #@end ifnotinfo
19161 #@item
19162
19163 File: ./doc/glibc-headers/ar.texi
19164 Hash: 63a2433058954240c8a3d62a4b5b0a2809326d5c6b82b623799d2a8cf39cc734
19165 Copyright: 
19166 License: 
19167 Licence_Text: 
19168 #Header: 
19169 #@node ar.h
19170 #@section @file{ar.h}
19171 #
19172 #Describes the structure of files produced by the @samp{ar} program.
19173 #Defines the type @code{struct ar_hdr} and the macros @code{ARMAG},
19174 #@code{SARMAG}, @code{ARFMAG}.
19175 #
19176 #Gnulib module: ---
19177 #
19178 #Portability problems fixed by Gnulib:
19179 #@itemize
19180 #@end itemize
19181 #
19182 #Portability problems not fixed by Gnulib:
19183 #@itemize
19184
19185 File: ./doc/glibc-headers/argp.texi
19186 Hash: 7250680a987ff78ed8feac3a74ec4a5661c071de4e4d1dfc60de9db22d28e589
19187 Copyright: 
19188 License: 
19189 Licence_Text: 
19190 #Header: 
19191 #@node argp.h
19192 #@section @file{argp.h}
19193 #
19194 #Documentation:
19195 #@itemize
19196 #@item
19197 #@ifinfo
19198 #@ref{Argp,,Parsing Program Options with Argp,libc},
19199 #@end ifinfo
19200 #@ifnotinfo
19201 #@url{http://www.gnu.org/software/libc/manual/html_node/Argp.html}.
19202 #@end ifnotinfo
19203 #@end itemize
19204 #
19205 #Gnulib module: argp
19206
19207 File: ./doc/glibc-headers/argz.texi
19208 Hash: c0d05a1e13f8f4f7a4a4002cb7e9683b657434da45c97b304951986f7d94bfc9
19209 Copyright: 
19210 License: 
19211 Licence_Text: 
19212 #Header: 
19213 #@node argz.h
19214 #@section @file{argz.h}
19215 #
19216 #Documentation:
19217 #@itemize
19218 #@item
19219 #@ifinfo
19220 #@ref{Argz Functions,,,libc},
19221 #@end ifinfo
19222 #@ifnotinfo
19223 #@url{http://www.gnu.org/software/libc/manual/html_node/Argz-Functions.html},
19224 #@end ifnotinfo
19225 #@item
19226 #@uref{http://www.kernel.org/doc/man-pages/online/pages/man3/argz.3.html,,man argz}.
19227 #@end itemize
19228
19229 File: ./doc/glibc-headers/byteswap.texi
19230 Hash: daf819b6395c3de377b3efb8f8176107e27f2b3b26561d77a8a3b2dad08e147a
19231 Copyright: 
19232 License: 
19233 Licence_Text: 
19234 #Header: 
19235 #@node byteswap.h
19236 #@section @file{byteswap.h}
19237 #
19238 #Defines the functions or function-like macros @code{bswap_16}, @code{bswap_32},
19239 #@code{bswap_64}.
19240 #
19241 #Gnulib module: byteswap
19242 #
19243 #Portability problems fixed by Gnulib:
19244 #@itemize
19245 #@item
19246 #This header file is missing on some platforms:
19247 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
19248 #@end itemize
19249
19250 File: ./doc/glibc-headers/crypt.texi
19251 Hash: fa453cee950ed9d2d41db4eac6a4c5fcad6f4186d3d207d519045a9f68ae65ef
19252 Copyright: 
19253 License: 
19254 Licence_Text: 
19255 #Header: 
19256 #@node crypt.h
19257 #@section @file{crypt.h}
19258 #
19259 #Defines the type @code{struct crypt_data} and declares the functions
19260 #@code{crypt}, @code{crypt_r},
19261 #@code{setkey}, @code{setkey_r},
19262 #@code{encrypt}, @code{encrypt_r}.
19263 #
19264 #Documentation:
19265 #@itemize
19266 #@item
19267 #@ifinfo
19268 #@ref{crypt,,Encrypting Passwords,libc},
19269 #@ref{DES Encryption,,,libc},
19270 #@end ifinfo
19271
19272 File: ./doc/glibc-headers/endian.texi
19273 Hash: 0f822251f51808592a371b872b6ac045d213519befa9311b36eb6e28bddc9324
19274 Copyright: 
19275 License: 
19276 Licence_Text: 
19277 #Header: 
19278 #@node endian.h
19279 #@section @file{endian.h}
19280 #
19281 #Describe's the platform's endianness (byte ordering of words stored in memory).
19282 #Defines the macros @code{BYTE_ORDER}, @code{LITTLE_ENDIAN}, @code{BIG_ENDIAN},
19283 #@code{PDP_ENDIAN}.
19284 #
19285 #Gnulib module: ---
19286 #
19287 #Portability problems fixed by Gnulib:
19288 #@itemize
19289 #@end itemize
19290 #
19291 #Portability problems not fixed by Gnulib:
19292 #@itemize
19293
19294 File: ./doc/glibc-headers/envz.texi
19295 Hash: 939b798b1ec8e61e63e9f93a82c69c5db6f6c05bf98f7f3bbfb8e44c9bb4453e
19296 Copyright: 
19297 License: 
19298 Licence_Text: 
19299 #Header: 
19300 #@node envz.h
19301 #@section @file{envz.h}
19302 #
19303 #Documentation:
19304 #@itemize
19305 #@item
19306 #@ifinfo
19307 #@ref{Envz Functions,,,libc},
19308 #@end ifinfo
19309 #@ifnotinfo
19310 #@url{http://www.gnu.org/software/libc/manual/html_node/Envz-Functions.html},
19311 #@end ifnotinfo
19312 #@item
19313 #@uref{http://www.kernel.org/doc/man-pages/online/pages/man3/envz.3.html,,man envz}.
19314 #@end itemize
19315
19316 File: ./doc/glibc-headers/err.texi
19317 Hash: 771c351eba6fadf44f8ac86e707dfc90823ead9582e51fb8c95a54702a09395d
19318 Copyright: 
19319 License: 
19320 Licence_Text: 
19321 #Header: 
19322 #@node err.h
19323 #@section @file{err.h}
19324 #
19325 #Declares the functions
19326 #@code{warn}, @code{vwarn}, @code{warnx}, @code{vwarnx},
19327 #@code{err}, @code{verr}, @code{errx}, @code{verrx}.
19328 #
19329 #Documentation:
19330 #@itemize
19331 #@item
19332 #@ifinfo
19333 #@ref{Error Messages,,,libc},
19334 #@end ifinfo
19335 #@ifnotinfo
19336 #@url{http://www.gnu.org/software/libc/manual/html_node/Error-Messages.html},
19337
19338 File: ./doc/glibc-headers/error.texi
19339 Hash: 564594bacc029daac4577221c831b68ab6e6b141d225252b2e5a1ff6a2b5c377
19340 Copyright: 
19341 License: 
19342 Licence_Text: 
19343 #Header: 
19344 #@node error.h
19345 #@section @file{error.h}
19346 #
19347 #Declares the functions @code{error}, @code{error_at_line} and the variables
19348 #@code{error_print_progname}, @code{error_message_count},
19349 #@code{error_one_per_line}.
19350 #
19351 #Documentation:
19352 #@itemize
19353 #@item
19354 #@ifinfo
19355 #@ref{Error Messages,,,libc},
19356 #@end ifinfo
19357 #@ifnotinfo
19358 #@url{http://www.gnu.org/software/libc/manual/html_node/Error-Messages.html},
19359
19360 File: ./doc/glibc-headers/execinfo.texi
19361 Hash: 442281157e2f5c7d15617b99dc65c5e2740ed8132d5ef4b6a637d7bd0efe8a16
19362 Copyright: 
19363 License: 
19364 Licence_Text: 
19365 #Header: 
19366 #@node execinfo.h
19367 #@section @file{execinfo.h}
19368 #
19369 #Declares the functions @code{backtrace}, @code{backtrace_symbols},
19370 #@code{backtrace_symbols_fd}.
19371 #
19372 #Documentation:
19373 #@itemize
19374 #@item
19375 #@ifinfo
19376 #@ref{Backtraces,,,libc},
19377 #@end ifinfo
19378 #@ifnotinfo
19379 #@url{http://www.gnu.org/software/libc/manual/html_node/Backtraces.html},
19380 #@end ifnotinfo
19381
19382 File: ./doc/glibc-headers/fpu_control.texi
19383 Hash: 0d1f21a6828be61eaafc50791e6648cadd3cf5986071c19912bb0e485780e01e
19384 Copyright: 
19385 License: 
19386 Licence_Text: 
19387 #Header: 
19388 #@node fpu_control.h
19389 #@section @file{fpu_control.h}
19390 #
19391 #Handling of the FPU control word. Defines the @code{fpu_control_t} type,
19392 #declares the @code{__fpu_control} variable, and defines the @code{_FPU_GETCW},
19393 #@code{_FPU_SETCW} macros.
19394 #
19395 #Gnulib module: ---
19396 #
19397 #Portability problems fixed by Gnulib:
19398 #@itemize
19399 #@end itemize
19400 #
19401 #Portability problems not fixed by Gnulib:
19402 #@itemize
19403
19404 File: ./doc/glibc-headers/fstab.texi
19405 Hash: d765e5f871ae90bba1b85512cdbbd9d04babbb1073e89f28a5e4203003ccbb3b
19406 Copyright: 
19407 License: 
19408 Licence_Text: 
19409 #Header: 
19410 #@node fstab.h
19411 #@section @file{fstab.h}
19412 #
19413 #Defines the type @code{struct fstab}, the macros @code{FSTAB_*},
19414 #@code{_PATH_FSTAB}, and declares the functions
19415 #@code{setfsent}, @code{endfsent},
19416 #@code{getfsent}, @code{getfsspec}, @code{getfsfile}.
19417 #
19418 #Documentation:
19419 #@itemize
19420 #@item
19421 #@ifinfo
19422 #@ref{fstab,,The `fstab' file,libc},
19423 #@end ifinfo
19424 #@ifnotinfo
19425
19426 File: ./doc/glibc-headers/fts.texi
19427 Hash: 05a382b4ee91017936ce7dceda2379ade746af1154b3977321604b116f237f5b
19428 Copyright: 
19429 License: 
19430 Licence_Text: 
19431 #Header: 
19432 #@node fts.h
19433 #@section @file{fts.h}
19434 #
19435 #Defines the types @code{FTS}, @code{FTSENT} and the macros @code{FTS_*},
19436 #and declares the functions @code{fts_open}, @code{fts_read},
19437 #@code{fts_children}, @code{fts_set}, @code{fts_close}.
19438 #
19439 #Documentation:
19440 #@itemize
19441 #@item
19442 #@uref{http://www.kernel.org/doc/man-pages/online/pages/man3/fts.3.html,,man fts}.
19443 #@end itemize
19444 #
19445 #Gnulib module: ---
19446
19447 File: ./doc/glibc-headers/getopt.texi
19448 Hash: d2425536ed01e34b35b1f3c58f4cf07ca9b09f6d81663efab78da5a5ab688a03
19449 Copyright: 
19450 License: 
19451 Licence_Text: 
19452 #Header: 
19453 #@node getopt.h
19454 #@section @file{getopt.h}
19455 #
19456 #Defines the type @code{struct option} and declares the variables
19457 #@code{optarg}, @code{optind}, @code{opterr}, @code{optopt}
19458 #and the functions @code{getopt}, @code{getopt_long}, @code{getopt_long_only}.
19459 #
19460 #Documentation:
19461 #@itemize
19462 #@item
19463 #@ifinfo
19464 #@ref{Getopt,,Parsing program options using `getopt',libc},
19465 #@end ifinfo
19466 #@ifnotinfo
19467 #@url{http://www.gnu.org/software/libc/manual/html_node/Getopt.html},
19468
19469 File: ./doc/glibc-headers/ieee754.texi
19470 Hash: 515398e288e2a4e2e6118c4c896dbb4c1a9019d6b91221aa076f2d5cac32f9f7
19471 Copyright: 
19472 License: 
19473 Licence_Text: 
19474 #Header: 
19475 #@node ieee754.h
19476 #@section @file{ieee754.h}
19477 #
19478 #Defines the types @code{union ieee754_float}, @code{union ieee754_double},
19479 #@code{union ieee854_long_double}.
19480 #
19481 #Gnulib module: ---
19482 #
19483 #Portability problems fixed by Gnulib:
19484 #@itemize
19485 #@end itemize
19486 #
19487 #Portability problems not fixed by Gnulib:
19488 #@itemize
19489 #@item
19490
19491 File: ./doc/glibc-headers/ifaddrs.texi
19492 Hash: c85198be6c0f9e8ac1c65d365a6cc7bc0cc665bdbc72fe83acf7b0ab0cc955c9
19493 Copyright: 
19494 License: 
19495 Licence_Text: 
19496 #Header: 
19497 #@node ifaddrs.h
19498 #@section @file{ifaddrs.h}
19499 #
19500 #Defines the type @code{struct ifaddrs} and declares the functions
19501 #@code{getifaddrs}, @code{freeifaddrs}.
19502 #
19503 #Documentation:
19504 #@itemize
19505 #@item
19506 #@url{http://ecos.sourceware.org/docs-latest/ref/net-common-tcpip-manpages-getifaddrs.html}.
19507 #@end itemize
19508 #
19509 #Gnulib module: ---
19510 #
19511 #Portability problems fixed by Gnulib:
19512
19513 File: ./doc/glibc-headers/libintl.texi
19514 Hash: 79beb5970e6f446c6a04900828534f021471762201935c60cfd021c6332b7e78
19515 Copyright: 
19516 License: 
19517 Licence_Text: 
19518 #Header: 
19519 #@node libintl.h
19520 #@section @file{libintl.h}
19521 #
19522 #Defines the macros @code{__USE_GNU_GETTEXT},
19523 #@code{__GNU_GETTEXT_SUPPORTED_REVISION}, and declares the functions
19524 #@code{gettext}, @code{dgettext}, @code{dcgettext},
19525 #@code{ngettext}, @code{dngettext}, @code{dcngettext},
19526 #@code{textdomain}, @code{bindtextdomain}, @code{bind_textdomain_codeset}.
19527 #
19528 #Documentation:
19529 #@itemize
19530 #@item
19531 #@ifinfo
19532 #@ref{Message catalogs with gettext,,The `gettext' family of functions,libc},
19533 #@end ifinfo
19534
19535 File: ./doc/glibc-headers/mcheck.texi
19536 Hash: dedb846dbfd04c6c9a2a967d276c9de008ac4c79e61e07aeafd412846df98fee
19537 Copyright: 
19538 License: 
19539 Licence_Text: 
19540 #Header: 
19541 #@node mcheck.h
19542 #@section @file{mcheck.h}
19543 #
19544 #Defines the type @code{enum mcheck_status} and declares the functions
19545 #@code{mcheck}, @code{mcheck_pedantic}, @code{mcheck_check_all}, @code{mprobe},
19546 #@code{mtrace}, @code{muntrace}.
19547 #
19548 #Documentation:
19549 #@itemize
19550 #@item
19551 #@ifinfo
19552 #@ref{Heap Consistency Checking,,,libc},
19553 #@end ifinfo
19554 #@ifnotinfo
19555 #@url{http://www.gnu.org/software/libc/manual/html_node/Heap-Consistency-Checking.html}.
19556
19557 File: ./doc/glibc-headers/mntent.texi
19558 Hash: bd4559256ee3494644710f4e1602495d4050f8fa0d4c703f11fcaf8fde02a704
19559 Copyright: 
19560 License: 
19561 Licence_Text: 
19562 #Header: 
19563 #@node mntent.h
19564 #@section @file{mntent.h}
19565 #
19566 #Defines the type @code{struct mntent} and the macros @code{MNTTAB},
19567 #@code{MOUNTED}, @code{MNTTYPE_*}, @code{MNTOPT_*}, and declares the functions
19568 #@code{setmntent}, @code{getmntent}, @code{getmntent_r}, @code{addmntent},
19569 #@code{endmntent}, @code{hasmntopt}.
19570 #
19571 #Documentation:
19572 #@itemize
19573 #@item
19574 #@ifinfo
19575 #@ref{mtab,,The `mtab' file,libc},
19576 #@end ifinfo
19577 #@ifnotinfo
19578
19579 File: ./doc/glibc-headers/obstack.texi
19580 Hash: 1c5f322397603a32199f6a1983459423e6610d00288bfb2f3e8b8ee875abd7a8
19581 Copyright: 
19582 License: 
19583 Licence_Text: 
19584 #Header: 
19585 #@node obstack.h
19586 #@section @file{obstack.h}
19587 #
19588 #Documentation:
19589 #@itemize
19590 #@item
19591 #@ifinfo
19592 #@ref{Obstacks,,,libc},
19593 #@end ifinfo
19594 #@ifnotinfo
19595 #@url{http://www.gnu.org/software/libc/manual/html_node/Obstacks.html}.
19596 #@end ifnotinfo
19597 #@end itemize
19598 #
19599 #Gnulib module: obstack
19600
19601 File: ./doc/glibc-headers/paths.texi
19602 Hash: 8dc24f98bf823265dd3378f42860137cacdfd735284b75108ef5437552a339b1
19603 Copyright: 
19604 License: 
19605 Licence_Text: 
19606 #Header: 
19607 #@node paths.h
19608 #@section @file{paths.h}
19609 #
19610 #Defines the macros @code{_PATH_*}.
19611 #
19612 #Gnulib module: ---
19613 #
19614 #Portability problems fixed by Gnulib:
19615 #@itemize
19616 #@end itemize
19617 #
19618 #Portability problems not fixed by Gnulib:
19619 #@itemize
19620 #@item
19621 #This header file is missing on some platforms:
19622
19623 File: ./doc/glibc-headers/printf.texi
19624 Hash: c7159716f5c2910ec7d390f7877340ba3998b5fbbb63bd559484742f859ba86b
19625 Copyright: 
19626 License: 
19627 Licence_Text: 
19628 #Header: 
19629 #@node printf.h
19630 #@section @file{printf.h}
19631 #
19632 #Defines the type @code{struct printf_info} and the macros and enum values
19633 #@code{PA_*}, and declares the functions
19634 #@code{printf_function}, @code{printf_arginfo_function},
19635 #@code{register_printf_function}, @code{parse_printf_format},
19636 #@code{printf_size}, @code{printf_size_info}.
19637 #
19638 #Documentation:
19639 #@itemize
19640 #@item
19641 #@ifinfo
19642 #@ref{Parsing a Template String,,,libc},
19643 #@end ifinfo
19644
19645 File: ./doc/glibc-headers/pty.texi
19646 Hash: 210686eb5ebf3e3163fa609fea0156ea611363bde9b6a363135e2697765a0594
19647 Copyright: 
19648 License: 
19649 Licence_Text: 
19650 #Header: 
19651 #@node pty.h
19652 #@section @file{pty.h}
19653 #
19654 #Declares the functions @code{openpty} and @code{forkpty}.
19655 #
19656 #Documentation:
19657 #@itemize
19658 #@item
19659 #@ifinfo
19660 #@ref{Pseudo-Terminal Pairs,,Opening a Pseudo-Terminal Pair,libc},
19661 #@end ifinfo
19662 #@ifnotinfo
19663 #@url{http://www.gnu.org/software/libc/manual/html_node/Pseudo_002dTerminal-Pairs.html},
19664 #@end ifnotinfo
19665 #@item
19666
19667 File: ./doc/glibc-headers/resolv.texi
19668 Hash: 67e701d549c3af1a21fa81ac7bb0aea9bc236210f49d4a58e44a93ef173d7d1d
19669 Copyright: 
19670 License: 
19671 Licence_Text: 
19672 #Header: 
19673 #@node resolv.h
19674 #@section @file{resolv.h}
19675 #
19676 #Defines the types @code{res_sendhookact}, @code{res_send_qhook},
19677 #@code{res_send_rhook}, @code{res_state}, @code{struct res_sym} and the
19678 #macros @code{_PATH_RESCONF}, @code{RES_*}, and declares the functions
19679 #@code{fp_nquery}, @code{fp_query},
19680 #@code{hostalias},
19681 #@code{p_query},
19682 #@code{res_close}, @code{res_init}, @code{res_isourserver},
19683 #@code{res_mkquery}, @code{res_query}, @code{res_querydomain},
19684 #@code{res_search}, @code{res_send}.
19685 #
19686 #Documentation:
19687 #@itemize
19688
19689 File: ./doc/glibc-headers/shadow.texi
19690 Hash: a366437bb8a42ee9261518470bfbaf0fdc8da97ebdfafd9b582e0896d7f739ad
19691 Copyright: 
19692 License: 
19693 Licence_Text: 
19694 #Header: 
19695 #@node shadow.h
19696 #@section @file{shadow.h}
19697 #
19698 #Defines the type @code{struct spwd} and declares the functions
19699 #@code{setspent}, @code{endspent},
19700 #@code{getspent}, @code{getspent_r},
19701 #@code{getspnam}, @code{getspnam_r},
19702 #@code{sgetspent}, @code{sgetspent_r},
19703 #@code{fgetspent}, @code{fgetspent_r},
19704 #@code{putspent},
19705 #@code{lckpwdf}, @code{ulckpwdf}.
19706 #
19707 #Documentation:
19708 #@itemize
19709 #@item
19710
19711 File: ./doc/glibc-headers/sys_ioctl.texi
19712 Hash: 9368a7f1aab344a4a2b9c5e895868ca14cc69044c0b1c04a8bf3a9c89cef6e41
19713 Copyright: 
19714 License: 
19715 Licence_Text: 
19716 #Header: 
19717 #@node sys/ioctl.h
19718 #@section @file{sys/ioctl.h}
19719 #
19720 #Declares the function @code{ioctl}.
19721 #
19722 #Documentation:
19723 #@itemize
19724 #@item
19725 #@ifinfo
19726 #@ref{IOCTLs,,,libc},
19727 #@end ifinfo
19728 #@ifnotinfo
19729 #@url{http://www.gnu.org/software/libc/manual/html_node/IOCTLs.html},
19730 #@end ifnotinfo
19731 #@item
19732
19733 File: ./doc/glibc-headers/sysexits.texi
19734 Hash: e281f6c23b36b8fd6bfaaa9e8983259765fa320d989f9d77639cdf67c7b74182
19735 Copyright: 
19736 License: 
19737 Licence_Text: 
19738 #Header: 
19739 #@node sysexits.h
19740 #@section @file{sysexits.h}
19741 #
19742 #Defines the @code{EX_*} macros, including @code{EX_OK}.
19743 #
19744 #Gnulib module: sysexits
19745 #
19746 #Portability problems fixed by Gnulib:
19747 #@itemize
19748 #@item
19749 #This header file is missing on some platforms:
19750 #mingw, Interix 3.5, BeOS.
19751 #@item
19752 #The macro @code{EX_CONFIG} is missing on some platforms:
19753 #HP-UX 11.
19754
19755 File: ./doc/glibc-headers/ttyent.texi
19756 Hash: a9e0f8c8e52a08d612b970503007b714f785c88f0d36786a6f2a8917b56c59d8
19757 Copyright: 
19758 License: 
19759 Licence_Text: 
19760 #Header: 
19761 #@node ttyent.h
19762 #@section @file{ttyent.h}
19763 #
19764 #Defines the type @code{struct ttyent} and declares the functions
19765 #@code{setttyent}, @code{endttyent}, @code{getttyent}, @code{getttynam}.
19766 #
19767 #Documentation:
19768 #@itemize
19769 #@item
19770 #@uref{http://www.kernel.org/doc/man-pages/online/pages/man3/setttyent.3.html,,man setttyent}.
19771 #@end itemize
19772 #
19773 #Gnulib module: ---
19774 #
19775 #Portability problems fixed by Gnulib:
19776
19777
19778 File: ./doc/gnu-oids.texi
19779 Hash: a8b7560867c2aed55edee1312ccb3b71d4a7d36209c0544d538aafc0c990c7d2
19780 Copyright: 2008, 2009 Free Software Foundation, Inc
19781 License: 
19782 Licence_Text: 
19783  Copying and distribution of this file, with or without modification,
19784  are permitted in any medium without royalty provided the copyright
19785  notice and this notice are preserved.
19786 #@c
19787 #@c When adding new OIDs, please add them also to
19788 #@c http://www.alvestrand.no/objectid/  (except it gets an internal
19789 #@c server error, so never mind)
19790 #@c (Our page is http://www.alvestrand.no/objectid/1.3.6.1.4.1.11591.html.)
19791 #
19792 #1.3.6.1.4.1.11591 GNU
19793
19794 File: ./doc/gnulib-intro.texi
19795 Hash: 8afe4cf237d90be78640df9ef7349588a2a5bcb07901f8bc2ad44b625b00afea
19796 Copyright: 
19797 License: 
19798 Licence_Text: 
19799 #Header: 
19800 #@node Benefits
19801 #@section Benefits of using Gnulib
19802 #
19803 #Gnulib is useful to enhance various aspects of a package:
19804 #
19805 #@itemize @bullet
19806 #@item
19807 #Portability: With Gnulib, a package maintainer can program against the
19808 #POSIX and GNU libc APIs and nevertheless expect good portability to
19809 #platforms that don't implement POSIX.
19810 #
19811 #@item
19812 #Maintainability: When a package uses modules from Gnulib instead of code
19813 #written specifically for that package, the maintainer has less code to
19814 #maintain.
19815
19816 File: ./doc/gnulib-tool.texi
19817 Hash: 86878555c512a6423372b2cd838d55c7c6a02da7eb97664a78e4bbf111f33b31
19818 Copyright: 2005-2009 Free Software Foundation, Inc
19819 License: GFDL-1.3+
19820 Licence_Text: 
19821  Permission is granted to copy, distribute and/or modify this document
19822  under the terms of the GNU Free Documentation License, Version 1.3 or
19823  any later version published by the Free Software Foundation; with no
19824  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
19825  Texts.  A copy of the license is included in the ``GNU Free
19826  Documentation License'' file as part of this distribution.
19827 #
19828 #@pindex gnulib-tool
19829 #@cindex invoking @command{gnulib-tool}
19830
19831 File: ./doc/gnulib.texi
19832 Hash: de3a5da4c9cc7db7d7ef6de60a5248025bed7cbc6b9dc0320c0075bb28b18b77
19833 Copyright: 2004-2009 Free Software Foundation, Inc
19834 License: GFDL-1.3+
19835 Licence_Text: 
19836  Permission is granted to copy, distribute and/or modify this document
19837  under the terms of the GNU Free Documentation License, Version 1.3 or
19838  any later version published by the Free Software Foundation; with no
19839  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
19840  Texts.  A copy of the license is included in the ``GNU Free
19841  Documentation License'' file as part of this distribution.
19842 #Header: 
19843 #\input texinfo   @c -*-texinfo-*-
19844 #@comment %**start of header
19845 #@setfilename gnulib.info
19846 #@settitle GNU Gnulib
19847 #@syncodeindex fn cp
19848 #@syncodeindex pg cp
19849 #@ifclear texi2html
19850 #@firstparagraphindent insert
19851 #@end ifclear
19852 #@comment %**end of header
19853 #
19854 #@comment Defines the UPDATED variable.
19855 #@include updated-stamp
19856 #
19857 #@copying
19858
19859 File: ./doc/gpl-2.0.texi
19860 Hash: ba36a1e79e0a6db5aa3012803fd12acab7bc7be569da100c6659fff959670389
19861 Copyright: 1989, 1991 Free Software Foundation, Inc
19862 License: 
19863 Licence_Text: 
19864  Everyone is permitted to copy and distribute verbatim copies
19865  of this license document, but changing it is not allowed.
19866 #
19867 #@heading Preamble
19868
19869 File: ./doc/gpl-3.0.texi
19870 Hash: 1c68a24b291a0eebaa1fabba67326ad8c5d48968b84bba0907bf74d8d3b01971
19871 Copyright: 2007 Free Software Foundation, Inc.
19872 License: 
19873 Licence_Text: 
19874  Everyone is permitted to copy and distribute verbatim copies of this
19875  license document, but changing it is not allowed.
19876 #@end display
19877 #
19878 #@heading Preamble
19879
19880 File: ./doc/havelib.texi
19881 Hash: b178e7f4be5c66b0756783fc65a9fdbefb2ddb9e2fce18cfe4838383506ba25f
19882 Copyright: 
19883 License: 
19884 Licence_Text: 
19885 #Header: 
19886 #@node Searching for Libraries
19887 #@section Searching for Libraries
19888 #
19889 #The following macros check for the presence or location of certain C, C++, or
19890 #Fortran library archive files.
19891 #
19892 #@unnumberedsubsec Simple Library Tests
19893 #
19894 #The macros @code{AC_CHECK_LIB}, @code{AC_SEARCH_LIBS} from GNU Autoconf check
19895 #for the presence of certain C, C++, or Fortran library archive files.
19896 #The libraries are looked up in the default linker path -- a system dependent
19897 #list of directories, that usually contains the @file{/usr/lib} directory --
19898 # and those directories given by @code{-L} options in the @code{LDFLAGS}
19899 #variable.
19900
19901 File: ./doc/inet_ntoa.texi
19902 Hash: 44cfa1261391ab7b6da6a8387826d35826ef9238214aea7713a3bdae92621afc
19903 Copyright: 2005 Free Software Foundation, Inc
19904 License: GFDL-1.3+
19905 Licence_Text: 
19906 #Header: 
19907 #@node inet_ntoa
19908 #@section inet_ntoa
19909 #@findex inet_ntoa
19910 #
19911 #@c Copyright (C) 2005 Free Software Foundation, Inc.
19912 #
19913  Permission is granted to copy, distribute and/or modify this document
19914  under the terms of the GNU Free Documentation License, Version 1.3 or
19915  any later version published by the Free Software Foundation; with no
19916  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
19917  Texts.  A copy of the license is included in the ``GNU Free
19918  Documentation License'' file as part of this distribution.
19919 #
19920 #The @code{inet_ntoa} function need not be reentrant, and consequently
19921 #is not required to be thread safe.  Implementations of
19922
19923 File: ./doc/install.texi
19924 Hash: 3579aa06fdcde2788de2bdb2ac9e3f7dddaaf305033e3819b0bd5e8bcd321ad5
19925 Copyright: 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
19926 License: 
19927 Licence_Text: 
19928  Copying and distribution of this file, with or without modification, are
19929  permitted in any medium without royalty provided the copyright notice
19930  and this notice are preserved.  This file is offered as-is, without
19931  warranty of any kind.
19932
19933 File: ./doc/ld-output-def.texi
19934 Hash: f3adaf3de58b4ee8286574e8dc7d25e0d536753026018880d7ed6299129dee1c
19935 Copyright: 
19936 License: 
19937 Licence_Text: 
19938 #Header: 
19939 #@node Visual Studio Compatibility
19940 #@section Visual Studio Compatibility
19941 #@cindex DEF files
19942 #@cindex LD DEF files
19943 #
19944 #The @code{lib-msvc-compat} module detects whether the linker supports
19945 #@code{--output-def} when building a library.  That parameter is used
19946 #to generate a DEF file for a shared library (DLL).  DEF files are
19947 #useful for developers that use Visual Studio to develop programs that
19948 #links to your library.  See the GNU LD manual for more information.
19949 #
19950 #There are other ways to create a DEF file, but we believe they are all
19951 #sub-optimal to using @code{--output-def} during the build process.
19952 #The variants we have considered include:
19953
19954 File: ./doc/ld-version-script.texi
19955 Hash: 21a0a61901f55f0d7c8ba37d1ce6dc1d569e74583bd96a03ea211db7d969fc10
19956 Copyright: 
19957 License: 
19958 Licence_Text: 
19959 #Header: 
19960 #i@node LD Version Scripts
19961 #@section LD Version Scripts
19962 #
19963 #The @code{lib-symbol-versions} module can be used to add shared
19964 #library versioning support.  Currently, only GNU LD and the Solaris
19965 #linker supports this.
19966 #
19967 #Version scripts provides information that can be used by GNU/Linux
19968 #distribution packaging tools.  For example, Debian has a tool
19969 #@code{dpkg-shlibdeps} that can determine the minimal required version
19970 #of each dependency (by looking at the symbol list) and stuff the
19971 #information into the Debian specific packaging files.
19972 #
19973 #For more information and other uses of version scripts, see Ulrich
19974 #Drepper's paper @url{http://people.redhat.com/drepper/dsohowto.pdf}
19975
19976 File: ./doc/lgpl-2.1.texi
19977 Hash: 85eec7ec57d7c054ced20ff937a0dbb6f85ef080feef81c969e3338c4e07c237
19978 Copyright: 1991, 1999 Free Software Foundation, Inc
19979 License: 
19980 Licence_Text: 
19981  Everyone is permitted to copy and distribute verbatim copies
19982  of this license document, but changing it is not allowed.
19983 #
19984 #[This is the first released version of the Lesser GPL.  It also counts
19985 #as the successor of the GNU Library Public License, version 2, hence the
19986
19987 File: ./doc/lgpl-3.0.texi
19988 Hash: a4c865bb56a69cee86c1ab9bb354cd6a81b95e64a6ed096b1b3e616af3f85cc1
19989 Copyright: 2007 Free Software Foundation, Inc.
19990 License: 
19991 Licence_Text: 
19992  Everyone is permitted to copy and distribute verbatim copies of this
19993  license document, but changing it is not allowed.
19994 #@end display
19995 #
19996 #This version of the GNU Lesser General Public License incorporates
19997 #the terms and conditions of version 3 of the GNU General Public
19998
19999 File: ./doc/lib-symbol-visibility.texi
20000 Hash: ace49800754530f3421436b0c69c07faa05fec9319591a7a4d30b2bd37a98525
20001 Copyright: 2005-2006, 2009 Free Software Foundation, Inc
20002 License: GFDL-1.3+
20003 Licence_Text: 
20004  Permission is granted to copy, distribute and/or modify this document
20005  under the terms of the GNU Free Documentation License, Version 1.3 or
20006  any later version published by the Free Software Foundation; with no
20007  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
20008  Texts.  A copy of the license is included in the ``GNU Free
20009  Documentation License'' file as part of this distribution.
20010 #
20011 #The @code{lib-symbol-visibility} module allows precise control of the
20012
20013 File: ./doc/maintain.texi
20014 Hash: c3f2ff808bd13ddf5c9dfdecff85d6bc5581e6338bf9919e43aa41a7d2a5ed05
20015 Copyright: @{} 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999
20016 License: 
20017 Licence_Text: 
20018 #Header: 
20019 #\input texinfo.tex    @c -*-texinfo-*-
20020 #@c %**start of header
20021 #@setfilename maintain.info
20022 #@settitle Information for Maintainers of GNU Software
20023 #@c For double-sided printing, uncomment:
20024 #@c @setchapternewpage odd
20025 #@c This date is automagically updated when you save this file:
20026 #@set lastupdate July 24, 2009
20027 #@c %**end of header
20028 #
20029 #@dircategory GNU organization
20030 #@direntry
20031 #* Maintaining: (maintain).        Maintaining GNU software.
20032 #@end direntry
20033
20034 File: ./doc/make-stds.texi
20035 Hash: 6856144813c56da2dd64ded78323b4e4e1be9177837113f827f9340b8cb74446
20036 Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
20037 License: GFDL-1.3+
20038 Licence_Text: 
20039  Permission is granted to copy, distribute and/or modify this document
20040  under the terms of the GNU Free Documentation License, Version 1.3 or
20041  any later version published by the Free Software Foundation; with no
20042  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
20043  Texts.  A copy of the license is included in the ``GNU Free
20044  Documentation License'' file as part of this distribution.
20045 #Header: 
20046 #@comment This file is included by both standards.texi and make.texinfo.
20047 #@comment It was broken out of standards.texi on 1/6/93 by roland.
20048 #
20049 #@node Makefile Conventions
20050 #@chapter Makefile Conventions
20051 #@comment standards.texi does not print an index, but make.texinfo does.
20052 #@cindex makefile, conventions for
20053 #@cindex conventions for makefiles
20054 #@cindex standards for makefiles
20055 #
20056 #@c Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001,
20057 #@c 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
20058 #@c
20059 #@c Permission is granted to copy, distribute and/or modify this document
20060 #@c under the terms of the GNU Free Documentation License, Version 1.3
20061
20062 File: ./doc/manywarnings.texi
20063 Hash: eb20f35c0202b22d36b97d775196f85053b54dc0a181eced05ac1f19457dd4df
20064 Copyright: 
20065 License: 
20066 Licence_Text: 
20067 #Header: 
20068 #@node manywarnings
20069 #@section manywarnings
20070 #
20071 #The @code{manywarnings} module allows you to enable as many GCC warnings as
20072 #possible for your package. The purpose is to protect against introducing new
20073 #code that triggers warnings that weren't already triggered by the existing code
20074 #base.
20075 #
20076 #An example use of the module is as follows:
20077 #
20078 #@smallexample
20079 #gl_MANYWARN_ALL_GCC([warnings])
20080 ## Set up the list of the pointless, undesired warnings.
20081 #nw=
20082 #nw="$nw -Wsystem-headers"       # Don't let system headers trigger warnings
20083
20084 File: ./doc/pastposix-functions/bcmp.texi
20085 Hash: ee5e5047ceaf869e5c235c6f2702e7f43b6b4ea02ef553524b75e92be07c640b
20086 Copyright: 
20087 License: 
20088 Licence_Text: 
20089 #Header: 
20090 #@node bcmp
20091 #@section @code{bcmp}
20092 #@findex bcmp
20093 #
20094 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/bcmp.html}
20095 #
20096 #Gnulib module: ---
20097 #
20098 #Portability problems fixed by Gnulib:
20099 #@itemize
20100 #@end itemize
20101 #
20102 #Portability problems not fixed by Gnulib:
20103 #@itemize
20104 #@item
20105
20106 File: ./doc/pastposix-functions/bcopy.texi
20107 Hash: 223523ff87be634108d2bf747ce5fbe13ad98f02904e0c098e5bbf60bf490330
20108 Copyright: 
20109 License: 
20110 Licence_Text: 
20111 #Header: 
20112 #@node bcopy
20113 #@section @code{bcopy}
20114 #@findex bcopy
20115 #
20116 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/bcopy.html}
20117 #
20118 #Gnulib module: bcopy
20119 #
20120 #Portability problems fixed by Gnulib:
20121 #@itemize
20122 #@item
20123 #This function is missing on some platforms:
20124 #Solaris 2.4, mingw.
20125 #@end itemize
20126
20127 File: ./doc/pastposix-functions/bsd_signal.texi
20128 Hash: 00704a5cfe69597fb6d992575594832eb5947e8748892a721d7ffb17283aa90b
20129 Copyright: 
20130 License: 
20131 Licence_Text: 
20132 #Header: 
20133 #@node bsd_signal
20134 #@section @code{bsd_signal}
20135 #@findex bsd_signal
20136 #
20137 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/bsd_signal.html}
20138 #
20139 #Gnulib module: ---
20140 #
20141 #Portability problems fixed by Gnulib:
20142 #@itemize
20143 #@end itemize
20144 #
20145 #Portability problems not fixed by Gnulib:
20146 #@itemize
20147 #@item
20148
20149 File: ./doc/pastposix-functions/bzero.texi
20150 Hash: c850be8ba6f681e50eb0a4ecc5820bf7e59d6ff4b4614588c060201ea49eb02e
20151 Copyright: 
20152 License: 
20153 Licence_Text: 
20154 #Header: 
20155 #@node bzero
20156 #@section @code{bzero}
20157 #@findex bzero
20158 #
20159 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/bzero.html}
20160 #
20161 #Gnulib module: ---
20162 #
20163 #Portability problems fixed by Gnulib:
20164 #@itemize
20165 #@end itemize
20166 #
20167 #Portability problems not fixed by Gnulib:
20168 #@itemize
20169 #@item
20170
20171 File: ./doc/pastposix-functions/ecvt.texi
20172 Hash: e6504270c1681b6065cb639e57224dd1f372edfa0a59123f7d37173406a4f494
20173 Copyright: 
20174 License: 
20175 Licence_Text: 
20176 #Header: 
20177 #@node ecvt
20178 #@section @code{ecvt}
20179 #@findex ecvt
20180 #
20181 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/ecvt.html}
20182 #
20183 #Gnulib module: ---
20184 #
20185 #Portability problems fixed by Gnulib:
20186 #@itemize
20187 #@end itemize
20188 #
20189 #Portability problems not fixed by Gnulib:
20190 #@itemize
20191 #@item
20192
20193 File: ./doc/pastposix-functions/fcvt.texi
20194 Hash: 430225c066876772ad6b84ef2fec19a1c57b804a039583810795399f63705b54
20195 Copyright: 
20196 License: 
20197 Licence_Text: 
20198 #Header: 
20199 #@node fcvt
20200 #@section @code{fcvt}
20201 #@findex fcvt
20202 #
20203 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/fcvt.html}
20204 #
20205 #Gnulib module: ---
20206 #
20207 #Portability problems fixed by Gnulib:
20208 #@itemize
20209 #@end itemize
20210 #
20211 #Portability problems not fixed by Gnulib:
20212 #@itemize
20213 #@item
20214
20215 File: ./doc/pastposix-functions/ftime.texi
20216 Hash: 89c4865146e1c4cbe085be8b535cc4895846e0d7dc5d9463cd893f2a2611cc6b
20217 Copyright: 
20218 License: 
20219 Licence_Text: 
20220 #Header: 
20221 #@node ftime
20222 #@section @code{ftime}
20223 #@findex ftime
20224 #
20225 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/ftime.html}
20226 #
20227 #Gnulib module: ---
20228 #
20229 #Portability problems fixed by Gnulib:
20230 #@itemize
20231 #@end itemize
20232 #
20233 #Portability problems not fixed by Gnulib:
20234 #@itemize
20235 #@item
20236
20237 File: ./doc/pastposix-functions/gcvt.texi
20238 Hash: b58c5c40dd157cd45a90cc8116c094bc7467118421b812fa7603d85ef5f9a216
20239 Copyright: 
20240 License: 
20241 Licence_Text: 
20242 #Header: 
20243 #@node gcvt
20244 #@section @code{gcvt}
20245 #@findex gcvt
20246 #
20247 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/gcvt.html}
20248 #
20249 #Gnulib module: ---
20250 #
20251 #Portability problems fixed by Gnulib:
20252 #@itemize
20253 #@end itemize
20254 #
20255 #Portability problems not fixed by Gnulib:
20256 #@itemize
20257 #@item
20258
20259 File: ./doc/pastposix-functions/getcontext.texi
20260 Hash: d4cff088a3b331819944b6dd371788d793587a91a2e300d45e194025ba3912f0
20261 Copyright: 
20262 License: 
20263 Licence_Text: 
20264 #Header: 
20265 #@node getcontext
20266 #@section @code{getcontext}
20267 #@findex getcontext
20268 #
20269 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/getcontext.html}
20270 #
20271 #Gnulib module: ---
20272 #
20273 #Portability problems fixed by Gnulib:
20274 #@itemize
20275 #@end itemize
20276 #
20277 #Portability problems not fixed by Gnulib:
20278 #@itemize
20279 #@item
20280
20281 File: ./doc/pastposix-functions/gethostbyaddr.texi
20282 Hash: f62bfb5224b154effd3082e24c0573f955ccece64433a088bf72f82c97797593
20283 Copyright: 
20284 License: 
20285 Licence_Text: 
20286 #Header: 
20287 #@node gethostbyaddr
20288 #@section @code{gethostbyaddr}
20289 #@findex gethostbyaddr
20290 #
20291 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/gethostbyaddr.html}
20292 #
20293 #Gnulib module: ---
20294 #
20295 #Portability problems fixed by Gnulib:
20296 #@itemize
20297 #@end itemize
20298 #
20299 #Portability problems not fixed by Gnulib:
20300 #@itemize
20301 #@item
20302
20303 File: ./doc/pastposix-functions/gethostbyname.texi
20304 Hash: 776bee42bc3143a75a126fc67510c85e732caff095d2618cf3dad9adfde2823e
20305 Copyright: 
20306 License: 
20307 Licence_Text: 
20308 #Header: 
20309 #@node gethostbyname
20310 #@section @code{gethostbyname}
20311 #@findex gethostbyname
20312 #
20313 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/gethostbyname.html}
20314 #
20315 #Gnulib module: ---
20316 #
20317 #Portability problems fixed by Gnulib:
20318 #@itemize
20319 #@end itemize
20320 #
20321 #Portability problems not fixed by Gnulib:
20322 #@itemize
20323 #@item
20324
20325 File: ./doc/pastposix-functions/getwd.texi
20326 Hash: 0ea55e75af07fb3979e1a63cf6b6182eefbaea7dd5556d849894438bd700541e
20327 Copyright: 
20328 License: 
20329 Licence_Text: 
20330 #Header: 
20331 #@node getwd
20332 #@section @code{getwd}
20333 #@findex getwd
20334 #
20335 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/getwd.html}
20336 #
20337 #Gnulib module: ---
20338 #
20339 #Portability problems fixed by Gnulib:
20340 #@itemize
20341 #@end itemize
20342 #
20343 #Portability problems not fixed by Gnulib:
20344 #@itemize
20345 #@item
20346
20347 File: ./doc/pastposix-functions/h_errno.texi
20348 Hash: 8ad4e6a01308643335b767c77d0f461f310eeeb59a03fd2b7057f5064c165625
20349 Copyright: 
20350 License: 
20351 Licence_Text: 
20352 #Header: 
20353 #@node h_errno
20354 #@section @code{h_errno}
20355 #@findex h_errno
20356 #
20357 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/h_errno.html}
20358 #
20359 #Gnulib module: ---
20360 #
20361 #Portability problems fixed by Gnulib:
20362 #@itemize
20363 #@end itemize
20364 #
20365 #Portability problems not fixed by Gnulib:
20366 #@itemize
20367 #@item
20368
20369 File: ./doc/pastposix-functions/index.texi
20370 Hash: a5fca5d0786ced2a2f131a143afab2f5ee54b26b419e1be48f0139c208117de8
20371 Copyright: 
20372 License: 
20373 Licence_Text: 
20374 #Header: 
20375 #@node index
20376 #@section @code{index}
20377 #@findex index
20378 #
20379 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/index.html}
20380 #
20381 #Gnulib module: ---
20382 #
20383 #Portability problems fixed by Gnulib:
20384 #@itemize
20385 #@end itemize
20386 #
20387 #Portability problems not fixed by Gnulib:
20388 #@itemize
20389 #@item
20390
20391 File: ./doc/pastposix-functions/makecontext.texi
20392 Hash: 1c5f3629d45da8aa766f448b81564a651ce98fcf39f5982732a39f9309b6760b
20393 Copyright: 
20394 License: 
20395 Licence_Text: 
20396 #Header: 
20397 #@node makecontext
20398 #@section @code{makecontext}
20399 #@findex makecontext
20400 #
20401 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/makecontext.html}
20402 #
20403 #Gnulib module: ---
20404 #
20405 #Portability problems fixed by Gnulib:
20406 #@itemize
20407 #@end itemize
20408 #
20409 #Portability problems not fixed by Gnulib:
20410 #@itemize
20411 #@item
20412
20413 File: ./doc/pastposix-functions/mktemp.texi
20414 Hash: 9eb524104f966e5d2bec99631296f09f0f359d79cd59f39feeb96ab11d99fc43
20415 Copyright: 
20416 License: 
20417 Licence_Text: 
20418 #Header: 
20419 #@node mktemp
20420 #@section @code{mktemp}
20421 #@findex mktemp
20422 #
20423 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/mktemp.html}
20424 #
20425 #Gnulib module: ---
20426 #
20427 #Portability problems fixed by Gnulib:
20428 #@itemize
20429 #@end itemize
20430 #
20431 #Portability problems not fixed by Gnulib:
20432 #@itemize
20433 #@item
20434
20435 File: ./doc/pastposix-functions/pthread_attr_getstackaddr.texi
20436 Hash: 4d63b667e605bb58aa0663e91f62ede2047edc8b47c59feb336a73fcbfe9fc8a
20437 Copyright: 
20438 License: 
20439 Licence_Text: 
20440 #Header: 
20441 #@node pthread_attr_getstackaddr
20442 #@section @code{pthread_attr_getstackaddr}
20443 #@findex pthread_attr_getstackaddr
20444 #
20445 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/pthread_attr_getstackaddr.html}
20446 #
20447 #Gnulib module: ---
20448 #
20449 #Portability problems fixed by Gnulib:
20450 #@itemize
20451 #@end itemize
20452 #
20453 #Portability problems not fixed by Gnulib:
20454 #@itemize
20455 #@item
20456
20457 File: ./doc/pastposix-functions/pthread_attr_setstackaddr.texi
20458 Hash: 6321fd00b2cdfca18d37e2da59c1746b49d208d9342fd98061524fae66a617fc
20459 Copyright: 
20460 License: 
20461 Licence_Text: 
20462 #Header: 
20463 #@node pthread_attr_setstackaddr
20464 #@section @code{pthread_attr_setstackaddr}
20465 #@findex pthread_attr_setstackaddr
20466 #
20467 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/pthread_attr_setstackaddr.html}
20468 #
20469 #Gnulib module: ---
20470 #
20471 #Portability problems fixed by Gnulib:
20472 #@itemize
20473 #@end itemize
20474 #
20475 #Portability problems not fixed by Gnulib:
20476 #@itemize
20477 #@item
20478
20479 File: ./doc/pastposix-functions/rindex.texi
20480 Hash: 7d63a4ee6bc483b81e2d88abf9ecc5576e30f3c911e8a00ae2a6c79aeaa0f141
20481 Copyright: 
20482 License: 
20483 Licence_Text: 
20484 #Header: 
20485 #@node rindex
20486 #@section @code{rindex}
20487 #@findex rindex
20488 #
20489 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/rindex.html}
20490 #
20491 #Gnulib module: ---
20492 #
20493 #Portability problems fixed by Gnulib:
20494 #@itemize
20495 #@end itemize
20496 #
20497 #Portability problems not fixed by Gnulib:
20498 #@itemize
20499 #@item
20500
20501 File: ./doc/pastposix-functions/scalb.texi
20502 Hash: 466c68b70229a839f6d041c664ca3b58a0cd8bbe7b878e3d1fbe68f1bf578b90
20503 Copyright: 
20504 License: 
20505 Licence_Text: 
20506 #Header: 
20507 #@node scalb
20508 #@section @code{scalb}
20509 #@findex scalb
20510 #
20511 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/scalb.html}
20512 #
20513 #Gnulib module: ---
20514 #
20515 #Portability problems fixed by Gnulib:
20516 #@itemize
20517 #@end itemize
20518 #
20519 #Portability problems not fixed by Gnulib:
20520 #@itemize
20521 #@end itemize
20522
20523 File: ./doc/pastposix-functions/setcontext.texi
20524 Hash: cf06f7a1492f1b932e521f9532748e9d6e93638ac687bda4eabebd45b8f14fda
20525 Copyright: 
20526 License: 
20527 Licence_Text: 
20528 #Header: 
20529 #@node setcontext
20530 #@section @code{setcontext}
20531 #@findex setcontext
20532 #
20533 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/setcontext.html}
20534 #
20535 #Gnulib module: ---
20536 #
20537 #Portability problems fixed by Gnulib:
20538 #@itemize
20539 #@end itemize
20540 #
20541 #Portability problems not fixed by Gnulib:
20542 #@itemize
20543 #@item
20544
20545 File: ./doc/pastposix-functions/swapcontext.texi
20546 Hash: cbd3d366ba77cedb5d159f4ba6325e42dc851244f91750aac38dd037bbe32ebd
20547 Copyright: 
20548 License: 
20549 Licence_Text: 
20550 #Header: 
20551 #@node swapcontext
20552 #@section @code{swapcontext}
20553 #@findex swapcontext
20554 #
20555 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/swapcontext.html}
20556 #
20557 #Gnulib module: ---
20558 #
20559 #Portability problems fixed by Gnulib:
20560 #@itemize
20561 #@end itemize
20562 #
20563 #Portability problems not fixed by Gnulib:
20564 #@itemize
20565 #@item
20566
20567 File: ./doc/pastposix-functions/ualarm.texi
20568 Hash: 2e8b19c1c34350007a55f47aec6a9c248d12f48f6b5b350f391b723c0b93392c
20569 Copyright: 
20570 License: 
20571 Licence_Text: 
20572 #Header: 
20573 #@node ualarm
20574 #@section @code{ualarm}
20575 #@findex ualarm
20576 #
20577 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/ualarm.html}
20578 #
20579 #Gnulib module: ---
20580 #
20581 #Portability problems fixed by Gnulib:
20582 #@itemize
20583 #@end itemize
20584 #
20585 #Portability problems not fixed by Gnulib:
20586 #@itemize
20587 #@item
20588
20589 File: ./doc/pastposix-functions/usleep.texi
20590 Hash: f501d093118e406965e4dad35b035eee7346fec9ca5ee2a69867718e32d277fe
20591 Copyright: 
20592 License: 
20593 Licence_Text: 
20594 #Header: 
20595 #@node usleep
20596 #@section @code{usleep}
20597 #@findex usleep
20598 #
20599 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/usleep.html}
20600 #
20601 #Gnulib module: ---
20602 #
20603 #Portability problems fixed by Gnulib:
20604 #@itemize
20605 #@end itemize
20606 #
20607 #Portability problems not fixed by Gnulib:
20608 #@itemize
20609 #@item
20610
20611 File: ./doc/pastposix-functions/vfork.texi
20612 Hash: 36148ae554abcc4b634cf714f4fd99d663a957814057cf580370d48944a22ff5
20613 Copyright: 
20614 License: 
20615 Licence_Text: 
20616 #Header: 
20617 #@node vfork
20618 #@section @code{vfork}
20619 #@findex vfork
20620 #
20621 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/vfork.html}
20622 #
20623 #Gnulib module: ---
20624 #
20625 #Portability problems fixed by Gnulib:
20626 #@itemize
20627 #@end itemize
20628 #
20629 #Portability problems not fixed by Gnulib:
20630 #@itemize
20631 #@item
20632
20633 File: ./doc/pastposix-functions/wcswcs.texi
20634 Hash: c56c89e0ec1d7221fa616889acfc8be4eff6a18d830fb452fd62c2c59c115c32
20635 Copyright: 
20636 License: 
20637 Licence_Text: 
20638 #Header: 
20639 #@node wcswcs
20640 #@section @code{wcswcs}
20641 #@findex wcswcs
20642 #
20643 #POSIX specification: @url{http://www.opengroup.org/susv3xsh/wcswcs.html}
20644 #
20645 #Gnulib module: ---
20646 #
20647 #Portability problems fixed by Gnulib:
20648 #@itemize
20649 #@end itemize
20650 #
20651 #Portability problems not fixed by Gnulib:
20652 #@itemize
20653 #@item
20654
20655 File: ./doc/posix-functions/FD_CLR.texi
20656 Hash: 4bdcc69109a06b2a638508e0e88920c7b9144c36295828451960cc3937dfa0ee
20657 Copyright: 
20658 License: 
20659 Licence_Text: 
20660 #Header: 
20661 #@node FD_CLR
20662 #@section @code{FD_CLR}
20663 #@findex FD_CLR
20664 #
20665 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/FD_CLR.html}
20666 #
20667 #Gnulib module: ---
20668 #
20669 #Portability problems fixed by Gnulib:
20670 #@itemize
20671 #@end itemize
20672 #
20673 #Portability problems not fixed by Gnulib:
20674 #@itemize
20675 #@end itemize
20676
20677 File: ./doc/posix-functions/FD_ISSET.texi
20678 Hash: 1291518a4f9111d9e9475c542cc9c025c2150e824852f4f5d689b43aff16f0d1
20679 Copyright: 
20680 License: 
20681 Licence_Text: 
20682 #Header: 
20683 #@node FD_ISSET
20684 #@section @code{FD_ISSET}
20685 #@findex FD_ISSET
20686 #
20687 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/FD_ISSET.html}
20688 #
20689 #Gnulib module: ---
20690 #
20691 #Portability problems fixed by Gnulib:
20692 #@itemize
20693 #@end itemize
20694 #
20695 #Portability problems not fixed by Gnulib:
20696 #@itemize
20697 #@end itemize
20698
20699 File: ./doc/posix-functions/FD_SET.texi
20700 Hash: 16e13795165195f4a4eacd97bb731c1cc32746395eda808584fe24e7bf2bf040
20701 Copyright: 
20702 License: 
20703 Licence_Text: 
20704 #Header: 
20705 #@node FD_SET
20706 #@section @code{FD_SET}
20707 #@findex FD_SET
20708 #
20709 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/FD_SET.html}
20710 #
20711 #Gnulib module: ---
20712 #
20713 #Portability problems fixed by Gnulib:
20714 #@itemize
20715 #@end itemize
20716 #
20717 #Portability problems not fixed by Gnulib:
20718 #@itemize
20719 #@end itemize
20720
20721 File: ./doc/posix-functions/FD_ZERO.texi
20722 Hash: 867ed157d794920b1e6ef522bd1389065fa176a2745516597adc9d957c6d9c1f
20723 Copyright: 
20724 License: 
20725 Licence_Text: 
20726 #Header: 
20727 #@node FD_ZERO
20728 #@section @code{FD_ZERO}
20729 #@findex FD_ZERO
20730 #
20731 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/FD_ZERO.html}
20732 #
20733 #Gnulib module: ---
20734 #
20735 #Portability problems fixed by Gnulib:
20736 #@itemize
20737 #@end itemize
20738 #
20739 #Portability problems not fixed by Gnulib:
20740 #@itemize
20741 #@end itemize
20742
20743 File: ./doc/posix-functions/_Exit_C99.texi
20744 Hash: f2971a822bc1838157a0c388c7112b4fb3512e7285ad00028a64ed2d126560ca
20745 Copyright: 
20746 License: 
20747 Licence_Text: 
20748 #Header: 
20749 #@node _Exit
20750 #@section @code{_Exit}
20751 #@findex _Exit
20752 #@c This file would ideally be called _Exit.texi, but then it would collide
20753 #@c with _exit.texi on case-insensitive file systems (MacOS X HFS+ and Woe32
20754 #@c file systems).
20755 #
20756 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/_Exit.html}
20757 #
20758 #Gnulib module: ---
20759 #
20760 #Portability problems fixed by Gnulib:
20761 #@itemize
20762 #@end itemize
20763
20764 File: ./doc/posix-functions/_exit.texi
20765 Hash: 617e14d15ded9c83e30656eee2982fbd7779fae2a9ebb85434e731e0448ea376
20766 Copyright: 
20767 License: 
20768 Licence_Text: 
20769 #Header: 
20770 #@node _exit
20771 #@section @code{_exit}
20772 #@findex _exit
20773 #
20774 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/_exit.html}
20775 #
20776 #Gnulib module: ---
20777 #
20778 #Portability problems fixed by Gnulib:
20779 #@itemize
20780 #@end itemize
20781 #
20782 #Portability problems not fixed by Gnulib:
20783 #@itemize
20784 #@end itemize
20785
20786 File: ./doc/posix-functions/_longjmp.texi
20787 Hash: a4efad25c9a2aa0a0bb68cb8f8d93469f8dededd867d67616165bd2cac5b49ea
20788 Copyright: 
20789 License: 
20790 Licence_Text: 
20791 #Header: 
20792 #@node _longjmp
20793 #@section @code{_longjmp}
20794 #@findex _longjmp
20795 #
20796 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/_longjmp.html}
20797 #
20798 #Gnulib module: ---
20799 #
20800 #Portability problems fixed by Gnulib:
20801 #@itemize
20802 #@end itemize
20803 #
20804 #Portability problems not fixed by Gnulib:
20805 #@itemize
20806 #@item
20807
20808 File: ./doc/posix-functions/_setjmp.texi
20809 Hash: fd4f68ff284ebc28908272e8ba70caa11cd851a607710395440093198b78da33
20810 Copyright: 
20811 License: 
20812 Licence_Text: 
20813 #Header: 
20814 #@node _setjmp
20815 #@section @code{_setjmp}
20816 #@findex _setjmp
20817 #
20818 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/_setjmp.html}
20819 #
20820 #Gnulib module: ---
20821 #
20822 #Portability problems fixed by Gnulib:
20823 #@itemize
20824 #@end itemize
20825 #
20826 #Portability problems not fixed by Gnulib:
20827 #@itemize
20828 #@item
20829
20830 File: ./doc/posix-functions/_tolower.texi
20831 Hash: af965647c2059fa305a0ea66425e067f6351285e242a80bfb79892d04af1efe2
20832 Copyright: 
20833 License: 
20834 Licence_Text: 
20835 #Header: 
20836 #@node _tolower
20837 #@section @code{_tolower}
20838 #@findex _tolower
20839 #
20840 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/_tolower.html}
20841 #
20842 #Gnulib module: ---
20843 #
20844 #Portability problems fixed by Gnulib:
20845 #@itemize
20846 #@end itemize
20847 #
20848 #Portability problems not fixed by Gnulib:
20849 #@itemize
20850 #@item
20851
20852 File: ./doc/posix-functions/_toupper.texi
20853 Hash: a60a13b20e2c158a30d313107892d5c7445595700c098bf69aa2e09a9932a27d
20854 Copyright: 
20855 License: 
20856 Licence_Text: 
20857 #Header: 
20858 #@node _toupper
20859 #@section @code{_toupper}
20860 #@findex _toupper
20861 #
20862 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/_toupper.html}
20863 #
20864 #Gnulib module: ---
20865 #
20866 #Portability problems fixed by Gnulib:
20867 #@itemize
20868 #@end itemize
20869 #
20870 #Portability problems not fixed by Gnulib:
20871 #@itemize
20872 #@item
20873
20874 File: ./doc/posix-functions/a64l.texi
20875 Hash: 9a48aa5a59249118c5ed8abb938d8c66ee17754847ba48b97d1bb34ebd736950
20876 Copyright: 
20877 License: 
20878 Licence_Text: 
20879 #Header: 
20880 #@node a64l
20881 #@section @code{a64l}
20882 #@findex a64l
20883 #
20884 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/a64l.html}
20885 #
20886 #Gnulib module: ---
20887 #
20888 #Portability problems fixed by Gnulib:
20889 #@itemize
20890 #@end itemize
20891 #
20892 #Portability problems not fixed by Gnulib:
20893 #@itemize
20894 #@item
20895
20896 File: ./doc/posix-functions/abort.texi
20897 Hash: f7017d331926830c3d0ee3ef193aaba54cc29e400d26730478300ed46c330278
20898 Copyright: 
20899 License: 
20900 Licence_Text: 
20901 #Header: 
20902 #@node abort
20903 #@section @code{abort}
20904 #@findex abort
20905 #
20906 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/abort.html}
20907 #
20908 #Gnulib module: ---
20909 #
20910 #Portability problems fixed by Gnulib:
20911 #@itemize
20912 #@end itemize
20913 #
20914 #Portability problems not fixed by Gnulib:
20915 #@itemize
20916 #@item
20917
20918 File: ./doc/posix-functions/abs.texi
20919 Hash: 8a6be2b119b4780391f1a407aef5ce6064c1f1c2fb42b2d9801e81446320a575
20920 Copyright: 
20921 License: 
20922 Licence_Text: 
20923 #Header: 
20924 #@node abs
20925 #@section @code{abs}
20926 #@findex abs
20927 #
20928 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/abs.html}
20929 #
20930 #Gnulib module: ---
20931 #
20932 #Portability problems fixed by Gnulib:
20933 #@itemize
20934 #@end itemize
20935 #
20936 #Portability problems not fixed by Gnulib:
20937 #@itemize
20938 #@end itemize
20939
20940 File: ./doc/posix-functions/accept.texi
20941 Hash: 81b3c3211aee16330e76a0b86a339f4d352a02421066633fc356a3bff5365aec
20942 Copyright: 
20943 License: 
20944 Licence_Text: 
20945 #Header: 
20946 #@node accept
20947 #@section @code{accept}
20948 #@findex accept
20949 #
20950 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/accept.html}
20951 #
20952 #Gnulib module: accept
20953 #
20954 #Portability problems fixed by Gnulib:
20955 #@itemize
20956 #@item
20957 #On Windows platforms (excluding Cygwin), the descriptors returned by
20958 #the @code{accept} function can not be used in calls to @code{read},
20959 #@code{write}, and @code{close}; you have to use @code{recv}, @code{send},
20960 #@code{closesocket} in these cases instead.
20961
20962 File: ./doc/posix-functions/access.texi
20963 Hash: 5c9fe6527a708f0f5699ddaa241a010325972adaaf5f6dbd5a05728a80ab7de0
20964 Copyright: 
20965 License: 
20966 Licence_Text: 
20967 #Header: 
20968 #@node access
20969 #@section @code{access}
20970 #@findex access
20971 #
20972 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/access.html}
20973 #
20974 #Gnulib module: ---
20975 #
20976 #Portability problems fixed by Gnulib:
20977 #@itemize
20978 #@end itemize
20979 #
20980 #Portability problems not fixed by Gnulib:
20981 #@itemize
20982 #@end itemize
20983
20984 File: ./doc/posix-functions/acos.texi
20985 Hash: 150b61e719501d08ba13f5c263800804a50eefb71d3ce76b4c267c5cf01f297c
20986 Copyright: 
20987 License: 
20988 Licence_Text: 
20989 #Header: 
20990 #@node acos
20991 #@section @code{acos}
20992 #@findex acos
20993 #
20994 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/acos.html}
20995 #
20996 #Gnulib module: ---
20997 #
20998 #Portability problems fixed by Gnulib:
20999 #@itemize
21000 #@end itemize
21001 #
21002 #Portability problems not fixed by Gnulib:
21003 #@itemize
21004 #@end itemize
21005
21006 File: ./doc/posix-functions/acosf.texi
21007 Hash: 9c84c5a1592f90ebe189dd0411e60fae1dc44b75d1b85235767ba29fdb461845
21008 Copyright: 
21009 License: 
21010 Licence_Text: 
21011 #Header: 
21012 #@node acosf
21013 #@section @code{acosf}
21014 #@findex acosf
21015 #
21016 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/acosf.html}
21017 #
21018 #Gnulib module: ---
21019 #
21020 #Portability problems fixed by Gnulib:
21021 #@itemize
21022 #@end itemize
21023 #
21024 #Portability problems not fixed by Gnulib:
21025 #@itemize
21026 #@item
21027
21028 File: ./doc/posix-functions/acosh.texi
21029 Hash: 194f7fc07993dbde9913bcdc50b1f595c79f07e3bcc99a22abd2c7f996be9615
21030 Copyright: 
21031 License: 
21032 Licence_Text: 
21033 #Header: 
21034 #@node acosh
21035 #@section @code{acosh}
21036 #@findex acosh
21037 #
21038 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/acosh.html}
21039 #
21040 #Gnulib module: ---
21041 #
21042 #Portability problems fixed by Gnulib:
21043 #@itemize
21044 #@end itemize
21045 #
21046 #Portability problems not fixed by Gnulib:
21047 #@itemize
21048 #@item
21049
21050 File: ./doc/posix-functions/acoshf.texi
21051 Hash: 16975c50d57f3c7d1e6e146f12dd4fb00edf62eb981cd7ca0086ba4637a6c4ae
21052 Copyright: 
21053 License: 
21054 Licence_Text: 
21055 #Header: 
21056 #@node acoshf
21057 #@section @code{acoshf}
21058 #@findex acoshf
21059 #
21060 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/acoshf.html}
21061 #
21062 #Gnulib module: ---
21063 #
21064 #Portability problems fixed by Gnulib:
21065 #@itemize
21066 #@end itemize
21067 #
21068 #Portability problems not fixed by Gnulib:
21069 #@itemize
21070 #@item
21071
21072 File: ./doc/posix-functions/acoshl.texi
21073 Hash: c48a11ab5a5cbe1b315d4eba844ada7b360515d9dde684063df356b4e26ca7cf
21074 Copyright: 
21075 License: 
21076 Licence_Text: 
21077 #Header: 
21078 #@node acoshl
21079 #@section @code{acoshl}
21080 #@findex acoshl
21081 #
21082 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/acoshl.html}
21083 #
21084 #Gnulib module: ---
21085 #
21086 #Portability problems fixed by Gnulib:
21087 #@itemize
21088 #@end itemize
21089 #
21090 #Portability problems not fixed by Gnulib:
21091 #@itemize
21092 #@item
21093
21094 File: ./doc/posix-functions/acosl.texi
21095 Hash: e7792ee050ec415ebb3afb0943ed08c5a1d8473e4a3965fc294a40f54508ff80
21096 Copyright: 
21097 License: 
21098 Licence_Text: 
21099 #Header: 
21100 #@node acosl
21101 #@section @code{acosl}
21102 #@findex acosl
21103 #
21104 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/acosl.html}
21105 #
21106 #Gnulib module: ---
21107 #
21108 #Portability problems fixed by Gnulib:
21109 #@itemize
21110 #@end itemize
21111 #
21112 #Portability problems not fixed by Gnulib:
21113 #@itemize
21114 #@item
21115
21116 File: ./doc/posix-functions/aio_cancel.texi
21117 Hash: b66233d7d61128517a0b7295d5acec1e95f4b39184ffb18d77fb8ef6b78fe623
21118 Copyright: 
21119 License: 
21120 Licence_Text: 
21121 #Header: 
21122 #@node aio_cancel
21123 #@section @code{aio_cancel}
21124 #@findex aio_cancel
21125 #
21126 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/aio_cancel.html}
21127 #
21128 #Gnulib module: ---
21129 #
21130 #Portability problems fixed by Gnulib:
21131 #@itemize
21132 #@end itemize
21133 #
21134 #Portability problems not fixed by Gnulib:
21135 #@itemize
21136 #@item
21137
21138 File: ./doc/posix-functions/aio_error.texi
21139 Hash: c373cc41047b3d210041a50ec055a65ffe89026e4fdf391bc4a45890df6fe34c
21140 Copyright: 
21141 License: 
21142 Licence_Text: 
21143 #Header: 
21144 #@node aio_error
21145 #@section @code{aio_error}
21146 #@findex aio_error
21147 #
21148 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/aio_error.html}
21149 #
21150 #Gnulib module: ---
21151 #
21152 #Portability problems fixed by Gnulib:
21153 #@itemize
21154 #@end itemize
21155 #
21156 #Portability problems not fixed by Gnulib:
21157 #@itemize
21158 #@item
21159
21160 File: ./doc/posix-functions/aio_fsync.texi
21161 Hash: e727b3d41bef54f2e5c2729130af2eb90f1010edc998c99bd06e02f466e47cdc
21162 Copyright: 
21163 License: 
21164 Licence_Text: 
21165 #Header: 
21166 #@node aio_fsync
21167 #@section @code{aio_fsync}
21168 #@findex aio_fsync
21169 #
21170 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/aio_fsync.html}
21171 #
21172 #Gnulib module: ---
21173 #
21174 #Portability problems fixed by Gnulib:
21175 #@itemize
21176 #@end itemize
21177 #
21178 #Portability problems not fixed by Gnulib:
21179 #@itemize
21180 #@item
21181
21182 File: ./doc/posix-functions/aio_read.texi
21183 Hash: 3d17ee9b9556d524d7d7f90a80fe07b3fcd01a23d833c1bd12815ded8abe1f0c
21184 Copyright: 
21185 License: 
21186 Licence_Text: 
21187 #Header: 
21188 #@node aio_read
21189 #@section @code{aio_read}
21190 #@findex aio_read
21191 #
21192 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/aio_read.html}
21193 #
21194 #Gnulib module: ---
21195 #
21196 #Portability problems fixed by Gnulib:
21197 #@itemize
21198 #@end itemize
21199 #
21200 #Portability problems not fixed by Gnulib:
21201 #@itemize
21202 #@item
21203
21204 File: ./doc/posix-functions/aio_return.texi
21205 Hash: 7991e57a0afdf4886417e32b5ff2fefca051625e020d2f99c6ba13a9ba0b93f6
21206 Copyright: 
21207 License: 
21208 Licence_Text: 
21209 #Header: 
21210 #@node aio_return
21211 #@section @code{aio_return}
21212 #@findex aio_return
21213 #
21214 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/aio_return.html}
21215 #
21216 #Gnulib module: ---
21217 #
21218 #Portability problems fixed by Gnulib:
21219 #@itemize
21220 #@end itemize
21221 #
21222 #Portability problems not fixed by Gnulib:
21223 #@itemize
21224 #@item
21225
21226 File: ./doc/posix-functions/aio_suspend.texi
21227 Hash: 6a7462cef0037932257eeb80998e3fe8d56418d33006cdfd729b36c2ee2442f9
21228 Copyright: 
21229 License: 
21230 Licence_Text: 
21231 #Header: 
21232 #@node aio_suspend
21233 #@section @code{aio_suspend}
21234 #@findex aio_suspend
21235 #
21236 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/aio_suspend.html}
21237 #
21238 #Gnulib module: ---
21239 #
21240 #Portability problems fixed by Gnulib:
21241 #@itemize
21242 #@end itemize
21243 #
21244 #Portability problems not fixed by Gnulib:
21245 #@itemize
21246 #@item
21247
21248 File: ./doc/posix-functions/aio_write.texi
21249 Hash: 1bcfee726b7f2c39b8ab864a98213996e3d6550bc91ffe27e68ca52cc42fef61
21250 Copyright: 
21251 License: 
21252 Licence_Text: 
21253 #Header: 
21254 #@node aio_write
21255 #@section @code{aio_write}
21256 #@findex aio_write
21257 #
21258 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/aio_write.html}
21259 #
21260 #Gnulib module: ---
21261 #
21262 #Portability problems fixed by Gnulib:
21263 #@itemize
21264 #@end itemize
21265 #
21266 #Portability problems not fixed by Gnulib:
21267 #@itemize
21268 #@item
21269
21270 File: ./doc/posix-functions/alarm.texi
21271 Hash: e2e54168615ce20a9bdb520184cdb94f8c87bc7afbe08bad9e3fa30228948609
21272 Copyright: 
21273 License: 
21274 Licence_Text: 
21275 #Header: 
21276 #@node alarm
21277 #@section @code{alarm}
21278 #@findex alarm
21279 #
21280 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/alarm.html}
21281 #
21282 #Gnulib module: ---
21283 #
21284 #Portability problems fixed by Gnulib:
21285 #@itemize
21286 #@end itemize
21287 #
21288 #Portability problems not fixed by Gnulib:
21289 #@itemize
21290 #@item
21291
21292 File: ./doc/posix-functions/alphasort.texi
21293 Hash: ef1142784d13d61cc5243b241b611436b5c41936674ff9c822f3bd5a525a541d
21294 Copyright: 
21295 License: 
21296 Licence_Text: 
21297 #Header: 
21298 #@node alphasort
21299 #@section @code{alphasort}
21300 #@findex alphasort
21301 #
21302 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/alphasort.html}
21303 #
21304 #Gnulib module: alphasort
21305 #
21306 #Portability problems fixed by Gnulib:
21307 #@itemize
21308 #@item
21309 #This function is missing on some platforms:
21310 #Solaris 9, mingw, BeOS.
21311 #@end itemize
21312
21313 File: ./doc/posix-functions/asctime.texi
21314 Hash: 721bc2ac5ac79045cbf87988e789bbab5132485fcfb82753f1341d315c4ac690
21315 Copyright: 
21316 License: 
21317 Licence_Text: 
21318 #Header: 
21319 #@node asctime
21320 #@section @code{asctime}
21321 #@findex asctime
21322 #
21323 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/asctime.html}
21324 #
21325 #Gnulib module: ---
21326 #
21327 #Portability problems fixed by Gnulib:
21328 #@itemize
21329 #@end itemize
21330 #
21331 #Portability problems not fixed by Gnulib:
21332 #@itemize
21333 #@item
21334
21335 File: ./doc/posix-functions/asctime_r.texi
21336 Hash: f9f95df6f49642a423caa4d7f15c2f032790dc10388af51c7661f87407f1f260
21337 Copyright: 
21338 License: 
21339 Licence_Text: 
21340 #Header: 
21341 #@node asctime_r
21342 #@section @code{asctime_r}
21343 #@findex asctime_r
21344 #
21345 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/asctime_r.html}
21346 #
21347 #Gnulib module: ---
21348 #
21349 #Portability problems fixed by Gnulib:
21350 #@itemize
21351 #@end itemize
21352 #
21353 #Portability problems not fixed by Gnulib:
21354 #@itemize
21355 #@item
21356
21357 File: ./doc/posix-functions/asin.texi
21358 Hash: b329f7976db842d1b576513d498164f1469586519242f55a3549f35d19fa5c8a
21359 Copyright: 
21360 License: 
21361 Licence_Text: 
21362 #Header: 
21363 #@node asin
21364 #@section @code{asin}
21365 #@findex asin
21366 #
21367 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/asin.html}
21368 #
21369 #Gnulib module: ---
21370 #
21371 #Portability problems fixed by Gnulib:
21372 #@itemize
21373 #@end itemize
21374 #
21375 #Portability problems not fixed by Gnulib:
21376 #@itemize
21377 #@end itemize
21378
21379 File: ./doc/posix-functions/asinf.texi
21380 Hash: dcc23541874407b670f6aaa98d3206d52d1dc7d332c61591c21b902c0c88175a
21381 Copyright: 
21382 License: 
21383 Licence_Text: 
21384 #Header: 
21385 #@node asinf
21386 #@section @code{asinf}
21387 #@findex asinf
21388 #
21389 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/asinf.html}
21390 #
21391 #Gnulib module: ---
21392 #
21393 #Portability problems fixed by Gnulib:
21394 #@itemize
21395 #@end itemize
21396 #
21397 #Portability problems not fixed by Gnulib:
21398 #@itemize
21399 #@item
21400
21401 File: ./doc/posix-functions/asinh.texi
21402 Hash: ca1f10207ab80b34856d7d221917ab4e3ea8ec66daabfad193f620a43e0890fa
21403 Copyright: 
21404 License: 
21405 Licence_Text: 
21406 #Header: 
21407 #@node asinh
21408 #@section @code{asinh}
21409 #@findex asinh
21410 #
21411 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/asinh.html}
21412 #
21413 #Gnulib module: ---
21414 #
21415 #Portability problems fixed by Gnulib:
21416 #@itemize
21417 #@end itemize
21418 #
21419 #Portability problems not fixed by Gnulib:
21420 #@itemize
21421 #@item
21422
21423 File: ./doc/posix-functions/asinhf.texi
21424 Hash: 57aa296f938827a7b7ccc0146a519d2daec080d5a4fd9faaeb912ba6b25fc5a7
21425 Copyright: 
21426 License: 
21427 Licence_Text: 
21428 #Header: 
21429 #@node asinhf
21430 #@section @code{asinhf}
21431 #@findex asinhf
21432 #
21433 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/asinhf.html}
21434 #
21435 #Gnulib module: ---
21436 #
21437 #Portability problems fixed by Gnulib:
21438 #@itemize
21439 #@end itemize
21440 #
21441 #Portability problems not fixed by Gnulib:
21442 #@itemize
21443 #@item
21444
21445 File: ./doc/posix-functions/asinhl.texi
21446 Hash: 5334814ec20f8cb6f5b4fa90b116944da8b21130f87f170143da8c5e7d0ed90a
21447 Copyright: 
21448 License: 
21449 Licence_Text: 
21450 #Header: 
21451 #@node asinhl
21452 #@section @code{asinhl}
21453 #@findex asinhl
21454 #
21455 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/asinhl.html}
21456 #
21457 #Gnulib module: ---
21458 #
21459 #Portability problems fixed by Gnulib:
21460 #@itemize
21461 #@end itemize
21462 #
21463 #Portability problems not fixed by Gnulib:
21464 #@itemize
21465 #@item
21466
21467 File: ./doc/posix-functions/asinl.texi
21468 Hash: f38089461ff6de8a2e20fe6faf14bb3536b88885f71406ec3678f9eeddb3b7e2
21469 Copyright: 
21470 License: 
21471 Licence_Text: 
21472 #Header: 
21473 #@node asinl
21474 #@section @code{asinl}
21475 #@findex asinl
21476 #
21477 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/asinl.html}
21478 #
21479 #Gnulib module: ---
21480 #
21481 #Portability problems fixed by Gnulib:
21482 #@itemize
21483 #@end itemize
21484 #
21485 #Portability problems not fixed by Gnulib:
21486 #@itemize
21487 #@item
21488
21489 File: ./doc/posix-functions/assert.texi
21490 Hash: c57a5393ad06cfbf14e522f23e99c9f7c79ff4295814b68d038ebfc9914898a1
21491 Copyright: 
21492 License: 
21493 Licence_Text: 
21494 #Header: 
21495 #@node assert
21496 #@section @code{assert}
21497 #@findex assert
21498 #
21499 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/assert.html}
21500 #
21501 #Gnulib module: ---
21502 #
21503 #Portability problems fixed by Gnulib:
21504 #@itemize
21505 #@end itemize
21506 #
21507 #Portability problems not fixed by Gnulib:
21508 #@itemize
21509 #@end itemize
21510
21511 File: ./doc/posix-functions/atan.texi
21512 Hash: 4ff1b784715d8fccd274a4d46d6c0a2aaa69ba2d80d1b6551033c492cf599c98
21513 Copyright: 
21514 License: 
21515 Licence_Text: 
21516 #Header: 
21517 #@node atan
21518 #@section @code{atan}
21519 #@findex atan
21520 #
21521 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atan.html}
21522 #
21523 #Gnulib module: ---
21524 #
21525 #Portability problems fixed by Gnulib:
21526 #@itemize
21527 #@end itemize
21528 #
21529 #Portability problems not fixed by Gnulib:
21530 #@itemize
21531 #@end itemize
21532
21533 File: ./doc/posix-functions/atan2.texi
21534 Hash: 7fdc70bbb2d4ec9e2f5cb007bc3c45617de137614d5d793d80e6a1c7d28fdcb9
21535 Copyright: 
21536 License: 
21537 Licence_Text: 
21538 #Header: 
21539 #@node atan2
21540 #@section @code{atan2}
21541 #@findex atan2
21542 #
21543 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atan2.html}
21544 #
21545 #Gnulib module: ---
21546 #
21547 #Portability problems fixed by Gnulib:
21548 #@itemize
21549 #@end itemize
21550 #
21551 #Portability problems not fixed by Gnulib:
21552 #@itemize
21553 #@end itemize
21554
21555 File: ./doc/posix-functions/atan2f.texi
21556 Hash: e097eb1773d31fceff278a30c31286bc5600c4b73b1c152778dd1057036982d9
21557 Copyright: 
21558 License: 
21559 Licence_Text: 
21560 #Header: 
21561 #@node atan2f
21562 #@section @code{atan2f}
21563 #@findex atan2f
21564 #
21565 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atan2f.html}
21566 #
21567 #Gnulib module: ---
21568 #
21569 #Portability problems fixed by Gnulib:
21570 #@itemize
21571 #@end itemize
21572 #
21573 #Portability problems not fixed by Gnulib:
21574 #@itemize
21575 #@item
21576
21577 File: ./doc/posix-functions/atan2l.texi
21578 Hash: f4c5ca77363c312560873e8094350021d32b086379d14a23fb80a75147fbc45c
21579 Copyright: 
21580 License: 
21581 Licence_Text: 
21582 #Header: 
21583 #@node atan2l
21584 #@section @code{atan2l}
21585 #@findex atan2l
21586 #
21587 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atan2l.html}
21588 #
21589 #Gnulib module: ---
21590 #
21591 #Portability problems fixed by Gnulib:
21592 #@itemize
21593 #@end itemize
21594 #
21595 #Portability problems not fixed by Gnulib:
21596 #@itemize
21597 #@item
21598
21599 File: ./doc/posix-functions/atanf.texi
21600 Hash: ba3c7c2fc2662ad55ef268494c70149f99f16a3ef9f266870508454cd70e12a3
21601 Copyright: 
21602 License: 
21603 Licence_Text: 
21604 #Header: 
21605 #@node atanf
21606 #@section @code{atanf}
21607 #@findex atanf
21608 #
21609 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atanf.html}
21610 #
21611 #Gnulib module: ---
21612 #
21613 #Portability problems fixed by Gnulib:
21614 #@itemize
21615 #@end itemize
21616 #
21617 #Portability problems not fixed by Gnulib:
21618 #@itemize
21619 #@item
21620
21621 File: ./doc/posix-functions/atanh.texi
21622 Hash: 2ebfd2d4f0608e214eee8e76ea21fa027dd8496d685b81231e7e7e40bcd83689
21623 Copyright: 
21624 License: 
21625 Licence_Text: 
21626 #Header: 
21627 #@node atanh
21628 #@section @code{atanh}
21629 #@findex atanh
21630 #
21631 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atanh.html}
21632 #
21633 #Gnulib module: ---
21634 #
21635 #Portability problems fixed by Gnulib:
21636 #@itemize
21637 #@end itemize
21638 #
21639 #Portability problems not fixed by Gnulib:
21640 #@itemize
21641 #@item
21642
21643 File: ./doc/posix-functions/atanhf.texi
21644 Hash: 327fcf33922e20f61594c5d6bfb40a36d60661a50594ed1373cb04182f78ad1f
21645 Copyright: 
21646 License: 
21647 Licence_Text: 
21648 #Header: 
21649 #@node atanhf
21650 #@section @code{atanhf}
21651 #@findex atanhf
21652 #
21653 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atanhf.html}
21654 #
21655 #Gnulib module: ---
21656 #
21657 #Portability problems fixed by Gnulib:
21658 #@itemize
21659 #@end itemize
21660 #
21661 #Portability problems not fixed by Gnulib:
21662 #@itemize
21663 #@item
21664
21665 File: ./doc/posix-functions/atanhl.texi
21666 Hash: 7d84523ad7598e7932a11e3bdf4cfaa78a0e2844bfa8fef21ac0a9445a7d2461
21667 Copyright: 
21668 License: 
21669 Licence_Text: 
21670 #Header: 
21671 #@node atanhl
21672 #@section @code{atanhl}
21673 #@findex atanhl
21674 #
21675 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atanhl.html}
21676 #
21677 #Gnulib module: ---
21678 #
21679 #Portability problems fixed by Gnulib:
21680 #@itemize
21681 #@end itemize
21682 #
21683 #Portability problems not fixed by Gnulib:
21684 #@itemize
21685 #@item
21686
21687 File: ./doc/posix-functions/atanl.texi
21688 Hash: f9fdd043f291ef30c72d8b86bec63f81872c4e27c075eb44555e3519a942ce71
21689 Copyright: 
21690 License: 
21691 Licence_Text: 
21692 #Header: 
21693 #@node atanl
21694 #@section @code{atanl}
21695 #@findex atanl
21696 #
21697 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atanl.html}
21698 #
21699 #Gnulib module: ---
21700 #
21701 #Portability problems fixed by Gnulib:
21702 #@itemize
21703 #@end itemize
21704 #
21705 #Portability problems not fixed by Gnulib:
21706 #@itemize
21707 #@item
21708
21709 File: ./doc/posix-functions/atexit.texi
21710 Hash: 07af21ce2184b60a35aff17a7de75adac18a1c23a31c8ef3966fe5a19b11f702
21711 Copyright: 
21712 License: 
21713 Licence_Text: 
21714 #Header: 
21715 #@node atexit
21716 #@section @code{atexit}
21717 #@findex atexit
21718 #
21719 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atexit.html}
21720 #
21721 #Gnulib module: atexit
21722 #
21723 #Portability problems fixed by Gnulib:
21724 #@itemize
21725 #@item
21726 #This function is missing on some old platforms.
21727 #@end itemize
21728 #
21729 #Portability problems not fixed by Gnulib:
21730
21731 File: ./doc/posix-functions/atof.texi
21732 Hash: cb598c82f7c415f1525ac2f407c7924853f15d7f63a42471e2e980e263aed83b
21733 Copyright: 
21734 License: 
21735 Licence_Text: 
21736 #Header: 
21737 #@node atof
21738 #@section @code{atof}
21739 #@findex atof
21740 #
21741 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atof.html}
21742 #
21743 #Gnulib module: ---
21744 #
21745 #Portability problems fixed by Gnulib:
21746 #@itemize
21747 #@end itemize
21748 #
21749 #Portability problems not fixed by Gnulib:
21750 #@itemize
21751 #@item
21752
21753 File: ./doc/posix-functions/atoi.texi
21754 Hash: 42f659e4671bf747e181f5ef4b3f949ecb73cdd988944a3847e0b43b3af9a980
21755 Copyright: 
21756 License: 
21757 Licence_Text: 
21758 #Header: 
21759 #@node atoi
21760 #@section @code{atoi}
21761 #@findex atoi
21762 #
21763 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atoi.html}
21764 #
21765 #Gnulib module: ---
21766 #
21767 #Portability problems fixed by Gnulib:
21768 #@itemize
21769 #@end itemize
21770 #
21771 #Portability problems not fixed by Gnulib:
21772 #@itemize
21773 #@end itemize
21774
21775 File: ./doc/posix-functions/atol.texi
21776 Hash: 509a54f5251640192f8b2054f91f5c2d8acf54dbe7ed65ef8ef07747502402af
21777 Copyright: 
21778 License: 
21779 Licence_Text: 
21780 #Header: 
21781 #@node atol
21782 #@section @code{atol}
21783 #@findex atol
21784 #
21785 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atol.html}
21786 #
21787 #Gnulib module: ---
21788 #
21789 #Portability problems fixed by Gnulib:
21790 #@itemize
21791 #@end itemize
21792 #
21793 #Portability problems not fixed by Gnulib:
21794 #@itemize
21795 #@end itemize
21796
21797 File: ./doc/posix-functions/atoll.texi
21798 Hash: 8c9a6dc1b25278f7455c06e10fdccf05c49405df1d7116aca867349387b4d9f4
21799 Copyright: 
21800 License: 
21801 Licence_Text: 
21802 #Header: 
21803 #@node atoll
21804 #@section @code{atoll}
21805 #@findex atoll
21806 #
21807 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atoll.html}
21808 #
21809 #Gnulib module: atoll
21810 #
21811 #Portability problems fixed by Gnulib:
21812 #@itemize
21813 #@item
21814 #This function is missing on some platforms:
21815 #AIX 5.1, HP-UX 11, OSF/1 5.1, Interix 3.5.
21816 #@end itemize
21817
21818 File: ./doc/posix-functions/basename.texi
21819 Hash: 580230c22dd6f6cf1cf798e506e89d861118db39bc129e9f4257f55de4915995
21820 Copyright: 
21821 License: 
21822 Licence_Text: 
21823 #Header: 
21824 #@node basename
21825 #@section @code{basename}
21826 #@findex basename
21827 #
21828 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/basename.html}
21829 #
21830 #Gnulib module: ---
21831 #
21832 #Portability problems fixed by Gnulib:
21833 #@itemize
21834 #@end itemize
21835 #
21836 #Portability problems not fixed by Gnulib:
21837 #@itemize
21838 #@item
21839
21840 File: ./doc/posix-functions/bind.texi
21841 Hash: 075c556c5fdc1c0a9aa62c6cc8c9c94ab0a632352b43e43c36daf2682dafbcac
21842 Copyright: 
21843 License: 
21844 Licence_Text: 
21845 #Header: 
21846 #@node bind
21847 #@section @code{bind}
21848 #@findex bind
21849 #
21850 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/bind.html}
21851 #
21852 #Gnulib module: bind
21853 #
21854 #Portability problems fixed by Gnulib:
21855 #@itemize
21856 #@item
21857 #On Windows platforms (excluding Cygwin), error codes for @code{bind}
21858 #are not placed in @code{errno}, and @code{WSAGetLastError} must be
21859 #used instead.
21860 #@end itemize
21861
21862 File: ./doc/posix-functions/bsearch.texi
21863 Hash: a52cfb1ef7418d53462eb86d9b8153cf8589b501f912e649c765afe6ee090968
21864 Copyright: 
21865 License: 
21866 Licence_Text: 
21867 #Header: 
21868 #@node bsearch
21869 #@section @code{bsearch}
21870 #@findex bsearch
21871 #
21872 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/bsearch.html}
21873 #
21874 #Gnulib module: ---
21875 #
21876 #Portability problems fixed by Gnulib:
21877 #@itemize
21878 #@end itemize
21879 #
21880 #Portability problems not fixed by Gnulib:
21881 #@itemize
21882 #@end itemize
21883
21884 File: ./doc/posix-functions/btowc.texi
21885 Hash: 86660f1a58cfde44606f43b85c540b2e731dca2e3387fb1a2486656615ba03e4
21886 Copyright: 
21887 License: 
21888 Licence_Text: 
21889 #Header: 
21890 #@node btowc
21891 #@section @code{btowc}
21892 #@findex btowc
21893 #
21894 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/btowc.html}
21895 #
21896 #Gnulib module: btowc
21897 #
21898 #Portability problems fixed by Gnulib:
21899 #@itemize
21900 #@item
21901 #This function is missing on some platforms:
21902 #HP-UX 11.00, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5.
21903 #@item
21904 #This function does not return WEOF for an EOF argument on some platforms:
21905
21906 File: ./doc/posix-functions/cabs.texi
21907 Hash: 5a57e05203246e471ecb597d82a6df81a9a9324e7f9d41c4c07524134f1a742f
21908 Copyright: 
21909 License: 
21910 Licence_Text: 
21911 #Header: 
21912 #@node cabs
21913 #@section @code{cabs}
21914 #@findex cabs
21915 #
21916 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cabs.html}
21917 #
21918 #Gnulib module: ---
21919 #
21920 #Portability problems fixed by Gnulib:
21921 #@itemize
21922 #@end itemize
21923 #
21924 #Portability problems not fixed by Gnulib:
21925 #@itemize
21926 #@item
21927
21928 File: ./doc/posix-functions/cabsf.texi
21929 Hash: 6206f6a5f20a0c6471551ea93ba80961472d58caa288e80acc5400a973546d49
21930 Copyright: 
21931 License: 
21932 Licence_Text: 
21933 #Header: 
21934 #@node cabsf
21935 #@section @code{cabsf}
21936 #@findex cabsf
21937 #
21938 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cabsf.html}
21939 #
21940 #Gnulib module: ---
21941 #
21942 #Portability problems fixed by Gnulib:
21943 #@itemize
21944 #@end itemize
21945 #
21946 #Portability problems not fixed by Gnulib:
21947 #@itemize
21948 #@item
21949
21950 File: ./doc/posix-functions/cabsl.texi
21951 Hash: d6d3a323b448fe92e604e0121be72ea0fdf5c8876ab74c851cae2119804a23af
21952 Copyright: 
21953 License: 
21954 Licence_Text: 
21955 #Header: 
21956 #@node cabsl
21957 #@section @code{cabsl}
21958 #@findex cabsl
21959 #
21960 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cabsl.html}
21961 #
21962 #Gnulib module: ---
21963 #
21964 #Portability problems fixed by Gnulib:
21965 #@itemize
21966 #@end itemize
21967 #
21968 #Portability problems not fixed by Gnulib:
21969 #@itemize
21970 #@item
21971
21972 File: ./doc/posix-functions/cacos.texi
21973 Hash: 50eeefeabe4315e966bc544fdef355a310e83c8d3a199628c70c4333fb3659c6
21974 Copyright: 
21975 License: 
21976 Licence_Text: 
21977 #Header: 
21978 #@node cacos
21979 #@section @code{cacos}
21980 #@findex cacos
21981 #
21982 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cacos.html}
21983 #
21984 #Gnulib module: ---
21985 #
21986 #Portability problems fixed by Gnulib:
21987 #@itemize
21988 #@end itemize
21989 #
21990 #Portability problems not fixed by Gnulib:
21991 #@itemize
21992 #@item
21993
21994 File: ./doc/posix-functions/cacosf.texi
21995 Hash: 5574c38edf482540ee0ccabea8512ea3b254bc971aac84d48c0814a9161b71ab
21996 Copyright: 
21997 License: 
21998 Licence_Text: 
21999 #Header: 
22000 #@node cacosf
22001 #@section @code{cacosf}
22002 #@findex cacosf
22003 #
22004 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cacosf.html}
22005 #
22006 #Gnulib module: ---
22007 #
22008 #Portability problems fixed by Gnulib:
22009 #@itemize
22010 #@end itemize
22011 #
22012 #Portability problems not fixed by Gnulib:
22013 #@itemize
22014 #@item
22015
22016 File: ./doc/posix-functions/cacosh.texi
22017 Hash: d5668e987d967fa28f2fc14ee7b0b32cab5b7ce204f9724133c81b1ab9d0d38c
22018 Copyright: 
22019 License: 
22020 Licence_Text: 
22021 #Header: 
22022 #@node cacosh
22023 #@section @code{cacosh}
22024 #@findex cacosh
22025 #
22026 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cacosh.html}
22027 #
22028 #Gnulib module: ---
22029 #
22030 #Portability problems fixed by Gnulib:
22031 #@itemize
22032 #@end itemize
22033 #
22034 #Portability problems not fixed by Gnulib:
22035 #@itemize
22036 #@item
22037
22038 File: ./doc/posix-functions/cacoshf.texi
22039 Hash: 09c419d35ce19ad5101b87b37cb67507975fa38ad4e5558a78c3fb28897d45a7
22040 Copyright: 
22041 License: 
22042 Licence_Text: 
22043 #Header: 
22044 #@node cacoshf
22045 #@section @code{cacoshf}
22046 #@findex cacoshf
22047 #
22048 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cacoshf.html}
22049 #
22050 #Gnulib module: ---
22051 #
22052 #Portability problems fixed by Gnulib:
22053 #@itemize
22054 #@end itemize
22055 #
22056 #Portability problems not fixed by Gnulib:
22057 #@itemize
22058 #@item
22059
22060 File: ./doc/posix-functions/cacoshl.texi
22061 Hash: dc375481504fafa3bd2f505b3a24f913052b5d7cc8f6be09d322b23ecd72fe4f
22062 Copyright: 
22063 License: 
22064 Licence_Text: 
22065 #Header: 
22066 #@node cacoshl
22067 #@section @code{cacoshl}
22068 #@findex cacoshl
22069 #
22070 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cacoshl.html}
22071 #
22072 #Gnulib module: ---
22073 #
22074 #Portability problems fixed by Gnulib:
22075 #@itemize
22076 #@end itemize
22077 #
22078 #Portability problems not fixed by Gnulib:
22079 #@itemize
22080 #@item
22081
22082 File: ./doc/posix-functions/cacosl.texi
22083 Hash: bf1d59e5f937aa85da28fa866443894e6a227636f9c2075f81c13a6ff1f010fb
22084 Copyright: 
22085 License: 
22086 Licence_Text: 
22087 #Header: 
22088 #@node cacosl
22089 #@section @code{cacosl}
22090 #@findex cacosl
22091 #
22092 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cacosl.html}
22093 #
22094 #Gnulib module: ---
22095 #
22096 #Portability problems fixed by Gnulib:
22097 #@itemize
22098 #@end itemize
22099 #
22100 #Portability problems not fixed by Gnulib:
22101 #@itemize
22102 #@item
22103
22104 File: ./doc/posix-functions/calloc.texi
22105 Hash: 8d5ecf56975464579d01f08920bee2441850c4e3e295ee55688c1669a6d871c3
22106 Copyright: 
22107 License: 
22108 Licence_Text: 
22109 #Header: 
22110 #@node calloc
22111 #@section @code{calloc}
22112 #@findex calloc
22113 #
22114 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/calloc.html}
22115 #
22116 #Gnulib module: calloc-posix
22117 #
22118 #Portability problems fixed by Gnulib:
22119 #@itemize
22120 #@item
22121 #Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
22122 #some platforms:
22123 #mingw.
22124 #@end itemize
22125
22126 File: ./doc/posix-functions/carg.texi
22127 Hash: a82fbcbbd57f46c534a0b7c0498648ccb5d1b990a71c3f00b7f71d62ead996f1
22128 Copyright: 
22129 License: 
22130 Licence_Text: 
22131 #Header: 
22132 #@node carg
22133 #@section @code{carg}
22134 #@findex carg
22135 #
22136 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/carg.html}
22137 #
22138 #Gnulib module: ---
22139 #
22140 #Portability problems fixed by Gnulib:
22141 #@itemize
22142 #@end itemize
22143 #
22144 #Portability problems not fixed by Gnulib:
22145 #@itemize
22146 #@item
22147
22148 File: ./doc/posix-functions/cargf.texi
22149 Hash: 3400afd0256e66a6906d3ec9034955305cd3018876434b982005c1070ff4d9b1
22150 Copyright: 
22151 License: 
22152 Licence_Text: 
22153 #Header: 
22154 #@node cargf
22155 #@section @code{cargf}
22156 #@findex cargf
22157 #
22158 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cargf.html}
22159 #
22160 #Gnulib module: ---
22161 #
22162 #Portability problems fixed by Gnulib:
22163 #@itemize
22164 #@end itemize
22165 #
22166 #Portability problems not fixed by Gnulib:
22167 #@itemize
22168 #@item
22169
22170 File: ./doc/posix-functions/cargl.texi
22171 Hash: 05ba0a0471f75afc9164bf93664b3e3169236684072ba2e750805ba7c441ce71
22172 Copyright: 
22173 License: 
22174 Licence_Text: 
22175 #Header: 
22176 #@node cargl
22177 #@section @code{cargl}
22178 #@findex cargl
22179 #
22180 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cargl.html}
22181 #
22182 #Gnulib module: ---
22183 #
22184 #Portability problems fixed by Gnulib:
22185 #@itemize
22186 #@end itemize
22187 #
22188 #Portability problems not fixed by Gnulib:
22189 #@itemize
22190 #@item
22191
22192 File: ./doc/posix-functions/casin.texi
22193 Hash: 088c0bcfac54314d20520422d335a2cdd8fd8de1fa28f7a3574b049b64206d4c
22194 Copyright: 
22195 License: 
22196 Licence_Text: 
22197 #Header: 
22198 #@node casin
22199 #@section @code{casin}
22200 #@findex casin
22201 #
22202 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/casin.html}
22203 #
22204 #Gnulib module: ---
22205 #
22206 #Portability problems fixed by Gnulib:
22207 #@itemize
22208 #@end itemize
22209 #
22210 #Portability problems not fixed by Gnulib:
22211 #@itemize
22212 #@item
22213
22214 File: ./doc/posix-functions/casinf.texi
22215 Hash: e1eda8eda74e50383462f6250d8797995b4bd9e33630a97b11068457b25079ad
22216 Copyright: 
22217 License: 
22218 Licence_Text: 
22219 #Header: 
22220 #@node casinf
22221 #@section @code{casinf}
22222 #@findex casinf
22223 #
22224 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/casinf.html}
22225 #
22226 #Gnulib module: ---
22227 #
22228 #Portability problems fixed by Gnulib:
22229 #@itemize
22230 #@end itemize
22231 #
22232 #Portability problems not fixed by Gnulib:
22233 #@itemize
22234 #@item
22235
22236 File: ./doc/posix-functions/casinh.texi
22237 Hash: c92401d5821a5c2e8eae6e1ee0e4d0f404fed62fe860d51ca34276cbe5c67fdc
22238 Copyright: 
22239 License: 
22240 Licence_Text: 
22241 #Header: 
22242 #@node casinh
22243 #@section @code{casinh}
22244 #@findex casinh
22245 #
22246 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/casinh.html}
22247 #
22248 #Gnulib module: ---
22249 #
22250 #Portability problems fixed by Gnulib:
22251 #@itemize
22252 #@end itemize
22253 #
22254 #Portability problems not fixed by Gnulib:
22255 #@itemize
22256 #@item
22257
22258 File: ./doc/posix-functions/casinhf.texi
22259 Hash: 955a15c8ef8373798497a79b8303d6ddc32b5a9ca5132389339e2934344d3d45
22260 Copyright: 
22261 License: 
22262 Licence_Text: 
22263 #Header: 
22264 #@node casinhf
22265 #@section @code{casinhf}
22266 #@findex casinhf
22267 #
22268 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/casinhf.html}
22269 #
22270 #Gnulib module: ---
22271 #
22272 #Portability problems fixed by Gnulib:
22273 #@itemize
22274 #@end itemize
22275 #
22276 #Portability problems not fixed by Gnulib:
22277 #@itemize
22278 #@item
22279
22280 File: ./doc/posix-functions/casinhl.texi
22281 Hash: bc36d55b4db6c64eec973c48e5f4e01bf2524e0774b4ed7575a0962e6c752d60
22282 Copyright: 
22283 License: 
22284 Licence_Text: 
22285 #Header: 
22286 #@node casinhl
22287 #@section @code{casinhl}
22288 #@findex casinhl
22289 #
22290 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/casinhl.html}
22291 #
22292 #Gnulib module: ---
22293 #
22294 #Portability problems fixed by Gnulib:
22295 #@itemize
22296 #@end itemize
22297 #
22298 #Portability problems not fixed by Gnulib:
22299 #@itemize
22300 #@item
22301
22302 File: ./doc/posix-functions/casinl.texi
22303 Hash: 2fdcbfd22461c6328f3a88b4a220c43c7e669f760b9247dc13924213b3608ca4
22304 Copyright: 
22305 License: 
22306 Licence_Text: 
22307 #Header: 
22308 #@node casinl
22309 #@section @code{casinl}
22310 #@findex casinl
22311 #
22312 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/casinl.html}
22313 #
22314 #Gnulib module: ---
22315 #
22316 #Portability problems fixed by Gnulib:
22317 #@itemize
22318 #@end itemize
22319 #
22320 #Portability problems not fixed by Gnulib:
22321 #@itemize
22322 #@item
22323
22324 File: ./doc/posix-functions/catan.texi
22325 Hash: 1900ac3c57172c7fcf543e7c2bdbbe29786d3e2de52b270034ba0d1043b03142
22326 Copyright: 
22327 License: 
22328 Licence_Text: 
22329 #Header: 
22330 #@node catan
22331 #@section @code{catan}
22332 #@findex catan
22333 #
22334 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/catan.html}
22335 #
22336 #Gnulib module: ---
22337 #
22338 #Portability problems fixed by Gnulib:
22339 #@itemize
22340 #@end itemize
22341 #
22342 #Portability problems not fixed by Gnulib:
22343 #@itemize
22344 #@item
22345
22346 File: ./doc/posix-functions/catanf.texi
22347 Hash: 15a02393981d9d54e9343892174f0f4460b9a912a7e081154ee9549d2e7ffbf0
22348 Copyright: 
22349 License: 
22350 Licence_Text: 
22351 #Header: 
22352 #@node catanf
22353 #@section @code{catanf}
22354 #@findex catanf
22355 #
22356 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/catanf.html}
22357 #
22358 #Gnulib module: ---
22359 #
22360 #Portability problems fixed by Gnulib:
22361 #@itemize
22362 #@end itemize
22363 #
22364 #Portability problems not fixed by Gnulib:
22365 #@itemize
22366 #@item
22367
22368 File: ./doc/posix-functions/catanh.texi
22369 Hash: 26f0ae150358d27a41ebd8a1ea04f9894175f61babb39a6b98f5d61599a9edd1
22370 Copyright: 
22371 License: 
22372 Licence_Text: 
22373 #Header: 
22374 #@node catanh
22375 #@section @code{catanh}
22376 #@findex catanh
22377 #
22378 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/catanh.html}
22379 #
22380 #Gnulib module: ---
22381 #
22382 #Portability problems fixed by Gnulib:
22383 #@itemize
22384 #@end itemize
22385 #
22386 #Portability problems not fixed by Gnulib:
22387 #@itemize
22388 #@item
22389
22390 File: ./doc/posix-functions/catanhf.texi
22391 Hash: 4e75f5881fbb08aa54a2fff4134b3762fa0e12469c74932a38fd9e4207a3623a
22392 Copyright: 
22393 License: 
22394 Licence_Text: 
22395 #Header: 
22396 #@node catanhf
22397 #@section @code{catanhf}
22398 #@findex catanhf
22399 #
22400 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/catanhf.html}
22401 #
22402 #Gnulib module: ---
22403 #
22404 #Portability problems fixed by Gnulib:
22405 #@itemize
22406 #@end itemize
22407 #
22408 #Portability problems not fixed by Gnulib:
22409 #@itemize
22410 #@item
22411
22412 File: ./doc/posix-functions/catanhl.texi
22413 Hash: 82d0c974c64a7cf16231948261385d9481c370fccd9c1505479c1570315fcd47
22414 Copyright: 
22415 License: 
22416 Licence_Text: 
22417 #Header: 
22418 #@node catanhl
22419 #@section @code{catanhl}
22420 #@findex catanhl
22421 #
22422 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/catanhl.html}
22423 #
22424 #Gnulib module: ---
22425 #
22426 #Portability problems fixed by Gnulib:
22427 #@itemize
22428 #@end itemize
22429 #
22430 #Portability problems not fixed by Gnulib:
22431 #@itemize
22432 #@item
22433
22434 File: ./doc/posix-functions/catanl.texi
22435 Hash: 9e7691d069d4a4738e083cf638a18a533a7c823dcd5703365ab766d077e8744f
22436 Copyright: 
22437 License: 
22438 Licence_Text: 
22439 #Header: 
22440 #@node catanl
22441 #@section @code{catanl}
22442 #@findex catanl
22443 #
22444 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/catanl.html}
22445 #
22446 #Gnulib module: ---
22447 #
22448 #Portability problems fixed by Gnulib:
22449 #@itemize
22450 #@end itemize
22451 #
22452 #Portability problems not fixed by Gnulib:
22453 #@itemize
22454 #@item
22455
22456 File: ./doc/posix-functions/catclose.texi
22457 Hash: 01ecba8a97e46807f4fbb86f8f783a4aac58738c54a0100b32283f4d64f2307f
22458 Copyright: 
22459 License: 
22460 Licence_Text: 
22461 #Header: 
22462 #@node catclose
22463 #@section @code{catclose}
22464 #@findex catclose
22465 #
22466 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/catclose.html}
22467 #
22468 #Gnulib module: ---
22469 #
22470 #Portability problems fixed by Gnulib:
22471 #@itemize
22472 #@end itemize
22473 #
22474 #Portability problems not fixed by Gnulib:
22475 #@itemize
22476 #@item
22477
22478 File: ./doc/posix-functions/catgets.texi
22479 Hash: 85222dd53c8d87d37d1fc345d441786afb858cfbd76117d6ad374541305c418b
22480 Copyright: 
22481 License: 
22482 Licence_Text: 
22483 #Header: 
22484 #@node catgets
22485 #@section @code{catgets}
22486 #@findex catgets
22487 #
22488 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/catgets.html}
22489 #
22490 #Gnulib module: ---
22491 #
22492 #Portability problems fixed by Gnulib:
22493 #@itemize
22494 #@end itemize
22495 #
22496 #Portability problems not fixed by Gnulib:
22497 #@itemize
22498 #@item
22499
22500 File: ./doc/posix-functions/catopen.texi
22501 Hash: 6735bd2f884c12725cdae1f82a0d5e53c6773f3803e206c4d2fbb773e74834c2
22502 Copyright: 
22503 License: 
22504 Licence_Text: 
22505 #Header: 
22506 #@node catopen
22507 #@section @code{catopen}
22508 #@findex catopen
22509 #
22510 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/catopen.html}
22511 #
22512 #Gnulib module: ---
22513 #
22514 #Portability problems fixed by Gnulib:
22515 #@itemize
22516 #@end itemize
22517 #
22518 #Portability problems not fixed by Gnulib:
22519 #@itemize
22520 #@item
22521
22522 File: ./doc/posix-functions/cbrt.texi
22523 Hash: 67c9f016fcf80f7a7bb55861e8547c42548312e7370fc73728b5274032f976b6
22524 Copyright: 
22525 License: 
22526 Licence_Text: 
22527 #Header: 
22528 #@node cbrt
22529 #@section @code{cbrt}
22530 #@findex cbrt
22531 #
22532 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cbrt.html}
22533 #
22534 #Gnulib module: ---
22535 #
22536 #Portability problems fixed by Gnulib:
22537 #@itemize
22538 #@end itemize
22539 #
22540 #Portability problems not fixed by Gnulib:
22541 #@itemize
22542 #@end itemize
22543
22544 File: ./doc/posix-functions/cbrtf.texi
22545 Hash: 803d4a7e0a751e168dc18cd98d0f2c41155e2c26493040183d792e4024515762
22546 Copyright: 
22547 License: 
22548 Licence_Text: 
22549 #Header: 
22550 #@node cbrtf
22551 #@section @code{cbrtf}
22552 #@findex cbrtf
22553 #
22554 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cbrtf.html}
22555 #
22556 #Gnulib module: ---
22557 #
22558 #Portability problems fixed by Gnulib:
22559 #@itemize
22560 #@end itemize
22561 #
22562 #Portability problems not fixed by Gnulib:
22563 #@itemize
22564 #@item
22565
22566 File: ./doc/posix-functions/cbrtl.texi
22567 Hash: 43de9ac1aa9e5cc0d8bd8702ede4d1aa16e6dcef3ad574242605a0c8bbec94cd
22568 Copyright: 
22569 License: 
22570 Licence_Text: 
22571 #Header: 
22572 #@node cbrtl
22573 #@section @code{cbrtl}
22574 #@findex cbrtl
22575 #
22576 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cbrtl.html}
22577 #
22578 #Gnulib module: ---
22579 #
22580 #Portability problems fixed by Gnulib:
22581 #@itemize
22582 #@end itemize
22583 #
22584 #Portability problems not fixed by Gnulib:
22585 #@itemize
22586 #@item
22587
22588 File: ./doc/posix-functions/ccos.texi
22589 Hash: 8fa59bae0d8f0c675e9ef48de43de0b4c10b0507a31cd2d81550f52d9712cff0
22590 Copyright: 
22591 License: 
22592 Licence_Text: 
22593 #Header: 
22594 #@node ccos
22595 #@section @code{ccos}
22596 #@findex ccos
22597 #
22598 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ccos.html}
22599 #
22600 #Gnulib module: ---
22601 #
22602 #Portability problems fixed by Gnulib:
22603 #@itemize
22604 #@end itemize
22605 #
22606 #Portability problems not fixed by Gnulib:
22607 #@itemize
22608 #@item
22609
22610 File: ./doc/posix-functions/ccosf.texi
22611 Hash: 2eaf3ff8e1a7a5cbb0233238640c6a1134ae3cc80acc412585115fd63358bf61
22612 Copyright: 
22613 License: 
22614 Licence_Text: 
22615 #Header: 
22616 #@node ccosf
22617 #@section @code{ccosf}
22618 #@findex ccosf
22619 #
22620 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ccosf.html}
22621 #
22622 #Gnulib module: ---
22623 #
22624 #Portability problems fixed by Gnulib:
22625 #@itemize
22626 #@end itemize
22627 #
22628 #Portability problems not fixed by Gnulib:
22629 #@itemize
22630 #@item
22631
22632 File: ./doc/posix-functions/ccosh.texi
22633 Hash: 8acf4ecf1abbec6b25ab0cc53f8a452f4ddb32bd61ff4a6ff94c16a5602ec2ab
22634 Copyright: 
22635 License: 
22636 Licence_Text: 
22637 #Header: 
22638 #@node ccosh
22639 #@section @code{ccosh}
22640 #@findex ccosh
22641 #
22642 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ccosh.html}
22643 #
22644 #Gnulib module: ---
22645 #
22646 #Portability problems fixed by Gnulib:
22647 #@itemize
22648 #@end itemize
22649 #
22650 #Portability problems not fixed by Gnulib:
22651 #@itemize
22652 #@item
22653
22654 File: ./doc/posix-functions/ccoshf.texi
22655 Hash: f30beb9e547118702e7f30525f258e4cf50a5195e03fb66554802fe0a580f7c7
22656 Copyright: 
22657 License: 
22658 Licence_Text: 
22659 #Header: 
22660 #@node ccoshf
22661 #@section @code{ccoshf}
22662 #@findex ccoshf
22663 #
22664 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ccoshf.html}
22665 #
22666 #Gnulib module: ---
22667 #
22668 #Portability problems fixed by Gnulib:
22669 #@itemize
22670 #@end itemize
22671 #
22672 #Portability problems not fixed by Gnulib:
22673 #@itemize
22674 #@item
22675
22676 File: ./doc/posix-functions/ccoshl.texi
22677 Hash: eb9e28e48f625d3e2eb5e13e96cbbe361b852162d3d90ba26a5837e1889af495
22678 Copyright: 
22679 License: 
22680 Licence_Text: 
22681 #Header: 
22682 #@node ccoshl
22683 #@section @code{ccoshl}
22684 #@findex ccoshl
22685 #
22686 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ccoshl.html}
22687 #
22688 #Gnulib module: ---
22689 #
22690 #Portability problems fixed by Gnulib:
22691 #@itemize
22692 #@end itemize
22693 #
22694 #Portability problems not fixed by Gnulib:
22695 #@itemize
22696 #@item
22697
22698 File: ./doc/posix-functions/ccosl.texi
22699 Hash: 3d9df8f9f71f802e5d84323b16351e60dbabdbb3cd0abd9bc862b3e291439694
22700 Copyright: 
22701 License: 
22702 Licence_Text: 
22703 #Header: 
22704 #@node ccosl
22705 #@section @code{ccosl}
22706 #@findex ccosl
22707 #
22708 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ccosl.html}
22709 #
22710 #Gnulib module: ---
22711 #
22712 #Portability problems fixed by Gnulib:
22713 #@itemize
22714 #@end itemize
22715 #
22716 #Portability problems not fixed by Gnulib:
22717 #@itemize
22718 #@item
22719
22720 File: ./doc/posix-functions/ceil.texi
22721 Hash: cf8b5752573720cc25bec831c538c1394b14f3b1460f5cc3a2e16ac7016e0497
22722 Copyright: 
22723 License: 
22724 Licence_Text: 
22725 #Header: 
22726 #@node ceil
22727 #@section @code{ceil}
22728 #@findex ceil
22729 #
22730 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ceil.html}
22731 #
22732 #Gnulib module: ceil
22733 #
22734 #Portability problems fixed by Gnulib:
22735 #@itemize
22736 #@end itemize
22737 #
22738 #Portability problems not fixed by Gnulib:
22739 #@itemize
22740 #@end itemize
22741
22742 File: ./doc/posix-functions/ceilf.texi
22743 Hash: e13c58fd23e0ed41d99a7bd4d0e8d7849bd2da76d7ce095fdaa587ccb3839d6f
22744 Copyright: 
22745 License: 
22746 Licence_Text: 
22747 #Header: 
22748 #@node ceilf
22749 #@section @code{ceilf}
22750 #@findex ceilf
22751 #
22752 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ceilf.html}
22753 #
22754 #Gnulib module: ceilf
22755 #
22756 #Portability problems fixed by Gnulib:
22757 #@itemize
22758 #@item
22759 #This function is missing on some platforms:
22760 #AIX 5.1, HP-UX 11, Solaris 9.
22761 #@end itemize
22762
22763 File: ./doc/posix-functions/ceill.texi
22764 Hash: c9b79f28ab9283d893f155d1f25c8e75cb360e0d04af0b245bf3e1d009217a5a
22765 Copyright: 
22766 License: 
22767 Licence_Text: 
22768 #Header: 
22769 #@node ceill
22770 #@section @code{ceill}
22771 #@findex ceill
22772 #
22773 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ceill.html}
22774 #
22775 #Gnulib module: ceill
22776 #
22777 #Portability problems fixed by Gnulib:
22778 #@itemize
22779 #@item
22780 #This function is missing on some platforms:
22781 #FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS.
22782 #@end itemize
22783
22784 File: ./doc/posix-functions/cexp.texi
22785 Hash: d3f7892298fdf378f2828a6b51fe4805c92d3a2a217a3e38d4bed5f7c4cc3da4
22786 Copyright: 
22787 License: 
22788 Licence_Text: 
22789 #Header: 
22790 #@node cexp
22791 #@section @code{cexp}
22792 #@findex cexp
22793 #
22794 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cexp.html}
22795 #
22796 #Gnulib module: ---
22797 #
22798 #Portability problems fixed by Gnulib:
22799 #@itemize
22800 #@end itemize
22801 #
22802 #Portability problems not fixed by Gnulib:
22803 #@itemize
22804 #@item
22805
22806 File: ./doc/posix-functions/cexpf.texi
22807 Hash: 09f585a4aba129816d1cb526a14f28ff83ca3fa54016e7bf8b8c08494c2db323
22808 Copyright: 
22809 License: 
22810 Licence_Text: 
22811 #Header: 
22812 #@node cexpf
22813 #@section @code{cexpf}
22814 #@findex cexpf
22815 #
22816 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cexpf.html}
22817 #
22818 #Gnulib module: ---
22819 #
22820 #Portability problems fixed by Gnulib:
22821 #@itemize
22822 #@end itemize
22823 #
22824 #Portability problems not fixed by Gnulib:
22825 #@itemize
22826 #@item
22827
22828 File: ./doc/posix-functions/cexpl.texi
22829 Hash: 883e3b88e16b87337802472c75c00fa5b35462c0b8573f7ef558e9a4c0e4faf9
22830 Copyright: 
22831 License: 
22832 Licence_Text: 
22833 #Header: 
22834 #@node cexpl
22835 #@section @code{cexpl}
22836 #@findex cexpl
22837 #
22838 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cexpl.html}
22839 #
22840 #Gnulib module: ---
22841 #
22842 #Portability problems fixed by Gnulib:
22843 #@itemize
22844 #@end itemize
22845 #
22846 #Portability problems not fixed by Gnulib:
22847 #@itemize
22848 #@item
22849
22850 File: ./doc/posix-functions/cfgetispeed.texi
22851 Hash: 14c4e6e62c223931253fb497e69a93dad3a1c6a51fca15f3e63337795107bea5
22852 Copyright: 
22853 License: 
22854 Licence_Text: 
22855 #Header: 
22856 #@node cfgetispeed
22857 #@section @code{cfgetispeed}
22858 #@findex cfgetispeed
22859 #
22860 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cfgetispeed.html}
22861 #
22862 #Gnulib module: ---
22863 #
22864 #Portability problems fixed by Gnulib:
22865 #@itemize
22866 #@end itemize
22867 #
22868 #Portability problems not fixed by Gnulib:
22869 #@itemize
22870 #@item
22871
22872 File: ./doc/posix-functions/cfgetospeed.texi
22873 Hash: c2519db2b4f519fd3f66640aabd8e497ba1ce5892d23c916a38576bbb580361e
22874 Copyright: 
22875 License: 
22876 Licence_Text: 
22877 #Header: 
22878 #@node cfgetospeed
22879 #@section @code{cfgetospeed}
22880 #@findex cfgetospeed
22881 #
22882 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cfgetospeed.html}
22883 #
22884 #Gnulib module: ---
22885 #
22886 #Portability problems fixed by Gnulib:
22887 #@itemize
22888 #@end itemize
22889 #
22890 #Portability problems not fixed by Gnulib:
22891 #@itemize
22892 #@item
22893
22894 File: ./doc/posix-functions/cfsetispeed.texi
22895 Hash: 3b3d21a8f207d8e41d3c912c4a0083264a6fa411c2da6c3f604d7050dee0fed8
22896 Copyright: 
22897 License: 
22898 Licence_Text: 
22899 #Header: 
22900 #@node cfsetispeed
22901 #@section @code{cfsetispeed}
22902 #@findex cfsetispeed
22903 #
22904 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cfsetispeed.html}
22905 #
22906 #Gnulib module: ---
22907 #
22908 #Portability problems fixed by Gnulib:
22909 #@itemize
22910 #@end itemize
22911 #
22912 #Portability problems not fixed by Gnulib:
22913 #@itemize
22914 #@item
22915
22916 File: ./doc/posix-functions/cfsetospeed.texi
22917 Hash: c20afc895be661df0733a8dc75794fa7293263468d39678a301ff494d2c87109
22918 Copyright: 
22919 License: 
22920 Licence_Text: 
22921 #Header: 
22922 #@node cfsetospeed
22923 #@section @code{cfsetospeed}
22924 #@findex cfsetospeed
22925 #
22926 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cfsetospeed.html}
22927 #
22928 #Gnulib module: ---
22929 #
22930 #Portability problems fixed by Gnulib:
22931 #@itemize
22932 #@end itemize
22933 #
22934 #Portability problems not fixed by Gnulib:
22935 #@itemize
22936 #@item
22937
22938 File: ./doc/posix-functions/chdir.texi
22939 Hash: 53aded6f64b0941116e51303b73ac8e6e9278e3f201af7c6ad326820b5e2e3f6
22940 Copyright: 
22941 License: 
22942 Licence_Text: 
22943 #Header: 
22944 #@node chdir
22945 #@section @code{chdir}
22946 #@findex chdir
22947 #
22948 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/chdir.html}
22949 #
22950 #Gnulib module: ---
22951 #
22952 #Portability problems fixed by Gnulib:
22953 #@itemize
22954 #@end itemize
22955 #
22956 #Portability problems not fixed by Gnulib:
22957 #@itemize
22958 #@end itemize
22959
22960 File: ./doc/posix-functions/chmod.texi
22961 Hash: 3a349653c163fa2e3564b1e31ed14ab490934bba7fd3d0096f0d7b1efded7348
22962 Copyright: 
22963 License: 
22964 Licence_Text: 
22965 #Header: 
22966 #@node chmod
22967 #@section @code{chmod}
22968 #@findex chmod
22969 #
22970 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/chmod.html}
22971 #
22972 #Gnulib module: ---
22973 #
22974 #Portability problems fixed by Gnulib:
22975 #@itemize
22976 #@end itemize
22977 #
22978 #Portability problems not fixed by Gnulib:
22979 #@itemize
22980 #@end itemize
22981
22982 File: ./doc/posix-functions/chown.texi
22983 Hash: fb9f116f87fc01e4ef30e188f7c9360ac6f517f9eb1370ae2491f5246ed6fef0
22984 Copyright: 
22985 License: 
22986 Licence_Text: 
22987 #Header: 
22988 #@node chown
22989 #@section @code{chown}
22990 #@findex chown
22991 #
22992 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/chown.html}
22993 #
22994 #Gnulib module: chown
22995 #
22996 #Portability problems fixed by Gnulib:
22997 #@itemize
22998 #@item
22999 #When passed an argument of -1, some implementations really set the owner
23000 #user/group id of the file to this value, rather than leaving that id of the
23001 #file alone.
23002 #@item
23003
23004 File: ./doc/posix-functions/cimag.texi
23005 Hash: fd22dd26750766a15751078eb653fdc2ddde0ce0fbd929b258c9fe161e04170e
23006 Copyright: 
23007 License: 
23008 Licence_Text: 
23009 #Header: 
23010 #@node cimag
23011 #@section @code{cimag}
23012 #@findex cimag
23013 #
23014 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cimag.html}
23015 #
23016 #Gnulib module: ---
23017 #
23018 #Portability problems fixed by Gnulib:
23019 #@itemize
23020 #@end itemize
23021 #
23022 #Portability problems not fixed by Gnulib:
23023 #@itemize
23024 #@item
23025
23026 File: ./doc/posix-functions/cimagf.texi
23027 Hash: 76a569fc520aa0eb83fadc9a9e735b2a0a5f3f6daeeeaab322bac1b697554888
23028 Copyright: 
23029 License: 
23030 Licence_Text: 
23031 #Header: 
23032 #@node cimagf
23033 #@section @code{cimagf}
23034 #@findex cimagf
23035 #
23036 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cimagf.html}
23037 #
23038 #Gnulib module: ---
23039 #
23040 #Portability problems fixed by Gnulib:
23041 #@itemize
23042 #@end itemize
23043 #
23044 #Portability problems not fixed by Gnulib:
23045 #@itemize
23046 #@item
23047
23048 File: ./doc/posix-functions/cimagl.texi
23049 Hash: c881d444238f5203c0d3b0087372957be2f909c63037c1d14ee0a916707a9c6d
23050 Copyright: 
23051 License: 
23052 Licence_Text: 
23053 #Header: 
23054 #@node cimagl
23055 #@section @code{cimagl}
23056 #@findex cimagl
23057 #
23058 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cimagl.html}
23059 #
23060 #Gnulib module: ---
23061 #
23062 #Portability problems fixed by Gnulib:
23063 #@itemize
23064 #@end itemize
23065 #
23066 #Portability problems not fixed by Gnulib:
23067 #@itemize
23068 #@item
23069
23070 File: ./doc/posix-functions/clearerr.texi
23071 Hash: 5fed5a649725e8940e5adb12d4fbf3f5af27aade47daa719911b155f7421149d
23072 Copyright: 
23073 License: 
23074 Licence_Text: 
23075 #Header: 
23076 #@node clearerr
23077 #@section @code{clearerr}
23078 #@findex clearerr
23079 #
23080 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clearerr.html}
23081 #
23082 #Gnulib module: ---
23083 #
23084 #Portability problems fixed by Gnulib:
23085 #@itemize
23086 #@end itemize
23087 #
23088 #Portability problems not fixed by Gnulib:
23089 #@itemize
23090 #@end itemize
23091
23092 File: ./doc/posix-functions/clock.texi
23093 Hash: 71e1ceb2d0f5f512ab4a9a0fb2ce9e895457e1b6c7425130bf8ba7896980978a
23094 Copyright: 
23095 License: 
23096 Licence_Text: 
23097 #Header: 
23098 #@node clock
23099 #@section @code{clock}
23100 #@findex clock
23101 #
23102 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clock.html}
23103 #
23104 #Gnulib module: ---
23105 #
23106 #Portability problems fixed by Gnulib:
23107 #@itemize
23108 #@end itemize
23109 #
23110 #Portability problems not fixed by Gnulib:
23111 #@itemize
23112 #@end itemize
23113
23114 File: ./doc/posix-functions/clock_getcpuclockid.texi
23115 Hash: e72acf21acf80e70335aa212455e60bf1f9815caa0e8d1bf2d2d192c9e337803
23116 Copyright: 
23117 License: 
23118 Licence_Text: 
23119 #Header: 
23120 #@node clock_getcpuclockid
23121 #@section @code{clock_getcpuclockid}
23122 #@findex clock_getcpuclockid
23123 #
23124 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clock_getcpuclockid.html}
23125 #
23126 #Gnulib module: ---
23127 #
23128 #Portability problems fixed by Gnulib:
23129 #@itemize
23130 #@end itemize
23131 #
23132 #Portability problems not fixed by Gnulib:
23133 #@itemize
23134 #@item
23135
23136 File: ./doc/posix-functions/clock_getres.texi
23137 Hash: bf955ddbae540035a89e35302304365a2a775aabb9ae7fccbc9c66948de3619e
23138 Copyright: 
23139 License: 
23140 Licence_Text: 
23141 #Header: 
23142 #@node clock_getres
23143 #@section @code{clock_getres}
23144 #@findex clock_getres
23145 #
23146 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html}
23147 #
23148 #Gnulib module: ---
23149 #
23150 #Portability problems fixed by Gnulib:
23151 #@itemize
23152 #@end itemize
23153 #
23154 #Portability problems not fixed by Gnulib:
23155 #@itemize
23156 #@item
23157
23158 File: ./doc/posix-functions/clock_gettime.texi
23159 Hash: ac68c2fc02227f916df88dfa46f6b2dfbe111860e20dfa605934d149550ef2e2
23160 Copyright: 
23161 License: 
23162 Licence_Text: 
23163 #Header: 
23164 #@node clock_gettime
23165 #@section @code{clock_gettime}
23166 #@findex clock_gettime
23167 #
23168 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clock_gettime.html}
23169 #
23170 #Gnulib module: ---
23171 #
23172 #Portability problems fixed by Gnulib:
23173 #@itemize
23174 #@end itemize
23175 #
23176 #Portability problems not fixed by Gnulib:
23177 #@itemize
23178 #@item
23179
23180 File: ./doc/posix-functions/clock_nanosleep.texi
23181 Hash: 59ca36060acae6a447a4111243c638108a3a98fcf1b53dd7681aaf989698df2a
23182 Copyright: 
23183 License: 
23184 Licence_Text: 
23185 #Header: 
23186 #@node clock_nanosleep
23187 #@section @code{clock_nanosleep}
23188 #@findex clock_nanosleep
23189 #
23190 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clock_nanosleep.html}
23191 #
23192 #Gnulib module: ---
23193 #
23194 #Portability problems fixed by Gnulib:
23195 #@itemize
23196 #@end itemize
23197 #
23198 #Portability problems not fixed by Gnulib:
23199 #@itemize
23200 #@item
23201
23202 File: ./doc/posix-functions/clock_settime.texi
23203 Hash: 297b8d0066f505aa8c21939c73612aaf536cf0e4f977f1edbb2c4f242d2c5a3b
23204 Copyright: 
23205 License: 
23206 Licence_Text: 
23207 #Header: 
23208 #@node clock_settime
23209 #@section @code{clock_settime}
23210 #@findex clock_settime
23211 #
23212 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clock_settime.html}
23213 #
23214 #Gnulib module: ---
23215 #
23216 #Portability problems fixed by Gnulib:
23217 #@itemize
23218 #@end itemize
23219 #
23220 #Portability problems not fixed by Gnulib:
23221 #@itemize
23222 #@item
23223
23224 File: ./doc/posix-functions/clog.texi
23225 Hash: 47702f69c3982416c0512a7bd4025df239fefbe4a2f1707cd4745b9fdb500379
23226 Copyright: 
23227 License: 
23228 Licence_Text: 
23229 #Header: 
23230 #@node clog
23231 #@section @code{clog}
23232 #@findex clog
23233 #
23234 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clog.html}
23235 #
23236 #Gnulib module: ---
23237 #
23238 #Portability problems fixed by Gnulib:
23239 #@itemize
23240 #@end itemize
23241 #
23242 #Portability problems not fixed by Gnulib:
23243 #@itemize
23244 #@item
23245
23246 File: ./doc/posix-functions/clogf.texi
23247 Hash: 2e2bd1295966040f14759ef405f2038a279e164148b402035e9f0633e8e9f49e
23248 Copyright: 
23249 License: 
23250 Licence_Text: 
23251 #Header: 
23252 #@node clogf
23253 #@section @code{clogf}
23254 #@findex clogf
23255 #
23256 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clogf.html}
23257 #
23258 #Gnulib module: ---
23259 #
23260 #Portability problems fixed by Gnulib:
23261 #@itemize
23262 #@end itemize
23263 #
23264 #Portability problems not fixed by Gnulib:
23265 #@itemize
23266 #@item
23267
23268 File: ./doc/posix-functions/clogl.texi
23269 Hash: d40dfa8fa5b96d52d881955e61b8f0cedd381b1e8ca3d7b5ab72c35fb5cdaf55
23270 Copyright: 
23271 License: 
23272 Licence_Text: 
23273 #Header: 
23274 #@node clogl
23275 #@section @code{clogl}
23276 #@findex clogl
23277 #
23278 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/clogl.html}
23279 #
23280 #Gnulib module: ---
23281 #
23282 #Portability problems fixed by Gnulib:
23283 #@itemize
23284 #@end itemize
23285 #
23286 #Portability problems not fixed by Gnulib:
23287 #@itemize
23288 #@item
23289
23290 File: ./doc/posix-functions/close.texi
23291 Hash: cdb920f0119a8df783e378bc05571ee2ca4308b3f841b50ca48bd1a3a592ecdc
23292 Copyright: 
23293 License: 
23294 Licence_Text: 
23295 #Header: 
23296 #@node close
23297 #@section @code{close}
23298 #@findex close
23299 #
23300 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/close.html}
23301 #
23302 #Gnulib module: close
23303 #
23304 #Portability problems fixed by Gnulib:
23305 #@itemize
23306 #@item
23307 #On Windows platforms (excluding Cygwin), @code{socket} and @code{accept}
23308 #do not return file descriptors that can be closed by @code{close}.
23309 #Instead, @code{closesocket} must be used.
23310 #@end itemize
23311
23312 File: ./doc/posix-functions/closedir.texi
23313 Hash: 7e1885ff9368f59c6f2b55a3f04b6ff7a6aa6b2ca796b91c3c88c5c8ec50eaf7
23314 Copyright: 
23315 License: 
23316 Licence_Text: 
23317 #Header: 
23318 #@node closedir
23319 #@section @code{closedir}
23320 #@findex closedir
23321 #
23322 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/closedir.html}
23323 #
23324 #Gnulib module: ---
23325 #
23326 #Portability problems fixed by Gnulib:
23327 #@itemize
23328 #@end itemize
23329 #
23330 #Portability problems not fixed by Gnulib:
23331 #@itemize
23332 #@end itemize
23333
23334 File: ./doc/posix-functions/closelog.texi
23335 Hash: 30ca3ffe1cf65500c3bcc3580781dcc34252bea949f3270ce75ad084a281b055
23336 Copyright: 
23337 License: 
23338 Licence_Text: 
23339 #Header: 
23340 #@node closelog
23341 #@section @code{closelog}
23342 #@findex closelog
23343 #
23344 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/closelog.html}
23345 #
23346 #Gnulib module: ---
23347 #
23348 #Portability problems fixed by Gnulib:
23349 #@itemize
23350 #@end itemize
23351 #
23352 #Portability problems not fixed by Gnulib:
23353 #@itemize
23354 #@item
23355
23356 File: ./doc/posix-functions/confstr.texi
23357 Hash: 2ce3fc57057be6a24091d7ea399f22cba994b4346cef4ad9e0905d51edb913bb
23358 Copyright: 
23359 License: 
23360 Licence_Text: 
23361 #Header: 
23362 #@node confstr
23363 #@section @code{confstr}
23364 #@findex confstr
23365 #
23366 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/confstr.html}
23367 #
23368 #Gnulib module: ---
23369 #
23370 #Portability problems fixed by Gnulib:
23371 #@itemize
23372 #@end itemize
23373 #
23374 #Portability problems not fixed by Gnulib:
23375 #@itemize
23376 #@item
23377
23378 File: ./doc/posix-functions/conj.texi
23379 Hash: 0eb7d2bbdb99c6fd78b92c2b7914b2877cf9e69c4ba5b330f498ef280b11e362
23380 Copyright: 
23381 License: 
23382 Licence_Text: 
23383 #Header: 
23384 #@node conj
23385 #@section @code{conj}
23386 #@findex conj
23387 #
23388 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/conj.html}
23389 #
23390 #Gnulib module: ---
23391 #
23392 #Portability problems fixed by Gnulib:
23393 #@itemize
23394 #@end itemize
23395 #
23396 #Portability problems not fixed by Gnulib:
23397 #@itemize
23398 #@item
23399
23400 File: ./doc/posix-functions/conjf.texi
23401 Hash: 11074f4091f08fd28a9c95b2c7dba4bd66f6fffe7db41e961cfc565ec2d5e960
23402 Copyright: 
23403 License: 
23404 Licence_Text: 
23405 #Header: 
23406 #@node conjf
23407 #@section @code{conjf}
23408 #@findex conjf
23409 #
23410 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/conjf.html}
23411 #
23412 #Gnulib module: ---
23413 #
23414 #Portability problems fixed by Gnulib:
23415 #@itemize
23416 #@end itemize
23417 #
23418 #Portability problems not fixed by Gnulib:
23419 #@itemize
23420 #@item
23421
23422 File: ./doc/posix-functions/conjl.texi
23423 Hash: 2c89f05a72f75624bbe8a6c3541f8d3907e91507537a6a5fa75fdceab2a35963
23424 Copyright: 
23425 License: 
23426 Licence_Text: 
23427 #Header: 
23428 #@node conjl
23429 #@section @code{conjl}
23430 #@findex conjl
23431 #
23432 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/conjl.html}
23433 #
23434 #Gnulib module: ---
23435 #
23436 #Portability problems fixed by Gnulib:
23437 #@itemize
23438 #@end itemize
23439 #
23440 #Portability problems not fixed by Gnulib:
23441 #@itemize
23442 #@item
23443
23444 File: ./doc/posix-functions/connect.texi
23445 Hash: 122c3713f1fc98b41082aeaf30a2698ca66f35c223d70b97b76ef1b622c58db0
23446 Copyright: 
23447 License: 
23448 Licence_Text: 
23449 #Header: 
23450 #@node connect
23451 #@section @code{connect}
23452 #@findex connect
23453 #
23454 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/connect.html}
23455 #
23456 #Gnulib module: connect
23457 #
23458 #Portability problems fixed by Gnulib:
23459 #@itemize
23460 #@item
23461 #On Windows platforms (excluding Cygwin), error codes for
23462 #@code{connect} are not placed in @code{errno}, and
23463 #@code{WSAGetLastError} must be used instead.
23464 #@end itemize
23465
23466 File: ./doc/posix-functions/copysign.texi
23467 Hash: 93dede54d4a068e03c2a790b968101fcce78809d3aa2353f8cf98fda60d7c269
23468 Copyright: 
23469 License: 
23470 Licence_Text: 
23471 #Header: 
23472 #@node copysign
23473 #@section @code{copysign}
23474 #@findex copysign
23475 #
23476 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/copysign.html}
23477 #
23478 #Gnulib module: ---
23479 #
23480 #Portability problems fixed by Gnulib:
23481 #@itemize
23482 #@end itemize
23483 #
23484 #Portability problems not fixed by Gnulib:
23485 #@itemize
23486 #@end itemize
23487
23488 File: ./doc/posix-functions/copysignf.texi
23489 Hash: 936705fb4bcc082135aa1afc2248b7cfc45cf37f22d002866acaa14c654baaff
23490 Copyright: 
23491 License: 
23492 Licence_Text: 
23493 #Header: 
23494 #@node copysignf
23495 #@section @code{copysignf}
23496 #@findex copysignf
23497 #
23498 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/copysignf.html}
23499 #
23500 #Gnulib module: ---
23501 #
23502 #Portability problems fixed by Gnulib:
23503 #@itemize
23504 #@end itemize
23505 #
23506 #Portability problems not fixed by Gnulib:
23507 #@itemize
23508 #@item
23509
23510 File: ./doc/posix-functions/copysignl.texi
23511 Hash: 5540cb65bb917d842bc6d0e81dcce0f16f2d1a6d0a8bb9add553a8c9559fabe7
23512 Copyright: 
23513 License: 
23514 Licence_Text: 
23515 #Header: 
23516 #@node copysignl
23517 #@section @code{copysignl}
23518 #@findex copysignl
23519 #
23520 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/copysignl.html}
23521 #
23522 #Gnulib module: ---
23523 #
23524 #Portability problems fixed by Gnulib:
23525 #@itemize
23526 #@end itemize
23527 #
23528 #Portability problems not fixed by Gnulib:
23529 #@itemize
23530 #@item
23531
23532 File: ./doc/posix-functions/cos.texi
23533 Hash: 80045abb71f4e33aea591a9a33a90bef9af7125bbb532ff6e163c7c900307481
23534 Copyright: 
23535 License: 
23536 Licence_Text: 
23537 #Header: 
23538 #@node cos
23539 #@section @code{cos}
23540 #@findex cos
23541 #
23542 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cos.html}
23543 #
23544 #Gnulib module: ---
23545 #
23546 #Portability problems fixed by Gnulib:
23547 #@itemize
23548 #@end itemize
23549 #
23550 #Portability problems not fixed by Gnulib:
23551 #@itemize
23552 #@end itemize
23553
23554 File: ./doc/posix-functions/cosf.texi
23555 Hash: 6a11bab0ddf9d06df138b7698cf452d382efa0ac3c383bf36c1b2932b9e8f892
23556 Copyright: 
23557 License: 
23558 Licence_Text: 
23559 #Header: 
23560 #@node cosf
23561 #@section @code{cosf}
23562 #@findex cosf
23563 #
23564 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cosf.html}
23565 #
23566 #Gnulib module: ---
23567 #
23568 #Portability problems fixed by Gnulib:
23569 #@itemize
23570 #@end itemize
23571 #
23572 #Portability problems not fixed by Gnulib:
23573 #@itemize
23574 #@item
23575
23576 File: ./doc/posix-functions/cosh.texi
23577 Hash: dcd6e2553d7fcd67f7d7ac4b296e0b86c27791599a33b0f849b7b6b9ae783102
23578 Copyright: 
23579 License: 
23580 Licence_Text: 
23581 #Header: 
23582 #@node cosh
23583 #@section @code{cosh}
23584 #@findex cosh
23585 #
23586 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cosh.html}
23587 #
23588 #Gnulib module: ---
23589 #
23590 #Portability problems fixed by Gnulib:
23591 #@itemize
23592 #@end itemize
23593 #
23594 #Portability problems not fixed by Gnulib:
23595 #@itemize
23596 #@end itemize
23597
23598 File: ./doc/posix-functions/coshf.texi
23599 Hash: ac511adc238f0fc43aee913691ce5b4d5758b02ba0edc1f377f07bc2b24b427d
23600 Copyright: 
23601 License: 
23602 Licence_Text: 
23603 #Header: 
23604 #@node coshf
23605 #@section @code{coshf}
23606 #@findex coshf
23607 #
23608 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/coshf.html}
23609 #
23610 #Gnulib module: ---
23611 #
23612 #Portability problems fixed by Gnulib:
23613 #@itemize
23614 #@end itemize
23615 #
23616 #Portability problems not fixed by Gnulib:
23617 #@itemize
23618 #@item
23619
23620 File: ./doc/posix-functions/coshl.texi
23621 Hash: 10b1339882714ecb27f3595789ff7e57531e1394b8047b6a66d9784f909f0a64
23622 Copyright: 
23623 License: 
23624 Licence_Text: 
23625 #Header: 
23626 #@node coshl
23627 #@section @code{coshl}
23628 #@findex coshl
23629 #
23630 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/coshl.html}
23631 #
23632 #Gnulib module: ---
23633 #
23634 #Portability problems fixed by Gnulib:
23635 #@itemize
23636 #@end itemize
23637 #
23638 #Portability problems not fixed by Gnulib:
23639 #@itemize
23640 #@item
23641
23642 File: ./doc/posix-functions/cosl.texi
23643 Hash: 29fb7a5e98a754431e7f3a277096efe178611cc623d9e14b592014d367fd3c58
23644 Copyright: 
23645 License: 
23646 Licence_Text: 
23647 #Header: 
23648 #@node cosl
23649 #@section @code{cosl}
23650 #@findex cosl
23651 #
23652 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cosl.html}
23653 #
23654 #Gnulib module: ---
23655 #
23656 #Portability problems fixed by Gnulib:
23657 #@itemize
23658 #@end itemize
23659 #
23660 #Portability problems not fixed by Gnulib:
23661 #@itemize
23662 #@item
23663
23664 File: ./doc/posix-functions/cpow.texi
23665 Hash: c196fd3e6b5e82b2df412700bd551e90fdcb006566259e526e52d5066a7f136a
23666 Copyright: 
23667 License: 
23668 Licence_Text: 
23669 #Header: 
23670 #@node cpow
23671 #@section @code{cpow}
23672 #@findex cpow
23673 #
23674 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cpow.html}
23675 #
23676 #Gnulib module: ---
23677 #
23678 #Portability problems fixed by Gnulib:
23679 #@itemize
23680 #@end itemize
23681 #
23682 #Portability problems not fixed by Gnulib:
23683 #@itemize
23684 #@item
23685
23686 File: ./doc/posix-functions/cpowf.texi
23687 Hash: 20082274ab3053bb9211077523ac71a8564395068d111a99a4471e5bc315270a
23688 Copyright: 
23689 License: 
23690 Licence_Text: 
23691 #Header: 
23692 #@node cpowf
23693 #@section @code{cpowf}
23694 #@findex cpowf
23695 #
23696 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cpowf.html}
23697 #
23698 #Gnulib module: ---
23699 #
23700 #Portability problems fixed by Gnulib:
23701 #@itemize
23702 #@end itemize
23703 #
23704 #Portability problems not fixed by Gnulib:
23705 #@itemize
23706 #@item
23707
23708 File: ./doc/posix-functions/cpowl.texi
23709 Hash: 0aa484e5a20be1692c9b64d6039dd16438e77e2176ec0f54625f67c854b498b2
23710 Copyright: 
23711 License: 
23712 Licence_Text: 
23713 #Header: 
23714 #@node cpowl
23715 #@section @code{cpowl}
23716 #@findex cpowl
23717 #
23718 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cpowl.html}
23719 #
23720 #Gnulib module: ---
23721 #
23722 #Portability problems fixed by Gnulib:
23723 #@itemize
23724 #@end itemize
23725 #
23726 #Portability problems not fixed by Gnulib:
23727 #@itemize
23728 #@item
23729
23730 File: ./doc/posix-functions/cproj.texi
23731 Hash: 4f7a4e43573aea662d11b57f91b99a7039874efc4c3cc6de132223a6dc634f3b
23732 Copyright: 
23733 License: 
23734 Licence_Text: 
23735 #Header: 
23736 #@node cproj
23737 #@section @code{cproj}
23738 #@findex cproj
23739 #
23740 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cproj.html}
23741 #
23742 #Gnulib module: ---
23743 #
23744 #Portability problems fixed by Gnulib:
23745 #@itemize
23746 #@end itemize
23747 #
23748 #Portability problems not fixed by Gnulib:
23749 #@itemize
23750 #@item
23751
23752 File: ./doc/posix-functions/cprojf.texi
23753 Hash: b964a10e871a0bf9d13731339a259aa619636a7a3f618a002b287ff1ab07e402
23754 Copyright: 
23755 License: 
23756 Licence_Text: 
23757 #Header: 
23758 #@node cprojf
23759 #@section @code{cprojf}
23760 #@findex cprojf
23761 #
23762 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cprojf.html}
23763 #
23764 #Gnulib module: ---
23765 #
23766 #Portability problems fixed by Gnulib:
23767 #@itemize
23768 #@end itemize
23769 #
23770 #Portability problems not fixed by Gnulib:
23771 #@itemize
23772 #@item
23773
23774 File: ./doc/posix-functions/cprojl.texi
23775 Hash: 7f382c38eb94bcc1fa720f6c78e14a0b20186f2f595d2c3894535797f3e52942
23776 Copyright: 
23777 License: 
23778 Licence_Text: 
23779 #Header: 
23780 #@node cprojl
23781 #@section @code{cprojl}
23782 #@findex cprojl
23783 #
23784 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cprojl.html}
23785 #
23786 #Gnulib module: ---
23787 #
23788 #Portability problems fixed by Gnulib:
23789 #@itemize
23790 #@end itemize
23791 #
23792 #Portability problems not fixed by Gnulib:
23793 #@itemize
23794 #@item
23795
23796 File: ./doc/posix-functions/creal.texi
23797 Hash: 8079a8295b42f1edf95f7aeb2f5be551b970419bfdf820bbce90b95c10754e45
23798 Copyright: 
23799 License: 
23800 Licence_Text: 
23801 #Header: 
23802 #@node creal
23803 #@section @code{creal}
23804 #@findex creal
23805 #
23806 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/creal.html}
23807 #
23808 #Gnulib module: ---
23809 #
23810 #Portability problems fixed by Gnulib:
23811 #@itemize
23812 #@end itemize
23813 #
23814 #Portability problems not fixed by Gnulib:
23815 #@itemize
23816 #@item
23817
23818 File: ./doc/posix-functions/crealf.texi
23819 Hash: f25ddd8b33eb1c125e29e84ae98346e7e5bd73fe20ed9b18090e2080ef09f851
23820 Copyright: 
23821 License: 
23822 Licence_Text: 
23823 #Header: 
23824 #@node crealf
23825 #@section @code{crealf}
23826 #@findex crealf
23827 #
23828 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/crealf.html}
23829 #
23830 #Gnulib module: ---
23831 #
23832 #Portability problems fixed by Gnulib:
23833 #@itemize
23834 #@end itemize
23835 #
23836 #Portability problems not fixed by Gnulib:
23837 #@itemize
23838 #@item
23839
23840 File: ./doc/posix-functions/creall.texi
23841 Hash: 77e4a42b2d8f9df278e80f0af88cc71dd02401f1ecbddcca69cb825cab14f2cf
23842 Copyright: 
23843 License: 
23844 Licence_Text: 
23845 #Header: 
23846 #@node creall
23847 #@section @code{creall}
23848 #@findex creall
23849 #
23850 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/creall.html}
23851 #
23852 #Gnulib module: ---
23853 #
23854 #Portability problems fixed by Gnulib:
23855 #@itemize
23856 #@end itemize
23857 #
23858 #Portability problems not fixed by Gnulib:
23859 #@itemize
23860 #@item
23861
23862 File: ./doc/posix-functions/creat.texi
23863 Hash: d7c959e3c46a579a8bdeecfc246074e2c424686307d26c1a2210fb8317cb37c6
23864 Copyright: 
23865 License: 
23866 Licence_Text: 
23867 #Header: 
23868 #@node creat
23869 #@section @code{creat}
23870 #@findex creat
23871 #
23872 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/creat.html}
23873 #
23874 #Gnulib module: ---
23875 #
23876 #Portability problems fixed by Gnulib:
23877 #@itemize
23878 #@end itemize
23879 #
23880 #Portability problems not fixed by Gnulib:
23881 #@itemize
23882 #@item
23883
23884 File: ./doc/posix-functions/crypt.texi
23885 Hash: 624eda7840abf45802a77fc455c11da3a559654831f98db3d3f531ed87f2d5b8
23886 Copyright: 
23887 License: 
23888 Licence_Text: 
23889 #Header: 
23890 #@node crypt
23891 #@section @code{crypt}
23892 #@findex crypt
23893 #
23894 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/crypt.html}
23895 #
23896 #Gnulib module: ---
23897 #
23898 #Portability problems fixed by Gnulib:
23899 #@itemize
23900 #@end itemize
23901 #
23902 #Portability problems not fixed by Gnulib:
23903 #@itemize
23904 #@item
23905
23906 File: ./doc/posix-functions/csin.texi
23907 Hash: a3921e459decb8485fa5b129f122cef9545da177d143a848426285bbaadeb33c
23908 Copyright: 
23909 License: 
23910 Licence_Text: 
23911 #Header: 
23912 #@node csin
23913 #@section @code{csin}
23914 #@findex csin
23915 #
23916 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/csin.html}
23917 #
23918 #Gnulib module: ---
23919 #
23920 #Portability problems fixed by Gnulib:
23921 #@itemize
23922 #@end itemize
23923 #
23924 #Portability problems not fixed by Gnulib:
23925 #@itemize
23926 #@item
23927
23928 File: ./doc/posix-functions/csinf.texi
23929 Hash: 7d43a6e3c333aea75c123600828d0b90aa74bbded515c37a4db2b85ee38c126f
23930 Copyright: 
23931 License: 
23932 Licence_Text: 
23933 #Header: 
23934 #@node csinf
23935 #@section @code{csinf}
23936 #@findex csinf
23937 #
23938 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/csinf.html}
23939 #
23940 #Gnulib module: ---
23941 #
23942 #Portability problems fixed by Gnulib:
23943 #@itemize
23944 #@end itemize
23945 #
23946 #Portability problems not fixed by Gnulib:
23947 #@itemize
23948 #@item
23949
23950 File: ./doc/posix-functions/csinh.texi
23951 Hash: c1ec8076f91041ba9035541b53fa4ea34899663273fca8b5a1aa7bf0cb69a8a3
23952 Copyright: 
23953 License: 
23954 Licence_Text: 
23955 #Header: 
23956 #@node csinh
23957 #@section @code{csinh}
23958 #@findex csinh
23959 #
23960 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/csinh.html}
23961 #
23962 #Gnulib module: ---
23963 #
23964 #Portability problems fixed by Gnulib:
23965 #@itemize
23966 #@end itemize
23967 #
23968 #Portability problems not fixed by Gnulib:
23969 #@itemize
23970 #@item
23971
23972 File: ./doc/posix-functions/csinhf.texi
23973 Hash: 0e63f7261e62673ea3b38947c2a39fd9db130b5f5f6a331868887d540e142eb4
23974 Copyright: 
23975 License: 
23976 Licence_Text: 
23977 #Header: 
23978 #@node csinhf
23979 #@section @code{csinhf}
23980 #@findex csinhf
23981 #
23982 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/csinhf.html}
23983 #
23984 #Gnulib module: ---
23985 #
23986 #Portability problems fixed by Gnulib:
23987 #@itemize
23988 #@end itemize
23989 #
23990 #Portability problems not fixed by Gnulib:
23991 #@itemize
23992 #@item
23993
23994 File: ./doc/posix-functions/csinhl.texi
23995 Hash: 6fbfd0066984d87f0912c9ecdb72a51d186bc09e5c6ba6ae1e28384af1cf5d31
23996 Copyright: 
23997 License: 
23998 Licence_Text: 
23999 #Header: 
24000 #@node csinhl
24001 #@section @code{csinhl}
24002 #@findex csinhl
24003 #
24004 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/csinhl.html}
24005 #
24006 #Gnulib module: ---
24007 #
24008 #Portability problems fixed by Gnulib:
24009 #@itemize
24010 #@end itemize
24011 #
24012 #Portability problems not fixed by Gnulib:
24013 #@itemize
24014 #@item
24015
24016 File: ./doc/posix-functions/csinl.texi
24017 Hash: b007c3e190ebac0645cd770b5c59156ce9fefdd69d6efe8c4c63fb31f755e647
24018 Copyright: 
24019 License: 
24020 Licence_Text: 
24021 #Header: 
24022 #@node csinl
24023 #@section @code{csinl}
24024 #@findex csinl
24025 #
24026 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/csinl.html}
24027 #
24028 #Gnulib module: ---
24029 #
24030 #Portability problems fixed by Gnulib:
24031 #@itemize
24032 #@end itemize
24033 #
24034 #Portability problems not fixed by Gnulib:
24035 #@itemize
24036 #@item
24037
24038 File: ./doc/posix-functions/csqrt.texi
24039 Hash: 674aaf134efc75885dbf3a74d1b636639cb36e0a4184887474a94ebf2c2117a5
24040 Copyright: 
24041 License: 
24042 Licence_Text: 
24043 #Header: 
24044 #@node csqrt
24045 #@section @code{csqrt}
24046 #@findex csqrt
24047 #
24048 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/csqrt.html}
24049 #
24050 #Gnulib module: ---
24051 #
24052 #Portability problems fixed by Gnulib:
24053 #@itemize
24054 #@end itemize
24055 #
24056 #Portability problems not fixed by Gnulib:
24057 #@itemize
24058 #@item
24059
24060 File: ./doc/posix-functions/csqrtf.texi
24061 Hash: dee3f07a84edad6fe1c9fc858ddddbfde40e931e0eba9cd6ed4f129ddccb0c32
24062 Copyright: 
24063 License: 
24064 Licence_Text: 
24065 #Header: 
24066 #@node csqrtf
24067 #@section @code{csqrtf}
24068 #@findex csqrtf
24069 #
24070 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/csqrtf.html}
24071 #
24072 #Gnulib module: ---
24073 #
24074 #Portability problems fixed by Gnulib:
24075 #@itemize
24076 #@end itemize
24077 #
24078 #Portability problems not fixed by Gnulib:
24079 #@itemize
24080 #@item
24081
24082 File: ./doc/posix-functions/csqrtl.texi
24083 Hash: 6e5c675bdaa9c6de16b1437dee1a4578708ca2d94cad7ab22385916abcbf83e1
24084 Copyright: 
24085 License: 
24086 Licence_Text: 
24087 #Header: 
24088 #@node csqrtl
24089 #@section @code{csqrtl}
24090 #@findex csqrtl
24091 #
24092 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/csqrtl.html}
24093 #
24094 #Gnulib module: ---
24095 #
24096 #Portability problems fixed by Gnulib:
24097 #@itemize
24098 #@end itemize
24099 #
24100 #Portability problems not fixed by Gnulib:
24101 #@itemize
24102 #@item
24103
24104 File: ./doc/posix-functions/ctan.texi
24105 Hash: b3788601cf4d71a0cd3e0f83b165f9556069a213808938b81f8762424ac4cde1
24106 Copyright: 
24107 License: 
24108 Licence_Text: 
24109 #Header: 
24110 #@node ctan
24111 #@section @code{ctan}
24112 #@findex ctan
24113 #
24114 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctan.html}
24115 #
24116 #Gnulib module: ---
24117 #
24118 #Portability problems fixed by Gnulib:
24119 #@itemize
24120 #@end itemize
24121 #
24122 #Portability problems not fixed by Gnulib:
24123 #@itemize
24124 #@item
24125
24126 File: ./doc/posix-functions/ctanf.texi
24127 Hash: c6ade3600b8cb0d385042d424923b9aea79b8679bd9eb4572f88dbb02c6f7a90
24128 Copyright: 
24129 License: 
24130 Licence_Text: 
24131 #Header: 
24132 #@node ctanf
24133 #@section @code{ctanf}
24134 #@findex ctanf
24135 #
24136 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctanf.html}
24137 #
24138 #Gnulib module: ---
24139 #
24140 #Portability problems fixed by Gnulib:
24141 #@itemize
24142 #@end itemize
24143 #
24144 #Portability problems not fixed by Gnulib:
24145 #@itemize
24146 #@item
24147
24148 File: ./doc/posix-functions/ctanh.texi
24149 Hash: bd520abfb5efe1fb710b0517325d5182e0545c9689b91778748c9412721b3620
24150 Copyright: 
24151 License: 
24152 Licence_Text: 
24153 #Header: 
24154 #@node ctanh
24155 #@section @code{ctanh}
24156 #@findex ctanh
24157 #
24158 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctanh.html}
24159 #
24160 #Gnulib module: ---
24161 #
24162 #Portability problems fixed by Gnulib:
24163 #@itemize
24164 #@end itemize
24165 #
24166 #Portability problems not fixed by Gnulib:
24167 #@itemize
24168 #@item
24169
24170 File: ./doc/posix-functions/ctanhf.texi
24171 Hash: 3720fbb944a55cd90c0a1f0d77340b8cad30d78fe539987b1c69bd7413f11f76
24172 Copyright: 
24173 License: 
24174 Licence_Text: 
24175 #Header: 
24176 #@node ctanhf
24177 #@section @code{ctanhf}
24178 #@findex ctanhf
24179 #
24180 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctanhf.html}
24181 #
24182 #Gnulib module: ---
24183 #
24184 #Portability problems fixed by Gnulib:
24185 #@itemize
24186 #@end itemize
24187 #
24188 #Portability problems not fixed by Gnulib:
24189 #@itemize
24190 #@item
24191
24192 File: ./doc/posix-functions/ctanhl.texi
24193 Hash: e113c1cf9ab21c84fa4c81d59985e973897534cc9e6665f558871d0cf03e73c6
24194 Copyright: 
24195 License: 
24196 Licence_Text: 
24197 #Header: 
24198 #@node ctanhl
24199 #@section @code{ctanhl}
24200 #@findex ctanhl
24201 #
24202 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctanhl.html}
24203 #
24204 #Gnulib module: ---
24205 #
24206 #Portability problems fixed by Gnulib:
24207 #@itemize
24208 #@end itemize
24209 #
24210 #Portability problems not fixed by Gnulib:
24211 #@itemize
24212 #@item
24213
24214 File: ./doc/posix-functions/ctanl.texi
24215 Hash: c74871a8ab6020712b65b9fd9c94c489711ef5a70448492128fa827232d23241
24216 Copyright: 
24217 License: 
24218 Licence_Text: 
24219 #Header: 
24220 #@node ctanl
24221 #@section @code{ctanl}
24222 #@findex ctanl
24223 #
24224 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctanl.html}
24225 #
24226 #Gnulib module: ---
24227 #
24228 #Portability problems fixed by Gnulib:
24229 #@itemize
24230 #@end itemize
24231 #
24232 #Portability problems not fixed by Gnulib:
24233 #@itemize
24234 #@item
24235
24236 File: ./doc/posix-functions/ctermid.texi
24237 Hash: 998eb7b4802db4cd5694a08d47f1fa146468dabeb663940c9a4cee7ea3eaf42b
24238 Copyright: 
24239 License: 
24240 Licence_Text: 
24241 #Header: 
24242 #@node ctermid
24243 #@section @code{ctermid}
24244 #@findex ctermid
24245 #
24246 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctermid.html}
24247 #
24248 #Gnulib module: ---
24249 #
24250 #Portability problems fixed by Gnulib:
24251 #@itemize
24252 #@end itemize
24253 #
24254 #Portability problems not fixed by Gnulib:
24255 #@itemize
24256 #@item
24257
24258 File: ./doc/posix-functions/ctime.texi
24259 Hash: 876f9405ee65afc513f57061e6dfec1fb9574bf891461ba945785c568bfcd824
24260 Copyright: 
24261 License: 
24262 Licence_Text: 
24263 #Header: 
24264 #@node ctime
24265 #@section @code{ctime}
24266 #@findex ctime
24267 #
24268 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctime.html}
24269 #
24270 #Gnulib module: ---
24271 #
24272 #Portability problems fixed by Gnulib:
24273 #@itemize
24274 #@end itemize
24275 #
24276 #Portability problems not fixed by Gnulib:
24277 #@itemize
24278 #@item
24279
24280 File: ./doc/posix-functions/ctime_r.texi
24281 Hash: f61cab990b7729cbfa70832fec62258bdb1525389b98ce8812758d43f48f7209
24282 Copyright: 
24283 License: 
24284 Licence_Text: 
24285 #Header: 
24286 #@node ctime_r
24287 #@section @code{ctime_r}
24288 #@findex ctime_r
24289 #
24290 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ctime_r.html}
24291 #
24292 #Gnulib module: ---
24293 #
24294 #Portability problems fixed by Gnulib:
24295 #@itemize
24296 #@end itemize
24297 #
24298 #Portability problems not fixed by Gnulib:
24299 #@itemize
24300 #@item
24301
24302 File: ./doc/posix-functions/daylight.texi
24303 Hash: 8d3098ea9ad8b8ef46605bc072c9331cbdea31642aadd1cba1c0b77dd2e26d05
24304 Copyright: 
24305 License: 
24306 Licence_Text: 
24307 #Header: 
24308 #@node daylight
24309 #@section @code{daylight}
24310 #@findex daylight
24311 #
24312 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/daylight.html}
24313 #
24314 #Gnulib module: ---
24315 #
24316 #Portability problems fixed by Gnulib:
24317 #@itemize
24318 #@end itemize
24319 #
24320 #Portability problems not fixed by Gnulib:
24321 #@itemize
24322 #@item
24323
24324 File: ./doc/posix-functions/dbm_clearerr.texi
24325 Hash: 404719a3ea24ab08a483c2d52fbc4ce115c9f62356a612c8d5b37c6d2f88d935
24326 Copyright: 
24327 License: 
24328 Licence_Text: 
24329 #Header: 
24330 #@node dbm_clearerr
24331 #@section @code{dbm_clearerr}
24332 #@findex dbm_clearerr
24333 #
24334 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dbm_clearerr.html}
24335 #
24336 #Gnulib module: ---
24337 #
24338 #Portability problems fixed by Gnulib:
24339 #@itemize
24340 #@end itemize
24341 #
24342 #Portability problems not fixed by Gnulib:
24343 #@itemize
24344 #@item
24345
24346 File: ./doc/posix-functions/dbm_close.texi
24347 Hash: 6548f4878fe9cc6e0bc32b937fe1a6f124dc133cdccea8a9d5f35af09af63c2a
24348 Copyright: 
24349 License: 
24350 Licence_Text: 
24351 #Header: 
24352 #@node dbm_close
24353 #@section @code{dbm_close}
24354 #@findex dbm_close
24355 #
24356 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dbm_close.html}
24357 #
24358 #Gnulib module: ---
24359 #
24360 #Portability problems fixed by Gnulib:
24361 #@itemize
24362 #@end itemize
24363 #
24364 #Portability problems not fixed by Gnulib:
24365 #@itemize
24366 #@item
24367
24368 File: ./doc/posix-functions/dbm_delete.texi
24369 Hash: 6fdb38f85cb8686811b1f8d621bce24ae42e425900e214548bdefa3cc6580296
24370 Copyright: 
24371 License: 
24372 Licence_Text: 
24373 #Header: 
24374 #@node dbm_delete
24375 #@section @code{dbm_delete}
24376 #@findex dbm_delete
24377 #
24378 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dbm_delete.html}
24379 #
24380 #Gnulib module: ---
24381 #
24382 #Portability problems fixed by Gnulib:
24383 #@itemize
24384 #@end itemize
24385 #
24386 #Portability problems not fixed by Gnulib:
24387 #@itemize
24388 #@item
24389
24390 File: ./doc/posix-functions/dbm_error.texi
24391 Hash: ba9684e442829d2cd936d0401e6c75a9ae5c98c09272748d6d193d4e8bdbccd6
24392 Copyright: 
24393 License: 
24394 Licence_Text: 
24395 #Header: 
24396 #@node dbm_error
24397 #@section @code{dbm_error}
24398 #@findex dbm_error
24399 #
24400 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dbm_error.html}
24401 #
24402 #Gnulib module: ---
24403 #
24404 #Portability problems fixed by Gnulib:
24405 #@itemize
24406 #@end itemize
24407 #
24408 #Portability problems not fixed by Gnulib:
24409 #@itemize
24410 #@item
24411
24412 File: ./doc/posix-functions/dbm_fetch.texi
24413 Hash: 6d17b86b8c0819900bd8c5d9fe44d29e1107aae2add1a3e9439adaadab897c21
24414 Copyright: 
24415 License: 
24416 Licence_Text: 
24417 #Header: 
24418 #@node dbm_fetch
24419 #@section @code{dbm_fetch}
24420 #@findex dbm_fetch
24421 #
24422 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dbm_fetch.html}
24423 #
24424 #Gnulib module: ---
24425 #
24426 #Portability problems fixed by Gnulib:
24427 #@itemize
24428 #@end itemize
24429 #
24430 #Portability problems not fixed by Gnulib:
24431 #@itemize
24432 #@item
24433
24434 File: ./doc/posix-functions/dbm_firstkey.texi
24435 Hash: 7c66943240b0604d0884c80187d2009341aa20acb5992586bce538c60250e1c1
24436 Copyright: 
24437 License: 
24438 Licence_Text: 
24439 #Header: 
24440 #@node dbm_firstkey
24441 #@section @code{dbm_firstkey}
24442 #@findex dbm_firstkey
24443 #
24444 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dbm_firstkey.html}
24445 #
24446 #Gnulib module: ---
24447 #
24448 #Portability problems fixed by Gnulib:
24449 #@itemize
24450 #@end itemize
24451 #
24452 #Portability problems not fixed by Gnulib:
24453 #@itemize
24454 #@item
24455
24456 File: ./doc/posix-functions/dbm_nextkey.texi
24457 Hash: 907dd9d709bd00b11a2c1817ccf8cb6a99fa421dca171b04f45cb1fedebe38e1
24458 Copyright: 
24459 License: 
24460 Licence_Text: 
24461 #Header: 
24462 #@node dbm_nextkey
24463 #@section @code{dbm_nextkey}
24464 #@findex dbm_nextkey
24465 #
24466 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dbm_nextkey.html}
24467 #
24468 #Gnulib module: ---
24469 #
24470 #Portability problems fixed by Gnulib:
24471 #@itemize
24472 #@end itemize
24473 #
24474 #Portability problems not fixed by Gnulib:
24475 #@itemize
24476 #@item
24477
24478 File: ./doc/posix-functions/dbm_open.texi
24479 Hash: 1cc347d0c6a0be9a8e6d9dec70c02c6d3dedab0fb0d7fa81da905fc8acb78849
24480 Copyright: 
24481 License: 
24482 Licence_Text: 
24483 #Header: 
24484 #@node dbm_open
24485 #@section @code{dbm_open}
24486 #@findex dbm_open
24487 #
24488 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dbm_open.html}
24489 #
24490 #Gnulib module: ---
24491 #
24492 #Portability problems fixed by Gnulib:
24493 #@itemize
24494 #@end itemize
24495 #
24496 #Portability problems not fixed by Gnulib:
24497 #@itemize
24498 #@item
24499
24500 File: ./doc/posix-functions/dbm_store.texi
24501 Hash: 9efc0b89e379c522dda1685b5f77dc8fe675d5322d86a80b109e1192448946e9
24502 Copyright: 
24503 License: 
24504 Licence_Text: 
24505 #Header: 
24506 #@node dbm_store
24507 #@section @code{dbm_store}
24508 #@findex dbm_store
24509 #
24510 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dbm_store.html}
24511 #
24512 #Gnulib module: ---
24513 #
24514 #Portability problems fixed by Gnulib:
24515 #@itemize
24516 #@end itemize
24517 #
24518 #Portability problems not fixed by Gnulib:
24519 #@itemize
24520 #@item
24521
24522 File: ./doc/posix-functions/difftime.texi
24523 Hash: 84a0956c4c5dcddc035048c947ef6629a6e66095464de78530e27871000c15bb
24524 Copyright: 
24525 License: 
24526 Licence_Text: 
24527 #Header: 
24528 #@node difftime
24529 #@section @code{difftime}
24530 #@findex difftime
24531 #
24532 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/difftime.html}
24533 #
24534 #Gnulib module: ---
24535 #
24536 #Portability problems fixed by Gnulib:
24537 #@itemize
24538 #@end itemize
24539 #
24540 #Portability problems not fixed by Gnulib:
24541 #@itemize
24542 #@end itemize
24543
24544 File: ./doc/posix-functions/dirfd.texi
24545 Hash: 2bd7841ff2afa0a70d616b84e1906017373f51418bdd86ca173a04dff6f34705
24546 Copyright: 
24547 License: 
24548 Licence_Text: 
24549 #Header: 
24550 #@node dirfd
24551 #@section @code{dirfd}
24552 #@findex dirfd
24553 #
24554 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dirfd.html}
24555 #
24556 #Gnulib module: dirfd
24557 #
24558 #Portability problems fixed by Gnulib:
24559 #@itemize
24560 #@item
24561 #This function is missing on some platforms:
24562 #AIX 5.1, HP-UX 11, OSF/1 5.1, Solaris 10, mingw.
24563 #@end itemize
24564
24565 File: ./doc/posix-functions/dirname.texi
24566 Hash: f40d32a5b09a2d3082bd21b2dbefb29e49487fff0e58e65aebf7684001a2cccc
24567 Copyright: 
24568 License: 
24569 Licence_Text: 
24570 #Header: 
24571 #@node dirname
24572 #@section @code{dirname}
24573 #@findex dirname
24574 #
24575 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dirname.html}
24576 #
24577 #Gnulib module: ---
24578 #
24579 #Portability problems fixed by Gnulib:
24580 #@itemize
24581 #@end itemize
24582 #
24583 #Portability problems not fixed by Gnulib:
24584 #@itemize
24585 #@item
24586
24587 File: ./doc/posix-functions/div.texi
24588 Hash: 8abae0791655f93d6f27ab614e8aab52311af2f48ace39be233641eb023bbb54
24589 Copyright: 
24590 License: 
24591 Licence_Text: 
24592 #Header: 
24593 #@node div
24594 #@section @code{div}
24595 #@findex div
24596 #
24597 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/div.html}
24598 #
24599 #Gnulib module: ---
24600 #
24601 #Portability problems fixed by Gnulib:
24602 #@itemize
24603 #@end itemize
24604 #
24605 #Portability problems not fixed by Gnulib:
24606 #@itemize
24607 #@end itemize
24608
24609 File: ./doc/posix-functions/dlclose.texi
24610 Hash: b7ad68ff89c49b30e1120badaca083df7a0212c4cd958724d2ea503699839ec8
24611 Copyright: 
24612 License: 
24613 Licence_Text: 
24614 #Header: 
24615 #@node dlclose
24616 #@section @code{dlclose}
24617 #@findex dlclose
24618 #
24619 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dlclose.html}
24620 #
24621 #Gnulib module: ---
24622 #
24623 #Portability problems fixed by Gnulib:
24624 #@itemize
24625 #@end itemize
24626 #
24627 #Portability problems not fixed by Gnulib:
24628 #@itemize
24629 #@item
24630
24631 File: ./doc/posix-functions/dlerror.texi
24632 Hash: 18aa8e729144b1c85ed453e1836cfdcb36a51e27948f9be843a8fc5052273686
24633 Copyright: 
24634 License: 
24635 Licence_Text: 
24636 #Header: 
24637 #@node dlerror
24638 #@section @code{dlerror}
24639 #@findex dlerror
24640 #
24641 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dlerror.html}
24642 #
24643 #Gnulib module: ---
24644 #
24645 #Portability problems fixed by Gnulib:
24646 #@itemize
24647 #@end itemize
24648 #
24649 #Portability problems not fixed by Gnulib:
24650 #@itemize
24651 #@item
24652
24653 File: ./doc/posix-functions/dlopen.texi
24654 Hash: 4c4b9aafdfdb94ad9522183dcc6e15ea6612ec8878d2cddc263b0c8fd1e525b0
24655 Copyright: 
24656 License: 
24657 Licence_Text: 
24658 #Header: 
24659 #@node dlopen
24660 #@section @code{dlopen}
24661 #@findex dlopen
24662 #
24663 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dlopen.html}
24664 #
24665 #Gnulib module: ---
24666 #
24667 #Portability problems fixed by Gnulib:
24668 #@itemize
24669 #@end itemize
24670 #
24671 #Portability problems not fixed by Gnulib:
24672 #@itemize
24673 #@item
24674
24675 File: ./doc/posix-functions/dlsym.texi
24676 Hash: dd6299cfe6e25b4ebdd8c529c1830ec00c5aabce68fe16f83a0fad14d0266a6e
24677 Copyright: 
24678 License: 
24679 Licence_Text: 
24680 #Header: 
24681 #@node dlsym
24682 #@section @code{dlsym}
24683 #@findex dlsym
24684 #
24685 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dlsym.html}
24686 #
24687 #Gnulib module: ---
24688 #
24689 #Portability problems fixed by Gnulib:
24690 #@itemize
24691 #@end itemize
24692 #
24693 #Portability problems not fixed by Gnulib:
24694 #@itemize
24695 #@item
24696
24697 File: ./doc/posix-functions/dprintf.texi
24698 Hash: 4751b081c02483b01d9b3b4340023c6f72f038c6686acaf54e22c02946547333
24699 Copyright: 
24700 License: 
24701 Licence_Text: 
24702 #Header: 
24703 #@node dprintf
24704 #@section @code{dprintf}
24705 #@findex dprintf
24706 #
24707 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dprintf.html}
24708 #
24709 #Gnulib module: dprintf or dprintf-posix
24710 #
24711 #Portability problems fixed by either Gnulib module @code{dprintf} or @code{dprintf-posix}:
24712 #@itemize
24713 #@item
24714 #This function is missing on many non-glibc platforms:
24715 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
24716 #IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
24717 #@end itemize
24718
24719 File: ./doc/posix-functions/drand48.texi
24720 Hash: a1f797c389c3e5ec0aa1eb2c68a1c83aed789fe57d9bd614926f905fcd89e020
24721 Copyright: 
24722 License: 
24723 Licence_Text: 
24724 #Header: 
24725 #@node drand48
24726 #@section @code{drand48}
24727 #@findex drand48
24728 #
24729 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/drand48.html}
24730 #
24731 #Gnulib module: ---
24732 #
24733 #Portability problems fixed by Gnulib:
24734 #@itemize
24735 #@end itemize
24736 #
24737 #Portability problems not fixed by Gnulib:
24738 #@itemize
24739 #@item
24740
24741 File: ./doc/posix-functions/dup.texi
24742 Hash: b84bc5f93c7ef614338e0acaea061c144c4db4bef66e45640957a5f7d68ac292
24743 Copyright: 
24744 License: 
24745 Licence_Text: 
24746 #Header: 
24747 #@node dup
24748 #@section @code{dup}
24749 #@findex dup
24750 #
24751 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dup.html}
24752 #
24753 #Gnulib module: ---
24754 #
24755 #Portability problems fixed by Gnulib:
24756 #@itemize
24757 #@end itemize
24758 #
24759 #Portability problems not fixed by Gnulib:
24760 #@itemize
24761 #@end itemize
24762
24763 File: ./doc/posix-functions/dup2.texi
24764 Hash: 6828543830165fe771f033b863d748a69fe320dbeca8ddff166cb1cf61f4f12e
24765 Copyright: 
24766 License: 
24767 Licence_Text: 
24768 #Header: 
24769 #@node dup2
24770 #@section @code{dup2}
24771 #@findex dup2
24772 #
24773 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dup2.html}
24774 #
24775 #Gnulib module: dup2
24776 #
24777 #Portability problems fixed by Gnulib:
24778 #@itemize
24779 #@item
24780 #This function always returns 0 for success on some platforms:
24781 #mingw.
24782 #
24783 #@item
24784
24785 File: ./doc/posix-functions/duplocale.texi
24786 Hash: 710286021da197a56a6ff757ea4b40eb32315d8cdd124b218fde41b477292cce
24787 Copyright: 
24788 License: 
24789 Licence_Text: 
24790 #Header: 
24791 #@node duplocale
24792 #@section @code{duplocale}
24793 #@findex duplocale
24794 #
24795 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/duplocale.html}
24796 #
24797 #Gnulib module: ---
24798 #
24799 #Portability problems fixed by Gnulib:
24800 #@itemize
24801 #@end itemize
24802 #
24803 #Portability problems not fixed by Gnulib:
24804 #@itemize
24805 #@item
24806
24807 File: ./doc/posix-functions/encrypt.texi
24808 Hash: ffff0c779c125a709762efbe2bbaf866da55f9ae8393e65bc5091fc7fa271658
24809 Copyright: 
24810 License: 
24811 Licence_Text: 
24812 #Header: 
24813 #@node encrypt
24814 #@section @code{encrypt}
24815 #@findex encrypt
24816 #
24817 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/encrypt.html}
24818 #
24819 #Gnulib module: ---
24820 #
24821 #Portability problems fixed by Gnulib:
24822 #@itemize
24823 #@end itemize
24824 #
24825 #Portability problems not fixed by Gnulib:
24826 #@itemize
24827 #@item
24828
24829 File: ./doc/posix-functions/endgrent.texi
24830 Hash: 4e04d52da59c5b86120124d10eaead06c5d849601c0086f6f9c834b8b2e49c62
24831 Copyright: 
24832 License: 
24833 Licence_Text: 
24834 #Header: 
24835 #@node endgrent
24836 #@section @code{endgrent}
24837 #@findex endgrent
24838 #
24839 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/endgrent.html}
24840 #
24841 #Gnulib module: ---
24842 #
24843 #Portability problems fixed by Gnulib:
24844 #@itemize
24845 #@end itemize
24846 #
24847 #Portability problems not fixed by Gnulib:
24848 #@itemize
24849 #@item
24850
24851 File: ./doc/posix-functions/endhostent.texi
24852 Hash: d4743bbdeecf932ce5f921a9697664b6e546fdc0ff5c1d0ce2bef461801ad3fe
24853 Copyright: 
24854 License: 
24855 Licence_Text: 
24856 #Header: 
24857 #@node endhostent
24858 #@section @code{endhostent}
24859 #@findex endhostent
24860 #
24861 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/endhostent.html}
24862 #
24863 #Gnulib module: ---
24864 #
24865 #Portability problems fixed by Gnulib:
24866 #@itemize
24867 #@end itemize
24868 #
24869 #Portability problems not fixed by Gnulib:
24870 #@itemize
24871 #@item
24872
24873 File: ./doc/posix-functions/endnetent.texi
24874 Hash: 35901299f3d5b96b44b5eb948d7487f22459c03c4727060ee906472a4e312adc
24875 Copyright: 
24876 License: 
24877 Licence_Text: 
24878 #Header: 
24879 #@node endnetent
24880 #@section @code{endnetent}
24881 #@findex endnetent
24882 #
24883 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/endnetent.html}
24884 #
24885 #Gnulib module: ---
24886 #
24887 #Portability problems fixed by Gnulib:
24888 #@itemize
24889 #@end itemize
24890 #
24891 #Portability problems not fixed by Gnulib:
24892 #@itemize
24893 #@item
24894
24895 File: ./doc/posix-functions/endprotoent.texi
24896 Hash: 9c3786c66c5d21c3c66fd8549c52c7e49d0d62e009874b2b7a793b928e1af183
24897 Copyright: 
24898 License: 
24899 Licence_Text: 
24900 #Header: 
24901 #@node endprotoent
24902 #@section @code{endprotoent}
24903 #@findex endprotoent
24904 #
24905 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/endprotoent.html}
24906 #
24907 #Gnulib module: ---
24908 #
24909 #Portability problems fixed by Gnulib:
24910 #@itemize
24911 #@end itemize
24912 #
24913 #Portability problems not fixed by Gnulib:
24914 #@itemize
24915 #@item
24916
24917 File: ./doc/posix-functions/endpwent.texi
24918 Hash: af0fe91d02a2753ca91f54afaf844c3707ced1d9be084ccac9e8cefb9ebe1b31
24919 Copyright: 
24920 License: 
24921 Licence_Text: 
24922 #Header: 
24923 #@node endpwent
24924 #@section @code{endpwent}
24925 #@findex endpwent
24926 #
24927 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/endpwent.html}
24928 #
24929 #Gnulib module: ---
24930 #
24931 #Portability problems fixed by Gnulib:
24932 #@itemize
24933 #@end itemize
24934 #
24935 #Portability problems not fixed by Gnulib:
24936 #@itemize
24937 #@item
24938
24939 File: ./doc/posix-functions/endservent.texi
24940 Hash: c85845c73056fb697ef3ae552c71cfdaccae39eb7773d0cc29e3bcd1e79c0ce2
24941 Copyright: 
24942 License: 
24943 Licence_Text: 
24944 #Header: 
24945 #@node endservent
24946 #@section @code{endservent}
24947 #@findex endservent
24948 #
24949 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/endservent.html}
24950 #
24951 #Gnulib module: ---
24952 #
24953 #Portability problems fixed by Gnulib:
24954 #@itemize
24955 #@end itemize
24956 #
24957 #Portability problems not fixed by Gnulib:
24958 #@itemize
24959 #@item
24960
24961 File: ./doc/posix-functions/endutxent.texi
24962 Hash: bb8a45f95293fa56ec75b28457798dd1b02c7b3182b15f58c4248cf7481d9e58
24963 Copyright: 
24964 License: 
24965 Licence_Text: 
24966 #Header: 
24967 #@node endutxent
24968 #@section @code{endutxent}
24969 #@findex endutxent
24970 #
24971 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/endutxent.html}
24972 #
24973 #Gnulib module: ---
24974 #
24975 #Portability problems fixed by Gnulib:
24976 #@itemize
24977 #@end itemize
24978 #
24979 #Portability problems not fixed by Gnulib:
24980 #@itemize
24981 #@item
24982
24983 File: ./doc/posix-functions/environ.texi
24984 Hash: e747cca924afc1250dbc590720b67ba9544e2a9cb2f94e82589b313e6a879de5
24985 Copyright: 
24986 License: 
24987 Licence_Text: 
24988 #Header: 
24989 #@node environ
24990 #@section @code{environ}
24991 #@findex environ
24992 #
24993 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/environ.html}
24994 #
24995 #Gnulib module: environ
24996 #
24997 #Portability problems fixed by Gnulib:
24998 #@itemize
24999 #@item
25000 #POSIX does not require this variable to be declared, and it is indeed not
25001 #declared on some platforms:
25002 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, Solaris 10.
25003 #@item
25004
25005 File: ./doc/posix-functions/erand48.texi
25006 Hash: 9fc0f6ee76cd0df9c17bdfe1476a1988701d217815345d2e0c0b6c16a2f896ff
25007 Copyright: 
25008 License: 
25009 Licence_Text: 
25010 #Header: 
25011 #@node erand48
25012 #@section @code{erand48}
25013 #@findex erand48
25014 #
25015 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/erand48.html}
25016 #
25017 #Gnulib module: ---
25018 #
25019 #Portability problems fixed by Gnulib:
25020 #@itemize
25021 #@end itemize
25022 #
25023 #Portability problems not fixed by Gnulib:
25024 #@itemize
25025 #@item
25026
25027 File: ./doc/posix-functions/erf.texi
25028 Hash: 6a0bddafde57341e89aedc7b0c94be4d959ef1d17041a2ad94edd14eee8dd3aa
25029 Copyright: 
25030 License: 
25031 Licence_Text: 
25032 #Header: 
25033 #@node erf
25034 #@section @code{erf}
25035 #@findex erf
25036 #
25037 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/erf.html}
25038 #
25039 #Gnulib module: ---
25040 #
25041 #Portability problems fixed by Gnulib:
25042 #@itemize
25043 #@end itemize
25044 #
25045 #Portability problems not fixed by Gnulib:
25046 #@itemize
25047 #@end itemize
25048
25049 File: ./doc/posix-functions/erfc.texi
25050 Hash: f7444fc988cc99e0fd5446db910fd6d7afcfa0c6d4af7f69a14279b5ab8764f7
25051 Copyright: 
25052 License: 
25053 Licence_Text: 
25054 #Header: 
25055 #@node erfc
25056 #@section @code{erfc}
25057 #@findex erfc
25058 #
25059 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/erfc.html}
25060 #
25061 #Gnulib module: ---
25062 #
25063 #Portability problems fixed by Gnulib:
25064 #@itemize
25065 #@end itemize
25066 #
25067 #Portability problems not fixed by Gnulib:
25068 #@itemize
25069 #@end itemize
25070
25071 File: ./doc/posix-functions/erfcf.texi
25072 Hash: c7f88297596ece737d50e1ad13f8c91e74a1b527820e1af073e08acf85db5ae0
25073 Copyright: 
25074 License: 
25075 Licence_Text: 
25076 #Header: 
25077 #@node erfcf
25078 #@section @code{erfcf}
25079 #@findex erfcf
25080 #
25081 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/erfcf.html}
25082 #
25083 #Gnulib module: ---
25084 #
25085 #Portability problems fixed by Gnulib:
25086 #@itemize
25087 #@end itemize
25088 #
25089 #Portability problems not fixed by Gnulib:
25090 #@itemize
25091 #@item
25092
25093 File: ./doc/posix-functions/erfcl.texi
25094 Hash: 8ff05f100bfca3045397b764329527a06a324242fe3e7fb12e7ad7017e0a6415
25095 Copyright: 
25096 License: 
25097 Licence_Text: 
25098 #Header: 
25099 #@node erfcl
25100 #@section @code{erfcl}
25101 #@findex erfcl
25102 #
25103 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/erfcl.html}
25104 #
25105 #Gnulib module: ---
25106 #
25107 #Portability problems fixed by Gnulib:
25108 #@itemize
25109 #@end itemize
25110 #
25111 #Portability problems not fixed by Gnulib:
25112 #@itemize
25113 #@item
25114
25115 File: ./doc/posix-functions/erff.texi
25116 Hash: 94bddf50aa84764165cf1b5515a0d4822d31a78191c2fc058ad8dd11d6b87538
25117 Copyright: 
25118 License: 
25119 Licence_Text: 
25120 #Header: 
25121 #@node erff
25122 #@section @code{erff}
25123 #@findex erff
25124 #
25125 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/erff.html}
25126 #
25127 #Gnulib module: ---
25128 #
25129 #Portability problems fixed by Gnulib:
25130 #@itemize
25131 #@end itemize
25132 #
25133 #Portability problems not fixed by Gnulib:
25134 #@itemize
25135 #@item
25136
25137 File: ./doc/posix-functions/erfl.texi
25138 Hash: b9cea5650518bc063a5f516d263389c127b354ee95a6a244f63c139ee4aff932
25139 Copyright: 
25140 License: 
25141 Licence_Text: 
25142 #Header: 
25143 #@node erfl
25144 #@section @code{erfl}
25145 #@findex erfl
25146 #
25147 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/erfl.html}
25148 #
25149 #Gnulib module: ---
25150 #
25151 #Portability problems fixed by Gnulib:
25152 #@itemize
25153 #@end itemize
25154 #
25155 #Portability problems not fixed by Gnulib:
25156 #@itemize
25157 #@item
25158
25159 File: ./doc/posix-functions/errno.texi
25160 Hash: c0bff9e535b487ea1482ae7839b2e0beb289bcec626771844faf76f21a3b2333
25161 Copyright: 
25162 License: 
25163 Licence_Text: 
25164 #Header: 
25165 #@node errno
25166 #@section @code{errno}
25167 #@findex errno
25168 #
25169 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/errno.html}
25170 #
25171 #Gnulib module: ---
25172 #
25173 #Portability problems fixed by Gnulib:
25174 #@itemize
25175 #@end itemize
25176 #
25177 #Portability problems not fixed by Gnulib:
25178 #@itemize
25179 #@item
25180
25181 File: ./doc/posix-functions/execl.texi
25182 Hash: c6c83a0078524e270da3abf8c26bcc630b35e6fb919dfe39752ea97d562d72f8
25183 Copyright: 
25184 License: 
25185 Licence_Text: 
25186 #Header: 
25187 #@node execl
25188 #@section @code{execl}
25189 #@findex execl
25190 #
25191 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/execl.html}
25192 #
25193 #Gnulib module: ---
25194 #
25195 #Portability problems fixed by Gnulib:
25196 #@itemize
25197 #@end itemize
25198 #
25199 #Portability problems not fixed by Gnulib:
25200 #@itemize
25201 #@end itemize
25202
25203 File: ./doc/posix-functions/execle.texi
25204 Hash: 07664367ccaccf55659cf34f6b7129c7f3f581aa26ce635c1ab013412e05ae45
25205 Copyright: 
25206 License: 
25207 Licence_Text: 
25208 #Header: 
25209 #@node execle
25210 #@section @code{execle}
25211 #@findex execle
25212 #
25213 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/execle.html}
25214 #
25215 #Gnulib module: ---
25216 #
25217 #Portability problems fixed by Gnulib:
25218 #@itemize
25219 #@end itemize
25220 #
25221 #Portability problems not fixed by Gnulib:
25222 #@itemize
25223 #@end itemize
25224
25225 File: ./doc/posix-functions/execlp.texi
25226 Hash: ab00274de528810efb9aceee886685a863f27112315256f0480c1a4d8843371d
25227 Copyright: 
25228 License: 
25229 Licence_Text: 
25230 #Header: 
25231 #@node execlp
25232 #@section @code{execlp}
25233 #@findex execlp
25234 #
25235 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/execlp.html}
25236 #
25237 #Gnulib module: ---
25238 #
25239 #Portability problems fixed by Gnulib:
25240 #@itemize
25241 #@end itemize
25242 #
25243 #Portability problems not fixed by Gnulib:
25244 #@itemize
25245 #@end itemize
25246
25247 File: ./doc/posix-functions/execv.texi
25248 Hash: e883433082ab1ac2be9bdf46989b074da82660c56db5ea58500bc26598ac89f1
25249 Copyright: 
25250 License: 
25251 Licence_Text: 
25252 #Header: 
25253 #@node execv
25254 #@section @code{execv}
25255 #@findex execv
25256 #
25257 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/execv.html}
25258 #
25259 #Gnulib module: ---
25260 #
25261 #Portability problems fixed by Gnulib:
25262 #@itemize
25263 #@end itemize
25264 #
25265 #Portability problems not fixed by Gnulib:
25266 #@itemize
25267 #@end itemize
25268
25269 File: ./doc/posix-functions/execve.texi
25270 Hash: 24209843e836bcdf1137fd665736c2818b4315e9b506a39bb714d91e998bafcd
25271 Copyright: 
25272 License: 
25273 Licence_Text: 
25274 #Header: 
25275 #@node execve
25276 #@section @code{execve}
25277 #@findex execve
25278 #
25279 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/execve.html}
25280 #
25281 #Gnulib module: ---
25282 #
25283 #Portability problems fixed by Gnulib:
25284 #@itemize
25285 #@end itemize
25286 #
25287 #Portability problems not fixed by Gnulib:
25288 #@itemize
25289 #@end itemize
25290
25291 File: ./doc/posix-functions/execvp.texi
25292 Hash: 289494b8493d01c6d99eab7016f77c2ab1571db2ceee8a9b02c5c901d7a056fc
25293 Copyright: 
25294 License: 
25295 Licence_Text: 
25296 #Header: 
25297 #@node execvp
25298 #@section @code{execvp}
25299 #@findex execvp
25300 #
25301 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/execvp.html}
25302 #
25303 #Gnulib module: ---
25304 #
25305 #Portability problems fixed by Gnulib:
25306 #@itemize
25307 #@end itemize
25308 #
25309 #Portability problems not fixed by Gnulib:
25310 #@itemize
25311 #@end itemize
25312
25313 File: ./doc/posix-functions/exit.texi
25314 Hash: bad61c12c0e3e5dfabfd90405e72e5dd828138ca2d2e5261ade25edfd7c97bc8
25315 Copyright: 
25316 License: 
25317 Licence_Text: 
25318 #Header: 
25319 #@node exit
25320 #@section @code{exit}
25321 #@findex exit
25322 #
25323 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/exit.html}
25324 #
25325 #Gnulib module: exit
25326 #
25327 #Portability problems fixed by Gnulib:
25328 #@itemize
25329 #@item
25330 #Some problems with the macros @code{EXIT_SUCCESS} and @code{EXIT_FAILURE},
25331 #see @ref{stdlib.h}.
25332 #@end itemize
25333
25334 File: ./doc/posix-functions/exp.texi
25335 Hash: a1022846973af4a29037736d84104cc89ce1379a01df12b468890ef0474e0419
25336 Copyright: 
25337 License: 
25338 Licence_Text: 
25339 #Header: 
25340 #@node exp
25341 #@section @code{exp}
25342 #@findex exp
25343 #
25344 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/exp.html}
25345 #
25346 #Gnulib module: ---
25347 #
25348 #Portability problems fixed by Gnulib:
25349 #@itemize
25350 #@end itemize
25351 #
25352 #Portability problems not fixed by Gnulib:
25353 #@itemize
25354 #@end itemize
25355
25356 File: ./doc/posix-functions/exp2.texi
25357 Hash: 8c017fc45146c3df6aea1366497a258bc3a4db0644f0bef6bacda5f4e4833266
25358 Copyright: 
25359 License: 
25360 Licence_Text: 
25361 #Header: 
25362 #@node exp2
25363 #@section @code{exp2}
25364 #@findex exp2
25365 #
25366 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/exp2.html}
25367 #
25368 #Gnulib module: ---
25369 #
25370 #Portability problems fixed by Gnulib:
25371 #@itemize
25372 #@end itemize
25373 #
25374 #Portability problems not fixed by Gnulib:
25375 #@itemize
25376 #@item
25377
25378 File: ./doc/posix-functions/exp2f.texi
25379 Hash: 6f2524530958b637f54013d885de946b49bc5b79b6d465436e1e03dcf1952f6c
25380 Copyright: 
25381 License: 
25382 Licence_Text: 
25383 #Header: 
25384 #@node exp2f
25385 #@section @code{exp2f}
25386 #@findex exp2f
25387 #
25388 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/exp2f.html}
25389 #
25390 #Gnulib module: ---
25391 #
25392 #Portability problems fixed by Gnulib:
25393 #@itemize
25394 #@end itemize
25395 #
25396 #Portability problems not fixed by Gnulib:
25397 #@itemize
25398 #@item
25399
25400 File: ./doc/posix-functions/exp2l.texi
25401 Hash: 7ef33c7a723390ab01411dcd5c5441a11362046a9e8b31ef68bbe4a4dc06a7a3
25402 Copyright: 
25403 License: 
25404 Licence_Text: 
25405 #Header: 
25406 #@node exp2l
25407 #@section @code{exp2l}
25408 #@findex exp2l
25409 #
25410 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/exp2l.html}
25411 #
25412 #Gnulib module: ---
25413 #
25414 #Portability problems fixed by Gnulib:
25415 #@itemize
25416 #@end itemize
25417 #
25418 #Portability problems not fixed by Gnulib:
25419 #@itemize
25420 #@item
25421
25422 File: ./doc/posix-functions/expf.texi
25423 Hash: 0b478085209dd93a9db5bbce385735bd59753036228a6dc21cdc955d74d5fcd7
25424 Copyright: 
25425 License: 
25426 Licence_Text: 
25427 #Header: 
25428 #@node expf
25429 #@section @code{expf}
25430 #@findex expf
25431 #
25432 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/expf.html}
25433 #
25434 #Gnulib module: ---
25435 #
25436 #Portability problems fixed by Gnulib:
25437 #@itemize
25438 #@end itemize
25439 #
25440 #Portability problems not fixed by Gnulib:
25441 #@itemize
25442 #@item
25443
25444 File: ./doc/posix-functions/expl.texi
25445 Hash: 72311a84d89f58e68fbec7f6fc2c9b9920c27de99832dc73a3424377bf28db52
25446 Copyright: 
25447 License: 
25448 Licence_Text: 
25449 #Header: 
25450 #@node expl
25451 #@section @code{expl}
25452 #@findex expl
25453 #
25454 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/expl.html}
25455 #
25456 #Gnulib module: ---
25457 #
25458 #Portability problems fixed by Gnulib:
25459 #@itemize
25460 #@end itemize
25461 #
25462 #Portability problems not fixed by Gnulib:
25463 #@itemize
25464 #@item
25465
25466 File: ./doc/posix-functions/expm1.texi
25467 Hash: 0a4624e622e7d4e617219004a6095aaa748dd6ec2dcaaf7133518448b81be4a8
25468 Copyright: 
25469 License: 
25470 Licence_Text: 
25471 #Header: 
25472 #@node expm1
25473 #@section @code{expm1}
25474 #@findex expm1
25475 #
25476 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/expm1.html}
25477 #
25478 #Gnulib module: ---
25479 #
25480 #Portability problems fixed by Gnulib:
25481 #@itemize
25482 #@end itemize
25483 #
25484 #Portability problems not fixed by Gnulib:
25485 #@itemize
25486 #@item
25487
25488 File: ./doc/posix-functions/expm1f.texi
25489 Hash: 6602aa751036b237ea9fc139d16405892a01d4d4738974a93671e2b24ece70a9
25490 Copyright: 
25491 License: 
25492 Licence_Text: 
25493 #Header: 
25494 #@node expm1f
25495 #@section @code{expm1f}
25496 #@findex expm1f
25497 #
25498 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/expm1f.html}
25499 #
25500 #Gnulib module: ---
25501 #
25502 #Portability problems fixed by Gnulib:
25503 #@itemize
25504 #@end itemize
25505 #
25506 #Portability problems not fixed by Gnulib:
25507 #@itemize
25508 #@item
25509
25510 File: ./doc/posix-functions/expm1l.texi
25511 Hash: 0107f0369e91579efd87610be8b2b738b16b1b95378d3588ec286cde144d0c42
25512 Copyright: 
25513 License: 
25514 Licence_Text: 
25515 #Header: 
25516 #@node expm1l
25517 #@section @code{expm1l}
25518 #@findex expm1l
25519 #
25520 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/expm1l.html}
25521 #
25522 #Gnulib module: ---
25523 #
25524 #Portability problems fixed by Gnulib:
25525 #@itemize
25526 #@end itemize
25527 #
25528 #Portability problems not fixed by Gnulib:
25529 #@itemize
25530 #@item
25531
25532 File: ./doc/posix-functions/fabs.texi
25533 Hash: c612c588a2cfffd96be4f47419e7ef786861c356100cc27616f21cbe5723eccb
25534 Copyright: 
25535 License: 
25536 Licence_Text: 
25537 #Header: 
25538 #@node fabs
25539 #@section @code{fabs}
25540 #@findex fabs
25541 #
25542 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fabs.html}
25543 #
25544 #Gnulib module: ---
25545 #
25546 #Portability problems fixed by Gnulib:
25547 #@itemize
25548 #@end itemize
25549 #
25550 #Portability problems not fixed by Gnulib:
25551 #@itemize
25552 #@end itemize
25553
25554 File: ./doc/posix-functions/fabsf.texi
25555 Hash: ea51158ca0b73c832f1bcbede534dabd7771f99529353e24ca24569a90965703
25556 Copyright: 
25557 License: 
25558 Licence_Text: 
25559 #Header: 
25560 #@node fabsf
25561 #@section @code{fabsf}
25562 #@findex fabsf
25563 #
25564 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fabsf.html}
25565 #
25566 #Gnulib module: ---
25567 #
25568 #Portability problems fixed by Gnulib:
25569 #@itemize
25570 #@end itemize
25571 #
25572 #Portability problems not fixed by Gnulib:
25573 #@itemize
25574 #@item
25575
25576 File: ./doc/posix-functions/fabsl.texi
25577 Hash: d651616c3fb582db805e35c045e9bb8d0f0529f3aef35e96ff269fff414acae7
25578 Copyright: 
25579 License: 
25580 Licence_Text: 
25581 #Header: 
25582 #@node fabsl
25583 #@section @code{fabsl}
25584 #@findex fabsl
25585 #
25586 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fabsl.html}
25587 #
25588 #Gnulib module: ---
25589 #
25590 #Portability problems fixed by Gnulib:
25591 #@itemize
25592 #@end itemize
25593 #
25594 #Portability problems not fixed by Gnulib:
25595 #@itemize
25596 #@item
25597
25598 File: ./doc/posix-functions/faccessat.texi
25599 Hash: 0a8c43215d15ff69db0e57a500af9439c420b21c2ee4cc491931e601edb3f308
25600 Copyright: 
25601 License: 
25602 Licence_Text: 
25603 #Header: 
25604 #@node faccessat
25605 #@section @code{faccessat}
25606 #@findex faccessat
25607 #
25608 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/faccessat.html}
25609 #
25610 #Gnulib module: faccessat
25611 #
25612 #Portability problems fixed by Gnulib:
25613 #@itemize
25614 #@item
25615 #This function is missing on some platforms:
25616 #glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX
25617 #5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw,
25618 #Interix 3.5, BeOS.
25619
25620 File: ./doc/posix-functions/fattach.texi
25621 Hash: 2335deee0d43aa46c1c3503f7feae75c7c142c535296827a8e6e183b18a7e756
25622 Copyright: 
25623 License: 
25624 Licence_Text: 
25625 #Header: 
25626 #@node fattach
25627 #@section @code{fattach}
25628 #@findex fattach
25629 #
25630 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fattach.html}
25631 #
25632 #Gnulib module: ---
25633 #
25634 #Portability problems fixed by Gnulib:
25635 #@itemize
25636 #@end itemize
25637 #
25638 #Portability problems not fixed by Gnulib:
25639 #@itemize
25640 #@item
25641
25642 File: ./doc/posix-functions/fchdir.texi
25643 Hash: 8f0f8b4111a6a4dc2945e10940df05e54955ad67de944cb7c9fc3fd965ddcb61
25644 Copyright: 
25645 License: 
25646 Licence_Text: 
25647 #Header: 
25648 #@node fchdir
25649 #@section @code{fchdir}
25650 #@findex fchdir
25651 #
25652 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fchdir.html}
25653 #
25654 #Gnulib module: fchdir
25655 #
25656 #Portability problems fixed by Gnulib:
25657 #@itemize
25658 #@item
25659 #This function is missing on some platforms:
25660 #Tandem/NSK, mingw, BeOS.
25661 #@end itemize
25662
25663 File: ./doc/posix-functions/fchmod.texi
25664 Hash: 9bfcb2e4f0142676a15392cad61a13121966364ba601e3e45ba4df6a4fddb283
25665 Copyright: 
25666 License: 
25667 Licence_Text: 
25668 #Header: 
25669 #@node fchmod
25670 #@section @code{fchmod}
25671 #@findex fchmod
25672 #
25673 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fchmod.html}
25674 #
25675 #Gnulib module: ---
25676 #
25677 #Portability problems fixed by Gnulib:
25678 #@itemize
25679 #@end itemize
25680 #
25681 #Portability problems not fixed by Gnulib:
25682 #@itemize
25683 #@item
25684
25685 File: ./doc/posix-functions/fchmodat.texi
25686 Hash: 791d16ea744eadb81ceffa282aeedc529ee1432f726b782ba507c62a330259d1
25687 Copyright: 
25688 License: 
25689 Licence_Text: 
25690 #Header: 
25691 #@node fchmodat
25692 #@section @code{fchmodat}
25693 #@findex fchmodat
25694 #
25695 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fchmodat.html}
25696 #
25697 #Gnulib module: openat
25698 #
25699 #Portability problems fixed by Gnulib:
25700 #@itemize
25701 #@item
25702 #This function is missing on some platforms:
25703 #glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX
25704 #5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
25705 #But the replacement function is not safe to be used in libraries and is not multithread-safe.
25706
25707 File: ./doc/posix-functions/fchown.texi
25708 Hash: 3f8e50fb78c4ca01b3c9d74c32d562d9309038b0aaf2a7ee22ddea159be69c5b
25709 Copyright: 
25710 License: 
25711 Licence_Text: 
25712 #Header: 
25713 #@node fchown
25714 #@section @code{fchown}
25715 #@findex fchown
25716 #
25717 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fchown.html}
25718 #
25719 #Gnulib module: ---
25720 #
25721 #Portability problems fixed by Gnulib:
25722 #@itemize
25723 #@end itemize
25724 #
25725 #Portability problems not fixed by Gnulib:
25726 #@itemize
25727 #@item
25728
25729 File: ./doc/posix-functions/fchownat.texi
25730 Hash: e17fc8eff75380638ff191900612065d2fc77e8926e59ca860c6faad743650ef
25731 Copyright: 
25732 License: 
25733 Licence_Text: 
25734 #Header: 
25735 #@node fchownat
25736 #@section @code{fchownat}
25737 #@findex fchownat
25738 #
25739 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fchownat.html}
25740 #
25741 #Gnulib module: openat
25742 #
25743 #Portability problems fixed by Gnulib:
25744 #@itemize
25745 #@item
25746 #This function is missing on some platforms:
25747 #glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX
25748 #5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
25749 #But the replacement function is not safe to be used in libraries and is not multithread-safe.
25750
25751 File: ./doc/posix-functions/fclose.texi
25752 Hash: b68bb8ad4e081e12205b3f7dcfa105c005cbe8fdb312880af5d87be355525e9f
25753 Copyright: 
25754 License: 
25755 Licence_Text: 
25756 #Header: 
25757 #@node fclose
25758 #@section @code{fclose}
25759 #@findex fclose
25760 #
25761 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fclose.html}
25762 #
25763 #Gnulib module: fclose
25764 #
25765 #Portability problems fixed by Gnulib:
25766 #@itemize
25767 #@item
25768 #On Windows platforms (excluding Cygwin), @code{socket} and @code{accept}
25769 #followed by @code{fdopen} do not return streams that can be closed by
25770 #@code{fclose}.
25771 #@end itemize
25772
25773 File: ./doc/posix-functions/fcntl.texi
25774 Hash: 17f3caf36d2c2f9a664acd0c737de34d5a64c6e6bdc186f325ca6867222adccf
25775 Copyright: 
25776 License: 
25777 Licence_Text: 
25778 #Header: 
25779 #@node fcntl
25780 #@section @code{fcntl}
25781 #@findex fcntl
25782 #
25783 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fcntl.html}
25784 #
25785 #Gnulib module: ---
25786 #
25787 #Portability problems fixed by Gnulib:
25788 #@itemize
25789 #@end itemize
25790 #
25791 #Portability problems not fixed by Gnulib:
25792 #@itemize
25793 #@item
25794
25795 File: ./doc/posix-functions/fdatasync.texi
25796 Hash: 57f7709061810bd5896998adeb9f3d2fe72380a7f2dc09bded617489700ef2f2
25797 Copyright: 
25798 License: 
25799 Licence_Text: 
25800 #Header: 
25801 #@node fdatasync
25802 #@section @code{fdatasync}
25803 #@findex fdatasync
25804 #
25805 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html}
25806 #
25807 #Gnulib module: ---
25808 #
25809 #Portability problems fixed by Gnulib:
25810 #@itemize
25811 #@end itemize
25812 #
25813 #Portability problems not fixed by Gnulib:
25814 #@itemize
25815 #@item
25816
25817 File: ./doc/posix-functions/fdetach.texi
25818 Hash: fd54a027b23acd7d79f8f796360b31949be6d6d99d77a21ee56cb0aefd2f4208
25819 Copyright: 
25820 License: 
25821 Licence_Text: 
25822 #Header: 
25823 #@node fdetach
25824 #@section @code{fdetach}
25825 #@findex fdetach
25826 #
25827 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fdetach.html}
25828 #
25829 #Gnulib module: ---
25830 #
25831 #Portability problems fixed by Gnulib:
25832 #@itemize
25833 #@end itemize
25834 #
25835 #Portability problems not fixed by Gnulib:
25836 #@itemize
25837 #@item
25838
25839 File: ./doc/posix-functions/fdim.texi
25840 Hash: 387bce6ebad92e5ef48ffe946c26a2a42310baa9c69a47d7ff020f61b698899a
25841 Copyright: 
25842 License: 
25843 Licence_Text: 
25844 #Header: 
25845 #@node fdim
25846 #@section @code{fdim}
25847 #@findex fdim
25848 #
25849 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fdim.html}
25850 #
25851 #Gnulib module: ---
25852 #
25853 #Portability problems fixed by Gnulib:
25854 #@itemize
25855 #@end itemize
25856 #
25857 #Portability problems not fixed by Gnulib:
25858 #@itemize
25859 #@item
25860
25861 File: ./doc/posix-functions/fdimf.texi
25862 Hash: 04e0f917203a56effba8c34a4541f6bc2a107f6d09b70e51af95a6473320fa02
25863 Copyright: 
25864 License: 
25865 Licence_Text: 
25866 #Header: 
25867 #@node fdimf
25868 #@section @code{fdimf}
25869 #@findex fdimf
25870 #
25871 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fdimf.html}
25872 #
25873 #Gnulib module: ---
25874 #
25875 #Portability problems fixed by Gnulib:
25876 #@itemize
25877 #@end itemize
25878 #
25879 #Portability problems not fixed by Gnulib:
25880 #@itemize
25881 #@item
25882
25883 File: ./doc/posix-functions/fdiml.texi
25884 Hash: e4ab81e086d8a6b6633e26501eb964e8c5f9de428edd84b106ce690f7c8637c3
25885 Copyright: 
25886 License: 
25887 Licence_Text: 
25888 #Header: 
25889 #@node fdiml
25890 #@section @code{fdiml}
25891 #@findex fdiml
25892 #
25893 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fdiml.html}
25894 #
25895 #Gnulib module: ---
25896 #
25897 #Portability problems fixed by Gnulib:
25898 #@itemize
25899 #@end itemize
25900 #
25901 #Portability problems not fixed by Gnulib:
25902 #@itemize
25903 #@item
25904
25905 File: ./doc/posix-functions/fdopen.texi
25906 Hash: e763566373aec112a9e84b961c32faf690c517c3db12d6eb5a6f839f42b765d9
25907 Copyright: 
25908 License: 
25909 Licence_Text: 
25910 #Header: 
25911 #@node fdopen
25912 #@section @code{fdopen}
25913 #@findex fdopen
25914 #
25915 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fdopen.html}
25916 #
25917 #Gnulib module: ---
25918 #
25919 #Portability problems fixed by Gnulib:
25920 #@itemize
25921 #@end itemize
25922 #
25923 #Portability problems not fixed by Gnulib:
25924 #@itemize
25925 #@item
25926
25927 File: ./doc/posix-functions/fdopendir.texi
25928 Hash: 77c4e1f653c030b8389397c264b670095f530d9a4f131679c1db06dff8143cca
25929 Copyright: 
25930 License: 
25931 Licence_Text: 
25932 #Header: 
25933 #@node fdopendir
25934 #@section @code{fdopendir}
25935 #@findex fdopendir
25936 #
25937 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fdopendir.html}
25938 #
25939 #Gnulib module: fdopendir
25940 #
25941 #Portability problems fixed by Gnulib:
25942 #@itemize
25943 #@item
25944 #This function is missing on some platforms:
25945 #glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX
25946 #5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
25947 #But the replacement function is not safe to be used in libraries and
25948
25949 File: ./doc/posix-functions/feclearexcept.texi
25950 Hash: b982ba6aeaedabf3354982f022c731c771f3cd82f055f6f59d666a8f1a57bcaf
25951 Copyright: 
25952 License: 
25953 Licence_Text: 
25954 #Header: 
25955 #@node feclearexcept
25956 #@section @code{feclearexcept}
25957 #@findex feclearexcept
25958 #
25959 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/feclearexcept.html}
25960 #
25961 #Gnulib module: ---
25962 #
25963 #Portability problems fixed by Gnulib:
25964 #@itemize
25965 #@end itemize
25966 #
25967 #Portability problems not fixed by Gnulib:
25968 #@itemize
25969 #@item
25970
25971 File: ./doc/posix-functions/fegetenv.texi
25972 Hash: 0899bacdfa0523a69893c4968ba4889363c79409c45e55c3ea8782351e3f9e16
25973 Copyright: 
25974 License: 
25975 Licence_Text: 
25976 #Header: 
25977 #@node fegetenv
25978 #@section @code{fegetenv}
25979 #@findex fegetenv
25980 #
25981 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fegetenv.html}
25982 #
25983 #Gnulib module: ---
25984 #
25985 #Portability problems fixed by Gnulib:
25986 #@itemize
25987 #@end itemize
25988 #
25989 #Portability problems not fixed by Gnulib:
25990 #@itemize
25991 #@item
25992
25993 File: ./doc/posix-functions/fegetexceptflag.texi
25994 Hash: 34c0d1502982592c37c0e902a639dbc3ae01546f3c93ce70ca9f8c7d17e38156
25995 Copyright: 
25996 License: 
25997 Licence_Text: 
25998 #Header: 
25999 #@node fegetexceptflag
26000 #@section @code{fegetexceptflag}
26001 #@findex fegetexceptflag
26002 #
26003 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fegetexceptflag.html}
26004 #
26005 #Gnulib module: ---
26006 #
26007 #Portability problems fixed by Gnulib:
26008 #@itemize
26009 #@end itemize
26010 #
26011 #Portability problems not fixed by Gnulib:
26012 #@itemize
26013 #@item
26014
26015 File: ./doc/posix-functions/fegetround.texi
26016 Hash: bcd175725d7173502ca62d3e7f40a23565add2e0d8a50f5e6b31d622a2f7c834
26017 Copyright: 
26018 License: 
26019 Licence_Text: 
26020 #Header: 
26021 #@node fegetround
26022 #@section @code{fegetround}
26023 #@findex fegetround
26024 #
26025 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fegetround.html}
26026 #
26027 #Gnulib module: ---
26028 #
26029 #Portability problems fixed by Gnulib:
26030 #@itemize
26031 #@end itemize
26032 #
26033 #Portability problems not fixed by Gnulib:
26034 #@itemize
26035 #@item
26036
26037 File: ./doc/posix-functions/feholdexcept.texi
26038 Hash: 6a8976e6ff7285ec392afbd6d41c13756842fb99c799645ae85ce5c536aa1757
26039 Copyright: 
26040 License: 
26041 Licence_Text: 
26042 #Header: 
26043 #@node feholdexcept
26044 #@section @code{feholdexcept}
26045 #@findex feholdexcept
26046 #
26047 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/feholdexcept.html}
26048 #
26049 #Gnulib module: ---
26050 #
26051 #Portability problems fixed by Gnulib:
26052 #@itemize
26053 #@end itemize
26054 #
26055 #Portability problems not fixed by Gnulib:
26056 #@itemize
26057 #@item
26058
26059 File: ./doc/posix-functions/feof.texi
26060 Hash: 20663c1a2fa66678f13880eea8ab1c99980cdef004bdb5e2cb5f182a0654cbe1
26061 Copyright: 
26062 License: 
26063 Licence_Text: 
26064 #Header: 
26065 #@node feof
26066 #@section @code{feof}
26067 #@findex feof
26068 #
26069 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/feof.html}
26070 #
26071 #Gnulib module: ---
26072 #
26073 #Portability problems fixed by Gnulib:
26074 #@itemize
26075 #@end itemize
26076 #
26077 #Portability problems not fixed by Gnulib:
26078 #@itemize
26079 #@end itemize
26080
26081 File: ./doc/posix-functions/feraiseexcept.texi
26082 Hash: 752c504ac8b81d058b11051349d0b2e4291fcc1c488ea6f29fdd111c97ce4ffb
26083 Copyright: 
26084 License: 
26085 Licence_Text: 
26086 #Header: 
26087 #@node feraiseexcept
26088 #@section @code{feraiseexcept}
26089 #@findex feraiseexcept
26090 #
26091 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/feraiseexcept.html}
26092 #
26093 #Gnulib module: ---
26094 #
26095 #Portability problems fixed by Gnulib:
26096 #@itemize
26097 #@end itemize
26098 #
26099 #Portability problems not fixed by Gnulib:
26100 #@itemize
26101 #@item
26102
26103 File: ./doc/posix-functions/ferror.texi
26104 Hash: 2cc317e89975e266a5d297a47d3cb2a9a147d5b82f9199535182f440b9008a81
26105 Copyright: 
26106 License: 
26107 Licence_Text: 
26108 #Header: 
26109 #@node ferror
26110 #@section @code{ferror}
26111 #@findex ferror
26112 #
26113 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ferror.html}
26114 #
26115 #Gnulib module: ---
26116 #
26117 #Portability problems fixed by Gnulib:
26118 #@itemize
26119 #@end itemize
26120 #
26121 #Portability problems not fixed by Gnulib:
26122 #@itemize
26123 #@end itemize
26124
26125 File: ./doc/posix-functions/fesetenv.texi
26126 Hash: 3d2f6a1d8b2e5939ba3ebdde32deb42cf59eb78c27ffbc6387f7c4e149d35097
26127 Copyright: 
26128 License: 
26129 Licence_Text: 
26130 #Header: 
26131 #@node fesetenv
26132 #@section @code{fesetenv}
26133 #@findex fesetenv
26134 #
26135 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fesetenv.html}
26136 #
26137 #Gnulib module: ---
26138 #
26139 #Portability problems fixed by Gnulib:
26140 #@itemize
26141 #@end itemize
26142 #
26143 #Portability problems not fixed by Gnulib:
26144 #@itemize
26145 #@item
26146
26147 File: ./doc/posix-functions/fesetexceptflag.texi
26148 Hash: 97552023ee289a5ff8e84e60b3520a19fb0f9a4874de3c470657f10b0c6a8068
26149 Copyright: 
26150 License: 
26151 Licence_Text: 
26152 #Header: 
26153 #@node fesetexceptflag
26154 #@section @code{fesetexceptflag}
26155 #@findex fesetexceptflag
26156 #
26157 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fesetexceptflag.html}
26158 #
26159 #Gnulib module: ---
26160 #
26161 #Portability problems fixed by Gnulib:
26162 #@itemize
26163 #@end itemize
26164 #
26165 #Portability problems not fixed by Gnulib:
26166 #@itemize
26167 #@item
26168
26169 File: ./doc/posix-functions/fesetround.texi
26170 Hash: 39499b13852e55ef8009ae3db5a7aebad2afc986a40f26b7c48c151b9e86fc24
26171 Copyright: 
26172 License: 
26173 Licence_Text: 
26174 #Header: 
26175 #@node fesetround
26176 #@section @code{fesetround}
26177 #@findex fesetround
26178 #
26179 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fesetround.html}
26180 #
26181 #Gnulib module: ---
26182 #
26183 #Portability problems fixed by Gnulib:
26184 #@itemize
26185 #@end itemize
26186 #
26187 #Portability problems not fixed by Gnulib:
26188 #@itemize
26189 #@item
26190
26191 File: ./doc/posix-functions/fetestexcept.texi
26192 Hash: 4eac9c618c477726e112f8b26dbb7d2d4397be157969de91943c43742a390550
26193 Copyright: 
26194 License: 
26195 Licence_Text: 
26196 #Header: 
26197 #@node fetestexcept
26198 #@section @code{fetestexcept}
26199 #@findex fetestexcept
26200 #
26201 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fetestexcept.html}
26202 #
26203 #Gnulib module: ---
26204 #
26205 #Portability problems fixed by Gnulib:
26206 #@itemize
26207 #@end itemize
26208 #
26209 #Portability problems not fixed by Gnulib:
26210 #@itemize
26211 #@item
26212
26213 File: ./doc/posix-functions/feupdateenv.texi
26214 Hash: 8b153cba36a94a6c2b66f6e421ecd4e2b9a46036392e2210785970e6ab34b8e8
26215 Copyright: 
26216 License: 
26217 Licence_Text: 
26218 #Header: 
26219 #@node feupdateenv
26220 #@section @code{feupdateenv}
26221 #@findex feupdateenv
26222 #
26223 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/feupdateenv.html}
26224 #
26225 #Gnulib module: ---
26226 #
26227 #Portability problems fixed by Gnulib:
26228 #@itemize
26229 #@end itemize
26230 #
26231 #Portability problems not fixed by Gnulib:
26232 #@itemize
26233 #@item
26234
26235 File: ./doc/posix-functions/fexecve.texi
26236 Hash: df29f2ca7c01d154444462d530e082f939e3151a011ef347587deb8f25a3690d
26237 Copyright: 
26238 License: 
26239 Licence_Text: 
26240 #Header: 
26241 #@node fexecve
26242 #@section @code{fexecve}
26243 #@findex fexecve
26244 #
26245 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fexecve.html}
26246 #
26247 #Gnulib module: ---
26248 #
26249 #Portability problems fixed by Gnulib:
26250 #@itemize
26251 #@end itemize
26252 #
26253 #Portability problems not fixed by Gnulib:
26254 #@itemize
26255 #@item
26256
26257 File: ./doc/posix-functions/fflush.texi
26258 Hash: 9bcd03018a5e64e321e5da36fc16b1ac1c3247e6e8ffda3d7339b1d1e9fe8294
26259 Copyright: 
26260 License: 
26261 Licence_Text: 
26262 #Header: 
26263 #@node fflush
26264 #@section @code{fflush}
26265 #@findex fflush
26266 #
26267 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fflush.html}
26268 #
26269 #Gnulib module: fflush
26270 #
26271 #Portability problems fixed by Gnulib:
26272 #@itemize
26273 #@item
26274 #@code{fflush} followed by @code{fseek} or @code{fseeko}, applied to an input
26275 #stream, should have the effect of positioning the underlying file descriptor.
26276 #It doesn't do this on some platforms.
26277 #@item
26278
26279 File: ./doc/posix-functions/ffs.texi
26280 Hash: 21aa35d4426a78734a84676cb0d454c75acee469c9ffd615a5fbb9de9daa1a42
26281 Copyright: 
26282 License: 
26283 Licence_Text: 
26284 #Header: 
26285 #@node ffs
26286 #@section @code{ffs}
26287 #@findex ffs
26288 #
26289 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ffs.html}
26290 #
26291 #Gnulib module: ---
26292 #
26293 #Portability problems fixed by Gnulib:
26294 #@itemize
26295 #@end itemize
26296 #
26297 #Portability problems not fixed by Gnulib:
26298 #@itemize
26299 #@item
26300
26301 File: ./doc/posix-functions/fgetc.texi
26302 Hash: e7c425a41e66d08ffac2b8d0222bf45baf73e2f9459b8795691411c4b5357659
26303 Copyright: 
26304 License: 
26305 Licence_Text: 
26306 #Header: 
26307 #@node fgetc
26308 #@section @code{fgetc}
26309 #@findex fgetc
26310 #
26311 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fgetc.html}
26312 #
26313 #Gnulib module: ---
26314 #
26315 #Portability problems fixed by Gnulib:
26316 #@itemize
26317 #@end itemize
26318 #
26319 #Portability problems not fixed by Gnulib:
26320 #@itemize
26321 #@item
26322
26323 File: ./doc/posix-functions/fgetpos.texi
26324 Hash: 275859ced43d62e5be3273f8c7c7fa9442de1b8d1287714892e23f0087f467f9
26325 Copyright: 
26326 License: 
26327 Licence_Text: 
26328 #Header: 
26329 #@node fgetpos
26330 #@section @code{fgetpos}
26331 #@findex fgetpos
26332 #
26333 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fgetpos.html}
26334 #
26335 #Gnulib module: ---
26336 #
26337 #Portability problems fixed by Gnulib:
26338 #@itemize
26339 #@end itemize
26340 #
26341 #Portability problems not fixed by Gnulib:
26342 #@itemize
26343 #@item
26344
26345 File: ./doc/posix-functions/fgets.texi
26346 Hash: 71414045cbbe67d9efb6b83bce606a8de25b97f9e08980d09d10444db31a02a7
26347 Copyright: 
26348 License: 
26349 Licence_Text: 
26350 #Header: 
26351 #@node fgets
26352 #@section @code{fgets}
26353 #@findex fgets
26354 #
26355 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fgets.html}
26356 #
26357 #Gnulib module: ---
26358 #
26359 #Portability problems fixed by Gnulib:
26360 #@itemize
26361 #@end itemize
26362 #
26363 #Portability problems not fixed by Gnulib:
26364 #@itemize
26365 #@item
26366
26367 File: ./doc/posix-functions/fgetwc.texi
26368 Hash: a603a66a1e031dd3727b3b379a537e32014c54e932b01846b26200af8510ea94
26369 Copyright: 
26370 License: 
26371 Licence_Text: 
26372 #Header: 
26373 #@node fgetwc
26374 #@section @code{fgetwc}
26375 #@findex fgetwc
26376 #
26377 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fgetwc.html}
26378 #
26379 #Gnulib module: ---
26380 #
26381 #Portability problems fixed by Gnulib:
26382 #@itemize
26383 #@end itemize
26384 #
26385 #Portability problems not fixed by Gnulib:
26386 #@itemize
26387 #@item
26388
26389 File: ./doc/posix-functions/fgetws.texi
26390 Hash: e396ca7cb9c9423e66bacf0c7e4aa69ff7b814a1bd5ebb0e6810220b55a68bb8
26391 Copyright: 
26392 License: 
26393 Licence_Text: 
26394 #Header: 
26395 #@node fgetws
26396 #@section @code{fgetws}
26397 #@findex fgetws
26398 #
26399 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fgetws.html}
26400 #
26401 #Gnulib module: ---
26402 #
26403 #Portability problems fixed by Gnulib:
26404 #@itemize
26405 #@end itemize
26406 #
26407 #Portability problems not fixed by Gnulib:
26408 #@itemize
26409 #@item
26410
26411 File: ./doc/posix-functions/fileno.texi
26412 Hash: abc9e47b66277f9ba067894c61eef516a4cd6da18b0bd79671f5117ad7a9e37b
26413 Copyright: 
26414 License: 
26415 Licence_Text: 
26416 #Header: 
26417 #@node fileno
26418 #@section @code{fileno}
26419 #@findex fileno
26420 #
26421 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fileno.html}
26422 #
26423 #Gnulib module: ---
26424 #
26425 #Portability problems fixed by Gnulib:
26426 #@itemize
26427 #@end itemize
26428 #
26429 #Portability problems not fixed by Gnulib:
26430 #@itemize
26431 #@end itemize
26432
26433 File: ./doc/posix-functions/flockfile.texi
26434 Hash: ef8a277424e6a1aba4db3cfc8341fb0ce9acf254adb5691c66986e3462484cb4
26435 Copyright: 
26436 License: 
26437 Licence_Text: 
26438 #Header: 
26439 #@node flockfile
26440 #@section @code{flockfile}
26441 #@findex flockfile
26442 #
26443 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/flockfile.html}
26444 #
26445 #Gnulib module: ---
26446 #
26447 #Portability problems fixed by Gnulib:
26448 #@itemize
26449 #@end itemize
26450 #
26451 #Portability problems not fixed by Gnulib:
26452 #@itemize
26453 #@item
26454
26455 File: ./doc/posix-functions/floor.texi
26456 Hash: b07bf778811aac7f3e96a3af59c18dec2a8944c6a6b30082ff2eb0f6eebcd70d
26457 Copyright: 
26458 License: 
26459 Licence_Text: 
26460 #Header: 
26461 #@node floor
26462 #@section @code{floor}
26463 #@findex floor
26464 #
26465 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/floor.html}
26466 #
26467 #Gnulib module: floor
26468 #
26469 #Portability problems fixed by Gnulib:
26470 #@itemize
26471 #@end itemize
26472 #
26473 #Portability problems not fixed by Gnulib:
26474 #@itemize
26475 #@end itemize
26476
26477 File: ./doc/posix-functions/floorf.texi
26478 Hash: ec2e982ab48eb54039f21f74d449bbd932bf6ce341f44ed67443841fafb99517
26479 Copyright: 
26480 License: 
26481 Licence_Text: 
26482 #Header: 
26483 #@node floorf
26484 #@section @code{floorf}
26485 #@findex floorf
26486 #
26487 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/floorf.html}
26488 #
26489 #Gnulib module: floorf
26490 #
26491 #Portability problems fixed by Gnulib:
26492 #@itemize
26493 #@item
26494 #This function is missing on some platforms:
26495 #AIX 5.1, HP-UX 11, Solaris 9.
26496 #@end itemize
26497
26498 File: ./doc/posix-functions/floorl.texi
26499 Hash: 4bd7c2e91d448d223f565886a273c53f07df96dce012d7afb8057de24dcbaf29
26500 Copyright: 
26501 License: 
26502 Licence_Text: 
26503 #Header: 
26504 #@node floorl
26505 #@section @code{floorl}
26506 #@findex floorl
26507 #
26508 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/floorl.html}
26509 #
26510 #Gnulib module: floorl
26511 #
26512 #Portability problems fixed by Gnulib:
26513 #@itemize
26514 #@item
26515 #This function is missing on some platforms:
26516 #FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS.
26517 #@end itemize
26518
26519 File: ./doc/posix-functions/fma.texi
26520 Hash: e7afe0eb9016dee7ae95382952e183234e3d4e632950f62cde0cda8b3458feca
26521 Copyright: 
26522 License: 
26523 Licence_Text: 
26524 #Header: 
26525 #@node fma
26526 #@section @code{fma}
26527 #@findex fma
26528 #
26529 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fma.html}
26530 #
26531 #Gnulib module: ---
26532 #
26533 #Portability problems fixed by Gnulib:
26534 #@itemize
26535 #@end itemize
26536 #
26537 #Portability problems not fixed by Gnulib:
26538 #@itemize
26539 #@item
26540
26541 File: ./doc/posix-functions/fmaf.texi
26542 Hash: 92a275d7d2e32246725903039974adea241feae8587da17c6161230d307e4f8a
26543 Copyright: 
26544 License: 
26545 Licence_Text: 
26546 #Header: 
26547 #@node fmaf
26548 #@section @code{fmaf}
26549 #@findex fmaf
26550 #
26551 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmaf.html}
26552 #
26553 #Gnulib module: ---
26554 #
26555 #Portability problems fixed by Gnulib:
26556 #@itemize
26557 #@end itemize
26558 #
26559 #Portability problems not fixed by Gnulib:
26560 #@itemize
26561 #@item
26562
26563 File: ./doc/posix-functions/fmal.texi
26564 Hash: d26907c96ceae9a7551c6a50ae32adddf5657735ec64d5ff3bc23301a1bc9440
26565 Copyright: 
26566 License: 
26567 Licence_Text: 
26568 #Header: 
26569 #@node fmal
26570 #@section @code{fmal}
26571 #@findex fmal
26572 #
26573 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmal.html}
26574 #
26575 #Gnulib module: ---
26576 #
26577 #Portability problems fixed by Gnulib:
26578 #@itemize
26579 #@end itemize
26580 #
26581 #Portability problems not fixed by Gnulib:
26582 #@itemize
26583 #@item
26584
26585 File: ./doc/posix-functions/fmax.texi
26586 Hash: a45b7a4dd49c6ccb1d51374c51a37958f64f965be332e874b741671f00c6a2c7
26587 Copyright: 
26588 License: 
26589 Licence_Text: 
26590 #Header: 
26591 #@node fmax
26592 #@section @code{fmax}
26593 #@findex fmax
26594 #
26595 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmax.html}
26596 #
26597 #Gnulib module: ---
26598 #
26599 #Portability problems fixed by Gnulib:
26600 #@itemize
26601 #@end itemize
26602 #
26603 #Portability problems not fixed by Gnulib:
26604 #@itemize
26605 #@item
26606
26607 File: ./doc/posix-functions/fmaxf.texi
26608 Hash: cc63ffb93e596bd2d86d82f3b3dd04626cc8683c8e919dc1f1868b6e8b549335
26609 Copyright: 
26610 License: 
26611 Licence_Text: 
26612 #Header: 
26613 #@node fmaxf
26614 #@section @code{fmaxf}
26615 #@findex fmaxf
26616 #
26617 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmaxf.html}
26618 #
26619 #Gnulib module: ---
26620 #
26621 #Portability problems fixed by Gnulib:
26622 #@itemize
26623 #@end itemize
26624 #
26625 #Portability problems not fixed by Gnulib:
26626 #@itemize
26627 #@item
26628
26629 File: ./doc/posix-functions/fmaxl.texi
26630 Hash: f3a58f157499f078945af3bea4bdf315a104abb54df51e7b12dca522da70eba9
26631 Copyright: 
26632 License: 
26633 Licence_Text: 
26634 #Header: 
26635 #@node fmaxl
26636 #@section @code{fmaxl}
26637 #@findex fmaxl
26638 #
26639 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmaxl.html}
26640 #
26641 #Gnulib module: ---
26642 #
26643 #Portability problems fixed by Gnulib:
26644 #@itemize
26645 #@end itemize
26646 #
26647 #Portability problems not fixed by Gnulib:
26648 #@itemize
26649 #@item
26650
26651 File: ./doc/posix-functions/fmemopen.texi
26652 Hash: 977725664c869f310611befaeafecddca0a4595deb9aa92b1e5edf38854a527d
26653 Copyright: 
26654 License: 
26655 Licence_Text: 
26656 #Header: 
26657 #@node fmemopen
26658 #@section @code{fmemopen}
26659 #@findex fmemopen
26660 #
26661 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html}
26662 #
26663 #Gnulib module: ---
26664 #
26665 #Portability problems fixed by Gnulib:
26666 #@itemize
26667 #@end itemize
26668 #
26669 #Portability problems not fixed by Gnulib:
26670 #@itemize
26671 #@item
26672
26673 File: ./doc/posix-functions/fmin.texi
26674 Hash: 00763f301200d7eac7d4ebc557feaf0901bc2efa0a1d7ed5b91dc3fa0edd8841
26675 Copyright: 
26676 License: 
26677 Licence_Text: 
26678 #Header: 
26679 #@node fmin
26680 #@section @code{fmin}
26681 #@findex fmin
26682 #
26683 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmin.html}
26684 #
26685 #Gnulib module: ---
26686 #
26687 #Portability problems fixed by Gnulib:
26688 #@itemize
26689 #@end itemize
26690 #
26691 #Portability problems not fixed by Gnulib:
26692 #@itemize
26693 #@item
26694
26695 File: ./doc/posix-functions/fminf.texi
26696 Hash: 3755886d1bb03aaec9755b2c34e4972ef0c8387c82b056d527b1afc61a5f0fb2
26697 Copyright: 
26698 License: 
26699 Licence_Text: 
26700 #Header: 
26701 #@node fminf
26702 #@section @code{fminf}
26703 #@findex fminf
26704 #
26705 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fminf.html}
26706 #
26707 #Gnulib module: ---
26708 #
26709 #Portability problems fixed by Gnulib:
26710 #@itemize
26711 #@end itemize
26712 #
26713 #Portability problems not fixed by Gnulib:
26714 #@itemize
26715 #@item
26716
26717 File: ./doc/posix-functions/fminl.texi
26718 Hash: b5a0cc5a37fd46620b53cde5c2657ad4095f85f712ff3f0f414c4692a98489bf
26719 Copyright: 
26720 License: 
26721 Licence_Text: 
26722 #Header: 
26723 #@node fminl
26724 #@section @code{fminl}
26725 #@findex fminl
26726 #
26727 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fminl.html}
26728 #
26729 #Gnulib module: ---
26730 #
26731 #Portability problems fixed by Gnulib:
26732 #@itemize
26733 #@end itemize
26734 #
26735 #Portability problems not fixed by Gnulib:
26736 #@itemize
26737 #@item
26738
26739 File: ./doc/posix-functions/fmod.texi
26740 Hash: 5862ec5b61a832641dde66acb7eb859b7407994f7624cb83001e4e5411877b24
26741 Copyright: 
26742 License: 
26743 Licence_Text: 
26744 #Header: 
26745 #@node fmod
26746 #@section @code{fmod}
26747 #@findex fmod
26748 #
26749 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmod.html}
26750 #
26751 #Gnulib module: ---
26752 #
26753 #Portability problems fixed by Gnulib:
26754 #@itemize
26755 #@end itemize
26756 #
26757 #Portability problems not fixed by Gnulib:
26758 #@itemize
26759 #@end itemize
26760
26761 File: ./doc/posix-functions/fmodf.texi
26762 Hash: be9fb731e931317464eaadfa409ac9ba5fac8cf6f488f1dca04dfb25f4a87c9e
26763 Copyright: 
26764 License: 
26765 Licence_Text: 
26766 #Header: 
26767 #@node fmodf
26768 #@section @code{fmodf}
26769 #@findex fmodf
26770 #
26771 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmodf.html}
26772 #
26773 #Gnulib module: ---
26774 #
26775 #Portability problems fixed by Gnulib:
26776 #@itemize
26777 #@end itemize
26778 #
26779 #Portability problems not fixed by Gnulib:
26780 #@itemize
26781 #@item
26782
26783 File: ./doc/posix-functions/fmodl.texi
26784 Hash: da2bd3cfd9d33b8218d82300d5863a329002ab59ee62c591df043c7cbc3e2bf5
26785 Copyright: 
26786 License: 
26787 Licence_Text: 
26788 #Header: 
26789 #@node fmodl
26790 #@section @code{fmodl}
26791 #@findex fmodl
26792 #
26793 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmodl.html}
26794 #
26795 #Gnulib module: ---
26796 #
26797 #Portability problems fixed by Gnulib:
26798 #@itemize
26799 #@end itemize
26800 #
26801 #Portability problems not fixed by Gnulib:
26802 #@itemize
26803 #@item
26804
26805 File: ./doc/posix-functions/fmtmsg.texi
26806 Hash: cda2c53b8e96e2e813629d5a07ee3ec6bae5dae9835cd30bfb79b5a6cd9809ea
26807 Copyright: 
26808 License: 
26809 Licence_Text: 
26810 #Header: 
26811 #@node fmtmsg
26812 #@section @code{fmtmsg}
26813 #@findex fmtmsg
26814 #
26815 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmtmsg.html}
26816 #
26817 #Gnulib module: ---
26818 #
26819 #Portability problems fixed by Gnulib:
26820 #@itemize
26821 #@end itemize
26822 #
26823 #Portability problems not fixed by Gnulib:
26824 #@itemize
26825 #@item
26826
26827 File: ./doc/posix-functions/fnmatch.texi
26828 Hash: 4be762a04e97a3e099e16422bcdf9db17a4385c25e71916c2dc8620cce12c689
26829 Copyright: 
26830 License: 
26831 Licence_Text: 
26832 #Header: 
26833 #@node fnmatch
26834 #@section @code{fnmatch}
26835 #@findex fnmatch
26836 #
26837 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fnmatch.html}
26838 #
26839 #Gnulib module: fnmatch or fnmatch-gnu
26840 #
26841 #Portability problems fixed by Gnulib:
26842 #@itemize
26843 #@item
26844 #This function is missing on some platforms:
26845 #IRIX 5.3, mingw.
26846 #@item
26847 #This function is broken in some versions of Solaris and glibc.
26848
26849 File: ./doc/posix-functions/fopen.texi
26850 Hash: cb37df82cdfc62d799a6208a0cb896815c99a21aa72e61ee66add9794bc0caef
26851 Copyright: 
26852 License: 
26853 Licence_Text: 
26854 #Header: 
26855 #@node fopen
26856 #@section @code{fopen}
26857 #@findex fopen
26858 #
26859 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fopen.html}
26860 #
26861 #Gnulib module: fopen
26862 #
26863 #Portability problems fixed by Gnulib:
26864 #@itemize
26865 #@item
26866 #This function does not fail when the file name argument ends in a slash
26867 #and (without the slash) names a nonexistent file or a file that is not a
26868 #directory, on some platforms:
26869 #HP-UX 11.00, Solaris 9, Irix 5.3.
26870
26871 File: ./doc/posix-functions/fork.texi
26872 Hash: 47e401050fdd39055e37b7942ecf9e6acc2dd1b0ba893ca9efce7fbe07512f26
26873 Copyright: 
26874 License: 
26875 Licence_Text: 
26876 #Header: 
26877 #@node fork
26878 #@section @code{fork}
26879 #@findex fork
26880 #
26881 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fork.html}
26882 #
26883 #Gnulib module: ---
26884 #
26885 #Portability problems fixed by Gnulib:
26886 #@itemize
26887 #@end itemize
26888 #
26889 #Portability problems not fixed by Gnulib:
26890 #@itemize
26891 #@item
26892
26893 File: ./doc/posix-functions/fpathconf.texi
26894 Hash: dc753382cbb40d381330cae488511d20499ac593648fdea05451978ec6236e18
26895 Copyright: 
26896 License: 
26897 Licence_Text: 
26898 #Header: 
26899 #@node fpathconf
26900 #@section @code{fpathconf}
26901 #@findex fpathconf
26902 #
26903 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fpathconf.html}
26904 #
26905 #Gnulib module: ---
26906 #
26907 #Portability problems fixed by Gnulib:
26908 #@itemize
26909 #@end itemize
26910 #
26911 #Portability problems not fixed by Gnulib:
26912 #@itemize
26913 #@item
26914
26915 File: ./doc/posix-functions/fpclassify.texi
26916 Hash: 4f9658ae83ffe86a91686e050b951b3a779cff3a3d113b99a8d567580a71ce2e
26917 Copyright: 
26918 License: 
26919 Licence_Text: 
26920 #Header: 
26921 #@node fpclassify
26922 #@section @code{fpclassify}
26923 #@findex fpclassify
26924 #
26925 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fpclassify.html}
26926 #
26927 #Gnulib module: ---
26928 #
26929 #Portability problems fixed by Gnulib:
26930 #@itemize
26931 #@end itemize
26932 #
26933 #Portability problems not fixed by Gnulib:
26934 #@itemize
26935 #@item
26936
26937 File: ./doc/posix-functions/fprintf.texi
26938 Hash: b9f426d7699941849d81c004ea41301049efff02e408a1dab1b04c5a33c2e1f5
26939 Copyright: 
26940 License: 
26941 Licence_Text: 
26942 #Header: 
26943 #@node fprintf
26944 #@section @code{fprintf}
26945 #@findex fprintf
26946 #
26947 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fprintf.html}
26948 #
26949 #Gnulib module: fprintf-posix or stdio, sigpipe
26950 #
26951 #Portability problems fixed by Gnulib module @code{fprintf-posix}:
26952 #@itemize
26953 #@item
26954 #This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
26955 #@code{j}, @code{t}, @code{z}) on some platforms:
26956 #AIX 5.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.5.24, mingw, BeOS.
26957 #@item
26958
26959 File: ./doc/posix-functions/fputc.texi
26960 Hash: b13cd308b550d7216762f444ad5ff6437fab475480073a7c372b42c0414e9568
26961 Copyright: 
26962 License: 
26963 Licence_Text: 
26964 #Header: 
26965 #@node fputc
26966 #@section @code{fputc}
26967 #@findex fputc
26968 #
26969 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fputc.html}
26970 #
26971 #Gnulib module: stdio, sigpipe
26972 #
26973 #Portability problems fixed by Gnulib:
26974 #@itemize
26975 #@item
26976 #When writing to a pipe with no readers, this function fails, instead of
26977 #obeying the current @code{SIGPIPE} handler, on some platforms:
26978 #mingw.
26979 #@end itemize
26980
26981 File: ./doc/posix-functions/fputs.texi
26982 Hash: f443e76ec0801cf0481eb89de8e604d424c93acc535cceb7a11050b2d602d617
26983 Copyright: 
26984 License: 
26985 Licence_Text: 
26986 #Header: 
26987 #@node fputs
26988 #@section @code{fputs}
26989 #@findex fputs
26990 #
26991 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fputs.html}
26992 #
26993 #Gnulib module: stdio, sigpipe
26994 #
26995 #Portability problems fixed by Gnulib:
26996 #@itemize
26997 #@item
26998 #When writing to a pipe with no readers, this function fails, instead of
26999 #obeying the current @code{SIGPIPE} handler, on some platforms:
27000 #mingw.
27001 #@end itemize
27002
27003 File: ./doc/posix-functions/fputwc.texi
27004 Hash: c69261284cad8a715adc606ac68ce522bfd1a94849d795d8289febf07cdad00e
27005 Copyright: 
27006 License: 
27007 Licence_Text: 
27008 #Header: 
27009 #@node fputwc
27010 #@section @code{fputwc}
27011 #@findex fputwc
27012 #
27013 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fputwc.html}
27014 #
27015 #Gnulib module: ---
27016 #
27017 #Portability problems fixed by Gnulib:
27018 #@itemize
27019 #@end itemize
27020 #
27021 #Portability problems not fixed by Gnulib:
27022 #@itemize
27023 #@item
27024
27025 File: ./doc/posix-functions/fputws.texi
27026 Hash: a0056c49a80a1aa877213437ddd4cb5955ac2c462fa78f053a4c3a6f3782d334
27027 Copyright: 
27028 License: 
27029 Licence_Text: 
27030 #Header: 
27031 #@node fputws
27032 #@section @code{fputws}
27033 #@findex fputws
27034 #
27035 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fputws.html}
27036 #
27037 #Gnulib module: ---
27038 #
27039 #Portability problems fixed by Gnulib:
27040 #@itemize
27041 #@end itemize
27042 #
27043 #Portability problems not fixed by Gnulib:
27044 #@itemize
27045 #@item
27046
27047 File: ./doc/posix-functions/fread.texi
27048 Hash: 203ffb455bb4140455e841f5fae6f63fea6055043808d00adafcc88b630cb01f
27049 Copyright: 
27050 License: 
27051 Licence_Text: 
27052 #Header: 
27053 #@node fread
27054 #@section @code{fread}
27055 #@findex fread
27056 #
27057 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fread.html}
27058 #
27059 #Gnulib module: ---
27060 #
27061 #Portability problems fixed by Gnulib:
27062 #@itemize
27063 #@end itemize
27064 #
27065 #Portability problems not fixed by Gnulib:
27066 #@itemize
27067 #@item
27068
27069 File: ./doc/posix-functions/free.texi
27070 Hash: 5d242e3032ca93238450312616b0835cee0d16bdd29424c0a5b8d9e265e306b0
27071 Copyright: 
27072 License: 
27073 Licence_Text: 
27074 #Header: 
27075 #@node free
27076 #@section @code{free}
27077 #@findex free
27078 #
27079 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/free.html}
27080 #
27081 #Gnulib module: free
27082 #
27083 #Portability problems fixed by Gnulib:
27084 #@itemize
27085 #@item
27086 #On old platforms such as SunOS4, @code{free (NULL)} fails.
27087 #However, since all such systems are so old as to no longer
27088 #be considered ``reasonable portability targets,''
27089 #this module is no longer useful.
27090
27091 File: ./doc/posix-functions/freeaddrinfo.texi
27092 Hash: 2a85ac5773ce37228a9b001b2f6102d2ccb5ee712dc6a104372a3caa7add64a3
27093 Copyright: 
27094 License: 
27095 Licence_Text: 
27096 #Header: 
27097 #@node freeaddrinfo
27098 #@section @code{freeaddrinfo}
27099 #@findex freeaddrinfo
27100 #
27101 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/freeaddrinfo.html}
27102 #
27103 #Gnulib module: getaddrinfo
27104 #
27105 #Portability problems fixed by Gnulib:
27106 #@itemize
27107 #@item
27108 #This function is missing on some platforms:
27109 #HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
27110 #@end itemize
27111
27112 File: ./doc/posix-functions/freelocale.texi
27113 Hash: 8776a23dd2eca0e57d0e59149570dc4afb924e23c11ae4ac4d8e9119ef78334a
27114 Copyright: 
27115 License: 
27116 Licence_Text: 
27117 #Header: 
27118 #@node freelocale
27119 #@section @code{freelocale}
27120 #@findex freelocale
27121 #
27122 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/freelocale.html}
27123 #
27124 #Gnulib module: ---
27125 #
27126 #Portability problems fixed by Gnulib:
27127 #@itemize
27128 #@end itemize
27129 #
27130 #Portability problems not fixed by Gnulib:
27131 #@itemize
27132 #@item
27133
27134 File: ./doc/posix-functions/freopen.texi
27135 Hash: c5b8bff1922535abcc1fec969516b476b349e17b5f65b47484da8bfe7f3f823c
27136 Copyright: 
27137 License: 
27138 Licence_Text: 
27139 #Header: 
27140 #@node freopen
27141 #@section @code{freopen}
27142 #@findex freopen
27143 #
27144 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/freopen.html}
27145 #
27146 #Gnulib module: freopen
27147 #
27148 #Portability problems fixed by Gnulib:
27149 #@itemize
27150 #@item
27151 #On Windows platforms (excluding Cygwin), this function does usually not
27152 #recognize the @file{/dev/null} filename.
27153 #@end itemize
27154
27155 File: ./doc/posix-functions/frexp.texi
27156 Hash: 692f49020a87b80d1037790d020971803bc0afebe14c158150a4e52031487353
27157 Copyright: 
27158 License: 
27159 Licence_Text: 
27160 #Header: 
27161 #@node frexp
27162 #@section @code{frexp}
27163 #@findex frexp
27164 #
27165 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/frexp.html}
27166 #
27167 #Gnulib module: frexp
27168 #
27169 #Portability problems fixed by Gnulib:
27170 #@itemize
27171 #@item
27172 #This function does not work on denormalized numbers on some platforms:
27173 #NetBSD 3.0.
27174 #@item
27175 #This function does not work on negative zero on some platforms:
27176
27177 File: ./doc/posix-functions/frexpf.texi
27178 Hash: 331ce16fc8e4dc1d4b90dd42bc5e7ccb13e6190ee4286fb3fe9e4b6e78dc5bd6
27179 Copyright: 
27180 License: 
27181 Licence_Text: 
27182 #Header: 
27183 #@node frexpf
27184 #@section @code{frexpf}
27185 #@findex frexpf
27186 #
27187 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/frexpf.html}
27188 #
27189 #Gnulib module: ---
27190 #
27191 #Portability problems fixed by Gnulib:
27192 #@itemize
27193 #@end itemize
27194 #
27195 #Portability problems not fixed by Gnulib:
27196 #@itemize
27197 #@item
27198
27199 File: ./doc/posix-functions/frexpl.texi
27200 Hash: 2b05d97865d15965f7eaaf726466ca7938f8aa8a4fb5c3074b88296c6175fd8e
27201 Copyright: 
27202 License: 
27203 Licence_Text: 
27204 #Header: 
27205 #@node frexpl
27206 #@section @code{frexpl}
27207 #@findex frexpl
27208 #
27209 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/frexpl.html}
27210 #
27211 #Gnulib module: frexpl
27212 #
27213 #Portability problems fixed by Gnulib:
27214 #@itemize
27215 #@item
27216 #This function is missing on some platforms:
27217 #FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5.
27218 #@item
27219 #This function does not work on finite numbers on some platforms:
27220
27221 File: ./doc/posix-functions/fscanf.texi
27222 Hash: c6cbb6eb2da370d053d700306d3f3d2fced6edb533846ce87c3eecd9f5b64d05
27223 Copyright: 
27224 License: 
27225 Licence_Text: 
27226 #Header: 
27227 #@node fscanf
27228 #@section @code{fscanf}
27229 #@findex fscanf
27230 #
27231 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fscanf.html}
27232 #
27233 #Gnulib module: ---
27234 #
27235 #Portability problems fixed by Gnulib:
27236 #@itemize
27237 #@end itemize
27238 #
27239 #Portability problems not fixed by Gnulib:
27240 #@itemize
27241 #@item
27242
27243 File: ./doc/posix-functions/fseek.texi
27244 Hash: 44d940d7b3f70696e57564a133ec06b608f75eb80f823893cc8d791cf20858f4
27245 Copyright: 
27246 License: 
27247 Licence_Text: 
27248 #Header: 
27249 #@node fseek
27250 #@section @code{fseek}
27251 #@findex fseek
27252 #
27253 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fseek.html}
27254 #
27255 #Gnulib module: fseek
27256 #
27257 #Portability problems fixed by Gnulib:
27258 #@itemize
27259 #@item
27260 #This function mistakenly succeeds on pipes on some platforms: mingw.
27261 #@end itemize
27262 #
27263 #Portability problems not fixed by Gnulib:
27264
27265 File: ./doc/posix-functions/fseeko.texi
27266 Hash: fce7c54e29aecbe63e018aa87b29db3cdc06947fed30a56dfdbb75ecffccfd68
27267 Copyright: 
27268 License: 
27269 Licence_Text: 
27270 #Header: 
27271 #@node fseeko
27272 #@section @code{fseeko}
27273 #@findex fseeko
27274 #
27275 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fseeko.html}
27276 #
27277 #Gnulib module: fseeko
27278 #
27279 #Portability problems fixed by Gnulib:
27280 #@itemize
27281 #@item
27282 #This function is missing on some platforms:
27283 #IRIX 5.3, OSF/1 4.0, Solaris 2.5.1, mingw.
27284 #@item
27285 #The declaration of @code{fseeko} in @code{<stdio.h>} is not enabled by default
27286
27287 File: ./doc/posix-functions/fsetpos.texi
27288 Hash: 406badc26cb637f4a19da664e003024401fc353dff4fd1b141a6d824183d2d7a
27289 Copyright: 
27290 License: 
27291 Licence_Text: 
27292 #Header: 
27293 #@node fsetpos
27294 #@section @code{fsetpos}
27295 #@findex fsetpos
27296 #
27297 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fsetpos.html}
27298 #
27299 #Gnulib module: ---
27300 #
27301 #Portability problems fixed by Gnulib:
27302 #@itemize
27303 #@end itemize
27304 #
27305 #Portability problems not fixed by Gnulib:
27306 #@itemize
27307 #@end itemize
27308
27309 File: ./doc/posix-functions/fstat.texi
27310 Hash: 029d0fe3f92d95173e6f28cccdbe2fe0ea1ab1e62cda2da6da2602071242e5c3
27311 Copyright: 
27312 License: 
27313 Licence_Text: 
27314 #Header: 
27315 #@node fstat
27316 #@section @code{fstat}
27317 #@findex fstat
27318 #
27319 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fstat.html}
27320 #
27321 #Gnulib module: ---
27322 #
27323 #Portability problems fixed by Gnulib:
27324 #@itemize
27325 #@end itemize
27326 #
27327 #Portability problems not fixed by Gnulib:
27328 #@itemize
27329 #@item
27330
27331 File: ./doc/posix-functions/fstatat.texi
27332 Hash: b452283c1ad4c7f6620b47e705c065d8ec9f7d7311e26521d50d978dde098b0c
27333 Copyright: 
27334 License: 
27335 Licence_Text: 
27336 #Header: 
27337 #@node fstatat
27338 #@section @code{fstatat}
27339 #@findex fstatat
27340 #
27341 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fstatat.html}
27342 #
27343 #Gnulib module: openat
27344 #
27345 #Portability problems fixed by Gnulib:
27346 #@itemize
27347 #@item
27348 #This function is missing on some platforms:
27349 #glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX
27350 #5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
27351 #But the replacement function is not safe to be used in libraries and is not multithread-safe.
27352
27353 File: ./doc/posix-functions/fstatvfs.texi
27354 Hash: ea42e0f03ea940ad7488f661925d44bc715e874caff49d8cf4c755fb3afb9a0a
27355 Copyright: 
27356 License: 
27357 Licence_Text: 
27358 #Header: 
27359 #@node fstatvfs
27360 #@section @code{fstatvfs}
27361 #@findex fstatvfs
27362 #
27363 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fstatvfs.html}
27364 #
27365 #Gnulib module: ---
27366 #
27367 #Portability problems fixed by Gnulib:
27368 #@itemize
27369 #@end itemize
27370 #
27371 #Portability problems not fixed by Gnulib:
27372 #@itemize
27373 #@item
27374
27375 File: ./doc/posix-functions/fsync.texi
27376 Hash: 8bf1bac4285f032b09e4f9c7087f3af31e559b5f52eca758141cbb391f5ac608
27377 Copyright: 
27378 License: 
27379 Licence_Text: 
27380 #Header: 
27381 #@node fsync
27382 #@section @code{fsync}
27383 #@findex fsync
27384 #
27385 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fsync.html}
27386 #
27387 #Gnulib module: fsync
27388 #
27389 #Portability problems fixed by Gnulib:
27390 #@itemize
27391 #@item
27392 #This function is missing on some platforms:
27393 #mingw.
27394 #@end itemize
27395
27396 File: ./doc/posix-functions/ftell.texi
27397 Hash: 7a09c5de0c501bb7cdeb65cf20f5582009c8ff539b59a7c5fee036acd65c1a78
27398 Copyright: 
27399 License: 
27400 Licence_Text: 
27401 #Header: 
27402 #@node ftell
27403 #@section @code{ftell}
27404 #@findex ftell
27405 #
27406 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftell.html}
27407 #
27408 #Gnulib module: ftell
27409 #
27410 #Portability problems fixed by Gnulib:
27411 #@itemize
27412 #@item
27413 #This function mistakenly succeeds on pipes on some platforms: mingw.
27414 #@item
27415 #This function produces incorrect results immediately after @code{fseek} on some
27416 #platforms:
27417
27418 File: ./doc/posix-functions/ftello.texi
27419 Hash: 37cf02f3716a62b6bba4c06fcadb95b4edf7b6cc034cd29b5b4a9b90ae04ac54
27420 Copyright: 
27421 License: 
27422 Licence_Text: 
27423 #Header: 
27424 #@node ftello
27425 #@section @code{ftello}
27426 #@findex ftello
27427 #
27428 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftello.html}
27429 #
27430 #Gnulib module: ftello
27431 #
27432 #Portability problems fixed by Gnulib:
27433 #@itemize
27434 #@item
27435 #This function is missing on some platforms:
27436 #IRIX 5.3, OSF/1 4.0, Solaris 2.5.1, mingw.
27437 #@item
27438 #The declaration of @code{ftello} in @code{<stdio.h>} is not enabled by default
27439
27440 File: ./doc/posix-functions/ftok.texi
27441 Hash: 9c0bb158262d297799d36d6d588c26e3e41b95226a77dd4cf11cd992e4a9a1e6
27442 Copyright: 
27443 License: 
27444 Licence_Text: 
27445 #Header: 
27446 #@node ftok
27447 #@section @code{ftok}
27448 #@findex ftok
27449 #
27450 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftok.html}
27451 #
27452 #Gnulib module: ---
27453 #
27454 #Portability problems fixed by Gnulib:
27455 #@itemize
27456 #@end itemize
27457 #
27458 #Portability problems not fixed by Gnulib:
27459 #@itemize
27460 #@item
27461
27462 File: ./doc/posix-functions/ftruncate.texi
27463 Hash: f1e0566861d589db1bb60cda3d8b8317d1ff9520cc36f00549df03b3419b269e
27464 Copyright: 
27465 License: 
27466 Licence_Text: 
27467 #Header: 
27468 #@node ftruncate
27469 #@section @code{ftruncate}
27470 #@findex ftruncate
27471 #
27472 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html}
27473 #
27474 #Gnulib module: ---
27475 #
27476 #Portability problems fixed by Gnulib:
27477 #@itemize
27478 #@item
27479 #This function is missing on some platforms:
27480 #mingw.
27481 #@end itemize
27482
27483 File: ./doc/posix-functions/ftrylockfile.texi
27484 Hash: e43223544d05c58b1bead69da882754ab20a449b9b600200c4ea8709b16fa01f
27485 Copyright: 
27486 License: 
27487 Licence_Text: 
27488 #Header: 
27489 #@node ftrylockfile
27490 #@section @code{ftrylockfile}
27491 #@findex ftrylockfile
27492 #
27493 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftrylockfile.html}
27494 #
27495 #Gnulib module: ---
27496 #
27497 #Portability problems fixed by Gnulib:
27498 #@itemize
27499 #@end itemize
27500 #
27501 #Portability problems not fixed by Gnulib:
27502 #@itemize
27503 #@item
27504
27505 File: ./doc/posix-functions/ftw.texi
27506 Hash: e978b2519b0f3806a7dab0e5e344fe47bca8fc2f523fde61b4dde209495588b1
27507 Copyright: 
27508 License: 
27509 Licence_Text: 
27510 #Header: 
27511 #@node ftw
27512 #@section @code{ftw}
27513 #@findex ftw
27514 #
27515 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftw.html}
27516 #
27517 #Gnulib module: ---
27518 #
27519 #Portability problems fixed by Gnulib:
27520 #@itemize
27521 #@end itemize
27522 #
27523 #Portability problems not fixed by Gnulib:
27524 #@itemize
27525 #@item
27526
27527 File: ./doc/posix-functions/funlockfile.texi
27528 Hash: 8b38246093f70a1e9599e3b040144aae94cf838305b81707500c579661d7f5ae
27529 Copyright: 
27530 License: 
27531 Licence_Text: 
27532 #Header: 
27533 #@node funlockfile
27534 #@section @code{funlockfile}
27535 #@findex funlockfile
27536 #
27537 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/funlockfile.html}
27538 #
27539 #Gnulib module: ---
27540 #
27541 #Portability problems fixed by Gnulib:
27542 #@itemize
27543 #@end itemize
27544 #
27545 #Portability problems not fixed by Gnulib:
27546 #@itemize
27547 #@item
27548
27549 File: ./doc/posix-functions/futimens.texi
27550 Hash: d1320304b274deef5c2d65cf3e1ffd0c50367a79176ef371756373ca29705fcb
27551 Copyright: 
27552 License: 
27553 Licence_Text: 
27554 #Header: 
27555 #@node futimens
27556 #@section @code{futimens}
27557 #@findex futimens
27558 #
27559 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/futimens.html}
27560 #
27561 #Gnulib module: ---
27562 #
27563 #Portability problems fixed by Gnulib:
27564 #@itemize
27565 #@end itemize
27566 #
27567 #Portability problems not fixed by Gnulib:
27568 #@itemize
27569 #@item
27570
27571 File: ./doc/posix-functions/fwide.texi
27572 Hash: ad8af32a87ba8df0b7982ed23d296cf78858b76463e35ad868d09fcc6cdd6653
27573 Copyright: 
27574 License: 
27575 Licence_Text: 
27576 #Header: 
27577 #@node fwide
27578 #@section @code{fwide}
27579 #@findex fwide
27580 #
27581 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fwide.html}
27582 #
27583 #Gnulib module: ---
27584 #
27585 #Portability problems fixed by Gnulib:
27586 #@itemize
27587 #@end itemize
27588 #
27589 #Portability problems not fixed by Gnulib:
27590 #@itemize
27591 #@item
27592
27593 File: ./doc/posix-functions/fwprintf.texi
27594 Hash: 40435c2105f61e2dfae56b633e183a81a1d955f0d0d5e0a3cbfce5865fbaa133
27595 Copyright: 
27596 License: 
27597 Licence_Text: 
27598 #Header: 
27599 #@node fwprintf
27600 #@section @code{fwprintf}
27601 #@findex fwprintf
27602 #
27603 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fwprintf.html}
27604 #
27605 #Gnulib module: ---
27606 #
27607 #Portability problems fixed by Gnulib:
27608 #@itemize
27609 #@end itemize
27610 #
27611 #Portability problems not fixed by Gnulib:
27612 #@itemize
27613 #@item
27614
27615 File: ./doc/posix-functions/fwrite.texi
27616 Hash: 0bc2efa6c28e32fe14ef25c64543ad9693dbb01be6f3fc8a5086a76ae6ed95e1
27617 Copyright: 
27618 License: 
27619 Licence_Text: 
27620 #Header: 
27621 #@node fwrite
27622 #@section @code{fwrite}
27623 #@findex fwrite
27624 #
27625 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fwrite.html}
27626 #
27627 #Gnulib module: stdio, sigpipe
27628 #
27629 #Portability problems fixed by Gnulib:
27630 #@itemize
27631 #@item
27632 #When writing to a pipe with no readers, this function fails, instead of
27633 #obeying the current @code{SIGPIPE} handler, on some platforms:
27634 #mingw.
27635 #@end itemize
27636
27637 File: ./doc/posix-functions/fwscanf.texi
27638 Hash: 0350aa62241649e46ebcc0a699ed578f770f8d8c4ab946f80522abc793281936
27639 Copyright: 
27640 License: 
27641 Licence_Text: 
27642 #Header: 
27643 #@node fwscanf
27644 #@section @code{fwscanf}
27645 #@findex fwscanf
27646 #
27647 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fwscanf.html}
27648 #
27649 #Gnulib module: ---
27650 #
27651 #Portability problems fixed by Gnulib:
27652 #@itemize
27653 #@end itemize
27654 #
27655 #Portability problems not fixed by Gnulib:
27656 #@itemize
27657 #@item
27658
27659 File: ./doc/posix-functions/gai_strerror.texi
27660 Hash: 9fa1d09a15180298f0966016d7c07be6488b7d90ae0fabfb8bd7e41bc43f22d2
27661 Copyright: 
27662 License: 
27663 Licence_Text: 
27664 #Header: 
27665 #@node gai_strerror
27666 #@section @code{gai_strerror}
27667 #@findex gai_strerror
27668 #
27669 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/gai_strerror.html}
27670 #
27671 #Gnulib module: getaddrinfo
27672 #
27673 #Portability problems fixed by Gnulib:
27674 #@itemize
27675 #@item
27676 #This function is missing on some platforms:
27677 #HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
27678 #@end itemize
27679
27680 File: ./doc/posix-functions/getaddrinfo.texi
27681 Hash: 14a705c905635f12d64464c1acf0d56577117e53d94fcb0d641b12f4913a4dfd
27682 Copyright: 
27683 License: 
27684 Licence_Text: 
27685 #Header: 
27686 #@node getaddrinfo
27687 #@section @code{getaddrinfo}
27688 #@findex getaddrinfo
27689 #
27690 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html}
27691 #
27692 #Gnulib module: getaddrinfo
27693 #
27694 #Portability problems fixed by Gnulib:
27695 #@itemize
27696 #@item
27697 #This function is missing on some platforms:
27698 #HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
27699 #@end itemize
27700
27701 File: ./doc/posix-functions/getc.texi
27702 Hash: 58714462b4f4187bd08744681c000e72e90a9431f84add6e9360050466fbbf17
27703 Copyright: 
27704 License: 
27705 Licence_Text: 
27706 #Header: 
27707 #@node getc
27708 #@section @code{getc}
27709 #@findex getc
27710 #
27711 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getc.html}
27712 #
27713 #Gnulib module: ---
27714 #
27715 #Portability problems fixed by Gnulib:
27716 #@itemize
27717 #@end itemize
27718 #
27719 #Portability problems not fixed by Gnulib:
27720 #@itemize
27721 #@item
27722
27723 File: ./doc/posix-functions/getc_unlocked.texi
27724 Hash: 719010c698afd2db8d1b61b7885706a8940c7fc71fbd2a10a01468665a3ee895
27725 Copyright: 
27726 License: 
27727 Licence_Text: 
27728 #Header: 
27729 #@node getc_unlocked
27730 #@section @code{getc_unlocked}
27731 #@findex getc_unlocked
27732 #
27733 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getc_unlocked.html}
27734 #
27735 #Gnulib module: ---
27736 #
27737 #Portability problems fixed by Gnulib:
27738 #@itemize
27739 #@end itemize
27740 #
27741 #Portability problems not fixed by Gnulib:
27742 #@itemize
27743 #@item
27744
27745 File: ./doc/posix-functions/getchar.texi
27746 Hash: 38cf4d3f15b593d55ec4c5968a96c38a6fbe440c9060e0ad506473175e94e95b
27747 Copyright: 
27748 License: 
27749 Licence_Text: 
27750 #Header: 
27751 #@node getchar
27752 #@section @code{getchar}
27753 #@findex getchar
27754 #
27755 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getchar.html}
27756 #
27757 #Gnulib module: ---
27758 #
27759 #Portability problems fixed by Gnulib:
27760 #@itemize
27761 #@end itemize
27762 #
27763 #Portability problems not fixed by Gnulib:
27764 #@itemize
27765 #@item
27766
27767 File: ./doc/posix-functions/getchar_unlocked.texi
27768 Hash: be20adfbc37a9b00e3ff1dc74c54d3358c9fd38ac388e4818d22abcaecbd4ec7
27769 Copyright: 
27770 License: 
27771 Licence_Text: 
27772 #Header: 
27773 #@node getchar_unlocked
27774 #@section @code{getchar_unlocked}
27775 #@findex getchar_unlocked
27776 #
27777 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getchar_unlocked.html}
27778 #
27779 #Gnulib module: ---
27780 #
27781 #Portability problems fixed by Gnulib:
27782 #@itemize
27783 #@end itemize
27784 #
27785 #Portability problems not fixed by Gnulib:
27786 #@itemize
27787 #@item
27788
27789 File: ./doc/posix-functions/getcwd.texi
27790 Hash: 17c216e7edd5cd839916fe367c97d27dd035e38e34a93c49bde48ea868c5296f
27791 Copyright: 
27792 License: 
27793 Licence_Text: 
27794 #Header: 
27795 #@node getcwd
27796 #@section @code{getcwd}
27797 #@findex getcwd
27798 #
27799 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getcwd.html}
27800 #
27801 #Gnulib module: getcwd
27802 #
27803 #Portability problems fixed by Gnulib:
27804 #@itemize
27805 #@item
27806 #This function is missing on some older platforms.
27807 #@item
27808 #On glibc platforms, @code{getcwd (NULL, n)} allocates memory for the result.
27809 #On other platforms, this call is not allowed.
27810
27811 File: ./doc/posix-functions/getdate.texi
27812 Hash: 79d3612b99d1e09b631440139db05273fe95959c259b5127693a9cb0223b3cee
27813 Copyright: 
27814 License: 
27815 Licence_Text: 
27816 #Header: 
27817 #@node getdate
27818 #@section @code{getdate}
27819 #@findex getdate
27820 #
27821 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getdate.html}
27822 #
27823 #Gnulib module: ---
27824 #
27825 #Portability problems fixed by Gnulib:
27826 #@itemize
27827 #@end itemize
27828 #
27829 #Portability problems not fixed by Gnulib:
27830 #@itemize
27831 #@item
27832
27833 File: ./doc/posix-functions/getdate_err.texi
27834 Hash: f92239cab29da0644d61d19629631685b6abcbc7b621f1aba5179029e5a28f84
27835 Copyright: 
27836 License: 
27837 Licence_Text: 
27838 #Header: 
27839 #@node getdate_err
27840 #@section @code{getdate_err}
27841 #@findex getdate_err
27842 #
27843 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getdate_err.html}
27844 #
27845 #Gnulib module: ---
27846 #
27847 #Portability problems fixed by Gnulib:
27848 #@itemize
27849 #@end itemize
27850 #
27851 #Portability problems not fixed by Gnulib:
27852 #@itemize
27853 #@item
27854
27855 File: ./doc/posix-functions/getdelim.texi
27856 Hash: efafb82e4876cff26df193267dcbd2a3a2f1f2fd97431a4ec5c761663a3886e4
27857 Copyright: 
27858 License: 
27859 Licence_Text: 
27860 #Header: 
27861 #@node getdelim
27862 #@section @code{getdelim}
27863 #@findex getdelim
27864 #
27865 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getdelim.html}
27866 #
27867 #Gnulib module: getdelim
27868 #
27869 #Portability problems fixed by Gnulib:
27870 #@itemize
27871 #@item
27872 #This function is missing on some platforms:
27873 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5.
27874 #@item
27875 #This function is missing a declaration on some platforms:
27876
27877 File: ./doc/posix-functions/getegid.texi
27878 Hash: b5b2f176703267d09132755529f870787751c23195ef12e2c9971d9a9c838a6d
27879 Copyright: 
27880 License: 
27881 Licence_Text: 
27882 #Header: 
27883 #@node getegid
27884 #@section @code{getegid}
27885 #@findex getegid
27886 #
27887 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getegid.html}
27888 #
27889 #Gnulib module: ---
27890 #
27891 #Portability problems fixed by Gnulib:
27892 #@itemize
27893 #@end itemize
27894 #
27895 #Portability problems not fixed by Gnulib:
27896 #@itemize
27897 #@item
27898
27899 File: ./doc/posix-functions/getenv.texi
27900 Hash: 274cd2f5b8925d63386ac9c50ef8831a97f390e3e58e5977bf9785aae707cd97
27901 Copyright: 
27902 License: 
27903 Licence_Text: 
27904 #Header: 
27905 #@node getenv
27906 #@section @code{getenv}
27907 #@findex getenv
27908 #
27909 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getenv.html}
27910 #
27911 #Gnulib module: ---
27912 #
27913 #Portability problems fixed by Gnulib:
27914 #@itemize
27915 #@end itemize
27916 #
27917 #Portability problems not fixed by Gnulib:
27918 #@itemize
27919 #@end itemize
27920
27921 File: ./doc/posix-functions/geteuid.texi
27922 Hash: 5839ba963ace9183575af71a0ede6093646d1924b7d9e2db4fdebd83dbed9a0e
27923 Copyright: 
27924 License: 
27925 Licence_Text: 
27926 #Header: 
27927 #@node geteuid
27928 #@section @code{geteuid}
27929 #@findex geteuid
27930 #
27931 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/geteuid.html}
27932 #
27933 #Gnulib module: ---
27934 #
27935 #Portability problems fixed by Gnulib:
27936 #@itemize
27937 #@end itemize
27938 #
27939 #Portability problems not fixed by Gnulib:
27940 #@itemize
27941 #@item
27942
27943 File: ./doc/posix-functions/getgid.texi
27944 Hash: 39a7aed4f6ecf6142c9c4c9f46a2d8a17a802609c2b75dc92ec40c30e196196b
27945 Copyright: 
27946 License: 
27947 Licence_Text: 
27948 #Header: 
27949 #@node getgid
27950 #@section @code{getgid}
27951 #@findex getgid
27952 #
27953 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgid.html}
27954 #
27955 #Gnulib module: ---
27956 #
27957 #Portability problems fixed by Gnulib:
27958 #@itemize
27959 #@end itemize
27960 #
27961 #Portability problems not fixed by Gnulib:
27962 #@itemize
27963 #@item
27964
27965 File: ./doc/posix-functions/getgrent.texi
27966 Hash: 0596e2089898956df5fd5cae81e2c3a8891e10e1746e9f13a3c8357d7c9edcb5
27967 Copyright: 
27968 License: 
27969 Licence_Text: 
27970 #Header: 
27971 #@node getgrent
27972 #@section @code{getgrent}
27973 #@findex getgrent
27974 #
27975 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgrent.html}
27976 #
27977 #Gnulib module: ---
27978 #
27979 #Portability problems fixed by Gnulib:
27980 #@itemize
27981 #@end itemize
27982 #
27983 #Portability problems not fixed by Gnulib:
27984 #@itemize
27985 #@item
27986
27987 File: ./doc/posix-functions/getgrgid.texi
27988 Hash: e90d86643f77ea14655319e842600c5f9de7a54494abce14088dd53ea2931a25
27989 Copyright: 
27990 License: 
27991 Licence_Text: 
27992 #Header: 
27993 #@node getgrgid
27994 #@section @code{getgrgid}
27995 #@findex getgrgid
27996 #
27997 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgrgid.html}
27998 #
27999 #Gnulib module: ---
28000 #
28001 #Portability problems fixed by Gnulib:
28002 #@itemize
28003 #@end itemize
28004 #
28005 #Portability problems not fixed by Gnulib:
28006 #@itemize
28007 #@item
28008
28009 File: ./doc/posix-functions/getgrgid_r.texi
28010 Hash: ae21c2ca2f91e6e4083483a87b4dc644e670c029cd4cc1f1e1b14c0a0e0adedf
28011 Copyright: 
28012 License: 
28013 Licence_Text: 
28014 #Header: 
28015 #@node getgrgid_r
28016 #@section @code{getgrgid_r}
28017 #@findex getgrgid_r
28018 #
28019 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgrgid_r.html}
28020 #
28021 #Gnulib module: ---
28022 #
28023 #Portability problems fixed by Gnulib:
28024 #@itemize
28025 #@end itemize
28026 #
28027 #Portability problems not fixed by Gnulib:
28028 #@itemize
28029 #@item
28030
28031 File: ./doc/posix-functions/getgrnam.texi
28032 Hash: 7e47a3eaa33be90ec41d4856255adb5c1434663e691c7362ce1297d74ff858d2
28033 Copyright: 
28034 License: 
28035 Licence_Text: 
28036 #Header: 
28037 #@node getgrnam
28038 #@section @code{getgrnam}
28039 #@findex getgrnam
28040 #
28041 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgrnam.html}
28042 #
28043 #Gnulib module: ---
28044 #
28045 #Portability problems fixed by Gnulib:
28046 #@itemize
28047 #@end itemize
28048 #
28049 #Portability problems not fixed by Gnulib:
28050 #@itemize
28051 #@item
28052
28053 File: ./doc/posix-functions/getgrnam_r.texi
28054 Hash: 2e107e9b689d02131cfc4599989f420a227a95b4c35d4bca5774e73a2ff568e8
28055 Copyright: 
28056 License: 
28057 Licence_Text: 
28058 #Header: 
28059 #@node getgrnam_r
28060 #@section @code{getgrnam_r}
28061 #@findex getgrnam_r
28062 #
28063 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgrnam_r.html}
28064 #
28065 #Gnulib module: ---
28066 #
28067 #Portability problems fixed by Gnulib:
28068 #@itemize
28069 #@end itemize
28070 #
28071 #Portability problems not fixed by Gnulib:
28072 #@itemize
28073 #@item
28074
28075 File: ./doc/posix-functions/getgroups.texi
28076 Hash: dc11c7f3733247e37a0bc53249ea948e76d259d158544b2a5a082a1d111129e0
28077 Copyright: 
28078 License: 
28079 Licence_Text: 
28080 #Header: 
28081 #@node getgroups
28082 #@section @code{getgroups}
28083 #@findex getgroups
28084 #
28085 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgroups.html}
28086 #
28087 #Gnulib module: getgroups
28088 #
28089 #Portability problems fixed by Gnulib:
28090 #@itemize
28091 #@item
28092 #This function is missing on some platforms:
28093 #mingw.
28094 #@item
28095 #On Ultrix 4.3, @code{getgroups (0, 0)} always fails.  See macro
28096
28097 File: ./doc/posix-functions/gethostent.texi
28098 Hash: a1ddf37deaf3136d395c6e2fc6bc008837e691f6b6c615c6bfbac8c2316ceb5c
28099 Copyright: 
28100 License: 
28101 Licence_Text: 
28102 #Header: 
28103 #@node gethostent
28104 #@section @code{gethostent}
28105 #@findex gethostent
28106 #
28107 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/gethostent.html}
28108 #
28109 #Gnulib module: ---
28110 #
28111 #Portability problems fixed by Gnulib:
28112 #@itemize
28113 #@end itemize
28114 #
28115 #Portability problems not fixed by Gnulib:
28116 #@itemize
28117 #@item
28118
28119 File: ./doc/posix-functions/gethostid.texi
28120 Hash: 75b6790bd3fd3e7bb67cc34c87a613cc4bfa446ce4e2a43a11e9788c583ed63c
28121 Copyright: 
28122 License: 
28123 Licence_Text: 
28124 #Header: 
28125 #@node gethostid
28126 #@section @code{gethostid}
28127 #@findex gethostid
28128 #
28129 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/gethostid.html}
28130 #
28131 #Gnulib module: ---
28132 #
28133 #Portability problems fixed by Gnulib:
28134 #@itemize
28135 #@end itemize
28136 #
28137 #Portability problems not fixed by Gnulib:
28138 #@itemize
28139 #@item
28140
28141 File: ./doc/posix-functions/gethostname.texi
28142 Hash: 77e832d8786df64fef14857e4611bc7324c762142a78e5a347f789b35d563a1c
28143 Copyright: 
28144 License: 
28145 Licence_Text: 
28146 #Header: 
28147 #@node gethostname
28148 #@section @code{gethostname}
28149 #@findex gethostname
28150 #
28151 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/gethostname.html}
28152 #
28153 #Gnulib module: gethostname
28154 #
28155 #Portability problems fixed by Gnulib:
28156 #@itemize
28157 #@item
28158 #On mingw, this function has a prototype that differs from that
28159 #specified by POSIX, and it is defined only in the ws2_32 library.
28160 #@end itemize
28161
28162 File: ./doc/posix-functions/getitimer.texi
28163 Hash: 35af7f4dc16bc874c784085e9bed6ab3be4728a30937389be5aa1e3026ce4f47
28164 Copyright: 
28165 License: 
28166 Licence_Text: 
28167 #Header: 
28168 #@node getitimer
28169 #@section @code{getitimer}
28170 #@findex getitimer
28171 #
28172 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getitimer.html}
28173 #
28174 #Gnulib module: ---
28175 #
28176 #Portability problems fixed by Gnulib:
28177 #@itemize
28178 #@end itemize
28179 #
28180 #Portability problems not fixed by Gnulib:
28181 #@itemize
28182 #@item
28183
28184 File: ./doc/posix-functions/getline.texi
28185 Hash: cc4e1cdd660ad29d4fdf61fef17a363fd2de9ca8f2f9864e8a11fb14978e6715
28186 Copyright: 
28187 License: 
28188 Licence_Text: 
28189 #Header: 
28190 #@node getline
28191 #@section @code{getline}
28192 #@findex getline
28193 #
28194 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getline.html}
28195 #
28196 #Gnulib module: getline
28197 #
28198 #Portability problems fixed by Gnulib:
28199 #@itemize
28200 #@item
28201 #This function is missing on some platforms:
28202 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5.
28203 #@item
28204 #This function is missing a declaration on some platforms:
28205
28206 File: ./doc/posix-functions/getlogin.texi
28207 Hash: 1dcdcd176e1153b391bee72702dd8c20b7e79e32970b1db82044598c636350f6
28208 Copyright: 
28209 License: 
28210 Licence_Text: 
28211 #Header: 
28212 #@node getlogin
28213 #@section @code{getlogin}
28214 #@findex getlogin
28215 #
28216 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getlogin.html}
28217 #
28218 #Gnulib module: ---
28219 #
28220 #Portability problems fixed by Gnulib:
28221 #@itemize
28222 #@end itemize
28223 #
28224 #Portability problems not fixed by Gnulib:
28225 #@itemize
28226 #@item
28227
28228 File: ./doc/posix-functions/getlogin_r.texi
28229 Hash: 7ad532d82f0519617a84dc82bf028aa4181ba189dda51b3ac511ab5648042f8e
28230 Copyright: 
28231 License: 
28232 Licence_Text: 
28233 #Header: 
28234 #@node getlogin_r
28235 #@section @code{getlogin_r}
28236 #@findex getlogin_r
28237 #
28238 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getlogin_r.html}
28239 #
28240 #Gnulib module: getlogin_r
28241 #
28242 #Portability problems fixed by Gnulib:
28243 #@itemize
28244 #@item
28245 #This function is missing on some platforms:
28246 #NetBSD 3.0, mingw.
28247 #@end itemize
28248
28249 File: ./doc/posix-functions/getmsg.texi
28250 Hash: e67c2c51ff394f18250f43089b89a0820105195fe338f2b68ca2448fde73a130
28251 Copyright: 
28252 License: 
28253 Licence_Text: 
28254 #Header: 
28255 #@node getmsg
28256 #@section @code{getmsg}
28257 #@findex getmsg
28258 #
28259 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getmsg.html}
28260 #
28261 #Gnulib module: ---
28262 #
28263 #Portability problems fixed by Gnulib:
28264 #@itemize
28265 #@end itemize
28266 #
28267 #Portability problems not fixed by Gnulib:
28268 #@itemize
28269 #@item
28270
28271 File: ./doc/posix-functions/getnameinfo.texi
28272 Hash: 7ce827533a3feb9e2f219bc867cb7dbf8f5d39dae596203b9425157ee79fa86c
28273 Copyright: 
28274 License: 
28275 Licence_Text: 
28276 #Header: 
28277 #@node getnameinfo
28278 #@section @code{getnameinfo}
28279 #@findex getnameinfo
28280 #
28281 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getnameinfo.html}
28282 #
28283 #Gnulib module: getaddrinfo
28284 #
28285 #Portability problems fixed by Gnulib:
28286 #@itemize
28287 #@item
28288 #This function is missing on some platforms:
28289 #HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
28290 #@end itemize
28291
28292 File: ./doc/posix-functions/getnetbyaddr.texi
28293 Hash: 4e93c87df34262cc9fe05be16d01964a06924666bc4513614053d626ae6b5ff7
28294 Copyright: 
28295 License: 
28296 Licence_Text: 
28297 #Header: 
28298 #@node getnetbyaddr
28299 #@section @code{getnetbyaddr}
28300 #@findex getnetbyaddr
28301 #
28302 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getnetbyaddr.html}
28303 #
28304 #Gnulib module: ---
28305 #
28306 #Portability problems fixed by Gnulib:
28307 #@itemize
28308 #@end itemize
28309 #
28310 #Portability problems not fixed by Gnulib:
28311 #@itemize
28312 #@item
28313
28314 File: ./doc/posix-functions/getnetbyname.texi
28315 Hash: 52a931503da2c42cbd8f8be86549e2575e48ab5b65090fa85ec33f2910e00cb2
28316 Copyright: 
28317 License: 
28318 Licence_Text: 
28319 #Header: 
28320 #@node getnetbyname
28321 #@section @code{getnetbyname}
28322 #@findex getnetbyname
28323 #
28324 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getnetbyname.html}
28325 #
28326 #Gnulib module: ---
28327 #
28328 #Portability problems fixed by Gnulib:
28329 #@itemize
28330 #@end itemize
28331 #
28332 #Portability problems not fixed by Gnulib:
28333 #@itemize
28334 #@item
28335
28336 File: ./doc/posix-functions/getnetent.texi
28337 Hash: b32da6dbd572fe5c7c653c8c600ebebe87b0f794b2758f02c7c175587c1b63ff
28338 Copyright: 
28339 License: 
28340 Licence_Text: 
28341 #Header: 
28342 #@node getnetent
28343 #@section @code{getnetent}
28344 #@findex getnetent
28345 #
28346 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getnetent.html}
28347 #
28348 #Gnulib module: ---
28349 #
28350 #Portability problems fixed by Gnulib:
28351 #@itemize
28352 #@end itemize
28353 #
28354 #Portability problems not fixed by Gnulib:
28355 #@itemize
28356 #@item
28357
28358 File: ./doc/posix-functions/getopt.texi
28359 Hash: af7f8ffb87a9e53611a6c79fa27787cb8686d2fad31f999c12e345d89db483ae
28360 Copyright: 
28361 License: 
28362 Licence_Text: 
28363 #Header: 
28364 #@node getopt
28365 #@section @code{getopt}
28366 #@findex getopt
28367 #
28368 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getopt.html}
28369 #
28370 #Gnulib module: getopt-posix or getopt-gnu
28371 #
28372 #The module @code{getopt-gnu} has support for ``long options'' and for
28373 #``options that take optional arguments''.  Compared to the API defined by POSIX,
28374 #it adds a header file @code{<getopt.h>} and a function @code{getopt_long}.
28375 #
28376 #Portability problems fixed by either Gnulib module @code{getopt-posix} or @code{getopt-gnu}:
28377 #@itemize
28378 #@item
28379
28380 File: ./doc/posix-functions/getpeername.texi
28381 Hash: 3da780655ab68f30fec710038214a4e109ad4247a561349954bb1b0cfde8d117
28382 Copyright: 
28383 License: 
28384 Licence_Text: 
28385 #Header: 
28386 #@node getpeername
28387 #@section @code{getpeername}
28388 #@findex getpeername
28389 #
28390 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpeername.html}
28391 #
28392 #Gnulib module: getpeername
28393 #
28394 #Portability problems fixed by Gnulib:
28395 #@itemize
28396 #@item
28397 #On Windows platforms (excluding Cygwin), error codes for
28398 #@code{getpeername} are not placed in @code{errno}, and
28399 #@code{WSAGetLastError} must be used instead.
28400 #@end itemize
28401
28402 File: ./doc/posix-functions/getpgid.texi
28403 Hash: 0b7b188ca82fc0428055b148ff19fcb11abe7c13f97b23f913ec4afeed84e3e3
28404 Copyright: 
28405 License: 
28406 Licence_Text: 
28407 #Header: 
28408 #@node getpgid
28409 #@section @code{getpgid}
28410 #@findex getpgid
28411 #
28412 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpgid.html}
28413 #
28414 #Gnulib module: ---
28415 #
28416 #Portability problems fixed by Gnulib:
28417 #@itemize
28418 #@end itemize
28419 #
28420 #Portability problems not fixed by Gnulib:
28421 #@itemize
28422 #@item
28423
28424 File: ./doc/posix-functions/getpgrp.texi
28425 Hash: db8b430ed2f111ddbd6fe64c6fed03b269ab342d0242b27ab145239c9281296c
28426 Copyright: 
28427 License: 
28428 Licence_Text: 
28429 #Header: 
28430 #@node getpgrp
28431 #@section @code{getpgrp}
28432 #@findex getpgrp
28433 #
28434 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpgrp.html}
28435 #
28436 #Gnulib module: ---
28437 #
28438 #Portability problems fixed by Gnulib:
28439 #@itemize
28440 #@end itemize
28441 #
28442 #Portability problems not fixed by Gnulib:
28443 #@itemize
28444 #@item
28445
28446 File: ./doc/posix-functions/getpid.texi
28447 Hash: ac1bc30305416ea508f16362ec87cbe917851fdd1a598a828e711ede91b2d825
28448 Copyright: 
28449 License: 
28450 Licence_Text: 
28451 #Header: 
28452 #@node getpid
28453 #@section @code{getpid}
28454 #@findex getpid
28455 #
28456 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpid.html}
28457 #
28458 #Gnulib module: ---
28459 #
28460 #Portability problems fixed by Gnulib:
28461 #@itemize
28462 #@end itemize
28463 #
28464 #Portability problems not fixed by Gnulib:
28465 #@itemize
28466 #@end itemize
28467
28468 File: ./doc/posix-functions/getpmsg.texi
28469 Hash: aa2a70e33feb57d1e999ef4b424ecd3c44e308fc2b6446eae7418d25a30bb2c5
28470 Copyright: 
28471 License: 
28472 Licence_Text: 
28473 #Header: 
28474 #@node getpmsg
28475 #@section @code{getpmsg}
28476 #@findex getpmsg
28477 #
28478 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpmsg.html}
28479 #
28480 #Gnulib module: ---
28481 #
28482 #Portability problems fixed by Gnulib:
28483 #@itemize
28484 #@end itemize
28485 #
28486 #Portability problems not fixed by Gnulib:
28487 #@itemize
28488 #@item
28489
28490 File: ./doc/posix-functions/getppid.texi
28491 Hash: 6d2bf74d0a29e047baeb1ef37707f41406274cc3f248d75e8dc46781a6b68f69
28492 Copyright: 
28493 License: 
28494 Licence_Text: 
28495 #Header: 
28496 #@node getppid
28497 #@section @code{getppid}
28498 #@findex getppid
28499 #
28500 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getppid.html}
28501 #
28502 #Gnulib module: ---
28503 #
28504 #Portability problems fixed by Gnulib:
28505 #@itemize
28506 #@end itemize
28507 #
28508 #Portability problems not fixed by Gnulib:
28509 #@itemize
28510 #@item
28511
28512 File: ./doc/posix-functions/getpriority.texi
28513 Hash: e9c531e0f622d4d952957f619ff81ce3d19931316589b633ff0b611f43fd2843
28514 Copyright: 
28515 License: 
28516 Licence_Text: 
28517 #Header: 
28518 #@node getpriority
28519 #@section @code{getpriority}
28520 #@findex getpriority
28521 #
28522 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpriority.html}
28523 #
28524 #Gnulib module: ---
28525 #
28526 #Portability problems fixed by Gnulib:
28527 #@itemize
28528 #@end itemize
28529 #
28530 #Portability problems not fixed by Gnulib:
28531 #@itemize
28532 #@item
28533
28534 File: ./doc/posix-functions/getprotobyname.texi
28535 Hash: 963e8861ff62a9d05859487128caa20536bb577825ce96399658e741f7be3193
28536 Copyright: 
28537 License: 
28538 Licence_Text: 
28539 #Header: 
28540 #@node getprotobyname
28541 #@section @code{getprotobyname}
28542 #@findex getprotobyname
28543 #
28544 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getprotobyname.html}
28545 #
28546 #Gnulib module: ---
28547 #
28548 #Portability problems fixed by Gnulib:
28549 #@itemize
28550 #@end itemize
28551 #
28552 #Portability problems not fixed by Gnulib:
28553 #@itemize
28554 #@item
28555
28556 File: ./doc/posix-functions/getprotobynumber.texi
28557 Hash: e805cea0486255ad0074dde515a503115e33ed43868aecacfb1a0ac558cf8b98
28558 Copyright: 
28559 License: 
28560 Licence_Text: 
28561 #Header: 
28562 #@node getprotobynumber
28563 #@section @code{getprotobynumber}
28564 #@findex getprotobynumber
28565 #
28566 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getprotobynumber.html}
28567 #
28568 #Gnulib module: ---
28569 #
28570 #Portability problems fixed by Gnulib:
28571 #@itemize
28572 #@end itemize
28573 #
28574 #Portability problems not fixed by Gnulib:
28575 #@itemize
28576 #@item
28577
28578 File: ./doc/posix-functions/getprotoent.texi
28579 Hash: 551ad27d45a3a2173629a313fa52369ff33c06beaec3bbc2377baf67b8bd6a63
28580 Copyright: 
28581 License: 
28582 Licence_Text: 
28583 #Header: 
28584 #@node getprotoent
28585 #@section @code{getprotoent}
28586 #@findex getprotoent
28587 #
28588 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getprotoent.html}
28589 #
28590 #Gnulib module: ---
28591 #
28592 #Portability problems fixed by Gnulib:
28593 #@itemize
28594 #@end itemize
28595 #
28596 #Portability problems not fixed by Gnulib:
28597 #@itemize
28598 #@item
28599
28600 File: ./doc/posix-functions/getpwent.texi
28601 Hash: 68e520992b1a0489112d7282fd41decd194ca4fd35a4d9b802cc3c4f7668109d
28602 Copyright: 
28603 License: 
28604 Licence_Text: 
28605 #Header: 
28606 #@node getpwent
28607 #@section @code{getpwent}
28608 #@findex getpwent
28609 #
28610 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpwent.html}
28611 #
28612 #Gnulib module: ---
28613 #
28614 #Portability problems fixed by Gnulib:
28615 #@itemize
28616 #@end itemize
28617 #
28618 #Portability problems not fixed by Gnulib:
28619 #@itemize
28620 #@item
28621
28622 File: ./doc/posix-functions/getpwnam.texi
28623 Hash: 998a0dbf244f755876f23b998c559ba89e13530dd2773a04938a04b5b4f4ea58
28624 Copyright: 
28625 License: 
28626 Licence_Text: 
28627 #Header: 
28628 #@node getpwnam
28629 #@section @code{getpwnam}
28630 #@findex getpwnam
28631 #
28632 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpwnam.html}
28633 #
28634 #Gnulib module: ---
28635 #
28636 #Portability problems fixed by Gnulib:
28637 #@itemize
28638 #@end itemize
28639 #
28640 #Portability problems not fixed by Gnulib:
28641 #@itemize
28642 #@item
28643
28644 File: ./doc/posix-functions/getpwnam_r.texi
28645 Hash: 70f8d6647f1e66692bd073a00720fdd78908c840c5d79bfdc49a0f125598a275
28646 Copyright: 
28647 License: 
28648 Licence_Text: 
28649 #Header: 
28650 #@node getpwnam_r
28651 #@section @code{getpwnam_r}
28652 #@findex getpwnam_r
28653 #
28654 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpwnam_r.html}
28655 #
28656 #Gnulib module: ---
28657 #
28658 #Portability problems fixed by Gnulib:
28659 #@itemize
28660 #@end itemize
28661 #
28662 #Portability problems not fixed by Gnulib:
28663 #@itemize
28664 #@item
28665
28666 File: ./doc/posix-functions/getpwuid.texi
28667 Hash: e8fe050b21b5adc384e3955d5ffd092c6a04e7f31d5a9f4812d4d928483a13b4
28668 Copyright: 
28669 License: 
28670 Licence_Text: 
28671 #Header: 
28672 #@node getpwuid
28673 #@section @code{getpwuid}
28674 #@findex getpwuid
28675 #
28676 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpwuid.html}
28677 #
28678 #Gnulib module: ---
28679 #
28680 #Portability problems fixed by Gnulib:
28681 #@itemize
28682 #@end itemize
28683 #
28684 #Portability problems not fixed by Gnulib:
28685 #@itemize
28686 #@item
28687
28688 File: ./doc/posix-functions/getpwuid_r.texi
28689 Hash: d44ef7b94c25b62423eedbe94c7a59721af5023d7f9798dcb6f9bca0b3188b84
28690 Copyright: 
28691 License: 
28692 Licence_Text: 
28693 #Header: 
28694 #@node getpwuid_r
28695 #@section @code{getpwuid_r}
28696 #@findex getpwuid_r
28697 #
28698 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html}
28699 #
28700 #Gnulib module: ---
28701 #
28702 #Portability problems fixed by Gnulib:
28703 #@itemize
28704 #@end itemize
28705 #
28706 #Portability problems not fixed by Gnulib:
28707 #@itemize
28708 #@item
28709
28710 File: ./doc/posix-functions/getrlimit.texi
28711 Hash: 1741e65462f624b55fa08f6c137d5fef0491b29550153ff7b2298da4af716d35
28712 Copyright: 
28713 License: 
28714 Licence_Text: 
28715 #Header: 
28716 #@node getrlimit
28717 #@section @code{getrlimit}
28718 #@findex getrlimit
28719 #
28720 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getrlimit.html}
28721 #
28722 #Gnulib module: ---
28723 #
28724 #Portability problems fixed by Gnulib:
28725 #@itemize
28726 #@end itemize
28727 #
28728 #Portability problems not fixed by Gnulib:
28729 #@itemize
28730 #@item
28731
28732 File: ./doc/posix-functions/getrusage.texi
28733 Hash: c9eeb4d92f5a2e7811c9223fd928527c6a5417e8594cbd9ea14eeefede635a25
28734 Copyright: 
28735 License: 
28736 Licence_Text: 
28737 #Header: 
28738 #@node getrusage
28739 #@section @code{getrusage}
28740 #@findex getrusage
28741 #
28742 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getrusage.html}
28743 #
28744 #Gnulib module: ---
28745 #
28746 #Portability problems fixed by Gnulib:
28747 #@itemize
28748 #@end itemize
28749 #
28750 #Portability problems not fixed by Gnulib:
28751 #@itemize
28752 #@item
28753
28754 File: ./doc/posix-functions/gets.texi
28755 Hash: 9acd238c8a9d2d9c4330c312cafbdcd705e2429713392b36d2ce7c289b4e53ae
28756 Copyright: 
28757 License: 
28758 Licence_Text: 
28759 #Header: 
28760 #@node gets
28761 #@section @code{gets}
28762 #@findex gets
28763 #
28764 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/gets.html}
28765 #
28766 #Gnulib module: ---
28767 #
28768 #Portability problems fixed by Gnulib:
28769 #@itemize
28770 #@end itemize
28771 #
28772 #Portability problems not fixed by Gnulib:
28773 #@itemize
28774 #@item
28775
28776 File: ./doc/posix-functions/getservbyname.texi
28777 Hash: 3ecea5dc3404e1e38010cd73a8404324b1f9d1b54340701156549b8d5bfd01be
28778 Copyright: 
28779 License: 
28780 Licence_Text: 
28781 #Header: 
28782 #@node getservbyname
28783 #@section @code{getservbyname}
28784 #@findex getservbyname
28785 #
28786 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getservbyname.html}
28787 #
28788 #Gnulib module: ---
28789 #
28790 #Portability problems fixed by Gnulib:
28791 #@itemize
28792 #@end itemize
28793 #
28794 #Portability problems not fixed by Gnulib:
28795 #@itemize
28796 #@item
28797
28798 File: ./doc/posix-functions/getservbyport.texi
28799 Hash: bcdebeab2eff4908ac4d0c1c82b94bf2d68700c98b4cd97a78214034f96b2ed3
28800 Copyright: 
28801 License: 
28802 Licence_Text: 
28803 #Header: 
28804 #@node getservbyport
28805 #@section @code{getservbyport}
28806 #@findex getservbyport
28807 #
28808 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getservbyport.html}
28809 #
28810 #Gnulib module: ---
28811 #
28812 #Portability problems fixed by Gnulib:
28813 #@itemize
28814 #@end itemize
28815 #
28816 #Portability problems not fixed by Gnulib:
28817 #@itemize
28818 #@item
28819
28820 File: ./doc/posix-functions/getservent.texi
28821 Hash: c838d8a89540e74f6101898ed07696b8825936baf417b8f2832655d311f571b9
28822 Copyright: 
28823 License: 
28824 Licence_Text: 
28825 #Header: 
28826 #@node getservent
28827 #@section @code{getservent}
28828 #@findex getservent
28829 #
28830 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getservent.html}
28831 #
28832 #Gnulib module: ---
28833 #
28834 #Portability problems fixed by Gnulib:
28835 #@itemize
28836 #@end itemize
28837 #
28838 #Portability problems not fixed by Gnulib:
28839 #@itemize
28840 #@item
28841
28842 File: ./doc/posix-functions/getsid.texi
28843 Hash: 431bb53ecff71e3d8b417174c16796f529609cd3acb88ebc10eb477a349185bb
28844 Copyright: 
28845 License: 
28846 Licence_Text: 
28847 #Header: 
28848 #@node getsid
28849 #@section @code{getsid}
28850 #@findex getsid
28851 #
28852 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getsid.html}
28853 #
28854 #Gnulib module: ---
28855 #
28856 #Portability problems fixed by Gnulib:
28857 #@itemize
28858 #@end itemize
28859 #
28860 #Portability problems not fixed by Gnulib:
28861 #@itemize
28862 #@item
28863
28864 File: ./doc/posix-functions/getsockname.texi
28865 Hash: 31f2b7be44434718f4efc1d7b1eeab9bf763e3e363342fb0650f7dd2febe12b3
28866 Copyright: 
28867 License: 
28868 Licence_Text: 
28869 #Header: 
28870 #@node getsockname
28871 #@section @code{getsockname}
28872 #@findex getsockname
28873 #
28874 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getsockname.html}
28875 #
28876 #Gnulib module: getsockname
28877 #
28878 #Portability problems fixed by Gnulib:
28879 #@itemize
28880 #@item
28881 #On Windows platforms (excluding Cygwin), error codes for
28882 #@code{getsockname} are not placed in @code{errno}, and
28883 #@code{WSAGetLastError} must be used instead.
28884 #@end itemize
28885
28886 File: ./doc/posix-functions/getsockopt.texi
28887 Hash: af2dad761ea7f44bcf81197c78bf3fcfb362822bad6f0ece6311338d86e3af08
28888 Copyright: 
28889 License: 
28890 Licence_Text: 
28891 #Header: 
28892 #@node getsockopt
28893 #@section @code{getsockopt}
28894 #@findex getsockopt
28895 #
28896 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html}
28897 #
28898 #Gnulib module: getsockopt
28899 #
28900 #Portability problems fixed by Gnulib:
28901 #@itemize
28902 #@item
28903 #On Windows platforms (excluding Cygwin), error codes for
28904 #@code{getsockopt} are not placed in @code{errno}, and
28905 #@code{WSAGetLastError} must be used instead.
28906 #@end itemize
28907
28908 File: ./doc/posix-functions/getsubopt.texi
28909 Hash: aa4a53d47e730a1f992d7f1aa922e1aa79be10c34bfb255f50c46bfcb2f31234
28910 Copyright: 
28911 License: 
28912 Licence_Text: 
28913 #Header: 
28914 #@node getsubopt
28915 #@section @code{getsubopt}
28916 #@findex getsubopt
28917 #
28918 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getsubopt.html}
28919 #
28920 #Gnulib module: getsubopt
28921 #
28922 #Portability problems fixed by Gnulib:
28923 #@itemize
28924 #@item
28925 #This function is missing on some platforms:
28926 #mingw, BeOS.
28927 #@end itemize
28928
28929 File: ./doc/posix-functions/gettimeofday.texi
28930 Hash: 92a496410d954f2a49525954f98a8b06037522f580f6c0db5ade027332d23bde
28931 Copyright: 
28932 License: 
28933 Licence_Text: 
28934 #Header: 
28935 #@node gettimeofday
28936 #@section @code{gettimeofday}
28937 #@findex gettimeofday
28938 #
28939 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html}
28940 #
28941 #Gnulib module: gettimeofday
28942 #
28943 #Portability problems fixed by Gnulib:
28944 #@itemize
28945 #@item
28946 #This function is missing on some platforms:
28947 #mingw.
28948 #@item
28949 #This function is declared with a nonstandard function prototype (only one
28950
28951 File: ./doc/posix-functions/getuid.texi
28952 Hash: 19539881b0771df459953a324b6b357f9054362136b7bf9e0dd8765b028602e1
28953 Copyright: 
28954 License: 
28955 Licence_Text: 
28956 #Header: 
28957 #@node getuid
28958 #@section @code{getuid}
28959 #@findex getuid
28960 #
28961 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getuid.html}
28962 #
28963 #Gnulib module: ---
28964 #
28965 #Portability problems fixed by Gnulib:
28966 #@itemize
28967 #@end itemize
28968 #
28969 #Portability problems not fixed by Gnulib:
28970 #@itemize
28971 #@item
28972
28973 File: ./doc/posix-functions/getutxent.texi
28974 Hash: 87341c2493c319192244895c4b3a8f0e235c13e0c6621010175a0c36db050f8b
28975 Copyright: 
28976 License: 
28977 Licence_Text: 
28978 #Header: 
28979 #@node getutxent
28980 #@section @code{getutxent}
28981 #@findex getutxent
28982 #
28983 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getutxent.html}
28984 #
28985 #Gnulib module: ---
28986 #
28987 #Portability problems fixed by Gnulib:
28988 #@itemize
28989 #@end itemize
28990 #
28991 #Portability problems not fixed by Gnulib:
28992 #@itemize
28993 #@item
28994
28995 File: ./doc/posix-functions/getutxid.texi
28996 Hash: 0bbf1db488c0b8719e88a95cd605fa67768a93ef69ddd9169b67e61711ae1e9d
28997 Copyright: 
28998 License: 
28999 Licence_Text: 
29000 #Header: 
29001 #@node getutxid
29002 #@section @code{getutxid}
29003 #@findex getutxid
29004 #
29005 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getutxid.html}
29006 #
29007 #Gnulib module: ---
29008 #
29009 #Portability problems fixed by Gnulib:
29010 #@itemize
29011 #@end itemize
29012 #
29013 #Portability problems not fixed by Gnulib:
29014 #@itemize
29015 #@item
29016
29017 File: ./doc/posix-functions/getutxline.texi
29018 Hash: d12b5dfe0bf0b375c1ca7848376ae825fc319ade3d15ad4eaef723461569e33a
29019 Copyright: 
29020 License: 
29021 Licence_Text: 
29022 #Header: 
29023 #@node getutxline
29024 #@section @code{getutxline}
29025 #@findex getutxline
29026 #
29027 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getutxline.html}
29028 #
29029 #Gnulib module: ---
29030 #
29031 #Portability problems fixed by Gnulib:
29032 #@itemize
29033 #@end itemize
29034 #
29035 #Portability problems not fixed by Gnulib:
29036 #@itemize
29037 #@item
29038
29039 File: ./doc/posix-functions/getwc.texi
29040 Hash: 24a89fa271805bfe4e8cc573f5ca543254fe76dc9df6b5d9120d24be2e7e8409
29041 Copyright: 
29042 License: 
29043 Licence_Text: 
29044 #Header: 
29045 #@node getwc
29046 #@section @code{getwc}
29047 #@findex getwc
29048 #
29049 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getwc.html}
29050 #
29051 #Gnulib module: ---
29052 #
29053 #Portability problems fixed by Gnulib:
29054 #@itemize
29055 #@end itemize
29056 #
29057 #Portability problems not fixed by Gnulib:
29058 #@itemize
29059 #@item
29060
29061 File: ./doc/posix-functions/getwchar.texi
29062 Hash: f75ad5d5c3cf53828966a82b52a7ef76b530dcdb646790e3e093dac8390a43f3
29063 Copyright: 
29064 License: 
29065 Licence_Text: 
29066 #Header: 
29067 #@node getwchar
29068 #@section @code{getwchar}
29069 #@findex getwchar
29070 #
29071 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getwchar.html}
29072 #
29073 #Gnulib module: ---
29074 #
29075 #Portability problems fixed by Gnulib:
29076 #@itemize
29077 #@end itemize
29078 #
29079 #Portability problems not fixed by Gnulib:
29080 #@itemize
29081 #@item
29082
29083 File: ./doc/posix-functions/glob.texi
29084 Hash: 768db78c0332b8bc395ab0e47410eda2ecd7e7199d167bdda85c58ecc1aa45a5
29085 Copyright: 
29086 License: 
29087 Licence_Text: 
29088 #Header: 
29089 #@node glob
29090 #@section @code{glob}
29091 #@findex glob
29092 #
29093 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/glob.html}
29094 #
29095 #Gnulib module: glob
29096 #
29097 #Portability problems fixed by Gnulib:
29098 #@itemize
29099 #@item
29100 #This function is missing on some platforms:
29101 #IRIX 5.3, mingw, BeOS.
29102 #@item
29103 #This function may list symbolic links to nonexistent files among the results,
29104
29105 File: ./doc/posix-functions/globfree.texi
29106 Hash: 377e052eed5cf3a7e869b6b866cfeac8cd5ee86bcbdb7a7e8917773dd9409ab8
29107 Copyright: 
29108 License: 
29109 Licence_Text: 
29110 #Header: 
29111 #@node globfree
29112 #@section @code{globfree}
29113 #@findex globfree
29114 #
29115 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/globfree.html}
29116 #
29117 #Gnulib module: glob
29118 #
29119 #Portability problems fixed by Gnulib:
29120 #@itemize
29121 #@item
29122 #This function is missing on some platforms:
29123 #IRIX 5.3, mingw, BeOS.
29124 #@end itemize
29125
29126 File: ./doc/posix-functions/gmtime.texi
29127 Hash: 9066a6d0b686e0fd9eaf52c3daccffe11d300f0093beec88c8dea2637d591a89
29128 Copyright: 
29129 License: 
29130 Licence_Text: 
29131 #Header: 
29132 #@node gmtime
29133 #@section @code{gmtime}
29134 #@findex gmtime
29135 #
29136 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/gmtime.html}
29137 #
29138 #Gnulib module: ---
29139 #
29140 #Portability problems fixed by Gnulib:
29141 #@itemize
29142 #@end itemize
29143 #
29144 #Portability problems not fixed by Gnulib:
29145 #@itemize
29146 #@end itemize
29147
29148 File: ./doc/posix-functions/gmtime_r.texi
29149 Hash: d899d0d3944063104a3a87bec32233cf8c8c5c00340d8a31c276be78149609b2
29150 Copyright: 
29151 License: 
29152 Licence_Text: 
29153 #Header: 
29154 #@node gmtime_r
29155 #@section @code{gmtime_r}
29156 #@findex gmtime_r
29157 #
29158 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/gmtime_r.html}
29159 #
29160 #Gnulib module: ---
29161 #
29162 #Portability problems fixed by Gnulib:
29163 #@itemize
29164 #@end itemize
29165 #
29166 #Portability problems not fixed by Gnulib:
29167 #@itemize
29168 #@item
29169
29170 File: ./doc/posix-functions/google-ranking.txt
29171 Hash: 6669619e4c21ebf3f0f0cfa39caf63574d638db746cee3ab5241ae4e8ab02dff
29172 Copyright: 
29173 License: 
29174 Licence_Text: 
29175 #Header: 
29176 #free                                   2420000
29177 #write                                  1570000
29178 #time                                    768000
29179 #strlen                                  702000
29180 #index                                   697000
29181 #printf                                  690000
29182 #fprintf                                 641000
29183 #errno                                   616000
29184 #strcmp                                  604000
29185 #malloc                                  574000
29186 #memset                                  556000
29187 #sprintf                                 550000
29188 #read                                    547000
29189 #remove                                  527000
29190 #strcpy                                  510000
29191
29192 File: ./doc/posix-functions/grantpt.texi
29193 Hash: ebd0e873fe02818ecf4ed2990c273103a39ad0f2043ff06acc9e07254bcd44f2
29194 Copyright: 
29195 License: 
29196 Licence_Text: 
29197 #Header: 
29198 #@node grantpt
29199 #@section @code{grantpt}
29200 #@findex grantpt
29201 #
29202 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/grantpt.html}
29203 #
29204 #Gnulib module: ---
29205 #
29206 #Portability problems fixed by Gnulib:
29207 #@itemize
29208 #@end itemize
29209 #
29210 #Portability problems not fixed by Gnulib:
29211 #@itemize
29212 #@item
29213
29214 File: ./doc/posix-functions/hcreate.texi
29215 Hash: 1f1de04c8b3137e208712afe58b67737a41e3c494046ea3632c2d6bebfdb5e08
29216 Copyright: 
29217 License: 
29218 Licence_Text: 
29219 #Header: 
29220 #@node hcreate
29221 #@section @code{hcreate}
29222 #@findex hcreate
29223 #
29224 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/hcreate.html}
29225 #
29226 #Gnulib module: ---
29227 #
29228 #Portability problems fixed by Gnulib:
29229 #@itemize
29230 #@end itemize
29231 #
29232 #Portability problems not fixed by Gnulib:
29233 #@itemize
29234 #@item
29235
29236 File: ./doc/posix-functions/hdestroy.texi
29237 Hash: 852046bda95f89dc1f65f887ebfcb271af87a79cfa85a2c30a2596dea55ffb6c
29238 Copyright: 
29239 License: 
29240 Licence_Text: 
29241 #Header: 
29242 #@node hdestroy
29243 #@section @code{hdestroy}
29244 #@findex hdestroy
29245 #
29246 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/hdestroy.html}
29247 #
29248 #Gnulib module: ---
29249 #
29250 #Portability problems fixed by Gnulib:
29251 #@itemize
29252 #@end itemize
29253 #
29254 #Portability problems not fixed by Gnulib:
29255 #@itemize
29256 #@item
29257
29258 File: ./doc/posix-functions/hsearch.texi
29259 Hash: 1c3dfdf5fd7c26d554eaa4394d12da4e71fb0ff8b6c6a7d956fbdf226e6db77c
29260 Copyright: 
29261 License: 
29262 Licence_Text: 
29263 #Header: 
29264 #@node hsearch
29265 #@section @code{hsearch}
29266 #@findex hsearch
29267 #
29268 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/hsearch.html}
29269 #
29270 #Gnulib module: ---
29271 #
29272 #Portability problems fixed by Gnulib:
29273 #@itemize
29274 #@end itemize
29275 #
29276 #Portability problems not fixed by Gnulib:
29277 #@itemize
29278 #@item
29279
29280 File: ./doc/posix-functions/htonl.texi
29281 Hash: 96da0ca2386362f2d4e4dd58a33905ddbd207738ec194c1f90078bb0176b923d
29282 Copyright: 
29283 License: 
29284 Licence_Text: 
29285 #Header: 
29286 #@node htonl
29287 #@section @code{htonl}
29288 #@findex htonl
29289 #
29290 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/htonl.html}
29291 #
29292 #Gnulib module: ---
29293 #
29294 #Portability problems fixed by Gnulib:
29295 #@itemize
29296 #@end itemize
29297 #
29298 #Portability problems not fixed by Gnulib:
29299 #@itemize
29300 #@item
29301
29302 File: ./doc/posix-functions/htons.texi
29303 Hash: 112e415883bc9b3912343a8c5535eab4ed1e5eb8e2a0cb6203b1b4c829c2ac10
29304 Copyright: 
29305 License: 
29306 Licence_Text: 
29307 #Header: 
29308 #@node htons
29309 #@section @code{htons}
29310 #@findex htons
29311 #
29312 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/htons.html}
29313 #
29314 #Gnulib module: ---
29315 #
29316 #Portability problems fixed by Gnulib:
29317 #@itemize
29318 #@end itemize
29319 #
29320 #Portability problems not fixed by Gnulib:
29321 #@itemize
29322 #@item
29323
29324 File: ./doc/posix-functions/hypot.texi
29325 Hash: 5916e7c5c00d00967198f74805aafa986ae5501cc50a0b6c535f859c4accae49
29326 Copyright: 
29327 License: 
29328 Licence_Text: 
29329 #Header: 
29330 #@node hypot
29331 #@section @code{hypot}
29332 #@findex hypot
29333 #
29334 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/hypot.html}
29335 #
29336 #Gnulib module: ---
29337 #
29338 #Portability problems fixed by Gnulib:
29339 #@itemize
29340 #@end itemize
29341 #
29342 #Portability problems not fixed by Gnulib:
29343 #@itemize
29344 #@end itemize
29345
29346 File: ./doc/posix-functions/hypotf.texi
29347 Hash: dd7047f4fcc4c2890b72412ea78a97e134cb3d4b52b5eddb8523a2402c15fbd4
29348 Copyright: 
29349 License: 
29350 Licence_Text: 
29351 #Header: 
29352 #@node hypotf
29353 #@section @code{hypotf}
29354 #@findex hypotf
29355 #
29356 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/hypotf.html}
29357 #
29358 #Gnulib module: ---
29359 #
29360 #Portability problems fixed by Gnulib:
29361 #@itemize
29362 #@end itemize
29363 #
29364 #Portability problems not fixed by Gnulib:
29365 #@itemize
29366 #@item
29367
29368 File: ./doc/posix-functions/hypotl.texi
29369 Hash: f90a4791fa83d5bb2611a343ee4e76c4b640340bb22acf21f71a0d33ec9a80e0
29370 Copyright: 
29371 License: 
29372 Licence_Text: 
29373 #Header: 
29374 #@node hypotl
29375 #@section @code{hypotl}
29376 #@findex hypotl
29377 #
29378 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/hypotl.html}
29379 #
29380 #Gnulib module: ---
29381 #
29382 #Portability problems fixed by Gnulib:
29383 #@itemize
29384 #@end itemize
29385 #
29386 #Portability problems not fixed by Gnulib:
29387 #@itemize
29388 #@item
29389
29390 File: ./doc/posix-functions/iconv.texi
29391 Hash: f965f19658c91456314bbd0c675bd6052312f237295341335b35c38475791d91
29392 Copyright: 
29393 License: 
29394 Licence_Text: 
29395 #Header: 
29396 #@node iconv
29397 #@section @code{iconv}
29398 #@findex iconv
29399 #
29400 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iconv.html}
29401 #
29402 #Gnulib module: iconv
29403 #
29404 #Portability problems fixed by Gnulib:
29405 #@itemize
29406 #@item
29407 #GNU libiconv is not found if installed in @file{$PREFIX/lib}.
29408 #@item
29409 #Failures are not distinguishable from successful returns on some platforms:
29410 #AIX 5.1.
29411
29412 File: ./doc/posix-functions/iconv_close.texi
29413 Hash: 16082c1b0665d66075df97aca7dffc9193a3dd54469ce1e20fd61a7e65e01635
29414 Copyright: 
29415 License: 
29416 Licence_Text: 
29417 #Header: 
29418 #@node iconv_close
29419 #@section @code{iconv_close}
29420 #@findex iconv_close
29421 #
29422 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iconv_close.html}
29423 #
29424 #Gnulib module: iconv
29425 #
29426 #Portability problems fixed by Gnulib:
29427 #@itemize
29428 #@item
29429 #GNU libiconv is not found if installed in @file{$PREFIX/lib}.
29430 #@end itemize
29431 #
29432 #Portability problems not fixed by Gnulib:
29433
29434 File: ./doc/posix-functions/iconv_open.texi
29435 Hash: 49b9b82fed6c3b4bf87cd2443ef07037863a7832c4cb38eb16f75dd2c83a2826
29436 Copyright: 
29437 License: 
29438 Licence_Text: 
29439 #Header: 
29440 #@node iconv_open
29441 #@section @code{iconv_open}
29442 #@findex iconv_open
29443 #
29444 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iconv_open.html}
29445 #
29446 #Gnulib module: iconv, iconv_open, iconv_open-utf
29447 #
29448 #Portability problems fixed by either Gnulib module @code{iconv} or @code{iconv_open}:
29449 #@itemize
29450 #@item
29451 #GNU libiconv is not found if installed in @file{$PREFIX/lib}.
29452 #@item
29453 #No converter from EUC-JP to UTF-8 is provided on some platforms:
29454 #HP-UX 11.
29455
29456 File: ./doc/posix-functions/if_freenameindex.texi
29457 Hash: 3409250e6643d5a9d763dad8f6d778213c5262060d57245d9969168b5717c8ef
29458 Copyright: 
29459 License: 
29460 Licence_Text: 
29461 #Header: 
29462 #@node if_freenameindex
29463 #@section @code{if_freenameindex}
29464 #@findex if_freenameindex
29465 #
29466 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/if_freenameindex.html}
29467 #
29468 #Gnulib module: ---
29469 #
29470 #Portability problems fixed by Gnulib:
29471 #@itemize
29472 #@end itemize
29473 #
29474 #Portability problems not fixed by Gnulib:
29475 #@itemize
29476 #@item
29477
29478 File: ./doc/posix-functions/if_indextoname.texi
29479 Hash: e0c658b26a0038f9e0d93a4e91f11249f2b4af91b6eea372a208a05cf161b2a8
29480 Copyright: 
29481 License: 
29482 Licence_Text: 
29483 #Header: 
29484 #@node if_indextoname
29485 #@section @code{if_indextoname}
29486 #@findex if_indextoname
29487 #
29488 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/if_indextoname.html}
29489 #
29490 #Gnulib module: ---
29491 #
29492 #Portability problems fixed by Gnulib:
29493 #@itemize
29494 #@end itemize
29495 #
29496 #Portability problems not fixed by Gnulib:
29497 #@itemize
29498 #@item
29499
29500 File: ./doc/posix-functions/if_nameindex.texi
29501 Hash: efe0055691b143943238c3973ce7a34ab9e1512434fad06838d9cb1579027e7d
29502 Copyright: 
29503 License: 
29504 Licence_Text: 
29505 #Header: 
29506 #@node if_nameindex
29507 #@section @code{if_nameindex}
29508 #@findex if_nameindex
29509 #
29510 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/if_nameindex.html}
29511 #
29512 #Gnulib module: ---
29513 #
29514 #Portability problems fixed by Gnulib:
29515 #@itemize
29516 #@end itemize
29517 #
29518 #Portability problems not fixed by Gnulib:
29519 #@itemize
29520 #@item
29521
29522 File: ./doc/posix-functions/if_nametoindex.texi
29523 Hash: ae69d6500c998134e95d763fd4d4d4b74f3b9a32ae8320f90da673dddd7082e7
29524 Copyright: 
29525 License: 
29526 Licence_Text: 
29527 #Header: 
29528 #@node if_nametoindex
29529 #@section @code{if_nametoindex}
29530 #@findex if_nametoindex
29531 #
29532 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/if_nametoindex.html}
29533 #
29534 #Gnulib module: ---
29535 #
29536 #Portability problems fixed by Gnulib:
29537 #@itemize
29538 #@end itemize
29539 #
29540 #Portability problems not fixed by Gnulib:
29541 #@itemize
29542 #@item
29543
29544 File: ./doc/posix-functions/ilogb.texi
29545 Hash: 18dbb833f6c37415f3c211e4872a95fea279a0c41a745edc0581e9ccfaea9bf0
29546 Copyright: 
29547 License: 
29548 Licence_Text: 
29549 #Header: 
29550 #@node ilogb
29551 #@section @code{ilogb}
29552 #@findex ilogb
29553 #
29554 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ilogb.html}
29555 #
29556 #Gnulib module: ---
29557 #
29558 #Portability problems fixed by Gnulib:
29559 #@itemize
29560 #@end itemize
29561 #
29562 #Portability problems not fixed by Gnulib:
29563 #@itemize
29564 #@item
29565
29566 File: ./doc/posix-functions/ilogbf.texi
29567 Hash: 1c1c7486eb6998de905eda978324bfc91f9c1b8ba52fcdc6ce6b1d26f3aa0a14
29568 Copyright: 
29569 License: 
29570 Licence_Text: 
29571 #Header: 
29572 #@node ilogbf
29573 #@section @code{ilogbf}
29574 #@findex ilogbf
29575 #
29576 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ilogbf.html}
29577 #
29578 #Gnulib module: ---
29579 #
29580 #Portability problems fixed by Gnulib:
29581 #@itemize
29582 #@end itemize
29583 #
29584 #Portability problems not fixed by Gnulib:
29585 #@itemize
29586 #@item
29587
29588 File: ./doc/posix-functions/ilogbl.texi
29589 Hash: 3b010d3a7060a6064b0717b3c0cb764eaab983dde75fe55e71e7775e15e72ede
29590 Copyright: 
29591 License: 
29592 Licence_Text: 
29593 #Header: 
29594 #@node ilogbl
29595 #@section @code{ilogbl}
29596 #@findex ilogbl
29597 #
29598 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ilogbl.html}
29599 #
29600 #Gnulib module: ---
29601 #
29602 #Portability problems fixed by Gnulib:
29603 #@itemize
29604 #@end itemize
29605 #
29606 #Portability problems not fixed by Gnulib:
29607 #@itemize
29608 #@item
29609
29610 File: ./doc/posix-functions/imaxabs.texi
29611 Hash: 666ba73e5b2cde72e1e5b6bc0d407b8d52982031343e5627f4c7986c9f8ab588
29612 Copyright: 
29613 License: 
29614 Licence_Text: 
29615 #Header: 
29616 #@node imaxabs
29617 #@section @code{imaxabs}
29618 #@findex imaxabs
29619 #
29620 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/imaxabs.html}
29621 #
29622 #Gnulib module: imaxabs
29623 #
29624 #Portability problems fixed by Gnulib:
29625 #@itemize
29626 #@item
29627 #This function is missing on some platforms:
29628 #NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Interix 3.5, BeOS.
29629 #@end itemize
29630
29631 File: ./doc/posix-functions/imaxdiv.texi
29632 Hash: 138d9df51523cec7035dcf949fb2b46186fdbfc8e3f5d93e07abef452fe90ec4
29633 Copyright: 
29634 License: 
29635 Licence_Text: 
29636 #Header: 
29637 #@node imaxdiv
29638 #@section @code{imaxdiv}
29639 #@findex imaxdiv
29640 #
29641 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/imaxdiv.html}
29642 #
29643 #Gnulib module: imaxdiv
29644 #
29645 #Portability problems fixed by Gnulib:
29646 #@itemize
29647 #@item
29648 #This function is missing on some platforms:
29649 #NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Interix 3.5, BeOS.
29650 #@end itemize
29651
29652 File: ./doc/posix-functions/inet_addr.texi
29653 Hash: 74b2fccbbd9d74392aa7fcb6c422f554038225e221802537f85556e3622f5b7a
29654 Copyright: 
29655 License: 
29656 Licence_Text: 
29657 #Header: 
29658 #@node inet_addr
29659 #@section @code{inet_addr}
29660 #@findex inet_addr
29661 #
29662 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/inet_addr.html}
29663 #
29664 #Gnulib module: ---
29665 #
29666 #Portability problems fixed by Gnulib:
29667 #@itemize
29668 #@end itemize
29669 #
29670 #Portability problems not fixed by Gnulib:
29671 #@itemize
29672 #@item
29673
29674 File: ./doc/posix-functions/inet_ntoa.texi
29675 Hash: 17301bd2cf66ebdfb65182b0dade44f1dae8345b2125ff8d9356dcf108d83fa4
29676 Copyright: 
29677 License: 
29678 Licence_Text: 
29679 #Header: 
29680 #@node inet_ntoa
29681 #@section @code{inet_ntoa}
29682 #@findex inet_ntoa
29683 #
29684 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/inet_ntoa.html}
29685 #
29686 #Gnulib module: ---
29687 #
29688 #Portability problems fixed by Gnulib:
29689 #@itemize
29690 #@end itemize
29691 #
29692 #Portability problems not fixed by Gnulib:
29693 #@itemize
29694 #@item
29695
29696 File: ./doc/posix-functions/inet_ntop.texi
29697 Hash: 2bfb9c3c48534a0ef693f09aa78498cebe4f1efdd5dc1287daffe91e312d3b46
29698 Copyright: 
29699 License: 
29700 Licence_Text: 
29701 #Header: 
29702 #@node inet_ntop
29703 #@section @code{inet_ntop}
29704 #@findex inet_ntop
29705 #
29706 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/inet_ntop.html}
29707 #
29708 #Gnulib module: inet_ntop
29709 #
29710 #Portability problems fixed by Gnulib:
29711 #@itemize
29712 #@item
29713 #This function is missing on some platforms:
29714 #HP-UX 11.00, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS.
29715 #@end itemize
29716
29717 File: ./doc/posix-functions/inet_pton.texi
29718 Hash: 179d6b99ccbdec429d7b7be478695dc0d41e2340f79f6d9c5b5a693cba0489ed
29719 Copyright: 
29720 License: 
29721 Licence_Text: 
29722 #Header: 
29723 #@node inet_pton
29724 #@section @code{inet_pton}
29725 #@findex inet_pton
29726 #
29727 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/inet_pton.html}
29728 #
29729 #Gnulib module: inet_pton
29730 #
29731 #Portability problems fixed by Gnulib:
29732 #@itemize
29733 #@item
29734 #This function is missing on some platforms:
29735 #HP-UX 11.00, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS.
29736 #@end itemize
29737
29738 File: ./doc/posix-functions/initstate.texi
29739 Hash: ef35a8ba1f7a2c80bbc096e54a5309a312b91cc5cf46e6da71a3af2e92b733d5
29740 Copyright: 
29741 License: 
29742 Licence_Text: 
29743 #Header: 
29744 #@node initstate
29745 #@section @code{initstate}
29746 #@findex initstate
29747 #
29748 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/initstate.html}
29749 #
29750 #Gnulib module: ---
29751 #
29752 #Portability problems fixed by Gnulib:
29753 #@itemize
29754 #@end itemize
29755 #
29756 #Portability problems not fixed by Gnulib:
29757 #@itemize
29758 #@item
29759
29760 File: ./doc/posix-functions/insque.texi
29761 Hash: bd5c85638f4a8abfa676097f05367cf4a7a5c6df9e4814c7956a55497fd70cdd
29762 Copyright: 
29763 License: 
29764 Licence_Text: 
29765 #Header: 
29766 #@node insque
29767 #@section @code{insque}
29768 #@findex insque
29769 #
29770 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/insque.html}
29771 #
29772 #Gnulib module: ---
29773 #
29774 #Portability problems fixed by Gnulib:
29775 #@itemize
29776 #@end itemize
29777 #
29778 #Portability problems not fixed by Gnulib:
29779 #@itemize
29780 #@item
29781
29782 File: ./doc/posix-functions/ioctl.texi
29783 Hash: 0e9992e44abd4da7febddb076d29b2cbcd8d088f04d6a99e46d65446440a621c
29784 Copyright: 
29785 License: 
29786 Licence_Text: 
29787 #Header: 
29788 #@node ioctl
29789 #@section @code{ioctl}
29790 #@findex ioctl
29791 #
29792 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ioctl.html}
29793 #
29794 #Gnulib module: ioctl
29795 #
29796 #Portability problems fixed by Gnulib:
29797 #@itemize
29798 #@item
29799 #On Windows platforms (excluding Cygwin), @code{ioctl} is called
29800 #@code{ioctlsocket}, and error codes for this function are not placed in
29801 #@code{errno}, and @code{WSAGetLastError} must be used instead.
29802 #@end itemize
29803
29804 File: ./doc/posix-functions/isalnum.texi
29805 Hash: 7e8f6f0e1c5391eeeee418d3daba0ca9a8f1acc734524864a393b569cb4d9e7e
29806 Copyright: 
29807 License: 
29808 Licence_Text: 
29809 #Header: 
29810 #@node isalnum
29811 #@section @code{isalnum}
29812 #@findex isalnum
29813 #
29814 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalnum.html}
29815 #
29816 #Gnulib module: ---
29817 #
29818 #Portability problems fixed by Gnulib:
29819 #@itemize
29820 #@end itemize
29821 #
29822 #Portability problems not fixed by Gnulib:
29823 #@itemize
29824 #@end itemize
29825
29826 File: ./doc/posix-functions/isalnum_l.texi
29827 Hash: 184b40cbdba1ef6f81331ed1f0dbb4e7bad0df440e0c8a0d7069ac1908d68897
29828 Copyright: 
29829 License: 
29830 Licence_Text: 
29831 #Header: 
29832 #@node isalnum_l
29833 #@section @code{isalnum_l}
29834 #@findex isalnum_l
29835 #
29836 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalnum_l.html}
29837 #
29838 #Gnulib module: ---
29839 #
29840 #Portability problems fixed by Gnulib:
29841 #@itemize
29842 #@end itemize
29843 #
29844 #Portability problems not fixed by Gnulib:
29845 #@itemize
29846 #@item
29847
29848 File: ./doc/posix-functions/isalpha.texi
29849 Hash: 21bde3d1e2fd36e6b70354be9db9d5b7bf8e1f1d4288c356e93cec01c117bca6
29850 Copyright: 
29851 License: 
29852 Licence_Text: 
29853 #Header: 
29854 #@node isalpha
29855 #@section @code{isalpha}
29856 #@findex isalpha
29857 #
29858 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalpha.html}
29859 #
29860 #Gnulib module: ---
29861 #
29862 #Portability problems fixed by Gnulib:
29863 #@itemize
29864 #@end itemize
29865 #
29866 #Portability problems not fixed by Gnulib:
29867 #@itemize
29868 #@end itemize
29869
29870 File: ./doc/posix-functions/isalpha_l.texi
29871 Hash: 891b0a65e8c759c81c621ba0197e0f95e55ca090eee63dcaccba5faa52ca9077
29872 Copyright: 
29873 License: 
29874 Licence_Text: 
29875 #Header: 
29876 #@node isalpha_l
29877 #@section @code{isalpha_l}
29878 #@findex isalpha_l
29879 #
29880 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalpha_l.html}
29881 #
29882 #Gnulib module: ---
29883 #
29884 #Portability problems fixed by Gnulib:
29885 #@itemize
29886 #@end itemize
29887 #
29888 #Portability problems not fixed by Gnulib:
29889 #@itemize
29890 #@item
29891
29892 File: ./doc/posix-functions/isascii.texi
29893 Hash: 556beb2df9bb209f85e402d40e0fe3811644560424c74fb2b3ef07a8dd6d705b
29894 Copyright: 
29895 License: 
29896 Licence_Text: 
29897 #Header: 
29898 #@node isascii
29899 #@section @code{isascii}
29900 #@findex isascii
29901 #
29902 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isascii.html}
29903 #
29904 #Gnulib module: ---
29905 #
29906 #Portability problems fixed by Gnulib:
29907 #@itemize
29908 #@end itemize
29909 #
29910 #Portability problems not fixed by Gnulib:
29911 #@itemize
29912 #@end itemize
29913
29914 File: ./doc/posix-functions/isastream.texi
29915 Hash: 9eeda95fb91e67be24bb2e4b8ebcb41758144638e315c9b8a38e5f24c9c464a3
29916 Copyright: 
29917 License: 
29918 Licence_Text: 
29919 #Header: 
29920 #@node isastream
29921 #@section @code{isastream}
29922 #@findex isastream
29923 #
29924 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isastream.html}
29925 #
29926 #Gnulib module: ---
29927 #
29928 #Portability problems fixed by Gnulib:
29929 #@itemize
29930 #@end itemize
29931 #
29932 #Portability problems not fixed by Gnulib:
29933 #@itemize
29934 #@item
29935
29936 File: ./doc/posix-functions/isatty.texi
29937 Hash: e2c2970db6e080721b6f59c180087535d30c7f0e6e49510851e8c56bbf62b571
29938 Copyright: 
29939 License: 
29940 Licence_Text: 
29941 #Header: 
29942 #@node isatty
29943 #@section @code{isatty}
29944 #@findex isatty
29945 #
29946 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isatty.html}
29947 #
29948 #Gnulib module: ---
29949 #
29950 #Portability problems fixed by Gnulib:
29951 #@itemize
29952 #@end itemize
29953 #
29954 #Portability problems not fixed by Gnulib:
29955 #@itemize
29956 #@item
29957
29958 File: ./doc/posix-functions/isblank.texi
29959 Hash: 607aeac320bbcef0aff904e331fd9ba48021afb702586fadfb024e3c2399987a
29960 Copyright: 
29961 License: 
29962 Licence_Text: 
29963 #Header: 
29964 #@node isblank
29965 #@section @code{isblank}
29966 #@findex isblank
29967 #
29968 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isblank.html}
29969 #
29970 #Gnulib module: ---
29971 #
29972 #Portability problems fixed by Gnulib:
29973 #@itemize
29974 #@end itemize
29975 #
29976 #Portability problems not fixed by Gnulib:
29977 #@itemize
29978 #@item
29979
29980 File: ./doc/posix-functions/isblank_l.texi
29981 Hash: 87c4aa73b132fb5e2406a64e6d5f4d9033fe4ccc616daf189d3d61ccaacaa732
29982 Copyright: 
29983 License: 
29984 Licence_Text: 
29985 #Header: 
29986 #@node isblank_l
29987 #@section @code{isblank_l}
29988 #@findex isblank_l
29989 #
29990 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isblank_l.html}
29991 #
29992 #Gnulib module: ---
29993 #
29994 #Portability problems fixed by Gnulib:
29995 #@itemize
29996 #@end itemize
29997 #
29998 #Portability problems not fixed by Gnulib:
29999 #@itemize
30000 #@item
30001
30002 File: ./doc/posix-functions/iscntrl.texi
30003 Hash: 1bed23b3d80fa67f3d9c7863ae52969b33682335542e31bf5d3f1f2b64e25e09
30004 Copyright: 
30005 License: 
30006 Licence_Text: 
30007 #Header: 
30008 #@node iscntrl
30009 #@section @code{iscntrl}
30010 #@findex iscntrl
30011 #
30012 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iscntrl.html}
30013 #
30014 #Gnulib module: ---
30015 #
30016 #Portability problems fixed by Gnulib:
30017 #@itemize
30018 #@end itemize
30019 #
30020 #Portability problems not fixed by Gnulib:
30021 #@itemize
30022 #@end itemize
30023
30024 File: ./doc/posix-functions/iscntrl_l.texi
30025 Hash: b81253dfdbbc5302ec5dc376fb8351bff010960f66b6c07cf6c792dc6359808a
30026 Copyright: 
30027 License: 
30028 Licence_Text: 
30029 #Header: 
30030 #@node iscntrl_l
30031 #@section @code{iscntrl_l}
30032 #@findex iscntrl_l
30033 #
30034 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iscntrl_l.html}
30035 #
30036 #Gnulib module: ---
30037 #
30038 #Portability problems fixed by Gnulib:
30039 #@itemize
30040 #@end itemize
30041 #
30042 #Portability problems not fixed by Gnulib:
30043 #@itemize
30044 #@item
30045
30046 File: ./doc/posix-functions/isdigit.texi
30047 Hash: a099acfd541a9eb34af0f26be1e535eb935149cd2a5947c165a62b70c9f185d4
30048 Copyright: 
30049 License: 
30050 Licence_Text: 
30051 #Header: 
30052 #@node isdigit
30053 #@section @code{isdigit}
30054 #@findex isdigit
30055 #
30056 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isdigit.html}
30057 #
30058 #Gnulib module: ---
30059 #
30060 #Portability problems fixed by Gnulib:
30061 #@itemize
30062 #@end itemize
30063 #
30064 #Portability problems not fixed by Gnulib:
30065 #@itemize
30066 #@end itemize
30067
30068 File: ./doc/posix-functions/isdigit_l.texi
30069 Hash: 1c50a0ff745432c67953ccf4c610ffac0bd4d4a3ee60e5dddb93be325738db84
30070 Copyright: 
30071 License: 
30072 Licence_Text: 
30073 #Header: 
30074 #@node isdigit_l
30075 #@section @code{isdigit_l}
30076 #@findex isdigit_l
30077 #
30078 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isdigit_l.html}
30079 #
30080 #Gnulib module: ---
30081 #
30082 #Portability problems fixed by Gnulib:
30083 #@itemize
30084 #@end itemize
30085 #
30086 #Portability problems not fixed by Gnulib:
30087 #@itemize
30088 #@item
30089
30090 File: ./doc/posix-functions/isfinite.texi
30091 Hash: 8de73e1f76a93c11dd0144e087c5a5668d7a3356c4ad47b6a839386c6878abaa
30092 Copyright: 
30093 License: 
30094 Licence_Text: 
30095 #Header: 
30096 #@node isfinite
30097 #@section @code{isfinite}
30098 #@findex isfinite
30099 #
30100 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isfinite.html}
30101 #
30102 #Gnulib module: isfinite
30103 #
30104 #Portability problems fixed by Gnulib:
30105 #@itemize
30106 #@item
30107 #This macro is missing on some platforms:
30108 #MacOS X 10.3, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 10, Interix 3.5.
30109 #@item
30110 #This macro incorrectly yields true for some @samp{double} arguments, on some
30111
30112 File: ./doc/posix-functions/isgraph.texi
30113 Hash: c587baa5d3ff8f02b0d039fea812685da5bf8e75c7fcbc88f2814e62835758c7
30114 Copyright: 
30115 License: 
30116 Licence_Text: 
30117 #Header: 
30118 #@node isgraph
30119 #@section @code{isgraph}
30120 #@findex isgraph
30121 #
30122 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isgraph.html}
30123 #
30124 #Gnulib module: ---
30125 #
30126 #Portability problems fixed by Gnulib:
30127 #@itemize
30128 #@end itemize
30129 #
30130 #Portability problems not fixed by Gnulib:
30131 #@itemize
30132 #@end itemize
30133
30134 File: ./doc/posix-functions/isgraph_l.texi
30135 Hash: 98888e1d5b988e61eaa41d7727524eaa67a1b20fc59aa4649d866b39630fb81a
30136 Copyright: 
30137 License: 
30138 Licence_Text: 
30139 #Header: 
30140 #@node isgraph_l
30141 #@section @code{isgraph_l}
30142 #@findex isgraph_l
30143 #
30144 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isgraph_l.html}
30145 #
30146 #Gnulib module: ---
30147 #
30148 #Portability problems fixed by Gnulib:
30149 #@itemize
30150 #@end itemize
30151 #
30152 #Portability problems not fixed by Gnulib:
30153 #@itemize
30154 #@item
30155
30156 File: ./doc/posix-functions/isgreater.texi
30157 Hash: d998c4e8134e688b0dbd93c7f31be3bee6fa1c6ac588447dbaf04296b983fb45
30158 Copyright: 
30159 License: 
30160 Licence_Text: 
30161 #Header: 
30162 #@node isgreater
30163 #@section @code{isgreater}
30164 #@findex isgreater
30165 #
30166 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isgreater.html}
30167 #
30168 #Gnulib module: ---
30169 #
30170 #Portability problems fixed by Gnulib:
30171 #@itemize
30172 #@end itemize
30173 #
30174 #Portability problems not fixed by Gnulib:
30175 #@itemize
30176 #@item
30177
30178 File: ./doc/posix-functions/isgreaterequal.texi
30179 Hash: ab4e53e9c3972f5aed62439cc18f494263bb0f880ef864045d24d0f02eb635cd
30180 Copyright: 
30181 License: 
30182 Licence_Text: 
30183 #Header: 
30184 #@node isgreaterequal
30185 #@section @code{isgreaterequal}
30186 #@findex isgreaterequal
30187 #
30188 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isgreaterequal.html}
30189 #
30190 #Gnulib module: ---
30191 #
30192 #Portability problems fixed by Gnulib:
30193 #@itemize
30194 #@end itemize
30195 #
30196 #Portability problems not fixed by Gnulib:
30197 #@itemize
30198 #@item
30199
30200 File: ./doc/posix-functions/isinf.texi
30201 Hash: eba9361c1691fec1805dbb0caeef08b27f06567a49e51e510a778c2f95decf10
30202 Copyright: 
30203 License: 
30204 Licence_Text: 
30205 #Header: 
30206 #@node isinf
30207 #@section @code{isinf}
30208 #@findex isinf
30209 #
30210 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isinf.html}
30211 #
30212 #Gnulib module: isinf
30213 #
30214 #Portability problems fixed by Gnulib:
30215 #@itemize
30216 #@item
30217 #This macro is missing on some platforms:
30218 #AIX 4.3.2, IRIX 6.5, OSF/1 5.1, Solaris 10.
30219 #@end itemize
30220
30221 File: ./doc/posix-functions/isless.texi
30222 Hash: dd004ed16bf5f26451a45799145ea12ee1a016fa0966fe3eb6290da0386db8eb
30223 Copyright: 
30224 License: 
30225 Licence_Text: 
30226 #Header: 
30227 #@node isless
30228 #@section @code{isless}
30229 #@findex isless
30230 #
30231 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isless.html}
30232 #
30233 #Gnulib module: ---
30234 #
30235 #Portability problems fixed by Gnulib:
30236 #@itemize
30237 #@end itemize
30238 #
30239 #Portability problems not fixed by Gnulib:
30240 #@itemize
30241 #@item
30242
30243 File: ./doc/posix-functions/islessequal.texi
30244 Hash: 28e0f408e7dfce3c4fad65911c4558d2b2aa8aef2be00cf46c2bdae6383a8b1c
30245 Copyright: 
30246 License: 
30247 Licence_Text: 
30248 #Header: 
30249 #@node islessequal
30250 #@section @code{islessequal}
30251 #@findex islessequal
30252 #
30253 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/islessequal.html}
30254 #
30255 #Gnulib module: ---
30256 #
30257 #Portability problems fixed by Gnulib:
30258 #@itemize
30259 #@end itemize
30260 #
30261 #Portability problems not fixed by Gnulib:
30262 #@itemize
30263 #@item
30264
30265 File: ./doc/posix-functions/islessgreater.texi
30266 Hash: cd242279d55f7ff21ca138eb552ad88514e3806094a2158a4df3eac316e2c0cf
30267 Copyright: 
30268 License: 
30269 Licence_Text: 
30270 #Header: 
30271 #@node islessgreater
30272 #@section @code{islessgreater}
30273 #@findex islessgreater
30274 #
30275 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/islessgreater.html}
30276 #
30277 #Gnulib module: ---
30278 #
30279 #Portability problems fixed by Gnulib:
30280 #@itemize
30281 #@end itemize
30282 #
30283 #Portability problems not fixed by Gnulib:
30284 #@itemize
30285 #@item
30286
30287 File: ./doc/posix-functions/islower.texi
30288 Hash: 71c3f0e0c264095972634ce0074fd2083e8b2174467f9d894e5f4519dbed4cc3
30289 Copyright: 
30290 License: 
30291 Licence_Text: 
30292 #Header: 
30293 #@node islower
30294 #@section @code{islower}
30295 #@findex islower
30296 #
30297 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/islower.html}
30298 #
30299 #Gnulib module: ---
30300 #
30301 #Portability problems fixed by Gnulib:
30302 #@itemize
30303 #@end itemize
30304 #
30305 #Portability problems not fixed by Gnulib:
30306 #@itemize
30307 #@end itemize
30308
30309 File: ./doc/posix-functions/islower_l.texi
30310 Hash: 96fcedded01879c7734672f03889e128a2f1dbc5f405b10d13627fc4b2523144
30311 Copyright: 
30312 License: 
30313 Licence_Text: 
30314 #Header: 
30315 #@node islower_l
30316 #@section @code{islower_l}
30317 #@findex islower_l
30318 #
30319 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/islower_l.html}
30320 #
30321 #Gnulib module: ---
30322 #
30323 #Portability problems fixed by Gnulib:
30324 #@itemize
30325 #@end itemize
30326 #
30327 #Portability problems not fixed by Gnulib:
30328 #@itemize
30329 #@item
30330
30331 File: ./doc/posix-functions/isnan.texi
30332 Hash: 5214ffd8e70b47877e52ef9490a41b22c7ed2e3a6bc37c7782a4ca5c3ac07f11
30333 Copyright: 
30334 License: 
30335 Licence_Text: 
30336 #Header: 
30337 #@node isnan
30338 #@section @code{isnan}
30339 #@findex isnan
30340 #
30341 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isnan.html}
30342 #
30343 #Gnulib module: isnan
30344 #
30345 #Portability problems fixed by Gnulib:
30346 #@itemize
30347 #@item
30348 #@code{isnan} was introduced with C99 and is thus commonly not present
30349 #on pre-C99 systems.
30350 #@item
30351 #On IRIX 6.5 with @code{cc}, @code{isnan} does not recognize some NaNs.
30352
30353 File: ./doc/posix-functions/isnormal.texi
30354 Hash: 2dd1a3add6afd000b680d1c31a781dc539c9658de7d445da59004bfd50e0783b
30355 Copyright: 
30356 License: 
30357 Licence_Text: 
30358 #Header: 
30359 #@node isnormal
30360 #@section @code{isnormal}
30361 #@findex isnormal
30362 #
30363 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isnormal.html}
30364 #
30365 #Gnulib module: ---
30366 #
30367 #Portability problems fixed by Gnulib:
30368 #@itemize
30369 #@end itemize
30370 #
30371 #Portability problems not fixed by Gnulib:
30372 #@itemize
30373 #@item
30374
30375 File: ./doc/posix-functions/isprint.texi
30376 Hash: bf8d5e33042f9cf87ecd8cc480294ad8a7646150ad9ef130c8358c3eae863a90
30377 Copyright: 
30378 License: 
30379 Licence_Text: 
30380 #Header: 
30381 #@node isprint
30382 #@section @code{isprint}
30383 #@findex isprint
30384 #
30385 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isprint.html}
30386 #
30387 #Gnulib module: ---
30388 #
30389 #Portability problems fixed by Gnulib:
30390 #@itemize
30391 #@end itemize
30392 #
30393 #Portability problems not fixed by Gnulib:
30394 #@itemize
30395 #@end itemize
30396
30397 File: ./doc/posix-functions/isprint_l.texi
30398 Hash: 5cff105ffadf19f833473bbadfaaa615774fe044e725fa630923a66b3e7f8707
30399 Copyright: 
30400 License: 
30401 Licence_Text: 
30402 #Header: 
30403 #@node isprint_l
30404 #@section @code{isprint_l}
30405 #@findex isprint_l
30406 #
30407 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isprint_l.html}
30408 #
30409 #Gnulib module: ---
30410 #
30411 #Portability problems fixed by Gnulib:
30412 #@itemize
30413 #@end itemize
30414 #
30415 #Portability problems not fixed by Gnulib:
30416 #@itemize
30417 #@item
30418
30419 File: ./doc/posix-functions/ispunct.texi
30420 Hash: 4fb607609ae1049ee43f812ba62fbb60c3272f24017331383aed15bafd786cd1
30421 Copyright: 
30422 License: 
30423 Licence_Text: 
30424 #Header: 
30425 #@node ispunct
30426 #@section @code{ispunct}
30427 #@findex ispunct
30428 #
30429 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ispunct.html}
30430 #
30431 #Gnulib module: ---
30432 #
30433 #Portability problems fixed by Gnulib:
30434 #@itemize
30435 #@end itemize
30436 #
30437 #Portability problems not fixed by Gnulib:
30438 #@itemize
30439 #@end itemize
30440
30441 File: ./doc/posix-functions/ispunct_l.texi
30442 Hash: 18d2164678e563017b26a85fb23ec4d064c90da5a3e714113416b8c634505f4d
30443 Copyright: 
30444 License: 
30445 Licence_Text: 
30446 #Header: 
30447 #@node ispunct_l
30448 #@section @code{ispunct_l}
30449 #@findex ispunct_l
30450 #
30451 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ispunct_l.html}
30452 #
30453 #Gnulib module: ---
30454 #
30455 #Portability problems fixed by Gnulib:
30456 #@itemize
30457 #@end itemize
30458 #
30459 #Portability problems not fixed by Gnulib:
30460 #@itemize
30461 #@item
30462
30463 File: ./doc/posix-functions/isspace.texi
30464 Hash: dfdacdcbfce11be693ae3ba8a9a7a3b61ca4817c0ebba178e618b4a6afa7110c
30465 Copyright: 
30466 License: 
30467 Licence_Text: 
30468 #Header: 
30469 #@node isspace
30470 #@section @code{isspace}
30471 #@findex isspace
30472 #
30473 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isspace.html}
30474 #
30475 #Gnulib module: ---
30476 #
30477 #Portability problems fixed by Gnulib:
30478 #@itemize
30479 #@end itemize
30480 #
30481 #Portability problems not fixed by Gnulib:
30482 #@itemize
30483 #@end itemize
30484
30485 File: ./doc/posix-functions/isspace_l.texi
30486 Hash: 9a9cbcf45014b1475014e6893b767c3bc3b8a2535e835a56cd748ae79bb7c131
30487 Copyright: 
30488 License: 
30489 Licence_Text: 
30490 #Header: 
30491 #@node isspace_l
30492 #@section @code{isspace_l}
30493 #@findex isspace_l
30494 #
30495 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isspace_l.html}
30496 #
30497 #Gnulib module: ---
30498 #
30499 #Portability problems fixed by Gnulib:
30500 #@itemize
30501 #@end itemize
30502 #
30503 #Portability problems not fixed by Gnulib:
30504 #@itemize
30505 #@item
30506
30507 File: ./doc/posix-functions/isunordered.texi
30508 Hash: 627509cf98ac3516674b3f4b12aca1ab39c75bf3356a60c72c724751dbe27bd4
30509 Copyright: 
30510 License: 
30511 Licence_Text: 
30512 #Header: 
30513 #@node isunordered
30514 #@section @code{isunordered}
30515 #@findex isunordered
30516 #
30517 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isunordered.html}
30518 #
30519 #Gnulib module: ---
30520 #
30521 #Portability problems fixed by Gnulib:
30522 #@itemize
30523 #@end itemize
30524 #
30525 #Portability problems not fixed by Gnulib:
30526 #@itemize
30527 #@item
30528
30529 File: ./doc/posix-functions/isupper.texi
30530 Hash: e5ecf479da300eaedb8c203077aa16f133a0d8b46870bf7575460ae23aa0eb86
30531 Copyright: 
30532 License: 
30533 Licence_Text: 
30534 #Header: 
30535 #@node isupper
30536 #@section @code{isupper}
30537 #@findex isupper
30538 #
30539 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isupper.html}
30540 #
30541 #Gnulib module: ---
30542 #
30543 #Portability problems fixed by Gnulib:
30544 #@itemize
30545 #@end itemize
30546 #
30547 #Portability problems not fixed by Gnulib:
30548 #@itemize
30549 #@end itemize
30550
30551 File: ./doc/posix-functions/isupper_l.texi
30552 Hash: 84dd39b30cb42e91a2527f26e9c643b49582f593536ff106a61f4827186690b6
30553 Copyright: 
30554 License: 
30555 Licence_Text: 
30556 #Header: 
30557 #@node isupper_l
30558 #@section @code{isupper_l}
30559 #@findex isupper_l
30560 #
30561 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isupper_l.html}
30562 #
30563 #Gnulib module: ---
30564 #
30565 #Portability problems fixed by Gnulib:
30566 #@itemize
30567 #@end itemize
30568 #
30569 #Portability problems not fixed by Gnulib:
30570 #@itemize
30571 #@item
30572
30573 File: ./doc/posix-functions/iswalnum.texi
30574 Hash: c88cc6395532271af8c31a1c5919f67010036b8dec37195a5de9c9e6fc4fe99a
30575 Copyright: 
30576 License: 
30577 Licence_Text: 
30578 #Header: 
30579 #@node iswalnum
30580 #@section @code{iswalnum}
30581 #@findex iswalnum
30582 #
30583 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswalnum.html}
30584 #
30585 #Gnulib module: wctype
30586 #
30587 #Portability problems fixed by Gnulib:
30588 #@itemize
30589 #@item
30590 #This function is missing on some platforms:
30591 #IRIX 5.3, Solaris 2.5.1.
30592 #@item
30593 #This function returns 0 for all possible arguments on some platforms:
30594
30595 File: ./doc/posix-functions/iswalnum_l.texi
30596 Hash: c7b749280c0d42ff34ec793f356734be117a43ede8aab61c3eac40296b8a8359
30597 Copyright: 
30598 License: 
30599 Licence_Text: 
30600 #Header: 
30601 #@node iswalnum_l
30602 #@section @code{iswalnum_l}
30603 #@findex iswalnum_l
30604 #
30605 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswalnum_l.html}
30606 #
30607 #Gnulib module: ---
30608 #
30609 #Portability problems fixed by Gnulib:
30610 #@itemize
30611 #@end itemize
30612 #
30613 #Portability problems not fixed by Gnulib:
30614 #@itemize
30615 #@item
30616
30617 File: ./doc/posix-functions/iswalpha.texi
30618 Hash: b8a1133f56ec62b284a4d3b3779f7faa3a3e71a0882041311a4875fa886799ef
30619 Copyright: 
30620 License: 
30621 Licence_Text: 
30622 #Header: 
30623 #@node iswalpha
30624 #@section @code{iswalpha}
30625 #@findex iswalpha
30626 #
30627 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswalpha.html}
30628 #
30629 #Gnulib module: wctype
30630 #
30631 #Portability problems fixed by Gnulib:
30632 #@itemize
30633 #@item
30634 #This function is missing on some platforms:
30635 #IRIX 5.3, Solaris 2.5.1.
30636 #@item
30637 #This function returns 0 for all possible arguments on some platforms:
30638
30639 File: ./doc/posix-functions/iswalpha_l.texi
30640 Hash: e0a8c0ea63ecd10ff043c3b5bc68e731cb92ee02b8e1525a750ce6ca9b28712e
30641 Copyright: 
30642 License: 
30643 Licence_Text: 
30644 #Header: 
30645 #@node iswalpha_l
30646 #@section @code{iswalpha_l}
30647 #@findex iswalpha_l
30648 #
30649 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswalpha_l.html}
30650 #
30651 #Gnulib module: ---
30652 #
30653 #Portability problems fixed by Gnulib:
30654 #@itemize
30655 #@end itemize
30656 #
30657 #Portability problems not fixed by Gnulib:
30658 #@itemize
30659 #@item
30660
30661 File: ./doc/posix-functions/iswblank.texi
30662 Hash: faf5a6047eaaa0b928dba0c8cfb5eb9a505c0e5bb25f687c7bf9a3563727d030
30663 Copyright: 
30664 License: 
30665 Licence_Text: 
30666 #Header: 
30667 #@node iswblank
30668 #@section @code{iswblank}
30669 #@findex iswblank
30670 #
30671 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswblank.html}
30672 #
30673 #Gnulib module: wctype
30674 #
30675 #Portability problems fixed by Gnulib:
30676 #@itemize
30677 #@item
30678 #This function returns 0 for all possible arguments on some platforms:
30679 #Linux libc5.
30680 #@end itemize
30681
30682 File: ./doc/posix-functions/iswblank_l.texi
30683 Hash: f8ab06e1ce64e0c1a05e484a4252a62ffe13629ac1abda44784530d4816cbdf7
30684 Copyright: 
30685 License: 
30686 Licence_Text: 
30687 #Header: 
30688 #@node iswblank_l
30689 #@section @code{iswblank_l}
30690 #@findex iswblank_l
30691 #
30692 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswblank_l.html}
30693 #
30694 #Gnulib module: ---
30695 #
30696 #Portability problems fixed by Gnulib:
30697 #@itemize
30698 #@end itemize
30699 #
30700 #Portability problems not fixed by Gnulib:
30701 #@itemize
30702 #@item
30703
30704 File: ./doc/posix-functions/iswcntrl.texi
30705 Hash: e9ac01bd3a5328c6929e67d29991c8eabd27f30cefd73ba88b67f87383e0be83
30706 Copyright: 
30707 License: 
30708 Licence_Text: 
30709 #Header: 
30710 #@node iswcntrl
30711 #@section @code{iswcntrl}
30712 #@findex iswcntrl
30713 #
30714 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswcntrl.html}
30715 #
30716 #Gnulib module: wctype
30717 #
30718 #Portability problems fixed by Gnulib:
30719 #@itemize
30720 #@item
30721 #This function is missing on some platforms:
30722 #IRIX 5.3, Solaris 2.5.1.
30723 #@item
30724 #This function returns 0 for all possible arguments on some platforms:
30725
30726 File: ./doc/posix-functions/iswcntrl_l.texi
30727 Hash: 457ab57b3569fa9bd430130d48e2e2c8af2b63ba356bd0b53785e04957519624
30728 Copyright: 
30729 License: 
30730 Licence_Text: 
30731 #Header: 
30732 #@node iswcntrl_l
30733 #@section @code{iswcntrl_l}
30734 #@findex iswcntrl_l
30735 #
30736 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswcntrl_l.html}
30737 #
30738 #Gnulib module: ---
30739 #
30740 #Portability problems fixed by Gnulib:
30741 #@itemize
30742 #@end itemize
30743 #
30744 #Portability problems not fixed by Gnulib:
30745 #@itemize
30746 #@item
30747
30748 File: ./doc/posix-functions/iswctype.texi
30749 Hash: ef1349d2e828e29feea41a7a9e7b876f1c93d47ec38be89d1529905da34176d9
30750 Copyright: 
30751 License: 
30752 Licence_Text: 
30753 #Header: 
30754 #@node iswctype
30755 #@section @code{iswctype}
30756 #@findex iswctype
30757 #
30758 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswctype.html}
30759 #
30760 #Gnulib module: ---
30761 #
30762 #Portability problems fixed by Gnulib:
30763 #@itemize
30764 #@end itemize
30765 #
30766 #Portability problems not fixed by Gnulib:
30767 #@itemize
30768 #@item
30769
30770 File: ./doc/posix-functions/iswctype_l.texi
30771 Hash: c671724332e6cc92a3c3f170c366ec38aeefab3906b3e85e0d8f2b19e536dfac
30772 Copyright: 
30773 License: 
30774 Licence_Text: 
30775 #Header: 
30776 #@node iswctype_l
30777 #@section @code{iswctype_l}
30778 #@findex iswctype_l
30779 #
30780 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswctype_l.html}
30781 #
30782 #Gnulib module: ---
30783 #
30784 #Portability problems fixed by Gnulib:
30785 #@itemize
30786 #@end itemize
30787 #
30788 #Portability problems not fixed by Gnulib:
30789 #@itemize
30790 #@item
30791
30792 File: ./doc/posix-functions/iswdigit.texi
30793 Hash: 0e822111a3da05620947869ae4f3b596526ba2375fc5f56696a7e7a1561ac12e
30794 Copyright: 
30795 License: 
30796 Licence_Text: 
30797 #Header: 
30798 #@node iswdigit
30799 #@section @code{iswdigit}
30800 #@findex iswdigit
30801 #
30802 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswdigit.html}
30803 #
30804 #Gnulib module: wctype
30805 #
30806 #Portability problems fixed by Gnulib:
30807 #@itemize
30808 #@item
30809 #This function is missing on some platforms:
30810 #IRIX 5.3, Solaris 2.5.1.
30811 #@item
30812 #This function returns 0 for all possible arguments on some platforms:
30813
30814 File: ./doc/posix-functions/iswdigit_l.texi
30815 Hash: 22f6b5c90a47f37efe4ba4db24bed97cae416e8e0c8f6933a1d288bcb1ca185d
30816 Copyright: 
30817 License: 
30818 Licence_Text: 
30819 #Header: 
30820 #@node iswdigit_l
30821 #@section @code{iswdigit_l}
30822 #@findex iswdigit_l
30823 #
30824 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswdigit_l.html}
30825 #
30826 #Gnulib module: ---
30827 #
30828 #Portability problems fixed by Gnulib:
30829 #@itemize
30830 #@end itemize
30831 #
30832 #Portability problems not fixed by Gnulib:
30833 #@itemize
30834 #@item
30835
30836 File: ./doc/posix-functions/iswgraph.texi
30837 Hash: 896e84f517e4788236750a0615c2133f547aeba276f20c53c87c42d9c53dc4c8
30838 Copyright: 
30839 License: 
30840 Licence_Text: 
30841 #Header: 
30842 #@node iswgraph
30843 #@section @code{iswgraph}
30844 #@findex iswgraph
30845 #
30846 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswgraph.html}
30847 #
30848 #Gnulib module: wctype
30849 #
30850 #Portability problems fixed by Gnulib:
30851 #@itemize
30852 #@item
30853 #This function is missing on some platforms:
30854 #IRIX 5.3, Solaris 2.5.1.
30855 #@item
30856 #This function returns 0 for all possible arguments on some platforms:
30857
30858 File: ./doc/posix-functions/iswgraph_l.texi
30859 Hash: 10aee45c72cc14f9a99bec78b29aa44fe09e9c54a545008cc4b19baa4dec61a1
30860 Copyright: 
30861 License: 
30862 Licence_Text: 
30863 #Header: 
30864 #@node iswgraph_l
30865 #@section @code{iswgraph_l}
30866 #@findex iswgraph_l
30867 #
30868 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswgraph_l.html}
30869 #
30870 #Gnulib module: ---
30871 #
30872 #Portability problems fixed by Gnulib:
30873 #@itemize
30874 #@end itemize
30875 #
30876 #Portability problems not fixed by Gnulib:
30877 #@itemize
30878 #@item
30879
30880 File: ./doc/posix-functions/iswlower.texi
30881 Hash: 1a9d7fa78a4d5d99b5fbff24e4e93ead4ecacf42a38182cdfd6fb45136f6e28d
30882 Copyright: 
30883 License: 
30884 Licence_Text: 
30885 #Header: 
30886 #@node iswlower
30887 #@section @code{iswlower}
30888 #@findex iswlower
30889 #
30890 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswlower.html}
30891 #
30892 #Gnulib module: wctype
30893 #
30894 #Portability problems fixed by Gnulib:
30895 #@itemize
30896 #@item
30897 #This function is missing on some platforms:
30898 #IRIX 5.3, Solaris 2.5.1.
30899 #@item
30900 #This function returns 0 for all possible arguments on some platforms:
30901
30902 File: ./doc/posix-functions/iswlower_l.texi
30903 Hash: 25b3f6605949010e6e24d0c2e1f7b3510e17cfd8745092c6def04ae7dc005143
30904 Copyright: 
30905 License: 
30906 Licence_Text: 
30907 #Header: 
30908 #@node iswlower_l
30909 #@section @code{iswlower_l}
30910 #@findex iswlower_l
30911 #
30912 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswlower_l.html}
30913 #
30914 #Gnulib module: ---
30915 #
30916 #Portability problems fixed by Gnulib:
30917 #@itemize
30918 #@end itemize
30919 #
30920 #Portability problems not fixed by Gnulib:
30921 #@itemize
30922 #@item
30923
30924 File: ./doc/posix-functions/iswprint.texi
30925 Hash: 5e205ee334496a2f8d2c4d3aaf02ed2c1e8bc2afcf953ccfdc8615e0bb390b4a
30926 Copyright: 
30927 License: 
30928 Licence_Text: 
30929 #Header: 
30930 #@node iswprint
30931 #@section @code{iswprint}
30932 #@findex iswprint
30933 #
30934 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswprint.html}
30935 #
30936 #Gnulib module: wctype
30937 #
30938 #Portability problems fixed by Gnulib:
30939 #@itemize
30940 #@item
30941 #This function is missing on some platforms:
30942 #IRIX 5.3, Solaris 2.5.1.
30943 #@item
30944 #This function returns 0 for all possible arguments on some platforms:
30945
30946 File: ./doc/posix-functions/iswprint_l.texi
30947 Hash: 67681be4a107eb027c4062ff76d698c22b4ce822bd002dfa7a17b1493d54f45e
30948 Copyright: 
30949 License: 
30950 Licence_Text: 
30951 #Header: 
30952 #@node iswprint_l
30953 #@section @code{iswprint_l}
30954 #@findex iswprint_l
30955 #
30956 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswprint_l.html}
30957 #
30958 #Gnulib module: ---
30959 #
30960 #Portability problems fixed by Gnulib:
30961 #@itemize
30962 #@end itemize
30963 #
30964 #Portability problems not fixed by Gnulib:
30965 #@itemize
30966 #@item
30967
30968 File: ./doc/posix-functions/iswpunct.texi
30969 Hash: d73020eb450cf8316c2be7df99c089c6fe0034ef0600f050d907760b2e6ff366
30970 Copyright: 
30971 License: 
30972 Licence_Text: 
30973 #Header: 
30974 #@node iswpunct
30975 #@section @code{iswpunct}
30976 #@findex iswpunct
30977 #
30978 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswpunct.html}
30979 #
30980 #Gnulib module: wctype
30981 #
30982 #Portability problems fixed by Gnulib:
30983 #@itemize
30984 #@item
30985 #This function is missing on some platforms:
30986 #IRIX 5.3, Solaris 2.5.1.
30987 #@item
30988 #This function returns 0 for all possible arguments on some platforms:
30989
30990 File: ./doc/posix-functions/iswpunct_l.texi
30991 Hash: 5e322758293c6c526a9eeb5a1b026d42b7faf671accd5638f9df410a04689eea
30992 Copyright: 
30993 License: 
30994 Licence_Text: 
30995 #Header: 
30996 #@node iswpunct_l
30997 #@section @code{iswpunct_l}
30998 #@findex iswpunct_l
30999 #
31000 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswpunct_l.html}
31001 #
31002 #Gnulib module: ---
31003 #
31004 #Portability problems fixed by Gnulib:
31005 #@itemize
31006 #@end itemize
31007 #
31008 #Portability problems not fixed by Gnulib:
31009 #@itemize
31010 #@item
31011
31012 File: ./doc/posix-functions/iswspace.texi
31013 Hash: c67ec587b829ddefc9f19782b9e1029ecdc6ab6c00583aff4ccaf07e51564193
31014 Copyright: 
31015 License: 
31016 Licence_Text: 
31017 #Header: 
31018 #@node iswspace
31019 #@section @code{iswspace}
31020 #@findex iswspace
31021 #
31022 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswspace.html}
31023 #
31024 #Gnulib module: wctype
31025 #
31026 #Portability problems fixed by Gnulib:
31027 #@itemize
31028 #@item
31029 #This function is missing on some platforms:
31030 #IRIX 5.3, Solaris 2.5.1.
31031 #@item
31032 #This function returns 0 for all possible arguments on some platforms:
31033
31034 File: ./doc/posix-functions/iswspace_l.texi
31035 Hash: 0f4b7e4d958774500fae6e07482d9e57bd0da51d009cd74ccbd706e78ba58b08
31036 Copyright: 
31037 License: 
31038 Licence_Text: 
31039 #Header: 
31040 #@node iswspace_l
31041 #@section @code{iswspace_l}
31042 #@findex iswspace_l
31043 #
31044 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswspace_l.html}
31045 #
31046 #Gnulib module: ---
31047 #
31048 #Portability problems fixed by Gnulib:
31049 #@itemize
31050 #@end itemize
31051 #
31052 #Portability problems not fixed by Gnulib:
31053 #@itemize
31054 #@item
31055
31056 File: ./doc/posix-functions/iswupper.texi
31057 Hash: 528d4efc9e63b92cc7d1d0c7e31b7c77e67763927eeb07b4788aecb640c11719
31058 Copyright: 
31059 License: 
31060 Licence_Text: 
31061 #Header: 
31062 #@node iswupper
31063 #@section @code{iswupper}
31064 #@findex iswupper
31065 #
31066 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswupper.html}
31067 #
31068 #Gnulib module: wctype
31069 #
31070 #Portability problems fixed by Gnulib:
31071 #@itemize
31072 #@item
31073 #This function is missing on some platforms:
31074 #IRIX 5.3, Solaris 2.5.1.
31075 #@item
31076 #This function returns 0 for all possible arguments on some platforms:
31077
31078 File: ./doc/posix-functions/iswupper_l.texi
31079 Hash: 6e31fe14738f6db822099564d598cf2f05446f077266420bf4d7422ef633ab38
31080 Copyright: 
31081 License: 
31082 Licence_Text: 
31083 #Header: 
31084 #@node iswupper_l
31085 #@section @code{iswupper_l}
31086 #@findex iswupper_l
31087 #
31088 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswupper_l.html}
31089 #
31090 #Gnulib module: ---
31091 #
31092 #Portability problems fixed by Gnulib:
31093 #@itemize
31094 #@end itemize
31095 #
31096 #Portability problems not fixed by Gnulib:
31097 #@itemize
31098 #@item
31099
31100 File: ./doc/posix-functions/iswxdigit.texi
31101 Hash: 3526ec49ca1bd1d095e59320f1a32b5a218365abdedc5b43651cdb1be31176fe
31102 Copyright: 
31103 License: 
31104 Licence_Text: 
31105 #Header: 
31106 #@node iswxdigit
31107 #@section @code{iswxdigit}
31108 #@findex iswxdigit
31109 #
31110 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswxdigit.html}
31111 #
31112 #Gnulib module: wctype
31113 #
31114 #Portability problems fixed by Gnulib:
31115 #@itemize
31116 #@item
31117 #This function is missing on some platforms:
31118 #IRIX 5.3, Solaris 2.5.1.
31119 #@item
31120 #This function returns 0 for all possible arguments on some platforms:
31121
31122 File: ./doc/posix-functions/iswxdigit_l.texi
31123 Hash: 9936301340cebe26c7bcd05652078bb16be4607552be00033b001521ab9d41a9
31124 Copyright: 
31125 License: 
31126 Licence_Text: 
31127 #Header: 
31128 #@node iswxdigit_l
31129 #@section @code{iswxdigit_l}
31130 #@findex iswxdigit_l
31131 #
31132 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswxdigit_l.html}
31133 #
31134 #Gnulib module: ---
31135 #
31136 #Portability problems fixed by Gnulib:
31137 #@itemize
31138 #@end itemize
31139 #
31140 #Portability problems not fixed by Gnulib:
31141 #@itemize
31142 #@item
31143
31144 File: ./doc/posix-functions/isxdigit.texi
31145 Hash: 52cb4c1aa9423d60ea39014291385b09505d50690e931fec03fdf135080b1bdc
31146 Copyright: 
31147 License: 
31148 Licence_Text: 
31149 #Header: 
31150 #@node isxdigit
31151 #@section @code{isxdigit}
31152 #@findex isxdigit
31153 #
31154 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isxdigit.html}
31155 #
31156 #Gnulib module: ---
31157 #
31158 #Portability problems fixed by Gnulib:
31159 #@itemize
31160 #@end itemize
31161 #
31162 #Portability problems not fixed by Gnulib:
31163 #@itemize
31164 #@end itemize
31165
31166 File: ./doc/posix-functions/isxdigit_l.texi
31167 Hash: d2ad8a517fc760eb3955762719d2090c1f9c1decfdc2887089f7eb266851562a
31168 Copyright: 
31169 License: 
31170 Licence_Text: 
31171 #Header: 
31172 #@node isxdigit_l
31173 #@section @code{isxdigit_l}
31174 #@findex isxdigit_l
31175 #
31176 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isxdigit_l.html}
31177 #
31178 #Gnulib module: ---
31179 #
31180 #Portability problems fixed by Gnulib:
31181 #@itemize
31182 #@end itemize
31183 #
31184 #Portability problems not fixed by Gnulib:
31185 #@itemize
31186 #@item
31187
31188 File: ./doc/posix-functions/j0.texi
31189 Hash: 92c5c4686c56a6222dc04a17a722b38fcb07bfadefa01ec42f495d70a4d704ce
31190 Copyright: 
31191 License: 
31192 Licence_Text: 
31193 #Header: 
31194 #@node j0
31195 #@section @code{j0}
31196 #@findex j0
31197 #
31198 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/j0.html}
31199 #
31200 #Gnulib module: ---
31201 #
31202 #Portability problems fixed by Gnulib:
31203 #@itemize
31204 #@end itemize
31205 #
31206 #Portability problems not fixed by Gnulib:
31207 #@itemize
31208 #@end itemize
31209
31210 File: ./doc/posix-functions/j1.texi
31211 Hash: bca6d61fb0a24dad8de3b48af62434780af39426be5adfa93dc9957532493814
31212 Copyright: 
31213 License: 
31214 Licence_Text: 
31215 #Header: 
31216 #@node j1
31217 #@section @code{j1}
31218 #@findex j1
31219 #
31220 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/j1.html}
31221 #
31222 #Gnulib module: ---
31223 #
31224 #Portability problems fixed by Gnulib:
31225 #@itemize
31226 #@end itemize
31227 #
31228 #Portability problems not fixed by Gnulib:
31229 #@itemize
31230 #@end itemize
31231
31232 File: ./doc/posix-functions/jn.texi
31233 Hash: 5b29066ceb64fe7ad17eb38d78939fc0e5f67fb7b89c71269a590db08bf9bd26
31234 Copyright: 
31235 License: 
31236 Licence_Text: 
31237 #Header: 
31238 #@node jn
31239 #@section @code{jn}
31240 #@findex jn
31241 #
31242 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/jn.html}
31243 #
31244 #Gnulib module: ---
31245 #
31246 #Portability problems fixed by Gnulib:
31247 #@itemize
31248 #@end itemize
31249 #
31250 #Portability problems not fixed by Gnulib:
31251 #@itemize
31252 #@end itemize
31253
31254 File: ./doc/posix-functions/jrand48.texi
31255 Hash: 5eccfdaf1fb9d042601589acec674823d983cebc21a085b5c12bb7119ed3040d
31256 Copyright: 
31257 License: 
31258 Licence_Text: 
31259 #Header: 
31260 #@node jrand48
31261 #@section @code{jrand48}
31262 #@findex jrand48
31263 #
31264 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/jrand48.html}
31265 #
31266 #Gnulib module: ---
31267 #
31268 #Portability problems fixed by Gnulib:
31269 #@itemize
31270 #@end itemize
31271 #
31272 #Portability problems not fixed by Gnulib:
31273 #@itemize
31274 #@item
31275
31276 File: ./doc/posix-functions/kill.texi
31277 Hash: 11e385ab05f5ce42cb6247de6ee659925b11ecc4aae8abd33e1c2c674a40fdf4
31278 Copyright: 
31279 License: 
31280 Licence_Text: 
31281 #Header: 
31282 #@node kill
31283 #@section @code{kill}
31284 #@findex kill
31285 #
31286 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/kill.html}
31287 #
31288 #Gnulib module: ---
31289 #
31290 #Portability problems fixed by Gnulib:
31291 #@itemize
31292 #@end itemize
31293 #
31294 #Portability problems not fixed by Gnulib:
31295 #@itemize
31296 #@item
31297
31298 File: ./doc/posix-functions/killpg.texi
31299 Hash: 22626f2cc60de026029ba237c7c48240d598b37acbd580a1b71c3c5928b73aab
31300 Copyright: 
31301 License: 
31302 Licence_Text: 
31303 #Header: 
31304 #@node killpg
31305 #@section @code{killpg}
31306 #@findex killpg
31307 #
31308 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/killpg.html}
31309 #
31310 #Gnulib module: ---
31311 #
31312 #Portability problems fixed by Gnulib:
31313 #@itemize
31314 #@end itemize
31315 #
31316 #Portability problems not fixed by Gnulib:
31317 #@itemize
31318 #@item
31319
31320 File: ./doc/posix-functions/l64a.texi
31321 Hash: 3a5a8f79a5d9f35a37ef6d7a789b7b472f3216854a7fcb47020cf74971354cb3
31322 Copyright: 
31323 License: 
31324 Licence_Text: 
31325 #Header: 
31326 #@node l64a
31327 #@section @code{l64a}
31328 #@findex l64a
31329 #
31330 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/l64a.html}
31331 #
31332 #Gnulib module: ---
31333 #
31334 #Portability problems fixed by Gnulib:
31335 #@itemize
31336 #@end itemize
31337 #
31338 #Portability problems not fixed by Gnulib:
31339 #@itemize
31340 #@item
31341
31342 File: ./doc/posix-functions/labs.texi
31343 Hash: c5d6a703807a85238752dd8f84cbce03bcd5814315c8604e89065b8a9f29f77a
31344 Copyright: 
31345 License: 
31346 Licence_Text: 
31347 #Header: 
31348 #@node labs
31349 #@section @code{labs}
31350 #@findex labs
31351 #
31352 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/labs.html}
31353 #
31354 #Gnulib module: ---
31355 #
31356 #Portability problems fixed by Gnulib:
31357 #@itemize
31358 #@end itemize
31359 #
31360 #Portability problems not fixed by Gnulib:
31361 #@itemize
31362 #@end itemize
31363
31364 File: ./doc/posix-functions/lchown.texi
31365 Hash: 2a095b0a88ad06a14515b1dbde6ec7043620d305fc7b453723867cdf5ed0cb1f
31366 Copyright: 
31367 License: 
31368 Licence_Text: 
31369 #Header: 
31370 #@node lchown
31371 #@section @code{lchown}
31372 #@findex lchown
31373 #
31374 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lchown.html}
31375 #
31376 #Gnulib module: lchown
31377 #
31378 #Portability problems fixed by Gnulib:
31379 #@itemize
31380 #@item
31381 #This function is missing on some platforms:
31382 #MacOS X 10.3, mingw, BeOS.
31383 #@end itemize
31384
31385 File: ./doc/posix-functions/lcong48.texi
31386 Hash: 88459cb0ea9ae0af730dd212d7fc277aea0a7c769e94d2f6b79199ce12b2a512
31387 Copyright: 
31388 License: 
31389 Licence_Text: 
31390 #Header: 
31391 #@node lcong48
31392 #@section @code{lcong48}
31393 #@findex lcong48
31394 #
31395 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lcong48.html}
31396 #
31397 #Gnulib module: ---
31398 #
31399 #Portability problems fixed by Gnulib:
31400 #@itemize
31401 #@end itemize
31402 #
31403 #Portability problems not fixed by Gnulib:
31404 #@itemize
31405 #@item
31406
31407 File: ./doc/posix-functions/ldexp.texi
31408 Hash: d8b30651c56cc57e6184976bcd3f5cdc4337432a710df366e0f95f5859ba6449
31409 Copyright: 
31410 License: 
31411 Licence_Text: 
31412 #Header: 
31413 #@node ldexp
31414 #@section @code{ldexp}
31415 #@findex ldexp
31416 #
31417 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ldexp.html}
31418 #
31419 #Gnulib module: ---
31420 #
31421 #Portability problems fixed by Gnulib:
31422 #@itemize
31423 #@end itemize
31424 #
31425 #Portability problems not fixed by Gnulib:
31426 #@itemize
31427 #@end itemize
31428
31429 File: ./doc/posix-functions/ldexpf.texi
31430 Hash: d00bcb96e34e28360e66b5c978e0f9c1bb5b3bdb899b81fe0b02631ba7e84d4d
31431 Copyright: 
31432 License: 
31433 Licence_Text: 
31434 #Header: 
31435 #@node ldexpf
31436 #@section @code{ldexpf}
31437 #@findex ldexpf
31438 #
31439 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ldexpf.html}
31440 #
31441 #Gnulib module: ---
31442 #
31443 #Portability problems fixed by Gnulib:
31444 #@itemize
31445 #@end itemize
31446 #
31447 #Portability problems not fixed by Gnulib:
31448 #@itemize
31449 #@item
31450
31451 File: ./doc/posix-functions/ldexpl.texi
31452 Hash: 829ada339592493a785909dc30d169fbeb9dc8ac27f6bf686b8ebe09d785dbba
31453 Copyright: 
31454 License: 
31455 Licence_Text: 
31456 #Header: 
31457 #@node ldexpl
31458 #@section @code{ldexpl}
31459 #@findex ldexpl
31460 #
31461 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ldexpl.html}
31462 #
31463 #Gnulib module: ldexpl
31464 #
31465 #Portability problems fixed by Gnulib:
31466 #@itemize
31467 #@item
31468 #This function is missing on some platforms:
31469 #FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5.
31470 #@item
31471 #This function has no prototype in @code{<math.h>} on some platforms:
31472
31473 File: ./doc/posix-functions/ldiv.texi
31474 Hash: d0888e9dfe273c20f6b12c927742f3d6638da50b661f54f0ecc3a1d496153711
31475 Copyright: 
31476 License: 
31477 Licence_Text: 
31478 #Header: 
31479 #@node ldiv
31480 #@section @code{ldiv}
31481 #@findex ldiv
31482 #
31483 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ldiv.html}
31484 #
31485 #Gnulib module: ---
31486 #
31487 #Portability problems fixed by Gnulib:
31488 #@itemize
31489 #@end itemize
31490 #
31491 #Portability problems not fixed by Gnulib:
31492 #@itemize
31493 #@end itemize
31494
31495 File: ./doc/posix-functions/lfind.texi
31496 Hash: a9ab017bcc9e5a9fcabf969e05e09ca84876c73534d89e870d8a1f3d903f3f98
31497 Copyright: 
31498 License: 
31499 Licence_Text: 
31500 #Header: 
31501 #@node lfind
31502 #@section @code{lfind}
31503 #@findex lfind
31504 #
31505 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lfind.html}
31506 #
31507 #Gnulib module: ---
31508 #
31509 #Portability problems fixed by Gnulib:
31510 #@itemize
31511 #@end itemize
31512 #
31513 #Portability problems not fixed by Gnulib:
31514 #@itemize
31515 #@item
31516
31517 File: ./doc/posix-functions/lgamma.texi
31518 Hash: 470520a61a348188fbde1ddb355db3ec98317bbbd5a4bbef6235b7529dc8fa2a
31519 Copyright: 
31520 License: 
31521 Licence_Text: 
31522 #Header: 
31523 #@node lgamma
31524 #@section @code{lgamma}
31525 #@findex lgamma
31526 #
31527 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lgamma.html}
31528 #
31529 #Gnulib module: ---
31530 #
31531 #Portability problems fixed by Gnulib:
31532 #@itemize
31533 #@end itemize
31534 #
31535 #Portability problems not fixed by Gnulib:
31536 #@itemize
31537 #@end itemize
31538
31539 File: ./doc/posix-functions/lgammaf.texi
31540 Hash: 3340ca1262b620b9ed75884a30a81db4835f22d9c860f0fdfbd49037ce37e709
31541 Copyright: 
31542 License: 
31543 Licence_Text: 
31544 #Header: 
31545 #@node lgammaf
31546 #@section @code{lgammaf}
31547 #@findex lgammaf
31548 #
31549 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lgammaf.html}
31550 #
31551 #Gnulib module: ---
31552 #
31553 #Portability problems fixed by Gnulib:
31554 #@itemize
31555 #@end itemize
31556 #
31557 #Portability problems not fixed by Gnulib:
31558 #@itemize
31559 #@item
31560
31561 File: ./doc/posix-functions/lgammal.texi
31562 Hash: 5e5d8253d524d33f78063e3e074de5de4790d5287281de939f9ada54a6705852
31563 Copyright: 
31564 License: 
31565 Licence_Text: 
31566 #Header: 
31567 #@node lgammal
31568 #@section @code{lgammal}
31569 #@findex lgammal
31570 #
31571 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lgammal.html}
31572 #
31573 #Gnulib module: ---
31574 #
31575 #Portability problems fixed by Gnulib:
31576 #@itemize
31577 #@end itemize
31578 #
31579 #Portability problems not fixed by Gnulib:
31580 #@itemize
31581 #@item
31582
31583 File: ./doc/posix-functions/link.texi
31584 Hash: 721fb6b25032be524f91ee20555d327e72ab7483675467a12a62292b15936298
31585 Copyright: 
31586 License: 
31587 Licence_Text: 
31588 #Header: 
31589 #@node link
31590 #@section @code{link}
31591 #@findex link
31592 #
31593 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/link.html}
31594 #
31595 #Gnulib module: link
31596 #
31597 #Portability problems fixed by Gnulib:
31598 #@itemize
31599 #@item
31600 #This function is missing on some platforms:
31601 #mingw.
31602 #@end itemize
31603
31604 File: ./doc/posix-functions/linkat.texi
31605 Hash: ce3f61559a6101fa604cccc0a81fbe487ceb354cf4adb09a34aa00f85e7fc351
31606 Copyright: 
31607 License: 
31608 Licence_Text: 
31609 #Header: 
31610 #@node linkat
31611 #@section @code{linkat}
31612 #@findex linkat
31613 #
31614 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/linkat.html}
31615 #
31616 #Gnulib module: ---
31617 #
31618 #Portability problems fixed by Gnulib:
31619 #@itemize
31620 #@end itemize
31621 #
31622 #Portability problems not fixed by Gnulib:
31623 #@itemize
31624 #@item
31625
31626 File: ./doc/posix-functions/lio_listio.texi
31627 Hash: c1d08fd64ff293ccace2ccce4dfb34ec109f7090f89c52f2cb06db5c54a8cffa
31628 Copyright: 
31629 License: 
31630 Licence_Text: 
31631 #Header: 
31632 #@node lio_listio
31633 #@section @code{lio_listio}
31634 #@findex lio_listio
31635 #
31636 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lio_listio.html}
31637 #
31638 #Gnulib module: ---
31639 #
31640 #Portability problems fixed by Gnulib:
31641 #@itemize
31642 #@end itemize
31643 #
31644 #Portability problems not fixed by Gnulib:
31645 #@itemize
31646 #@item
31647
31648 File: ./doc/posix-functions/listen.texi
31649 Hash: 03a2a6206b0bfcb7a04ed70467f6c79be8290cffa99530b8a9e039d33dbdd79f
31650 Copyright: 
31651 License: 
31652 Licence_Text: 
31653 #Header: 
31654 #@node listen
31655 #@section @code{listen}
31656 #@findex listen
31657 #
31658 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/listen.html}
31659 #
31660 #Gnulib module: listen
31661 #
31662 #Portability problems fixed by Gnulib:
31663 #@itemize
31664 #@item
31665 #On Windows platforms (excluding Cygwin), error codes for @code{listen}
31666 #are not placed in @code{errno}, and @code{WSAGetLastError} must be
31667 #used instead.
31668 #@end itemize
31669
31670 File: ./doc/posix-functions/llabs.texi
31671 Hash: 5704f5b51267973492147aeb77944c9ad0933fc1384a10a423b46df15b4901b5
31672 Copyright: 
31673 License: 
31674 Licence_Text: 
31675 #Header: 
31676 #@node llabs
31677 #@section @code{llabs}
31678 #@findex llabs
31679 #
31680 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/llabs.html}
31681 #
31682 #Gnulib module: ---
31683 #
31684 #Portability problems fixed by Gnulib:
31685 #@itemize
31686 #@end itemize
31687 #
31688 #Portability problems not fixed by Gnulib:
31689 #@itemize
31690 #@item
31691
31692 File: ./doc/posix-functions/lldiv.texi
31693 Hash: ee22224d40c7a02e5745932772fee532f233469cdfb89c246432ef992ebac66a
31694 Copyright: 
31695 License: 
31696 Licence_Text: 
31697 #Header: 
31698 #@node lldiv
31699 #@section @code{lldiv}
31700 #@findex lldiv
31701 #
31702 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lldiv.html}
31703 #
31704 #Gnulib module: ---
31705 #
31706 #Portability problems fixed by Gnulib:
31707 #@itemize
31708 #@end itemize
31709 #
31710 #Portability problems not fixed by Gnulib:
31711 #@itemize
31712 #@item
31713
31714 File: ./doc/posix-functions/llrint.texi
31715 Hash: 3f862bfbf3caf84d717ca4155ee2f2ada393f410182a60fc56366f4925537dfd
31716 Copyright: 
31717 License: 
31718 Licence_Text: 
31719 #Header: 
31720 #@node llrint
31721 #@section @code{llrint}
31722 #@findex llrint
31723 #
31724 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/llrint.html}
31725 #
31726 #Gnulib module: ---
31727 #
31728 #Portability problems fixed by Gnulib:
31729 #@itemize
31730 #@end itemize
31731 #
31732 #Portability problems not fixed by Gnulib:
31733 #@itemize
31734 #@item
31735
31736 File: ./doc/posix-functions/llrintf.texi
31737 Hash: 83247aede57c3ef038725aecc9f342683fc1b1cfdb67b650ceace4bb856a26dd
31738 Copyright: 
31739 License: 
31740 Licence_Text: 
31741 #Header: 
31742 #@node llrintf
31743 #@section @code{llrintf}
31744 #@findex llrintf
31745 #
31746 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/llrintf.html}
31747 #
31748 #Gnulib module: ---
31749 #
31750 #Portability problems fixed by Gnulib:
31751 #@itemize
31752 #@end itemize
31753 #
31754 #Portability problems not fixed by Gnulib:
31755 #@itemize
31756 #@item
31757
31758 File: ./doc/posix-functions/llrintl.texi
31759 Hash: ab3eeef6cd1c1dc19abc2a4f396784418136ff2da2b0a6e6cd91e9d7b64d5b9f
31760 Copyright: 
31761 License: 
31762 Licence_Text: 
31763 #Header: 
31764 #@node llrintl
31765 #@section @code{llrintl}
31766 #@findex llrintl
31767 #
31768 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/llrintl.html}
31769 #
31770 #Gnulib module: ---
31771 #
31772 #Portability problems fixed by Gnulib:
31773 #@itemize
31774 #@end itemize
31775 #
31776 #Portability problems not fixed by Gnulib:
31777 #@itemize
31778 #@item
31779
31780 File: ./doc/posix-functions/llround.texi
31781 Hash: c748140ca47bdf7b93d2ddb245999ef7671f9e6329ae7386dd7aa9bdc0c0c61d
31782 Copyright: 
31783 License: 
31784 Licence_Text: 
31785 #Header: 
31786 #@node llround
31787 #@section @code{llround}
31788 #@findex llround
31789 #
31790 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/llround.html}
31791 #
31792 #Gnulib module: ---
31793 #
31794 #Portability problems fixed by Gnulib:
31795 #@itemize
31796 #@end itemize
31797 #
31798 #Portability problems not fixed by Gnulib:
31799 #@itemize
31800 #@item
31801
31802 File: ./doc/posix-functions/llroundf.texi
31803 Hash: a974d182d48cf3f4f1387914256124829fc72ced4b4f0e241a1d298a1e6ab17c
31804 Copyright: 
31805 License: 
31806 Licence_Text: 
31807 #Header: 
31808 #@node llroundf
31809 #@section @code{llroundf}
31810 #@findex llroundf
31811 #
31812 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/llroundf.html}
31813 #
31814 #Gnulib module: ---
31815 #
31816 #Portability problems fixed by Gnulib:
31817 #@itemize
31818 #@end itemize
31819 #
31820 #Portability problems not fixed by Gnulib:
31821 #@itemize
31822 #@item
31823
31824 File: ./doc/posix-functions/llroundl.texi
31825 Hash: 16c0786bf5b7bd64b25182d4c35925082061e14e27ab40c6203d0f5f7838d6cb
31826 Copyright: 
31827 License: 
31828 Licence_Text: 
31829 #Header: 
31830 #@node llroundl
31831 #@section @code{llroundl}
31832 #@findex llroundl
31833 #
31834 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/llroundl.html}
31835 #
31836 #Gnulib module: ---
31837 #
31838 #Portability problems fixed by Gnulib:
31839 #@itemize
31840 #@end itemize
31841 #
31842 #Portability problems not fixed by Gnulib:
31843 #@itemize
31844 #@item
31845
31846 File: ./doc/posix-functions/localeconv.texi
31847 Hash: d9b5bac65cb3629c70d7c2bbc8423d1181dd32c3fd8e7a9c3db48a7fc5f2e884
31848 Copyright: 
31849 License: 
31850 Licence_Text: 
31851 #Header: 
31852 #@node localeconv
31853 #@section @code{localeconv}
31854 #@findex localeconv
31855 #
31856 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/localeconv.html}
31857 #
31858 #Gnulib module: ---
31859 #
31860 #Portability problems fixed by Gnulib:
31861 #@itemize
31862 #@end itemize
31863 #
31864 #Portability problems not fixed by Gnulib:
31865 #@itemize
31866 #@end itemize
31867
31868 File: ./doc/posix-functions/localtime.texi
31869 Hash: f55efabe8a9cc3efe0e97ec9cc7abd10fdd6b44ce79eabb8ba9494a170c44414
31870 Copyright: 
31871 License: 
31872 Licence_Text: 
31873 #Header: 
31874 #@node localtime
31875 #@section @code{localtime}
31876 #@findex localtime
31877 #
31878 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/localtime.html}
31879 #
31880 #Gnulib module: ---
31881 #
31882 #Portability problems fixed by Gnulib:
31883 #@itemize
31884 #@end itemize
31885 #
31886 #Portability problems not fixed by Gnulib:
31887 #@itemize
31888 #@end itemize
31889
31890 File: ./doc/posix-functions/localtime_r.texi
31891 Hash: 18eff3ee8b506b64c19546e4585097687ef46c56cf3023f29bbb7c36549bc668
31892 Copyright: 
31893 License: 
31894 Licence_Text: 
31895 #Header: 
31896 #@node localtime_r
31897 #@section @code{localtime_r}
31898 #@findex localtime_r
31899 #
31900 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html}
31901 #
31902 #Gnulib module: ---
31903 #
31904 #Portability problems fixed by Gnulib:
31905 #@itemize
31906 #@end itemize
31907 #
31908 #Portability problems not fixed by Gnulib:
31909 #@itemize
31910 #@item
31911
31912 File: ./doc/posix-functions/lockf.texi
31913 Hash: c7357159d3ec65d81d8ae3ae09048741deb17c3d24105341bb844ae4d6c68f75
31914 Copyright: 
31915 License: 
31916 Licence_Text: 
31917 #Header: 
31918 #@node lockf
31919 #@section @code{lockf}
31920 #@findex lockf
31921 #
31922 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lockf.html}
31923 #
31924 #Gnulib module: ---
31925 #
31926 #Portability problems fixed by Gnulib:
31927 #@itemize
31928 #@end itemize
31929 #
31930 #Portability problems not fixed by Gnulib:
31931 #@itemize
31932 #@item
31933
31934 File: ./doc/posix-functions/log.texi
31935 Hash: be6326972647fb62ffadb5a669d7d58dde061bc0c584cdd502e09f1b939d4926
31936 Copyright: 
31937 License: 
31938 Licence_Text: 
31939 #Header: 
31940 #@node log
31941 #@section @code{log}
31942 #@findex log
31943 #
31944 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log.html}
31945 #
31946 #Gnulib module: ---
31947 #
31948 #Portability problems fixed by Gnulib:
31949 #@itemize
31950 #@end itemize
31951 #
31952 #Portability problems not fixed by Gnulib:
31953 #@itemize
31954 #@end itemize
31955
31956 File: ./doc/posix-functions/log10.texi
31957 Hash: 4bf234e16cce10eb06a07bc2c0c01211e19431dd14e99f073621a87a4c1fb68f
31958 Copyright: 
31959 License: 
31960 Licence_Text: 
31961 #Header: 
31962 #@node log10
31963 #@section @code{log10}
31964 #@findex log10
31965 #
31966 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log10.html}
31967 #
31968 #Gnulib module: ---
31969 #
31970 #Portability problems fixed by Gnulib:
31971 #@itemize
31972 #@end itemize
31973 #
31974 #Portability problems not fixed by Gnulib:
31975 #@itemize
31976 #@end itemize
31977
31978 File: ./doc/posix-functions/log10f.texi
31979 Hash: 811604f34b79d58d4d2b00f03dec4623e329696cae765555f7a016594f0310e8
31980 Copyright: 
31981 License: 
31982 Licence_Text: 
31983 #Header: 
31984 #@node log10f
31985 #@section @code{log10f}
31986 #@findex log10f
31987 #
31988 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log10f.html}
31989 #
31990 #Gnulib module: ---
31991 #
31992 #Portability problems fixed by Gnulib:
31993 #@itemize
31994 #@end itemize
31995 #
31996 #Portability problems not fixed by Gnulib:
31997 #@itemize
31998 #@item
31999
32000 File: ./doc/posix-functions/log10l.texi
32001 Hash: e985c831bb6f56ba639b385c95b36fbff47864717facca550c8cac55e5055b21
32002 Copyright: 
32003 License: 
32004 Licence_Text: 
32005 #Header: 
32006 #@node log10l
32007 #@section @code{log10l}
32008 #@findex log10l
32009 #
32010 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log10l.html}
32011 #
32012 #Gnulib module: ---
32013 #
32014 #Portability problems fixed by Gnulib:
32015 #@itemize
32016 #@end itemize
32017 #
32018 #Portability problems not fixed by Gnulib:
32019 #@itemize
32020 #@item
32021
32022 File: ./doc/posix-functions/log1p.texi
32023 Hash: 499f997d56262cd2f6418e1ec7e697e73874bf8fa3bf66d94d569994cc040c7f
32024 Copyright: 
32025 License: 
32026 Licence_Text: 
32027 #Header: 
32028 #@node log1p
32029 #@section @code{log1p}
32030 #@findex log1p
32031 #
32032 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log1p.html}
32033 #
32034 #Gnulib module: ---
32035 #
32036 #Portability problems fixed by Gnulib:
32037 #@itemize
32038 #@end itemize
32039 #
32040 #Portability problems not fixed by Gnulib:
32041 #@itemize
32042 #@end itemize
32043
32044 File: ./doc/posix-functions/log1pf.texi
32045 Hash: 850d0d4573c9bf0ffb16b33e910d10c99a45e0cd8d0eac98494724760c777cd2
32046 Copyright: 
32047 License: 
32048 Licence_Text: 
32049 #Header: 
32050 #@node log1pf
32051 #@section @code{log1pf}
32052 #@findex log1pf
32053 #
32054 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log1pf.html}
32055 #
32056 #Gnulib module: ---
32057 #
32058 #Portability problems fixed by Gnulib:
32059 #@itemize
32060 #@end itemize
32061 #
32062 #Portability problems not fixed by Gnulib:
32063 #@itemize
32064 #@item
32065
32066 File: ./doc/posix-functions/log1pl.texi
32067 Hash: 6920d505b2ccd43777218043d90d6c4410d8c87997dd73b2f249bc2360d67582
32068 Copyright: 
32069 License: 
32070 Licence_Text: 
32071 #Header: 
32072 #@node log1pl
32073 #@section @code{log1pl}
32074 #@findex log1pl
32075 #
32076 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log1pl.html}
32077 #
32078 #Gnulib module: ---
32079 #
32080 #Portability problems fixed by Gnulib:
32081 #@itemize
32082 #@end itemize
32083 #
32084 #Portability problems not fixed by Gnulib:
32085 #@itemize
32086 #@item
32087
32088 File: ./doc/posix-functions/log2.texi
32089 Hash: 72c0f561bdbe81af893f8e873ebd4dbe806bad530db44f519b19409199082887
32090 Copyright: 
32091 License: 
32092 Licence_Text: 
32093 #Header: 
32094 #@node log2
32095 #@section @code{log2}
32096 #@findex log2
32097 #
32098 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log2.html}
32099 #
32100 #Gnulib module: ---
32101 #
32102 #Portability problems fixed by Gnulib:
32103 #@itemize
32104 #@end itemize
32105 #
32106 #Portability problems not fixed by Gnulib:
32107 #@itemize
32108 #@item
32109
32110 File: ./doc/posix-functions/log2f.texi
32111 Hash: 109ae05a1b36fa1174a4d4407fa99b2c5eaae2e7b9e30f59e3faab1178d9e85f
32112 Copyright: 
32113 License: 
32114 Licence_Text: 
32115 #Header: 
32116 #@node log2f
32117 #@section @code{log2f}
32118 #@findex log2f
32119 #
32120 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log2f.html}
32121 #
32122 #Gnulib module: ---
32123 #
32124 #Portability problems fixed by Gnulib:
32125 #@itemize
32126 #@end itemize
32127 #
32128 #Portability problems not fixed by Gnulib:
32129 #@itemize
32130 #@item
32131
32132 File: ./doc/posix-functions/log2l.texi
32133 Hash: 98e4205ef799d4c24375f28e935eff27ccd0d67d86bd6779b8405677d11f0523
32134 Copyright: 
32135 License: 
32136 Licence_Text: 
32137 #Header: 
32138 #@node log2l
32139 #@section @code{log2l}
32140 #@findex log2l
32141 #
32142 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log2l.html}
32143 #
32144 #Gnulib module: ---
32145 #
32146 #Portability problems fixed by Gnulib:
32147 #@itemize
32148 #@end itemize
32149 #
32150 #Portability problems not fixed by Gnulib:
32151 #@itemize
32152 #@item
32153
32154 File: ./doc/posix-functions/logb.texi
32155 Hash: 6d395e4ef941920f778506ad202ac5dcb235ae030c9ccfe916329e49a63c7b71
32156 Copyright: 
32157 License: 
32158 Licence_Text: 
32159 #Header: 
32160 #@node logb
32161 #@section @code{logb}
32162 #@findex logb
32163 #
32164 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/logb.html}
32165 #
32166 #Gnulib module: ---
32167 #
32168 #Portability problems fixed by Gnulib:
32169 #@itemize
32170 #@end itemize
32171 #
32172 #Portability problems not fixed by Gnulib:
32173 #@itemize
32174 #@end itemize
32175
32176 File: ./doc/posix-functions/logbf.texi
32177 Hash: c732075e88b1628ef63b9205c9def17bcaf758d1e0c35992a2fafc3d2528655f
32178 Copyright: 
32179 License: 
32180 Licence_Text: 
32181 #Header: 
32182 #@node logbf
32183 #@section @code{logbf}
32184 #@findex logbf
32185 #
32186 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/logbf.html}
32187 #
32188 #Gnulib module: ---
32189 #
32190 #Portability problems fixed by Gnulib:
32191 #@itemize
32192 #@end itemize
32193 #
32194 #Portability problems not fixed by Gnulib:
32195 #@itemize
32196 #@item
32197
32198 File: ./doc/posix-functions/logbl.texi
32199 Hash: fca1988f0cb72ad80a0962568a412de015cffb28a4cbbb9a1a81db50e29f47c2
32200 Copyright: 
32201 License: 
32202 Licence_Text: 
32203 #Header: 
32204 #@node logbl
32205 #@section @code{logbl}
32206 #@findex logbl
32207 #
32208 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/logbl.html}
32209 #
32210 #Gnulib module: ---
32211 #
32212 #Portability problems fixed by Gnulib:
32213 #@itemize
32214 #@end itemize
32215 #
32216 #Portability problems not fixed by Gnulib:
32217 #@itemize
32218 #@item
32219
32220 File: ./doc/posix-functions/logf.texi
32221 Hash: 599a740ebf9dc12b8baa17e0e18aa126df9b8bc2ac51aa7c7a556693ceb61af2
32222 Copyright: 
32223 License: 
32224 Licence_Text: 
32225 #Header: 
32226 #@node logf
32227 #@section @code{logf}
32228 #@findex logf
32229 #
32230 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/logf.html}
32231 #
32232 #Gnulib module: ---
32233 #
32234 #Portability problems fixed by Gnulib:
32235 #@itemize
32236 #@end itemize
32237 #
32238 #Portability problems not fixed by Gnulib:
32239 #@itemize
32240 #@item
32241
32242 File: ./doc/posix-functions/logl.texi
32243 Hash: 96139ba06494cf8c9fdb20a21e11fe8877bb1c22c528f5f8fafc57131b5be12b
32244 Copyright: 
32245 License: 
32246 Licence_Text: 
32247 #Header: 
32248 #@node logl
32249 #@section @code{logl}
32250 #@findex logl
32251 #
32252 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/logl.html}
32253 #
32254 #Gnulib module: ---
32255 #
32256 #Portability problems fixed by Gnulib:
32257 #@itemize
32258 #@end itemize
32259 #
32260 #Portability problems not fixed by Gnulib:
32261 #@itemize
32262 #@item
32263
32264 File: ./doc/posix-functions/longjmp.texi
32265 Hash: 8037266751fc7a136b74fc698dde403a0fa71c5aaf9c84d2f4e0ae27994fd458
32266 Copyright: 
32267 License: 
32268 Licence_Text: 
32269 #Header: 
32270 #@node longjmp
32271 #@section @code{longjmp}
32272 #@findex longjmp
32273 #
32274 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/longjmp.html}
32275 #
32276 #Gnulib module: ---
32277 #
32278 #Portability problems fixed by Gnulib:
32279 #@itemize
32280 #@end itemize
32281 #
32282 #Portability problems not fixed by Gnulib:
32283 #@itemize
32284 #@item
32285
32286 File: ./doc/posix-functions/lrand48.texi
32287 Hash: 869c04b348c9b6123c213743a00e56a0f3c5b4140dd0c88b90af0677a594a7ac
32288 Copyright: 
32289 License: 
32290 Licence_Text: 
32291 #Header: 
32292 #@node lrand48
32293 #@section @code{lrand48}
32294 #@findex lrand48
32295 #
32296 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lrand48.html}
32297 #
32298 #Gnulib module: ---
32299 #
32300 #Portability problems fixed by Gnulib:
32301 #@itemize
32302 #@end itemize
32303 #
32304 #Portability problems not fixed by Gnulib:
32305 #@itemize
32306 #@item
32307
32308 File: ./doc/posix-functions/lrint.texi
32309 Hash: 5e8f49fd176642d39b75ce85fa4883dd177ae6365bb3f7bc01d1adfe57137f05
32310 Copyright: 
32311 License: 
32312 Licence_Text: 
32313 #Header: 
32314 #@node lrint
32315 #@section @code{lrint}
32316 #@findex lrint
32317 #
32318 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lrint.html}
32319 #
32320 #Gnulib module: ---
32321 #
32322 #Portability problems fixed by Gnulib:
32323 #@itemize
32324 #@end itemize
32325 #
32326 #Portability problems not fixed by Gnulib:
32327 #@itemize
32328 #@item
32329
32330 File: ./doc/posix-functions/lrintf.texi
32331 Hash: 08dafff5e7cdc373b185b07d2e59e50c6c21f34bba5297e4622267f3e5ba81bf
32332 Copyright: 
32333 License: 
32334 Licence_Text: 
32335 #Header: 
32336 #@node lrintf
32337 #@section @code{lrintf}
32338 #@findex lrintf
32339 #
32340 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lrintf.html}
32341 #
32342 #Gnulib module: ---
32343 #
32344 #Portability problems fixed by Gnulib:
32345 #@itemize
32346 #@end itemize
32347 #
32348 #Portability problems not fixed by Gnulib:
32349 #@itemize
32350 #@item
32351
32352 File: ./doc/posix-functions/lrintl.texi
32353 Hash: b6b93015a9cd70a2b2a2d7f4f6c4e03b259a83dfb0e4850be2dbc5125557a3a3
32354 Copyright: 
32355 License: 
32356 Licence_Text: 
32357 #Header: 
32358 #@node lrintl
32359 #@section @code{lrintl}
32360 #@findex lrintl
32361 #
32362 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lrintl.html}
32363 #
32364 #Gnulib module: ---
32365 #
32366 #Portability problems fixed by Gnulib:
32367 #@itemize
32368 #@end itemize
32369 #
32370 #Portability problems not fixed by Gnulib:
32371 #@itemize
32372 #@item
32373
32374 File: ./doc/posix-functions/lround.texi
32375 Hash: 7ce7fba4c411195fb1fd21ceab0c0087af9f72fa0c8582ecf336f7e485e1d50f
32376 Copyright: 
32377 License: 
32378 Licence_Text: 
32379 #Header: 
32380 #@node lround
32381 #@section @code{lround}
32382 #@findex lround
32383 #
32384 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lround.html}
32385 #
32386 #Gnulib module: ---
32387 #
32388 #Portability problems fixed by Gnulib:
32389 #@itemize
32390 #@end itemize
32391 #
32392 #Portability problems not fixed by Gnulib:
32393 #@itemize
32394 #@item
32395
32396 File: ./doc/posix-functions/lroundf.texi
32397 Hash: d2fd89e04139885ec3fe722000f941fae649dc9a7e37e9e57651994f02c20e9c
32398 Copyright: 
32399 License: 
32400 Licence_Text: 
32401 #Header: 
32402 #@node lroundf
32403 #@section @code{lroundf}
32404 #@findex lroundf
32405 #
32406 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lroundf.html}
32407 #
32408 #Gnulib module: ---
32409 #
32410 #Portability problems fixed by Gnulib:
32411 #@itemize
32412 #@end itemize
32413 #
32414 #Portability problems not fixed by Gnulib:
32415 #@itemize
32416 #@item
32417
32418 File: ./doc/posix-functions/lroundl.texi
32419 Hash: 921cf7eb1bc71b4502501b3ce8d15cdf97000bd44378a8c58f624e8b89f6d528
32420 Copyright: 
32421 License: 
32422 Licence_Text: 
32423 #Header: 
32424 #@node lroundl
32425 #@section @code{lroundl}
32426 #@findex lroundl
32427 #
32428 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lroundl.html}
32429 #
32430 #Gnulib module: ---
32431 #
32432 #Portability problems fixed by Gnulib:
32433 #@itemize
32434 #@end itemize
32435 #
32436 #Portability problems not fixed by Gnulib:
32437 #@itemize
32438 #@item
32439
32440 File: ./doc/posix-functions/lsearch.texi
32441 Hash: 37eec18ff286f167792759b48ba4225deeb6aa273436f0b3dbbe0bdd23c4f2c6
32442 Copyright: 
32443 License: 
32444 Licence_Text: 
32445 #Header: 
32446 #@node lsearch
32447 #@section @code{lsearch}
32448 #@findex lsearch
32449 #
32450 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lsearch.html}
32451 #
32452 #Gnulib module: ---
32453 #
32454 #Portability problems fixed by Gnulib:
32455 #@itemize
32456 #@end itemize
32457 #
32458 #Portability problems not fixed by Gnulib:
32459 #@itemize
32460 #@item
32461
32462 File: ./doc/posix-functions/lseek.texi
32463 Hash: 51e17228d34badd1144f78cdd1d398bd81f85ac3231f9ce3c1158f58e2cd98ad
32464 Copyright: 
32465 License: 
32466 Licence_Text: 
32467 #Header: 
32468 #@node lseek
32469 #@section @code{lseek}
32470 #@findex lseek
32471 #
32472 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lseek.html}
32473 #
32474 #Gnulib module: lseek
32475 #
32476 #Portability problems fixed by Gnulib:
32477 #@itemize
32478 #@item
32479 #This function mistakenly succeeds on pipes on some platforms: mingw, BeOS.
32480 #@end itemize
32481 #
32482 #Portability problems not fixed by Gnulib:
32483
32484 File: ./doc/posix-functions/lstat.texi
32485 Hash: ee413eccd9b78bf14988721a2eeb3e0ef1a0f352a9381743add4a0fde7d15484
32486 Copyright: 
32487 License: 
32488 Licence_Text: 
32489 #Header: 
32490 #@node lstat
32491 #@section @code{lstat}
32492 #@findex lstat
32493 #
32494 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lstat.html}
32495 #
32496 #Gnulib module: lstat
32497 #
32498 #Portability problems fixed by Gnulib:
32499 #@itemize
32500 #@item
32501 #When the argument ends in a slash, some platforms don't dereference the
32502 #argument.
32503 #@item
32504 #On Windows platforms (excluding Cygwin), symlinks are not supported, so
32505
32506 File: ./doc/posix-functions/malloc.texi
32507 Hash: e78d7433731db2f25215c9b85d86bab4074a9386c851e3e7652b3a773f9ffa4c
32508 Copyright: 
32509 License: 
32510 Licence_Text: 
32511 #Header: 
32512 #@node malloc
32513 #@section @code{malloc}
32514 #@findex malloc
32515 #
32516 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/malloc.html}
32517 #
32518 #Gnulib module: malloc-posix
32519 #
32520 #Portability problems fixed by Gnulib:
32521 #@itemize
32522 #@item
32523 #Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
32524 #some platforms:
32525 #mingw.
32526 #@end itemize
32527
32528 File: ./doc/posix-functions/mblen.texi
32529 Hash: 6d48d1ed4b248c087c438895fc11497d19518e31fd66e3b62dfb31a82725fba4
32530 Copyright: 
32531 License: 
32532 Licence_Text: 
32533 #Header: 
32534 #@node mblen
32535 #@section @code{mblen}
32536 #@findex mblen
32537 #
32538 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mblen.html}
32539 #
32540 #Gnulib module: ---
32541 #
32542 #Portability problems fixed by Gnulib:
32543 #@itemize
32544 #@end itemize
32545 #
32546 #Portability problems not fixed by Gnulib:
32547 #@itemize
32548 #@end itemize
32549
32550 File: ./doc/posix-functions/mbrlen.texi
32551 Hash: 0ad799fbab5e5ba27244d58a868783bef00fefc119f78dc1e60bbd4798d4f51e
32552 Copyright: 
32553 License: 
32554 Licence_Text: 
32555 #Header: 
32556 #@node mbrlen
32557 #@section @code{mbrlen}
32558 #@findex mbrlen
32559 #
32560 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbrlen.html}
32561 #
32562 #Gnulib module: mbrlen
32563 #
32564 #Portability problems fixed by Gnulib:
32565 #@itemize
32566 #@item
32567 #This function is missing on some platforms:
32568 #HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
32569 #@item
32570 #This function does not put the state into non-initial state when parsing an
32571
32572 File: ./doc/posix-functions/mbrtowc.texi
32573 Hash: 520568480543ec68eb430ac4973176f6b1b2d43c0e6e4d45ba73aef60a87eee5
32574 Copyright: 
32575 License: 
32576 Licence_Text: 
32577 #Header: 
32578 #@node mbrtowc
32579 #@section @code{mbrtowc}
32580 #@findex mbrtowc
32581 #
32582 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbrtowc.html}
32583 #
32584 #Gnulib module: mbrtowc
32585 #
32586 #Portability problems fixed by Gnulib:
32587 #@itemize
32588 #@item
32589 #This function is missing on some platforms:
32590 #HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
32591 #@item
32592 #This function does not put the state into non-initial state when parsing an
32593
32594 File: ./doc/posix-functions/mbsinit.texi
32595 Hash: 5df56fe636ad7622c7d031432f90eb3e4538ae9741ef0dae2b26dce74bf28c6f
32596 Copyright: 
32597 License: 
32598 Licence_Text: 
32599 #Header: 
32600 #@node mbsinit
32601 #@section @code{mbsinit}
32602 #@findex mbsinit
32603 #
32604 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbsinit.html}
32605 #
32606 #Gnulib module: mbsinit
32607 #
32608 #Portability problems fixed by Gnulib:
32609 #@itemize
32610 #@item
32611 #This function is missing on some platforms:
32612 #HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5.
32613 #@end itemize
32614
32615 File: ./doc/posix-functions/mbsnrtowcs.texi
32616 Hash: 1e379a2b7e5692fee1cf2caa04b0f12222eb783c0aacffee63560278e24e6ecc
32617 Copyright: 
32618 License: 
32619 Licence_Text: 
32620 #Header: 
32621 #@node mbsnrtowcs
32622 #@section @code{mbsnrtowcs}
32623 #@findex mbsnrtowcs
32624 #
32625 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbsnrtowcs.html}
32626 #
32627 #Gnulib module: mbsnrtowcs
32628 #
32629 #Portability problems fixed by Gnulib:
32630 #@itemize
32631 #@item
32632 #This function is missing on some platforms:
32633 #MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX
32634 #11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
32635 #@end itemize
32636
32637 File: ./doc/posix-functions/mbsrtowcs.texi
32638 Hash: 45316856d475ec5e2b93376b87b78c48f7f8d80439cd569005b87b8ae1d7f903
32639 Copyright: 
32640 License: 
32641 Licence_Text: 
32642 #Header: 
32643 #@node mbsrtowcs
32644 #@section @code{mbsrtowcs}
32645 #@findex mbsrtowcs
32646 #
32647 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbsrtowcs.html}
32648 #
32649 #Gnulib module: mbsrtowcs
32650 #
32651 #Portability problems fixed by Gnulib:
32652 #@itemize
32653 #@item
32654 #This function is missing on some platforms:
32655 #HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
32656 #@item
32657 #This function does not work on some platforms:
32658
32659 File: ./doc/posix-functions/mbstowcs.texi
32660 Hash: 0ce649672c4e398cd8cf49a87e9b998673d368e3f9cccb224a05f172ce73e065
32661 Copyright: 
32662 License: 
32663 Licence_Text: 
32664 #Header: 
32665 #@node mbstowcs
32666 #@section @code{mbstowcs}
32667 #@findex mbstowcs
32668 #
32669 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbstowcs.html}
32670 #
32671 #Gnulib module: ---
32672 #
32673 #Portability problems fixed by Gnulib:
32674 #@itemize
32675 #@end itemize
32676 #
32677 #Portability problems not fixed by Gnulib:
32678 #@itemize
32679 #@item
32680
32681 File: ./doc/posix-functions/mbtowc.texi
32682 Hash: 715f7f61b6dea73f4e6db5662d9eb0d7117bf43a6e82afd979f2992d992de84d
32683 Copyright: 
32684 License: 
32685 Licence_Text: 
32686 #Header: 
32687 #@node mbtowc
32688 #@section @code{mbtowc}
32689 #@findex mbtowc
32690 #
32691 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbtowc.html}
32692 #
32693 #Gnulib module: ---
32694 #
32695 #Portability problems fixed by Gnulib:
32696 #@itemize
32697 #@end itemize
32698 #
32699 #Portability problems not fixed by Gnulib:
32700 #@itemize
32701 #@item
32702
32703 File: ./doc/posix-functions/memccpy.texi
32704 Hash: a6d645adccd00addeee11377bd0d94a9a49c5abc74697957704ef86ef88d7ecb
32705 Copyright: 
32706 License: 
32707 Licence_Text: 
32708 #Header: 
32709 #@node memccpy
32710 #@section @code{memccpy}
32711 #@findex memccpy
32712 #
32713 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memccpy.html}
32714 #
32715 #Gnulib module: ---
32716 #
32717 #Portability problems fixed by Gnulib:
32718 #@itemize
32719 #@end itemize
32720 #
32721 #Portability problems not fixed by Gnulib:
32722 #@itemize
32723 #@item
32724
32725 File: ./doc/posix-functions/memchr.texi
32726 Hash: 3548b31bdafed633760e3d40a863cfb4b7eb601216d255a29de29bb5f7088f9e
32727 Copyright: 
32728 License: 
32729 Licence_Text: 
32730 #Header: 
32731 #@node memchr
32732 #@section @code{memchr}
32733 #@findex memchr
32734 #
32735 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memchr.html}
32736 #
32737 #Gnulib module: memchr
32738 #
32739 #Portability problems fixed by Gnulib:
32740 #@itemize
32741 #@item
32742 #This function is missing on some older platforms.
32743 #
32744 #@item
32745 #This function dereferences too much memory on some platforms:
32746
32747 File: ./doc/posix-functions/memcmp.texi
32748 Hash: fb3797a49dc2164707d9ba379894b5b1e34d43b30e554e4bc3782e4509001f2f
32749 Copyright: 
32750 License: 
32751 Licence_Text: 
32752 #Header: 
32753 #@node memcmp
32754 #@section @code{memcmp}
32755 #@findex memcmp
32756 #
32757 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memcmp.html}
32758 #
32759 #Gnulib module: memcmp
32760 #
32761 #Portability problems fixed by Gnulib:
32762 #@itemize
32763 #@item
32764 #This function is missing on some older platforms.
32765 #@item
32766 #This function does not work on 8-bit data on some older platforms:
32767 #SunOS 4.1.3.
32768
32769 File: ./doc/posix-functions/memcpy.texi
32770 Hash: 271f9b21c10b20785135079403e037a4f52ad844b7602913211ff63f94564bcb
32771 Copyright: 
32772 License: 
32773 Licence_Text: 
32774 #Header: 
32775 #@node memcpy
32776 #@section @code{memcpy}
32777 #@findex memcpy
32778 #
32779 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memcpy.html}
32780 #
32781 #Gnulib module: memcpy
32782 #
32783 #Portability problems fixed by Gnulib:
32784 #@itemize
32785 #@item
32786 #This function is missing on some older platforms.
32787 #@end itemize
32788 #
32789 #Portability problems not fixed by Gnulib:
32790
32791 File: ./doc/posix-functions/memmove.texi
32792 Hash: 0f200deaacb14c33d323ffa83873f3b54922ae9f6c0306fe66c0516671387261
32793 Copyright: 
32794 License: 
32795 Licence_Text: 
32796 #Header: 
32797 #@node memmove
32798 #@section @code{memmove}
32799 #@findex memmove
32800 #
32801 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memmove.html}
32802 #
32803 #Gnulib module: memmove
32804 #
32805 #Portability problems fixed by Gnulib:
32806 #@itemize
32807 #@item
32808 #This function is missing on some older platforms.
32809 #@end itemize
32810 #
32811 #Portability problems not fixed by Gnulib:
32812
32813 File: ./doc/posix-functions/memset.texi
32814 Hash: 493093091c332e7fc5a23362e072380e883d206806a2326770839b8e60f0d3ca
32815 Copyright: 
32816 License: 
32817 Licence_Text: 
32818 #Header: 
32819 #@node memset
32820 #@section @code{memset}
32821 #@findex memset
32822 #
32823 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memset.html}
32824 #
32825 #Gnulib module: memset
32826 #
32827 #Portability problems fixed by Gnulib:
32828 #@itemize
32829 #@item
32830 #This function is missing on some older platforms.
32831 #@end itemize
32832 #
32833 #Portability problems not fixed by Gnulib:
32834
32835 File: ./doc/posix-functions/mkdir.texi
32836 Hash: 93475369c168cbc0c38f7b20835aee152d2ae281996e0d345aac4cbfa7abc331
32837 Copyright: 
32838 License: 
32839 Licence_Text: 
32840 #Header: 
32841 #@node mkdir
32842 #@section @code{mkdir}
32843 #@findex mkdir
32844 #
32845 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mkdir.html}
32846 #
32847 #Gnulib module: mkdir
32848 #
32849 #Portability problems fixed by Gnulib:
32850 #@itemize
32851 #@item
32852 #When the argument ends in a slash, the function call fails on some platforms.
32853 #@item
32854 #On Windows platforms (excluding Cygwin), this function is called @code{_mkdir}
32855 #and takes only one argument.  The fix (without Gnulib) is to define a macro
32856
32857 File: ./doc/posix-functions/mkdirat.texi
32858 Hash: 55a0d02781ba86cb46e9723bea32885e1790894fa991dc3c01e6506e5fae2f81
32859 Copyright: 
32860 License: 
32861 Licence_Text: 
32862 #Header: 
32863 #@node mkdirat
32864 #@section @code{mkdirat}
32865 #@findex mkdirat
32866 #
32867 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mkdirat.html}
32868 #
32869 #Gnulib module: openat
32870 #
32871 #Portability problems fixed by Gnulib:
32872 #@itemize
32873 #@item
32874 #This function is missing on some platforms:
32875 #glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX
32876 #5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
32877 #But the replacement function is not safe to be used in libraries and is not multithread-safe.
32878
32879 File: ./doc/posix-functions/mkdtemp.texi
32880 Hash: 58eea11250f1276e5fd5c59cc33e1addcc62f6cd091dd15a83e428be08f7b252
32881 Copyright: 
32882 License: 
32883 Licence_Text: 
32884 #Header: 
32885 #@node mkdtemp
32886 #@section @code{mkdtemp}
32887 #@findex mkdtemp
32888 #
32889 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mkdtemp.html}
32890 #
32891 #Gnulib module: mkdtemp
32892 #
32893 #Portability problems fixed by Gnulib:
32894 #@itemize
32895 #@item
32896 #This function is missing on some platforms:
32897 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
32898 #@end itemize
32899
32900 File: ./doc/posix-functions/mkfifo.texi
32901 Hash: 39b9fab073e009e8b6a169b2190d5572e513385c694e327e70bcf1db6a159b35
32902 Copyright: 
32903 License: 
32904 Licence_Text: 
32905 #Header: 
32906 #@node mkfifo
32907 #@section @code{mkfifo}
32908 #@findex mkfifo
32909 #
32910 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mkfifo.html}
32911 #
32912 #Gnulib module: ---
32913 #
32914 #Portability problems fixed by Gnulib:
32915 #@itemize
32916 #@end itemize
32917 #
32918 #Portability problems not fixed by Gnulib:
32919 #@itemize
32920 #@item
32921
32922 File: ./doc/posix-functions/mkfifoat.texi
32923 Hash: 205800e3bc3436f4b16ce670afff063c55a0da3a798b107e364045fa4a967ed5
32924 Copyright: 
32925 License: 
32926 Licence_Text: 
32927 #Header: 
32928 #@node mkfifoat
32929 #@section @code{mkfifoat}
32930 #@findex mkfifoat
32931 #
32932 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mkfifoat.html}
32933 #
32934 #Gnulib module: ---
32935 #
32936 #Portability problems fixed by Gnulib:
32937 #@itemize
32938 #@end itemize
32939 #
32940 #Portability problems not fixed by Gnulib:
32941 #@itemize
32942 #@item
32943
32944 File: ./doc/posix-functions/mknod.texi
32945 Hash: 3f6809f0a4fa73e85bc918802a632cd0192c1c5c2801cd7eaa1b2824469fd3a1
32946 Copyright: 
32947 License: 
32948 Licence_Text: 
32949 #Header: 
32950 #@node mknod
32951 #@section @code{mknod}
32952 #@findex mknod
32953 #
32954 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mknod.html}
32955 #
32956 #Gnulib module: ---
32957 #
32958 #Portability problems fixed by Gnulib:
32959 #@itemize
32960 #@end itemize
32961 #
32962 #Portability problems not fixed by Gnulib:
32963 #@itemize
32964 #@item
32965
32966 File: ./doc/posix-functions/mknodat.texi
32967 Hash: 8e780cc65b29f438053a6cb070c21ca28168dc988f47fb72e9f3810c721768d8
32968 Copyright: 
32969 License: 
32970 Licence_Text: 
32971 #Header: 
32972 #@node mknodat
32973 #@section @code{mknodat}
32974 #@findex mknodat
32975 #
32976 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mknodat.html}
32977 #
32978 #Gnulib module: ---
32979 #
32980 #Portability problems fixed by Gnulib:
32981 #@itemize
32982 #@end itemize
32983 #
32984 #Portability problems not fixed by Gnulib:
32985 #@itemize
32986 #@item
32987
32988 File: ./doc/posix-functions/mkstemp.texi
32989 Hash: 854e7e497a0388612e8d2d0c212c25f4fd94333ba825e1b9df90b94bbbff394a
32990 Copyright: 
32991 License: 
32992 Licence_Text: 
32993 #Header: 
32994 #@node mkstemp
32995 #@section @code{mkstemp}
32996 #@findex mkstemp
32997 #
32998 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mkstemp.html}
32999 #
33000 #Gnulib module: mkstemp
33001 #
33002 #Portability problems fixed by Gnulib:
33003 #@itemize
33004 #@item
33005 #This function is missing on some platforms:
33006 #mingw.
33007 #@item
33008 #On some platforms (HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a silly
33009
33010 File: ./doc/posix-functions/mktime.texi
33011 Hash: 9948a151a3eb7c4b07a411a58f1bc5da74bdf24f291daae2f1262a0fdd044804
33012 Copyright: 
33013 License: 
33014 Licence_Text: 
33015 #Header: 
33016 #@node mktime
33017 #@section @code{mktime}
33018 #@findex mktime
33019 #
33020 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mktime.html}
33021 #
33022 #Gnulib module: mktime
33023 #
33024 #Portability problems fixed by Gnulib:
33025 #@itemize
33026 #@item
33027 #@code{mktime} may go into an endless loop on some platforms.
33028 #@item
33029 #@code{mktime} may occasionally return wrong results on some platforms.
33030 #@end itemize
33031
33032 File: ./doc/posix-functions/mlock.texi
33033 Hash: 3ddcd068484f0953b2b2583b4036fdd4d6ecb22893c51cacbb61a36f1493c6bc
33034 Copyright: 
33035 License: 
33036 Licence_Text: 
33037 #Header: 
33038 #@node mlock
33039 #@section @code{mlock}
33040 #@findex mlock
33041 #
33042 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mlock.html}
33043 #
33044 #Gnulib module: ---
33045 #
33046 #Portability problems fixed by Gnulib:
33047 #@itemize
33048 #@end itemize
33049 #
33050 #Portability problems not fixed by Gnulib:
33051 #@itemize
33052 #@item
33053
33054 File: ./doc/posix-functions/mlockall.texi
33055 Hash: 2d15848617dd2c8c5b5d582ba37f8def1777193fefd8f521f1e8583682c62a21
33056 Copyright: 
33057 License: 
33058 Licence_Text: 
33059 #Header: 
33060 #@node mlockall
33061 #@section @code{mlockall}
33062 #@findex mlockall
33063 #
33064 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mlockall.html}
33065 #
33066 #Gnulib module: ---
33067 #
33068 #Portability problems fixed by Gnulib:
33069 #@itemize
33070 #@end itemize
33071 #
33072 #Portability problems not fixed by Gnulib:
33073 #@itemize
33074 #@item
33075
33076 File: ./doc/posix-functions/mmap.texi
33077 Hash: bfee4ecb3ebec6d283db88b6cd390ef0301ce7a0937a80d25529c74f0b8f569e
33078 Copyright: 
33079 License: 
33080 Licence_Text: 
33081 #Header: 
33082 #@node mmap
33083 #@section @code{mmap}
33084 #@findex mmap
33085 #
33086 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mmap.html}
33087 #
33088 #Gnulib module: ---
33089 #
33090 #Portability problems fixed by Gnulib:
33091 #@itemize
33092 #@end itemize
33093 #
33094 #Portability problems not fixed by Gnulib:
33095 #@itemize
33096 #@item
33097
33098 File: ./doc/posix-functions/modf.texi
33099 Hash: 36b354917e56d61e5900a08fab91604eaa9cc08e2d86e46267f8d898c818bf40
33100 Copyright: 
33101 License: 
33102 Licence_Text: 
33103 #Header: 
33104 #@node modf
33105 #@section @code{modf}
33106 #@findex modf
33107 #
33108 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/modf.html}
33109 #
33110 #Gnulib module: ---
33111 #
33112 #Portability problems fixed by Gnulib:
33113 #@itemize
33114 #@end itemize
33115 #
33116 #Portability problems not fixed by Gnulib:
33117 #@itemize
33118 #@end itemize
33119
33120 File: ./doc/posix-functions/modff.texi
33121 Hash: f7b8c38291b91e6ad35e04c0ebfb9097945ce77ebda26a3c990bf2fe1aaea28a
33122 Copyright: 
33123 License: 
33124 Licence_Text: 
33125 #Header: 
33126 #@node modff
33127 #@section @code{modff}
33128 #@findex modff
33129 #
33130 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/modff.html}
33131 #
33132 #Gnulib module: ---
33133 #
33134 #Portability problems fixed by Gnulib:
33135 #@itemize
33136 #@end itemize
33137 #
33138 #Portability problems not fixed by Gnulib:
33139 #@itemize
33140 #@item
33141
33142 File: ./doc/posix-functions/modfl.texi
33143 Hash: 3b679719015e572d20de79124954057ab191f83370ed03edd791b794cfe6bc43
33144 Copyright: 
33145 License: 
33146 Licence_Text: 
33147 #Header: 
33148 #@node modfl
33149 #@section @code{modfl}
33150 #@findex modfl
33151 #
33152 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/modfl.html}
33153 #
33154 #Gnulib module: ---
33155 #
33156 #Portability problems fixed by Gnulib:
33157 #@itemize
33158 #@end itemize
33159 #
33160 #Portability problems not fixed by Gnulib:
33161 #@itemize
33162 #@item
33163
33164 File: ./doc/posix-functions/mprotect.texi
33165 Hash: 3d0e06eb9e85ed18105ac9c8f7ad12a98e74b8b3a67de5e954dc6154290cb58c
33166 Copyright: 
33167 License: 
33168 Licence_Text: 
33169 #Header: 
33170 #@node mprotect
33171 #@section @code{mprotect}
33172 #@findex mprotect
33173 #
33174 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mprotect.html}
33175 #
33176 #Gnulib module: ---
33177 #
33178 #Portability problems fixed by Gnulib:
33179 #@itemize
33180 #@end itemize
33181 #
33182 #Portability problems not fixed by Gnulib:
33183 #@itemize
33184 #@item
33185
33186 File: ./doc/posix-functions/mq_close.texi
33187 Hash: a56bfb44d12f03e97f995b9a9c1633b24f89498f43ebbc542b4d352b1778cd08
33188 Copyright: 
33189 License: 
33190 Licence_Text: 
33191 #Header: 
33192 #@node mq_close
33193 #@section @code{mq_close}
33194 #@findex mq_close
33195 #
33196 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mq_close.html}
33197 #
33198 #Gnulib module: ---
33199 #
33200 #Portability problems fixed by Gnulib:
33201 #@itemize
33202 #@end itemize
33203 #
33204 #Portability problems not fixed by Gnulib:
33205 #@itemize
33206 #@item
33207
33208 File: ./doc/posix-functions/mq_getattr.texi
33209 Hash: 8ac60fce24f63e597e3177997e50fb60bcc5fb27a291934c400a0648f9326552
33210 Copyright: 
33211 License: 
33212 Licence_Text: 
33213 #Header: 
33214 #@node mq_getattr
33215 #@section @code{mq_getattr}
33216 #@findex mq_getattr
33217 #
33218 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mq_getattr.html}
33219 #
33220 #Gnulib module: ---
33221 #
33222 #Portability problems fixed by Gnulib:
33223 #@itemize
33224 #@end itemize
33225 #
33226 #Portability problems not fixed by Gnulib:
33227 #@itemize
33228 #@item
33229
33230 File: ./doc/posix-functions/mq_notify.texi
33231 Hash: e0ba4512bebe0e27c550f7b746e54cb1925f3b3db361afaa8f4ee31a7e528710
33232 Copyright: 
33233 License: 
33234 Licence_Text: 
33235 #Header: 
33236 #@node mq_notify
33237 #@section @code{mq_notify}
33238 #@findex mq_notify
33239 #
33240 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mq_notify.html}
33241 #
33242 #Gnulib module: ---
33243 #
33244 #Portability problems fixed by Gnulib:
33245 #@itemize
33246 #@end itemize
33247 #
33248 #Portability problems not fixed by Gnulib:
33249 #@itemize
33250 #@item
33251
33252 File: ./doc/posix-functions/mq_open.texi
33253 Hash: 8849def00e0a469a4c36a935d2a9edacc7a8fca13afc8d0b189b1ab3a8c4a263
33254 Copyright: 
33255 License: 
33256 Licence_Text: 
33257 #Header: 
33258 #@node mq_open
33259 #@section @code{mq_open}
33260 #@findex mq_open
33261 #
33262 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mq_open.html}
33263 #
33264 #Gnulib module: ---
33265 #
33266 #Portability problems fixed by Gnulib:
33267 #@itemize
33268 #@end itemize
33269 #
33270 #Portability problems not fixed by Gnulib:
33271 #@itemize
33272 #@item
33273
33274 File: ./doc/posix-functions/mq_receive.texi
33275 Hash: 41a216e485977c77bc0469b7caca4239d7b859ee983130f7cbb60df8b0c743e1
33276 Copyright: 
33277 License: 
33278 Licence_Text: 
33279 #Header: 
33280 #@node mq_receive
33281 #@section @code{mq_receive}
33282 #@findex mq_receive
33283 #
33284 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mq_receive.html}
33285 #
33286 #Gnulib module: ---
33287 #
33288 #Portability problems fixed by Gnulib:
33289 #@itemize
33290 #@end itemize
33291 #
33292 #Portability problems not fixed by Gnulib:
33293 #@itemize
33294 #@item
33295
33296 File: ./doc/posix-functions/mq_send.texi
33297 Hash: 034db31411edca3bd8d9aa67b8dcebc8bda230d3dfe632da530c17bd4c4544d4
33298 Copyright: 
33299 License: 
33300 Licence_Text: 
33301 #Header: 
33302 #@node mq_send
33303 #@section @code{mq_send}
33304 #@findex mq_send
33305 #
33306 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mq_send.html}
33307 #
33308 #Gnulib module: ---
33309 #
33310 #Portability problems fixed by Gnulib:
33311 #@itemize
33312 #@end itemize
33313 #
33314 #Portability problems not fixed by Gnulib:
33315 #@itemize
33316 #@item
33317
33318 File: ./doc/posix-functions/mq_setattr.texi
33319 Hash: e5a4f564cc977a25d0ee56ff5129950ab519621fa7e8161649ef772f72159396
33320 Copyright: 
33321 License: 
33322 Licence_Text: 
33323 #Header: 
33324 #@node mq_setattr
33325 #@section @code{mq_setattr}
33326 #@findex mq_setattr
33327 #
33328 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mq_setattr.html}
33329 #
33330 #Gnulib module: ---
33331 #
33332 #Portability problems fixed by Gnulib:
33333 #@itemize
33334 #@end itemize
33335 #
33336 #Portability problems not fixed by Gnulib:
33337 #@itemize
33338 #@item
33339
33340 File: ./doc/posix-functions/mq_timedreceive.texi
33341 Hash: 8d49fce0e031fc61180b5352a420b1fe8ba491b8ecf4ccba972e3e9ebd6e7631
33342 Copyright: 
33343 License: 
33344 Licence_Text: 
33345 #Header: 
33346 #@node mq_timedreceive
33347 #@section @code{mq_timedreceive}
33348 #@findex mq_timedreceive
33349 #
33350 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mq_timedreceive.html}
33351 #
33352 #Gnulib module: ---
33353 #
33354 #Portability problems fixed by Gnulib:
33355 #@itemize
33356 #@end itemize
33357 #
33358 #Portability problems not fixed by Gnulib:
33359 #@itemize
33360 #@item
33361
33362 File: ./doc/posix-functions/mq_timedsend.texi
33363 Hash: a79f94772aefae158a027486aea868c68d2fe9e08eaf409ec3540d187dc16f00
33364 Copyright: 
33365 License: 
33366 Licence_Text: 
33367 #Header: 
33368 #@node mq_timedsend
33369 #@section @code{mq_timedsend}
33370 #@findex mq_timedsend
33371 #
33372 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mq_timedsend.html}
33373 #
33374 #Gnulib module: ---
33375 #
33376 #Portability problems fixed by Gnulib:
33377 #@itemize
33378 #@end itemize
33379 #
33380 #Portability problems not fixed by Gnulib:
33381 #@itemize
33382 #@item
33383
33384 File: ./doc/posix-functions/mq_unlink.texi
33385 Hash: 7b5dab50039e7c0b0f3170569e637158b1c1bf41c38e13d14986cea14f56c25d
33386 Copyright: 
33387 License: 
33388 Licence_Text: 
33389 #Header: 
33390 #@node mq_unlink
33391 #@section @code{mq_unlink}
33392 #@findex mq_unlink
33393 #
33394 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mq_unlink.html}
33395 #
33396 #Gnulib module: ---
33397 #
33398 #Portability problems fixed by Gnulib:
33399 #@itemize
33400 #@end itemize
33401 #
33402 #Portability problems not fixed by Gnulib:
33403 #@itemize
33404 #@item
33405
33406 File: ./doc/posix-functions/mrand48.texi
33407 Hash: 77b10e37a5687d7495e536135140dd9e074b12afc20f2d3e3dd07073057b8972
33408 Copyright: 
33409 License: 
33410 Licence_Text: 
33411 #Header: 
33412 #@node mrand48
33413 #@section @code{mrand48}
33414 #@findex mrand48
33415 #
33416 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mrand48.html}
33417 #
33418 #Gnulib module: ---
33419 #
33420 #Portability problems fixed by Gnulib:
33421 #@itemize
33422 #@end itemize
33423 #
33424 #Portability problems not fixed by Gnulib:
33425 #@itemize
33426 #@item
33427
33428 File: ./doc/posix-functions/msgctl.texi
33429 Hash: 46d3ee99b2282ef2910c1b2592050c0cf79178bff7eae0c92ca2ac2f7336b2a3
33430 Copyright: 
33431 License: 
33432 Licence_Text: 
33433 #Header: 
33434 #@node msgctl
33435 #@section @code{msgctl}
33436 #@findex msgctl
33437 #
33438 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/msgctl.html}
33439 #
33440 #Gnulib module: ---
33441 #
33442 #Portability problems fixed by Gnulib:
33443 #@itemize
33444 #@end itemize
33445 #
33446 #Portability problems not fixed by Gnulib:
33447 #@itemize
33448 #@item
33449
33450 File: ./doc/posix-functions/msgget.texi
33451 Hash: 58fc127eae240377ef7505629f2570cf4e3276d5d301994fcb171e5d6b367ffc
33452 Copyright: 
33453 License: 
33454 Licence_Text: 
33455 #Header: 
33456 #@node msgget
33457 #@section @code{msgget}
33458 #@findex msgget
33459 #
33460 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/msgget.html}
33461 #
33462 #Gnulib module: ---
33463 #
33464 #Portability problems fixed by Gnulib:
33465 #@itemize
33466 #@end itemize
33467 #
33468 #Portability problems not fixed by Gnulib:
33469 #@itemize
33470 #@item
33471
33472 File: ./doc/posix-functions/msgrcv.texi
33473 Hash: 88bf2464eb8f30cbb7678eb5f8582cf8d2c4644bc486f30146d77d2064e10c7b
33474 Copyright: 
33475 License: 
33476 Licence_Text: 
33477 #Header: 
33478 #@node msgrcv
33479 #@section @code{msgrcv}
33480 #@findex msgrcv
33481 #
33482 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/msgrcv.html}
33483 #
33484 #Gnulib module: ---
33485 #
33486 #Portability problems fixed by Gnulib:
33487 #@itemize
33488 #@end itemize
33489 #
33490 #Portability problems not fixed by Gnulib:
33491 #@itemize
33492 #@item
33493
33494 File: ./doc/posix-functions/msgsnd.texi
33495 Hash: 9f75f5e72c64235284ea705f9b5fe2e6f9aea288231af9bc5dfaf7f66a26fa7f
33496 Copyright: 
33497 License: 
33498 Licence_Text: 
33499 #Header: 
33500 #@node msgsnd
33501 #@section @code{msgsnd}
33502 #@findex msgsnd
33503 #
33504 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/msgsnd.html}
33505 #
33506 #Gnulib module: ---
33507 #
33508 #Portability problems fixed by Gnulib:
33509 #@itemize
33510 #@end itemize
33511 #
33512 #Portability problems not fixed by Gnulib:
33513 #@itemize
33514 #@item
33515
33516 File: ./doc/posix-functions/msync.texi
33517 Hash: ff9ca91d2e004f54a4b0ef17bb84d7b272507c512312101dae3bd3af1be33e90
33518 Copyright: 
33519 License: 
33520 Licence_Text: 
33521 #Header: 
33522 #@node msync
33523 #@section @code{msync}
33524 #@findex msync
33525 #
33526 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/msync.html}
33527 #
33528 #Gnulib module: ---
33529 #
33530 #Portability problems fixed by Gnulib:
33531 #@itemize
33532 #@end itemize
33533 #
33534 #Portability problems not fixed by Gnulib:
33535 #@itemize
33536 #@item
33537
33538 File: ./doc/posix-functions/munlock.texi
33539 Hash: f441bed9fcbcb0651991726777c715db07ca4847e81820ede03031a157d97c9c
33540 Copyright: 
33541 License: 
33542 Licence_Text: 
33543 #Header: 
33544 #@node munlock
33545 #@section @code{munlock}
33546 #@findex munlock
33547 #
33548 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/munlock.html}
33549 #
33550 #Gnulib module: ---
33551 #
33552 #Portability problems fixed by Gnulib:
33553 #@itemize
33554 #@end itemize
33555 #
33556 #Portability problems not fixed by Gnulib:
33557 #@itemize
33558 #@item
33559
33560 File: ./doc/posix-functions/munlockall.texi
33561 Hash: 550be841155556e1b32abab434902c90652e6a481f0e539fa6ad9f0342967900
33562 Copyright: 
33563 License: 
33564 Licence_Text: 
33565 #Header: 
33566 #@node munlockall
33567 #@section @code{munlockall}
33568 #@findex munlockall
33569 #
33570 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/munlockall.html}
33571 #
33572 #Gnulib module: ---
33573 #
33574 #Portability problems fixed by Gnulib:
33575 #@itemize
33576 #@end itemize
33577 #
33578 #Portability problems not fixed by Gnulib:
33579 #@itemize
33580 #@item
33581
33582 File: ./doc/posix-functions/munmap.texi
33583 Hash: 47168b653c372c13df047fa6fdb676f3064d2f2a0968c7e9dcd0383d16134841
33584 Copyright: 
33585 License: 
33586 Licence_Text: 
33587 #Header: 
33588 #@node munmap
33589 #@section @code{munmap}
33590 #@findex munmap
33591 #
33592 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/munmap.html}
33593 #
33594 #Gnulib module: ---
33595 #
33596 #Portability problems fixed by Gnulib:
33597 #@itemize
33598 #@end itemize
33599 #
33600 #Portability problems not fixed by Gnulib:
33601 #@itemize
33602 #@item
33603
33604 File: ./doc/posix-functions/nan.texi
33605 Hash: 0a369ac906fcd75126107c5a2079e19d39ac77c16fff7959d1283f3692f2d6c9
33606 Copyright: 
33607 License: 
33608 Licence_Text: 
33609 #Header: 
33610 #@node nan
33611 #@section @code{nan}
33612 #@findex nan
33613 #
33614 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nan.html}
33615 #
33616 #Gnulib module: ---
33617 #
33618 #Portability problems fixed by Gnulib:
33619 #@itemize
33620 #@end itemize
33621 #
33622 #Portability problems not fixed by Gnulib:
33623 #@itemize
33624 #@item
33625
33626 File: ./doc/posix-functions/nanf.texi
33627 Hash: ddff9bef8fbddbb5702b052b2591f73ae516edafe27040fe81d4abbdbc0d2dd8
33628 Copyright: 
33629 License: 
33630 Licence_Text: 
33631 #Header: 
33632 #@node nanf
33633 #@section @code{nanf}
33634 #@findex nanf
33635 #
33636 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nanf.html}
33637 #
33638 #Gnulib module: ---
33639 #
33640 #Portability problems fixed by Gnulib:
33641 #@itemize
33642 #@end itemize
33643 #
33644 #Portability problems not fixed by Gnulib:
33645 #@itemize
33646 #@item
33647
33648 File: ./doc/posix-functions/nanl.texi
33649 Hash: 55f965fb9e233ea8afdd9b3ef17ce5d14877c6ac793e0c9e8b160ac423075509
33650 Copyright: 
33651 License: 
33652 Licence_Text: 
33653 #Header: 
33654 #@node nanl
33655 #@section @code{nanl}
33656 #@findex nanl
33657 #
33658 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nanl.html}
33659 #
33660 #Gnulib module: ---
33661 #
33662 #Portability problems fixed by Gnulib:
33663 #@itemize
33664 #@end itemize
33665 #
33666 #Portability problems not fixed by Gnulib:
33667 #@itemize
33668 #@item
33669
33670 File: ./doc/posix-functions/nanosleep.texi
33671 Hash: 74dbeddd80b4214c4974b632dae914216068c850827943c4904342e11ef8a2a6
33672 Copyright: 
33673 License: 
33674 Licence_Text: 
33675 #Header: 
33676 #@node nanosleep
33677 #@section @code{nanosleep}
33678 #@findex nanosleep
33679 #
33680 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html}
33681 #
33682 #Gnulib module: nanosleep
33683 #
33684 #Portability problems fixed by Gnulib:
33685 #@itemize
33686 #@item
33687 #This function is missing on some platforms:
33688 #Solaris 2.4, mingw, Interix 3.5, BeOS.
33689 #@item
33690 #This function reports failure when called with small arguments such as 1 ns
33691
33692 File: ./doc/posix-functions/nearbyint.texi
33693 Hash: 13393f4950af6047d63e095573a302430f81f67dc0c50408609af16e34d6e142
33694 Copyright: 
33695 License: 
33696 Licence_Text: 
33697 #Header: 
33698 #@node nearbyint
33699 #@section @code{nearbyint}
33700 #@findex nearbyint
33701 #
33702 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nearbyint.html}
33703 #
33704 #Gnulib module: ---
33705 #
33706 #Portability problems fixed by Gnulib:
33707 #@itemize
33708 #@end itemize
33709 #
33710 #Portability problems not fixed by Gnulib:
33711 #@itemize
33712 #@item
33713
33714 File: ./doc/posix-functions/nearbyintf.texi
33715 Hash: 658e59bc27cd904e0cc47775321320c8377162f26b6d18de60806a40b96e1352
33716 Copyright: 
33717 License: 
33718 Licence_Text: 
33719 #Header: 
33720 #@node nearbyintf
33721 #@section @code{nearbyintf}
33722 #@findex nearbyintf
33723 #
33724 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nearbyintf.html}
33725 #
33726 #Gnulib module: ---
33727 #
33728 #Portability problems fixed by Gnulib:
33729 #@itemize
33730 #@end itemize
33731 #
33732 #Portability problems not fixed by Gnulib:
33733 #@itemize
33734 #@item
33735
33736 File: ./doc/posix-functions/nearbyintl.texi
33737 Hash: 661f4dab520ac6b7bb2b11af811a20f3f94e1316de51decb0473347458399b8a
33738 Copyright: 
33739 License: 
33740 Licence_Text: 
33741 #Header: 
33742 #@node nearbyintl
33743 #@section @code{nearbyintl}
33744 #@findex nearbyintl
33745 #
33746 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nearbyintl.html}
33747 #
33748 #Gnulib module: ---
33749 #
33750 #Portability problems fixed by Gnulib:
33751 #@itemize
33752 #@end itemize
33753 #
33754 #Portability problems not fixed by Gnulib:
33755 #@itemize
33756 #@item
33757
33758 File: ./doc/posix-functions/newlocale.texi
33759 Hash: c04df75e62461fd14ae6c3d3ebe84ee9df02879c42e5ec26e3badb347e8a822b
33760 Copyright: 
33761 License: 
33762 Licence_Text: 
33763 #Header: 
33764 #@node newlocale
33765 #@section @code{newlocale}
33766 #@findex newlocale
33767 #
33768 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/newlocale.html}
33769 #
33770 #Gnulib module: ---
33771 #
33772 #Portability problems fixed by Gnulib:
33773 #@itemize
33774 #@end itemize
33775 #
33776 #Portability problems not fixed by Gnulib:
33777 #@itemize
33778 #@item
33779
33780 File: ./doc/posix-functions/nextafter.texi
33781 Hash: 23887e9fbefc390b519abbea6463ab6aa11624d06486049a55f9027ab63e0297
33782 Copyright: 
33783 License: 
33784 Licence_Text: 
33785 #Header: 
33786 #@node nextafter
33787 #@section @code{nextafter}
33788 #@findex nextafter
33789 #
33790 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nextafter.html}
33791 #
33792 #Gnulib module: ---
33793 #
33794 #Portability problems fixed by Gnulib:
33795 #@itemize
33796 #@end itemize
33797 #
33798 #Portability problems not fixed by Gnulib:
33799 #@itemize
33800 #@end itemize
33801
33802 File: ./doc/posix-functions/nextafterf.texi
33803 Hash: a0739a1545689a8a038e7f98cb5da84b0c2e4c668767cc241f669e1704194921
33804 Copyright: 
33805 License: 
33806 Licence_Text: 
33807 #Header: 
33808 #@node nextafterf
33809 #@section @code{nextafterf}
33810 #@findex nextafterf
33811 #
33812 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nextafterf.html}
33813 #
33814 #Gnulib module: ---
33815 #
33816 #Portability problems fixed by Gnulib:
33817 #@itemize
33818 #@end itemize
33819 #
33820 #Portability problems not fixed by Gnulib:
33821 #@itemize
33822 #@item
33823
33824 File: ./doc/posix-functions/nextafterl.texi
33825 Hash: d20c3001ccd5e5ce8d6ef61d92bfc6ecf9e9bca011df94ced795f48cf3dc789f
33826 Copyright: 
33827 License: 
33828 Licence_Text: 
33829 #Header: 
33830 #@node nextafterl
33831 #@section @code{nextafterl}
33832 #@findex nextafterl
33833 #
33834 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nextafterl.html}
33835 #
33836 #Gnulib module: ---
33837 #
33838 #Portability problems fixed by Gnulib:
33839 #@itemize
33840 #@end itemize
33841 #
33842 #Portability problems not fixed by Gnulib:
33843 #@itemize
33844 #@item
33845
33846 File: ./doc/posix-functions/nexttoward.texi
33847 Hash: 837e8d7788c026deb3665bb845b6da33504cb7b33b457b86b2b8ec0916d1947a
33848 Copyright: 
33849 License: 
33850 Licence_Text: 
33851 #Header: 
33852 #@node nexttoward
33853 #@section @code{nexttoward}
33854 #@findex nexttoward
33855 #
33856 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nexttoward.html}
33857 #
33858 #Gnulib module: ---
33859 #
33860 #Portability problems fixed by Gnulib:
33861 #@itemize
33862 #@end itemize
33863 #
33864 #Portability problems not fixed by Gnulib:
33865 #@itemize
33866 #@item
33867
33868 File: ./doc/posix-functions/nexttowardf.texi
33869 Hash: bb03bf44dad18e6e2a6f1c7a066871d7a89d2fbeb520bf1399522c9d7b35ba98
33870 Copyright: 
33871 License: 
33872 Licence_Text: 
33873 #Header: 
33874 #@node nexttowardf
33875 #@section @code{nexttowardf}
33876 #@findex nexttowardf
33877 #
33878 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nexttowardf.html}
33879 #
33880 #Gnulib module: ---
33881 #
33882 #Portability problems fixed by Gnulib:
33883 #@itemize
33884 #@end itemize
33885 #
33886 #Portability problems not fixed by Gnulib:
33887 #@itemize
33888 #@item
33889
33890 File: ./doc/posix-functions/nexttowardl.texi
33891 Hash: 082ca469237887b3be9e6ddbe4ae66c7f5eed2f7fb7062b0459ab448bd830692
33892 Copyright: 
33893 License: 
33894 Licence_Text: 
33895 #Header: 
33896 #@node nexttowardl
33897 #@section @code{nexttowardl}
33898 #@findex nexttowardl
33899 #
33900 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nexttowardl.html}
33901 #
33902 #Gnulib module: ---
33903 #
33904 #Portability problems fixed by Gnulib:
33905 #@itemize
33906 #@end itemize
33907 #
33908 #Portability problems not fixed by Gnulib:
33909 #@itemize
33910 #@item
33911
33912 File: ./doc/posix-functions/nftw.texi
33913 Hash: 7fc01f24b0225147ab2c52dc7481fb2663bb13253c9fc0a485991f3bc872b472
33914 Copyright: 
33915 License: 
33916 Licence_Text: 
33917 #Header: 
33918 #@node nftw
33919 #@section @code{nftw}
33920 #@findex nftw
33921 #
33922 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nftw.html}
33923 #
33924 #Gnulib module: ---
33925 #
33926 #Portability problems fixed by Gnulib:
33927 #@itemize
33928 #@end itemize
33929 #
33930 #Portability problems not fixed by Gnulib:
33931 #@itemize
33932 #@item
33933
33934 File: ./doc/posix-functions/nice.texi
33935 Hash: 58412f950c076fdb2593a0a7f2cefa1a80d9d131fb4c3052ea7ef9dc859fecf5
33936 Copyright: 
33937 License: 
33938 Licence_Text: 
33939 #Header: 
33940 #@node nice
33941 #@section @code{nice}
33942 #@findex nice
33943 #
33944 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nice.html}
33945 #
33946 #Gnulib module: ---
33947 #
33948 #Portability problems fixed by Gnulib:
33949 #@itemize
33950 #@end itemize
33951 #
33952 #Portability problems not fixed by Gnulib:
33953 #@itemize
33954 #@item
33955
33956 File: ./doc/posix-functions/nl_langinfo.texi
33957 Hash: 8cf67efe07150e73545ca1afa1ae02d47bff384e876aed78f1b75998dc918249
33958 Copyright: 
33959 License: 
33960 Licence_Text: 
33961 #Header: 
33962 #@node nl_langinfo
33963 #@section @code{nl_langinfo}
33964 #@findex nl_langinfo
33965 #
33966 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo.html}
33967 #
33968 #Gnulib module: ---
33969 #
33970 #Portability problems fixed by Gnulib:
33971 #@itemize
33972 #@end itemize
33973 #
33974 #Portability problems not fixed by Gnulib:
33975 #@itemize
33976 #@item
33977
33978 File: ./doc/posix-functions/nl_langinfo_l.texi
33979 Hash: 46d1682b37126005dcf251b40c854bbc8203ebdd0e7574f91535b4bfa8be7ead
33980 Copyright: 
33981 License: 
33982 Licence_Text: 
33983 #Header: 
33984 #@node nl_langinfo_l
33985 #@section @code{nl_langinfo_l}
33986 #@findex nl_langinfo_l
33987 #
33988 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo_l.html}
33989 #
33990 #Gnulib module: ---
33991 #
33992 #Portability problems fixed by Gnulib:
33993 #@itemize
33994 #@end itemize
33995 #
33996 #Portability problems not fixed by Gnulib:
33997 #@itemize
33998 #@item
33999
34000 File: ./doc/posix-functions/nrand48.texi
34001 Hash: e36c51acdcb113964729a4a2eeb0ac143221961015efa80b42f2cd34f7270f66
34002 Copyright: 
34003 License: 
34004 Licence_Text: 
34005 #Header: 
34006 #@node nrand48
34007 #@section @code{nrand48}
34008 #@findex nrand48
34009 #
34010 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nrand48.html}
34011 #
34012 #Gnulib module: ---
34013 #
34014 #Portability problems fixed by Gnulib:
34015 #@itemize
34016 #@end itemize
34017 #
34018 #Portability problems not fixed by Gnulib:
34019 #@itemize
34020 #@item
34021
34022 File: ./doc/posix-functions/ntohl.texi
34023 Hash: 84d74eeaededb546d305d99930dcbdc1ec3918999eb3fb851e28a2e7e37774c2
34024 Copyright: 
34025 License: 
34026 Licence_Text: 
34027 #Header: 
34028 #@node ntohl
34029 #@section @code{ntohl}
34030 #@findex ntohl
34031 #
34032 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ntohl.html}
34033 #
34034 #Gnulib module: ---
34035 #
34036 #Portability problems fixed by Gnulib:
34037 #@itemize
34038 #@end itemize
34039 #
34040 #Portability problems not fixed by Gnulib:
34041 #@itemize
34042 #@item
34043
34044 File: ./doc/posix-functions/ntohs.texi
34045 Hash: 346b0124f78840014b5262a674e22a0703994c64c3adb0382afd49fafd802917
34046 Copyright: 
34047 License: 
34048 Licence_Text: 
34049 #Header: 
34050 #@node ntohs
34051 #@section @code{ntohs}
34052 #@findex ntohs
34053 #
34054 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ntohs.html}
34055 #
34056 #Gnulib module: ---
34057 #
34058 #Portability problems fixed by Gnulib:
34059 #@itemize
34060 #@end itemize
34061 #
34062 #Portability problems not fixed by Gnulib:
34063 #@itemize
34064 #@item
34065
34066 File: ./doc/posix-functions/open.texi
34067 Hash: 9e866007c32b3f629186f32bce84b0a2a3e8cc628147c7d200325bd60e5b530e
34068 Copyright: 
34069 License: 
34070 Licence_Text: 
34071 #Header: 
34072 #@node open
34073 #@section @code{open}
34074 #@findex open
34075 #
34076 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/open.html}
34077 #
34078 #Gnulib module: open, fchdir
34079 #
34080 #Portability problems fixed by the Gnulib module open:
34081 #@itemize
34082 #@item
34083 #This function does not fail when the file name argument ends in a slash
34084 #and (without the slash) names a nonexistent file or a file that is not a
34085 #directory, on some platforms:
34086 #HP-UX 11.00, Solaris 9, Irix 5.3.
34087
34088 File: ./doc/posix-functions/open_memstream.texi
34089 Hash: 4afd28eeda8db17ab5af1f4571340f1593a74742069e35c8cf025d3e3edabb55
34090 Copyright: 
34091 License: 
34092 Licence_Text: 
34093 #Header: 
34094 #@node open_memstream
34095 #@section @code{open_memstream}
34096 #@findex open_memstream
34097 #
34098 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/open_memstream.html}
34099 #
34100 #Gnulib module: ---
34101 #
34102 #Portability problems fixed by Gnulib:
34103 #@itemize
34104 #@end itemize
34105 #
34106 #Portability problems not fixed by Gnulib:
34107 #@itemize
34108 #@item
34109
34110 File: ./doc/posix-functions/open_wmemstream.texi
34111 Hash: ab0f60c7c0a5d80df458598941a4f36408ebce2fc18455086a89a587a8b6e310
34112 Copyright: 
34113 License: 
34114 Licence_Text: 
34115 #Header: 
34116 #@node open_wmemstream
34117 #@section @code{open_wmemstream}
34118 #@findex open_wmemstream
34119 #
34120 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/open_wmemstream.html}
34121 #
34122 #Gnulib module: ---
34123 #
34124 #Portability problems fixed by Gnulib:
34125 #@itemize
34126 #@end itemize
34127 #
34128 #Portability problems not fixed by Gnulib:
34129 #@itemize
34130 #@item
34131
34132 File: ./doc/posix-functions/openat.texi
34133 Hash: 80fc53551f0a774542028faa3cd7dd7f257f96517e5a3bbf7f15d60c3fcab7ec
34134 Copyright: 
34135 License: 
34136 Licence_Text: 
34137 #Header: 
34138 #@node openat
34139 #@section @code{openat}
34140 #@findex openat
34141 #
34142 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/openat.html}
34143 #
34144 #Gnulib module: openat
34145 #
34146 #Portability problems fixed by Gnulib:
34147 #@itemize
34148 #@item
34149 #This function is missing on some platforms:
34150 #glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX
34151 #5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
34152 #But the replacement function is not safe to be used in libraries and is not multithread-safe.
34153
34154 File: ./doc/posix-functions/opendir.texi
34155 Hash: 409c08736bec42c21409505d8b5549e441a5af2426e3bd68dfcc7c0b5880f4f2
34156 Copyright: 
34157 License: 
34158 Licence_Text: 
34159 #Header: 
34160 #@node opendir
34161 #@section @code{opendir}
34162 #@findex opendir
34163 #
34164 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/opendir.html}
34165 #
34166 #Gnulib module: ---
34167 #
34168 #Portability problems fixed by Gnulib:
34169 #@itemize
34170 #@end itemize
34171 #
34172 #Portability problems not fixed by Gnulib:
34173 #@itemize
34174 #@end itemize
34175
34176 File: ./doc/posix-functions/openlog.texi
34177 Hash: 40e398533022603918e1db1621467abcac006a911ad223ea5ea7b80d98a69100
34178 Copyright: 
34179 License: 
34180 Licence_Text: 
34181 #Header: 
34182 #@node openlog
34183 #@section @code{openlog}
34184 #@findex openlog
34185 #
34186 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/openlog.html}
34187 #
34188 #Gnulib module: ---
34189 #
34190 #Portability problems fixed by Gnulib:
34191 #@itemize
34192 #@end itemize
34193 #
34194 #Portability problems not fixed by Gnulib:
34195 #@itemize
34196 #@item
34197
34198 File: ./doc/posix-functions/optarg.texi
34199 Hash: e9113b3f78a586f104d7a7e3bdce30cec774d7049394ed1c71473825b52c869e
34200 Copyright: 
34201 License: 
34202 Licence_Text: 
34203 #Header: 
34204 #@node optarg
34205 #@section @code{optarg}
34206 #@findex optarg
34207 #
34208 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/optarg.html}
34209 #
34210 #Gnulib module: ---
34211 #
34212 #Portability problems fixed by Gnulib:
34213 #@itemize
34214 #@end itemize
34215 #
34216 #Portability problems not fixed by Gnulib:
34217 #@itemize
34218 #@item
34219
34220 File: ./doc/posix-functions/opterr.texi
34221 Hash: ddda71a2c3fda560885aaf6c435efd85469d21bcb910f55e513971e25fb01fd2
34222 Copyright: 
34223 License: 
34224 Licence_Text: 
34225 #Header: 
34226 #@node opterr
34227 #@section @code{opterr}
34228 #@findex opterr
34229 #
34230 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/opterr.html}
34231 #
34232 #Gnulib module: ---
34233 #
34234 #Portability problems fixed by Gnulib:
34235 #@itemize
34236 #@end itemize
34237 #
34238 #Portability problems not fixed by Gnulib:
34239 #@itemize
34240 #@item
34241
34242 File: ./doc/posix-functions/optind.texi
34243 Hash: 192b89c39131f5ac56cb1a3d9199545cfee9c6fe3a13676980cf647c873d9124
34244 Copyright: 
34245 License: 
34246 Licence_Text: 
34247 #Header: 
34248 #@node optind
34249 #@section @code{optind}
34250 #@findex optind
34251 #
34252 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/optind.html}
34253 #
34254 #Gnulib module: ---
34255 #
34256 #Portability problems fixed by Gnulib:
34257 #@itemize
34258 #@end itemize
34259 #
34260 #Portability problems not fixed by Gnulib:
34261 #@itemize
34262 #@item
34263
34264 File: ./doc/posix-functions/optopt.texi
34265 Hash: d9f81d4c490100d92492662b974e59f12d07be11c28dc993037a84dfb37fdc0b
34266 Copyright: 
34267 License: 
34268 Licence_Text: 
34269 #Header: 
34270 #@node optopt
34271 #@section @code{optopt}
34272 #@findex optopt
34273 #
34274 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/optopt.html}
34275 #
34276 #Gnulib module: ---
34277 #
34278 #Portability problems fixed by Gnulib:
34279 #@itemize
34280 #@end itemize
34281 #
34282 #Portability problems not fixed by Gnulib:
34283 #@itemize
34284 #@item
34285
34286 File: ./doc/posix-functions/pathconf.texi
34287 Hash: c0dbda6dd42136873beaddaea136fa8d5e46596bfdc335e578a88f1954718794
34288 Copyright: 
34289 License: 
34290 Licence_Text: 
34291 #Header: 
34292 #@node pathconf
34293 #@section @code{pathconf}
34294 #@findex pathconf
34295 #
34296 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pathconf.html}
34297 #
34298 #Gnulib module: ---
34299 #
34300 #Portability problems fixed by Gnulib:
34301 #@itemize
34302 #@end itemize
34303 #
34304 #Portability problems not fixed by Gnulib:
34305 #@itemize
34306 #@item
34307
34308 File: ./doc/posix-functions/pause.texi
34309 Hash: 7be4007b12a3aa330139297e66ae074f67ed9e19f3efa28582619f8c071c874a
34310 Copyright: 
34311 License: 
34312 Licence_Text: 
34313 #Header: 
34314 #@node pause
34315 #@section @code{pause}
34316 #@findex pause
34317 #
34318 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pause.html}
34319 #
34320 #Gnulib module: ---
34321 #
34322 #Portability problems fixed by Gnulib:
34323 #@itemize
34324 #@end itemize
34325 #
34326 #Portability problems not fixed by Gnulib:
34327 #@itemize
34328 #@item
34329
34330 File: ./doc/posix-functions/pclose.texi
34331 Hash: 4361d8543ae29315a5c5e958d4db37667ba5317d2a3b334cc611046b77e73a7c
34332 Copyright: 
34333 License: 
34334 Licence_Text: 
34335 #Header: 
34336 #@node pclose
34337 #@section @code{pclose}
34338 #@findex pclose
34339 #
34340 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pclose.html}
34341 #
34342 #Gnulib module: ---
34343 #
34344 #Portability problems fixed by Gnulib:
34345 #@itemize
34346 #@end itemize
34347 #
34348 #Portability problems not fixed by Gnulib:
34349 #@itemize
34350 #@end itemize
34351
34352 File: ./doc/posix-functions/perror.texi
34353 Hash: b652cbfe9d21d2bbd3ee7784a6a707d27fc1e60293c59183002538640dc279f3
34354 Copyright: 
34355 License: 
34356 Licence_Text: 
34357 #Header: 
34358 #@node perror
34359 #@section @code{perror}
34360 #@findex perror
34361 #
34362 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/perror.html}
34363 #
34364 #Gnulib module: perror
34365 #
34366 #Portability problems fixed by Gnulib:
34367 #@itemize
34368 #@item
34369 #This function does not support the error values that are specified by POSIX
34370 #but not defined by the system, on some platforms:
34371 #OpenBSD 4.0, OSF/1 5.1, Cygwin 1.5.x, mingw.
34372 #@end itemize
34373
34374 File: ./doc/posix-functions/pipe.texi
34375 Hash: cb47c3d1e90c0d73c702255148b3c20889270387c041db34e9c41b29920f90dc
34376 Copyright: 
34377 License: 
34378 Licence_Text: 
34379 #Header: 
34380 #@node pipe
34381 #@section @code{pipe}
34382 #@findex pipe
34383 #
34384 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pipe.html}
34385 #
34386 #Gnulib module: ---
34387 #
34388 #Portability problems fixed by Gnulib:
34389 #@itemize
34390 #@end itemize
34391 #
34392 #Portability problems not fixed by Gnulib:
34393 #@itemize
34394 #@item
34395
34396 File: ./doc/posix-functions/poll.texi
34397 Hash: f05ad8c422fac0e80c3ae47f256e275d4a2f386ad1a8c258b3a40f16337f8dbe
34398 Copyright: 
34399 License: 
34400 Licence_Text: 
34401 #Header: 
34402 #@node poll
34403 #@section @code{poll}
34404 #@findex poll
34405 #
34406 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/poll.html}
34407 #
34408 #Gnulib module: poll
34409 #
34410 #Portability problems fixed by Gnulib:
34411 #@itemize
34412 #@item
34413 #This function is missing on some platforms:
34414 #mingw, BeOS.
34415 #@item
34416 #This function doesn't work on special files like @file{/dev/null} and ttys like
34417
34418 File: ./doc/posix-functions/popen.texi
34419 Hash: 4c7662a6c9a1f5fec49e1ed88fe924f8ba389ced30dc44570469332009095c20
34420 Copyright: 
34421 License: 
34422 Licence_Text: 
34423 #Header: 
34424 #@node popen
34425 #@section @code{popen}
34426 #@findex popen
34427 #
34428 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/popen.html}
34429 #
34430 #Gnulib module: popen
34431 #
34432 #Portability problems fixed by Gnulib:
34433 #@itemize
34434 #@item
34435 #Some platforms start the child with closed stdin or stdout if the
34436 #standard descriptors were closed in the parent:
34437 #Cygwin 1.5.x.
34438 #@end itemize
34439
34440 File: ./doc/posix-functions/posix_fadvise.texi
34441 Hash: ea8c8e4c81a8ad7a313cb6d2071239f26e453d6034b32cad4214ea95e4536247
34442 Copyright: 
34443 License: 
34444 Licence_Text: 
34445 #Header: 
34446 #@node posix_fadvise
34447 #@section @code{posix_fadvise}
34448 #@findex posix_fadvise
34449 #
34450 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_fadvise.html}
34451 #
34452 #Gnulib module: ---
34453 #
34454 #Portability problems fixed by Gnulib:
34455 #@itemize
34456 #@end itemize
34457 #
34458 #Portability problems not fixed by Gnulib:
34459 #@itemize
34460 #@item
34461
34462 File: ./doc/posix-functions/posix_fallocate.texi
34463 Hash: 96ba33b3301a1d3b05885d284a49dcbeb84b73adc39ac1b7752f694e0f2eeab2
34464 Copyright: 
34465 License: 
34466 Licence_Text: 
34467 #Header: 
34468 #@node posix_fallocate
34469 #@section @code{posix_fallocate}
34470 #@findex posix_fallocate
34471 #
34472 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_fallocate.html}
34473 #
34474 #Gnulib module: ---
34475 #
34476 #Portability problems fixed by Gnulib:
34477 #@itemize
34478 #@end itemize
34479 #
34480 #Portability problems not fixed by Gnulib:
34481 #@itemize
34482 #@item
34483
34484 File: ./doc/posix-functions/posix_madvise.texi
34485 Hash: 98abbcde99ca724ebecd7393f0bdc2f4425d743cdd8680118aa3df87c6d3fe81
34486 Copyright: 
34487 License: 
34488 Licence_Text: 
34489 #Header: 
34490 #@node posix_madvise
34491 #@section @code{posix_madvise}
34492 #@findex posix_madvise
34493 #
34494 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_madvise.html}
34495 #
34496 #Gnulib module: ---
34497 #
34498 #Portability problems fixed by Gnulib:
34499 #@itemize
34500 #@end itemize
34501 #
34502 #Portability problems not fixed by Gnulib:
34503 #@itemize
34504 #@item
34505
34506 File: ./doc/posix-functions/posix_mem_offset.texi
34507 Hash: d18ab511cf764975dd21a03e966791ffe4e4f7352616a030dcaeca77dde7fca9
34508 Copyright: 
34509 License: 
34510 Licence_Text: 
34511 #Header: 
34512 #@node posix_mem_offset
34513 #@section @code{posix_mem_offset}
34514 #@findex posix_mem_offset
34515 #
34516 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_mem_offset.html}
34517 #
34518 #Gnulib module: ---
34519 #
34520 #Portability problems fixed by Gnulib:
34521 #@itemize
34522 #@end itemize
34523 #
34524 #Portability problems not fixed by Gnulib:
34525 #@itemize
34526 #@item
34527
34528 File: ./doc/posix-functions/posix_memalign.texi
34529 Hash: 02a09479dd9153ce72aaa2dedefd1dd8b5e57f2b88e5f8d303f49dc60e4b3246
34530 Copyright: 
34531 License: 
34532 Licence_Text: 
34533 #Header: 
34534 #@node posix_memalign
34535 #@section @code{posix_memalign}
34536 #@findex posix_memalign
34537 #
34538 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_memalign.html}
34539 #
34540 #Gnulib module: ---
34541 #
34542 #Portability problems fixed by Gnulib:
34543 #@itemize
34544 #@end itemize
34545 #
34546 #Portability problems not fixed by Gnulib:
34547 #@itemize
34548 #@item
34549
34550 File: ./doc/posix-functions/posix_openpt.texi
34551 Hash: 0f0fb194f87d863cb37d2585c3b4f6bde4369d1319d5d306c27d39d61844d363
34552 Copyright: 
34553 License: 
34554 Licence_Text: 
34555 #Header: 
34556 #@node posix_openpt
34557 #@section @code{posix_openpt}
34558 #@findex posix_openpt
34559 #
34560 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_openpt.html}
34561 #
34562 #Gnulib module: ---
34563 #
34564 #Portability problems fixed by Gnulib:
34565 #@itemize
34566 #@end itemize
34567 #
34568 #Portability problems not fixed by Gnulib:
34569 #@itemize
34570 #@item
34571
34572 File: ./doc/posix-functions/posix_spawn.texi
34573 Hash: e8116c7284d0ec8e3dc77be2760763dd4af6ccb6994f2021dd212cdf8e8ada0f
34574 Copyright: 
34575 License: 
34576 Licence_Text: 
34577 #Header: 
34578 #@node posix_spawn
34579 #@section @code{posix_spawn}
34580 #@findex posix_spawn
34581 #
34582 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html}
34583 #
34584 #Gnulib module: posix_spawn
34585 #
34586 #Portability problems fixed by Gnulib:
34587 #@itemize
34588 #@item
34589 #This function is missing on some platforms:
34590 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34591 #@item
34592 #When this function fails, it causes the stdio buffer contents to be output
34593
34594 File: ./doc/posix-functions/posix_spawn_file_actions_addclose.texi
34595 Hash: 5828164a4deeee9c954a4136871b3177b6eecfce75506176eb6cf3a4a9a62b21
34596 Copyright: 
34597 License: 
34598 Licence_Text: 
34599 #Header: 
34600 #@node posix_spawn_file_actions_addclose
34601 #@section @code{posix_spawn_file_actions_addclose}
34602 #@findex posix_spawn_file_actions_addclose
34603 #
34604 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_addclose.html}
34605 #
34606 #Gnulib module: posix_spawn_file_actions_addclose
34607 #
34608 #Portability problems fixed by Gnulib:
34609 #@itemize
34610 #@item
34611 #This function is missing on some platforms:
34612 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34613 #@end itemize
34614
34615 File: ./doc/posix-functions/posix_spawn_file_actions_adddup2.texi
34616 Hash: 23e93dc2b98cc5650771f750cd28d8a2c3cfa59af0b565de46c712cf0b06ecd8
34617 Copyright: 
34618 License: 
34619 Licence_Text: 
34620 #Header: 
34621 #@node posix_spawn_file_actions_adddup2
34622 #@section @code{posix_spawn_file_actions_adddup2}
34623 #@findex posix_spawn_file_actions_adddup2
34624 #
34625 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_adddup2.html}
34626 #
34627 #Gnulib module: posix_spawn_file_actions_adddup2
34628 #
34629 #Portability problems fixed by Gnulib:
34630 #@itemize
34631 #@item
34632 #This function is missing on some platforms:
34633 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34634 #@end itemize
34635
34636 File: ./doc/posix-functions/posix_spawn_file_actions_addopen.texi
34637 Hash: 522057f36d8f4a88c26630242bc87528fe3805438388b44c93d97243e5e86ee4
34638 Copyright: 
34639 License: 
34640 Licence_Text: 
34641 #Header: 
34642 #@node posix_spawn_file_actions_addopen
34643 #@section @code{posix_spawn_file_actions_addopen}
34644 #@findex posix_spawn_file_actions_addopen
34645 #
34646 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_addopen.html}
34647 #
34648 #Gnulib module: posix_spawn_file_actions_addopen
34649 #
34650 #Portability problems fixed by Gnulib:
34651 #@itemize
34652 #@item
34653 #This function is missing on some platforms:
34654 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34655 #@end itemize
34656
34657 File: ./doc/posix-functions/posix_spawn_file_actions_destroy.texi
34658 Hash: 0320d879a8c7e3d36619bfb1f542513ab285a601fc716bcab9fdea8764842984
34659 Copyright: 
34660 License: 
34661 Licence_Text: 
34662 #Header: 
34663 #@node posix_spawn_file_actions_destroy
34664 #@section @code{posix_spawn_file_actions_destroy}
34665 #@findex posix_spawn_file_actions_destroy
34666 #
34667 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_destroy.html}
34668 #
34669 #Gnulib module: posix_spawn_file_actions_destroy
34670 #
34671 #Portability problems fixed by Gnulib:
34672 #@itemize
34673 #@item
34674 #This function is missing on some platforms:
34675 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34676 #@end itemize
34677
34678 File: ./doc/posix-functions/posix_spawn_file_actions_init.texi
34679 Hash: 9c12cdbb6ac1e39ce5f80f8dacd02b40fdce55904a2e4d3273598a7f1bffe25b
34680 Copyright: 
34681 License: 
34682 Licence_Text: 
34683 #Header: 
34684 #@node posix_spawn_file_actions_init
34685 #@section @code{posix_spawn_file_actions_init}
34686 #@findex posix_spawn_file_actions_init
34687 #
34688 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_init.html}
34689 #
34690 #Gnulib module: posix_spawn_file_actions_init
34691 #
34692 #Portability problems fixed by Gnulib:
34693 #@itemize
34694 #@item
34695 #This function is missing on some platforms:
34696 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34697 #@end itemize
34698
34699 File: ./doc/posix-functions/posix_spawnattr_destroy.texi
34700 Hash: 385601a0adb59e6a946cc5ae70ad2121a0fc1f9cf9bde84bbbf7067ec3c2cc3b
34701 Copyright: 
34702 License: 
34703 Licence_Text: 
34704 #Header: 
34705 #@node posix_spawnattr_destroy
34706 #@section @code{posix_spawnattr_destroy}
34707 #@findex posix_spawnattr_destroy
34708 #
34709 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_destroy.html}
34710 #
34711 #Gnulib module: posix_spawnattr_destroy
34712 #
34713 #Portability problems fixed by Gnulib:
34714 #@itemize
34715 #@item
34716 #This function is missing on some platforms:
34717 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34718 #@end itemize
34719
34720 File: ./doc/posix-functions/posix_spawnattr_getflags.texi
34721 Hash: 695f28460ef4a0e41614dff4ca0af1d3a1198c9ef166951ba33c8c1c6b9b83fb
34722 Copyright: 
34723 License: 
34724 Licence_Text: 
34725 #Header: 
34726 #@node posix_spawnattr_getflags
34727 #@section @code{posix_spawnattr_getflags}
34728 #@findex posix_spawnattr_getflags
34729 #
34730 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getflags.html}
34731 #
34732 #Gnulib module: posix_spawnattr_getflags
34733 #
34734 #Portability problems fixed by Gnulib:
34735 #@itemize
34736 #@item
34737 #This function is missing on some platforms:
34738 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34739 #@end itemize
34740
34741 File: ./doc/posix-functions/posix_spawnattr_getpgroup.texi
34742 Hash: 26c66e902b05529bac72419304ce248d35a25c40c99998b6cd93e4ea45cf0df7
34743 Copyright: 
34744 License: 
34745 Licence_Text: 
34746 #Header: 
34747 #@node posix_spawnattr_getpgroup
34748 #@section @code{posix_spawnattr_getpgroup}
34749 #@findex posix_spawnattr_getpgroup
34750 #
34751 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getpgroup.html}
34752 #
34753 #Gnulib module: posix_spawnattr_getpgroup
34754 #
34755 #Portability problems fixed by Gnulib:
34756 #@itemize
34757 #@item
34758 #This function is missing on some platforms:
34759 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34760 #@end itemize
34761
34762 File: ./doc/posix-functions/posix_spawnattr_getschedparam.texi
34763 Hash: 3e2294ef0ab8ac17b6d863152ba655db225f70152c455f422c01d3f765dea9b0
34764 Copyright: 
34765 License: 
34766 Licence_Text: 
34767 #Header: 
34768 #@node posix_spawnattr_getschedparam
34769 #@section @code{posix_spawnattr_getschedparam}
34770 #@findex posix_spawnattr_getschedparam
34771 #
34772 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getschedparam.html}
34773 #
34774 #Gnulib module: posix_spawnattr_getschedparam
34775 #
34776 #Portability problems fixed by Gnulib:
34777 #@itemize
34778 #@item
34779 #This function is missing on some platforms:
34780 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34781 #@end itemize
34782
34783 File: ./doc/posix-functions/posix_spawnattr_getschedpolicy.texi
34784 Hash: dd9c3f74a80529c49eb3962334b976c600292f50854c2eac240b32cdc573d28d
34785 Copyright: 
34786 License: 
34787 Licence_Text: 
34788 #Header: 
34789 #@node posix_spawnattr_getschedpolicy
34790 #@section @code{posix_spawnattr_getschedpolicy}
34791 #@findex posix_spawnattr_getschedpolicy
34792 #
34793 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getschedpolicy.html}
34794 #
34795 #Gnulib module: posix_spawnattr_getschedpolicy
34796 #
34797 #Portability problems fixed by Gnulib:
34798 #@itemize
34799 #@item
34800 #This function is missing on some platforms:
34801 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34802 #@end itemize
34803
34804 File: ./doc/posix-functions/posix_spawnattr_getsigdefault.texi
34805 Hash: 3e7e418f2d92c3196aa025cc49aa12be6db364564c10b87d44627ef5fb4f2807
34806 Copyright: 
34807 License: 
34808 Licence_Text: 
34809 #Header: 
34810 #@node posix_spawnattr_getsigdefault
34811 #@section @code{posix_spawnattr_getsigdefault}
34812 #@findex posix_spawnattr_getsigdefault
34813 #
34814 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getsigdefault.html}
34815 #
34816 #Gnulib module: posix_spawnattr_getsigdefault
34817 #
34818 #Portability problems fixed by Gnulib:
34819 #@itemize
34820 #@item
34821 #This function is missing on some platforms:
34822 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34823 #@end itemize
34824
34825 File: ./doc/posix-functions/posix_spawnattr_getsigmask.texi
34826 Hash: 26b824db4f09a65050f6350b6971cbf95f99ad40d1c7659764abde3e54fd3227
34827 Copyright: 
34828 License: 
34829 Licence_Text: 
34830 #Header: 
34831 #@node posix_spawnattr_getsigmask
34832 #@section @code{posix_spawnattr_getsigmask}
34833 #@findex posix_spawnattr_getsigmask
34834 #
34835 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getsigmask.html}
34836 #
34837 #Gnulib module: posix_spawnattr_getsigmask
34838 #
34839 #Portability problems fixed by Gnulib:
34840 #@itemize
34841 #@item
34842 #This function is missing on some platforms:
34843 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34844 #@end itemize
34845
34846 File: ./doc/posix-functions/posix_spawnattr_init.texi
34847 Hash: 05f5786c234980a42a111d033f5130bc683e09bd9cd420dbb993e0db4223241f
34848 Copyright: 
34849 License: 
34850 Licence_Text: 
34851 #Header: 
34852 #@node posix_spawnattr_init
34853 #@section @code{posix_spawnattr_init}
34854 #@findex posix_spawnattr_init
34855 #
34856 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_init.html}
34857 #
34858 #Gnulib module: posix_spawnattr_init
34859 #
34860 #Portability problems fixed by Gnulib:
34861 #@itemize
34862 #@item
34863 #This function is missing on some platforms:
34864 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34865 #@end itemize
34866
34867 File: ./doc/posix-functions/posix_spawnattr_setflags.texi
34868 Hash: c3de08bb23b2e056a9d1fa457d78be2d64717b957d66d6f7705215017389224b
34869 Copyright: 
34870 License: 
34871 Licence_Text: 
34872 #Header: 
34873 #@node posix_spawnattr_setflags
34874 #@section @code{posix_spawnattr_setflags}
34875 #@findex posix_spawnattr_setflags
34876 #
34877 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setflags.html}
34878 #
34879 #Gnulib module: posix_spawnattr_setflags
34880 #
34881 #Portability problems fixed by Gnulib:
34882 #@itemize
34883 #@item
34884 #This function is missing on some platforms:
34885 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34886 #@end itemize
34887
34888 File: ./doc/posix-functions/posix_spawnattr_setpgroup.texi
34889 Hash: 548430de694da18955230250c1034b6b515fcf30129079d539a13f426c9fe22c
34890 Copyright: 
34891 License: 
34892 Licence_Text: 
34893 #Header: 
34894 #@node posix_spawnattr_setpgroup
34895 #@section @code{posix_spawnattr_setpgroup}
34896 #@findex posix_spawnattr_setpgroup
34897 #
34898 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setpgroup.html}
34899 #
34900 #Gnulib module: posix_spawnattr_setpgroup
34901 #
34902 #Portability problems fixed by Gnulib:
34903 #@itemize
34904 #@item
34905 #This function is missing on some platforms:
34906 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34907 #@end itemize
34908
34909 File: ./doc/posix-functions/posix_spawnattr_setschedparam.texi
34910 Hash: af7be1846ac7bd0fc6d107f8399458067710b5e221a3b728512b6a6204c21913
34911 Copyright: 
34912 License: 
34913 Licence_Text: 
34914 #Header: 
34915 #@node posix_spawnattr_setschedparam
34916 #@section @code{posix_spawnattr_setschedparam}
34917 #@findex posix_spawnattr_setschedparam
34918 #
34919 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setschedparam.html}
34920 #
34921 #Gnulib module: posix_spawnattr_setschedparam
34922 #
34923 #Portability problems fixed by Gnulib:
34924 #@itemize
34925 #@item
34926 #This function is missing on some platforms:
34927 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34928 #@end itemize
34929
34930 File: ./doc/posix-functions/posix_spawnattr_setschedpolicy.texi
34931 Hash: 3adfc655a7b0cf55cc89761c9d64309a2cbf0adc724701cd3e2b2bd9a51f09ff
34932 Copyright: 
34933 License: 
34934 Licence_Text: 
34935 #Header: 
34936 #@node posix_spawnattr_setschedpolicy
34937 #@section @code{posix_spawnattr_setschedpolicy}
34938 #@findex posix_spawnattr_setschedpolicy
34939 #
34940 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setschedpolicy.html}
34941 #
34942 #Gnulib module: posix_spawnattr_setschedpolicy
34943 #
34944 #Portability problems fixed by Gnulib:
34945 #@itemize
34946 #@item
34947 #This function is missing on some platforms:
34948 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34949 #@end itemize
34950
34951 File: ./doc/posix-functions/posix_spawnattr_setsigdefault.texi
34952 Hash: cb24fc7291758ad7f30bad7a96cdd26f0defa4f28fec0be8d02a1e2ed6bc20a0
34953 Copyright: 
34954 License: 
34955 Licence_Text: 
34956 #Header: 
34957 #@node posix_spawnattr_setsigdefault
34958 #@section @code{posix_spawnattr_setsigdefault}
34959 #@findex posix_spawnattr_setsigdefault
34960 #
34961 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setsigdefault.html}
34962 #
34963 #Gnulib module: posix_spawnattr_setsigdefault
34964 #
34965 #Portability problems fixed by Gnulib:
34966 #@itemize
34967 #@item
34968 #This function is missing on some platforms:
34969 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34970 #@end itemize
34971
34972 File: ./doc/posix-functions/posix_spawnattr_setsigmask.texi
34973 Hash: 3661e1c23a65c97c9af7008e3af513555234a91aaaeffc6e801f0757067618d5
34974 Copyright: 
34975 License: 
34976 Licence_Text: 
34977 #Header: 
34978 #@node posix_spawnattr_setsigmask
34979 #@section @code{posix_spawnattr_setsigmask}
34980 #@findex posix_spawnattr_setsigmask
34981 #
34982 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setsigmask.html}
34983 #
34984 #Gnulib module: posix_spawnattr_setsigmask
34985 #
34986 #Portability problems fixed by Gnulib:
34987 #@itemize
34988 #@item
34989 #This function is missing on some platforms:
34990 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
34991 #@end itemize
34992
34993 File: ./doc/posix-functions/posix_spawnp.texi
34994 Hash: 55d59c76213c7914c86b8a3fb623b4c073d49641d72949547638acb49c9019d7
34995 Copyright: 
34996 License: 
34997 Licence_Text: 
34998 #Header: 
34999 #@node posix_spawnp
35000 #@section @code{posix_spawnp}
35001 #@findex posix_spawnp
35002 #
35003 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_spawnp.html}
35004 #
35005 #Gnulib module: posix_spawnp
35006 #
35007 #Portability problems fixed by Gnulib:
35008 #@itemize
35009 #@item
35010 #This function is missing on some platforms:
35011 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
35012 #@item
35013 #When this function fails, it causes the stdio buffer contents to be output
35014
35015 File: ./doc/posix-functions/posix_trace_attr_destroy.texi
35016 Hash: 26c37bafe4af14e0a6c567e810277b9b5847122cf0f87cac16ff94a8b8e214be
35017 Copyright: 
35018 License: 
35019 Licence_Text: 
35020 #Header: 
35021 #@node posix_trace_attr_destroy
35022 #@section @code{posix_trace_attr_destroy}
35023 #@findex posix_trace_attr_destroy
35024 #
35025 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_destroy.html}
35026 #
35027 #Gnulib module: ---
35028 #
35029 #Portability problems fixed by Gnulib:
35030 #@itemize
35031 #@end itemize
35032 #
35033 #Portability problems not fixed by Gnulib:
35034 #@itemize
35035 #@item
35036
35037 File: ./doc/posix-functions/posix_trace_attr_getclockres.texi
35038 Hash: c6df2399c6ebb47e6328cf303b80492f9748c8a4f167ef2f563cda59860e2cfd
35039 Copyright: 
35040 License: 
35041 Licence_Text: 
35042 #Header: 
35043 #@node posix_trace_attr_getclockres
35044 #@section @code{posix_trace_attr_getclockres}
35045 #@findex posix_trace_attr_getclockres
35046 #
35047 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getclockres.html}
35048 #
35049 #Gnulib module: ---
35050 #
35051 #Portability problems fixed by Gnulib:
35052 #@itemize
35053 #@end itemize
35054 #
35055 #Portability problems not fixed by Gnulib:
35056 #@itemize
35057 #@item
35058
35059 File: ./doc/posix-functions/posix_trace_attr_getcreatetime.texi
35060 Hash: 0bba6eb668452771990a8c1dfff7134f74e136d9f8618c4228b9f56cdd51e442
35061 Copyright: 
35062 License: 
35063 Licence_Text: 
35064 #Header: 
35065 #@node posix_trace_attr_getcreatetime
35066 #@section @code{posix_trace_attr_getcreatetime}
35067 #@findex posix_trace_attr_getcreatetime
35068 #
35069 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getcreatetime.html}
35070 #
35071 #Gnulib module: ---
35072 #
35073 #Portability problems fixed by Gnulib:
35074 #@itemize
35075 #@end itemize
35076 #
35077 #Portability problems not fixed by Gnulib:
35078 #@itemize
35079 #@item
35080
35081 File: ./doc/posix-functions/posix_trace_attr_getgenversion.texi
35082 Hash: 3494fd0e404cc8a99e72fc28c50d13b44d0438785ac74292e84c20347da5a40b
35083 Copyright: 
35084 License: 
35085 Licence_Text: 
35086 #Header: 
35087 #@node posix_trace_attr_getgenversion
35088 #@section @code{posix_trace_attr_getgenversion}
35089 #@findex posix_trace_attr_getgenversion
35090 #
35091 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getgenversion.html}
35092 #
35093 #Gnulib module: ---
35094 #
35095 #Portability problems fixed by Gnulib:
35096 #@itemize
35097 #@end itemize
35098 #
35099 #Portability problems not fixed by Gnulib:
35100 #@itemize
35101 #@item
35102
35103 File: ./doc/posix-functions/posix_trace_attr_getinherited.texi
35104 Hash: 9c3dc2682ee4f8efbe8238a459642164bd53c4a73c5054f8cdc73dcb152db424
35105 Copyright: 
35106 License: 
35107 Licence_Text: 
35108 #Header: 
35109 #@node posix_trace_attr_getinherited
35110 #@section @code{posix_trace_attr_getinherited}
35111 #@findex posix_trace_attr_getinherited
35112 #
35113 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getinherited.html}
35114 #
35115 #Gnulib module: ---
35116 #
35117 #Portability problems fixed by Gnulib:
35118 #@itemize
35119 #@end itemize
35120 #
35121 #Portability problems not fixed by Gnulib:
35122 #@itemize
35123 #@item
35124
35125 File: ./doc/posix-functions/posix_trace_attr_getlogfullpolicy.texi
35126 Hash: c6e5f0d91562ec40cc54987dbb2c567e9c66d6c87ac0954dca87d52b5b9f8e60
35127 Copyright: 
35128 License: 
35129 Licence_Text: 
35130 #Header: 
35131 #@node posix_trace_attr_getlogfullpolicy
35132 #@section @code{posix_trace_attr_getlogfullpolicy}
35133 #@findex posix_trace_attr_getlogfullpolicy
35134 #
35135 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getlogfullpolicy.html}
35136 #
35137 #Gnulib module: ---
35138 #
35139 #Portability problems fixed by Gnulib:
35140 #@itemize
35141 #@end itemize
35142 #
35143 #Portability problems not fixed by Gnulib:
35144 #@itemize
35145 #@item
35146
35147 File: ./doc/posix-functions/posix_trace_attr_getlogsize.texi
35148 Hash: 04803d6d78b225f53aa3c6147bba5367f18ba362fcb9b9b55fba0719c8d75776
35149 Copyright: 
35150 License: 
35151 Licence_Text: 
35152 #Header: 
35153 #@node posix_trace_attr_getlogsize
35154 #@section @code{posix_trace_attr_getlogsize}
35155 #@findex posix_trace_attr_getlogsize
35156 #
35157 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getlogsize.html}
35158 #
35159 #Gnulib module: ---
35160 #
35161 #Portability problems fixed by Gnulib:
35162 #@itemize
35163 #@end itemize
35164 #
35165 #Portability problems not fixed by Gnulib:
35166 #@itemize
35167 #@item
35168
35169 File: ./doc/posix-functions/posix_trace_attr_getmaxdatasize.texi
35170 Hash: c25ba97d572d5ca4f69629f2a78822d6aff93b73f4da397cf43e16e3b61a6aac
35171 Copyright: 
35172 License: 
35173 Licence_Text: 
35174 #Header: 
35175 #@node posix_trace_attr_getmaxdatasize
35176 #@section @code{posix_trace_attr_getmaxdatasize}
35177 #@findex posix_trace_attr_getmaxdatasize
35178 #
35179 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getmaxdatasize.html}
35180 #
35181 #Gnulib module: ---
35182 #
35183 #Portability problems fixed by Gnulib:
35184 #@itemize
35185 #@end itemize
35186 #
35187 #Portability problems not fixed by Gnulib:
35188 #@itemize
35189 #@item
35190
35191 File: ./doc/posix-functions/posix_trace_attr_getmaxsystemeventsize.texi
35192 Hash: b0a2f0041320b5b3ad358757b24ed4fa1e016672af6746d8933e84075d33360e
35193 Copyright: 
35194 License: 
35195 Licence_Text: 
35196 #Header: 
35197 #@node posix_trace_attr_getmaxsystemeventsize
35198 #@section @code{posix_trace_attr_getmaxsystemeventsize}
35199 #@findex posix_trace_attr_getmaxsystemeventsize
35200 #
35201 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getmaxsystemeventsize.html}
35202 #
35203 #Gnulib module: ---
35204 #
35205 #Portability problems fixed by Gnulib:
35206 #@itemize
35207 #@end itemize
35208 #
35209 #Portability problems not fixed by Gnulib:
35210 #@itemize
35211 #@item
35212
35213 File: ./doc/posix-functions/posix_trace_attr_getmaxusereventsize.texi
35214 Hash: 52791fc875f1f82253f29df6b7455f7e038f106efc716777d0f6fa70436a9822
35215 Copyright: 
35216 License: 
35217 Licence_Text: 
35218 #Header: 
35219 #@node posix_trace_attr_getmaxusereventsize
35220 #@section @code{posix_trace_attr_getmaxusereventsize}
35221 #@findex posix_trace_attr_getmaxusereventsize
35222 #
35223 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getmaxusereventsize.html}
35224 #
35225 #Gnulib module: ---
35226 #
35227 #Portability problems fixed by Gnulib:
35228 #@itemize
35229 #@end itemize
35230 #
35231 #Portability problems not fixed by Gnulib:
35232 #@itemize
35233 #@item
35234
35235 File: ./doc/posix-functions/posix_trace_attr_getname.texi
35236 Hash: 37e62b2df1671442499b27356f9b6d3b77eb20ee5016cd5b4b15952e434d472f
35237 Copyright: 
35238 License: 
35239 Licence_Text: 
35240 #Header: 
35241 #@node posix_trace_attr_getname
35242 #@section @code{posix_trace_attr_getname}
35243 #@findex posix_trace_attr_getname
35244 #
35245 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getname.html}
35246 #
35247 #Gnulib module: ---
35248 #
35249 #Portability problems fixed by Gnulib:
35250 #@itemize
35251 #@end itemize
35252 #
35253 #Portability problems not fixed by Gnulib:
35254 #@itemize
35255 #@item
35256
35257 File: ./doc/posix-functions/posix_trace_attr_getstreamfullpolicy.texi
35258 Hash: 08910c37877f7e37e6eb305bbefb233cdc16865ebbb89081846a042134cae954
35259 Copyright: 
35260 License: 
35261 Licence_Text: 
35262 #Header: 
35263 #@node posix_trace_attr_getstreamfullpolicy
35264 #@section @code{posix_trace_attr_getstreamfullpolicy}
35265 #@findex posix_trace_attr_getstreamfullpolicy
35266 #
35267 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getstreamfullpolicy.html}
35268 #
35269 #Gnulib module: ---
35270 #
35271 #Portability problems fixed by Gnulib:
35272 #@itemize
35273 #@end itemize
35274 #
35275 #Portability problems not fixed by Gnulib:
35276 #@itemize
35277 #@item
35278
35279 File: ./doc/posix-functions/posix_trace_attr_getstreamsize.texi
35280 Hash: bcc8352edee634fdc1577f4039f78bd777f7964032fcd36127a7251536f3cd8c
35281 Copyright: 
35282 License: 
35283 Licence_Text: 
35284 #Header: 
35285 #@node posix_trace_attr_getstreamsize
35286 #@section @code{posix_trace_attr_getstreamsize}
35287 #@findex posix_trace_attr_getstreamsize
35288 #
35289 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getstreamsize.html}
35290 #
35291 #Gnulib module: ---
35292 #
35293 #Portability problems fixed by Gnulib:
35294 #@itemize
35295 #@end itemize
35296 #
35297 #Portability problems not fixed by Gnulib:
35298 #@itemize
35299 #@item
35300
35301 File: ./doc/posix-functions/posix_trace_attr_init.texi
35302 Hash: a2e83a06a534390b4974622a6b4d2ac1c637e52b91cf34d49576569d44148323
35303 Copyright: 
35304 License: 
35305 Licence_Text: 
35306 #Header: 
35307 #@node posix_trace_attr_init
35308 #@section @code{posix_trace_attr_init}
35309 #@findex posix_trace_attr_init
35310 #
35311 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_init.html}
35312 #
35313 #Gnulib module: ---
35314 #
35315 #Portability problems fixed by Gnulib:
35316 #@itemize
35317 #@end itemize
35318 #
35319 #Portability problems not fixed by Gnulib:
35320 #@itemize
35321 #@item
35322
35323 File: ./doc/posix-functions/posix_trace_attr_setinherited.texi
35324 Hash: 15dd2776c5a4bae1ff25c0388da2c6fe92ff206b9cdbf3c29544d97f2ba7465c
35325 Copyright: 
35326 License: 
35327 Licence_Text: 
35328 #Header: 
35329 #@node posix_trace_attr_setinherited
35330 #@section @code{posix_trace_attr_setinherited}
35331 #@findex posix_trace_attr_setinherited
35332 #
35333 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setinherited.html}
35334 #
35335 #Gnulib module: ---
35336 #
35337 #Portability problems fixed by Gnulib:
35338 #@itemize
35339 #@end itemize
35340 #
35341 #Portability problems not fixed by Gnulib:
35342 #@itemize
35343 #@item
35344
35345 File: ./doc/posix-functions/posix_trace_attr_setlogfullpolicy.texi
35346 Hash: 6123eeb6328f6381169708420c2560630406f4964acc3c260c358ed4f9a68cda
35347 Copyright: 
35348 License: 
35349 Licence_Text: 
35350 #Header: 
35351 #@node posix_trace_attr_setlogfullpolicy
35352 #@section @code{posix_trace_attr_setlogfullpolicy}
35353 #@findex posix_trace_attr_setlogfullpolicy
35354 #
35355 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setlogfullpolicy.html}
35356 #
35357 #Gnulib module: ---
35358 #
35359 #Portability problems fixed by Gnulib:
35360 #@itemize
35361 #@end itemize
35362 #
35363 #Portability problems not fixed by Gnulib:
35364 #@itemize
35365 #@item
35366
35367 File: ./doc/posix-functions/posix_trace_attr_setlogsize.texi
35368 Hash: b25853b00b814a81dd0c5814c1d42f14d70347723160104fcd5d43ddd8d42077
35369 Copyright: 
35370 License: 
35371 Licence_Text: 
35372 #Header: 
35373 #@node posix_trace_attr_setlogsize
35374 #@section @code{posix_trace_attr_setlogsize}
35375 #@findex posix_trace_attr_setlogsize
35376 #
35377 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setlogsize.html}
35378 #
35379 #Gnulib module: ---
35380 #
35381 #Portability problems fixed by Gnulib:
35382 #@itemize
35383 #@end itemize
35384 #
35385 #Portability problems not fixed by Gnulib:
35386 #@itemize
35387 #@item
35388
35389 File: ./doc/posix-functions/posix_trace_attr_setmaxdatasize.texi
35390 Hash: 6bdf3f85571c822f319ac0ff9e310fa9bfcf584558103f79368e262095a9c6ab
35391 Copyright: 
35392 License: 
35393 Licence_Text: 
35394 #Header: 
35395 #@node posix_trace_attr_setmaxdatasize
35396 #@section @code{posix_trace_attr_setmaxdatasize}
35397 #@findex posix_trace_attr_setmaxdatasize
35398 #
35399 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setmaxdatasize.html}
35400 #
35401 #Gnulib module: ---
35402 #
35403 #Portability problems fixed by Gnulib:
35404 #@itemize
35405 #@end itemize
35406 #
35407 #Portability problems not fixed by Gnulib:
35408 #@itemize
35409 #@item
35410
35411 File: ./doc/posix-functions/posix_trace_attr_setname.texi
35412 Hash: 64e32d78a18d51e8bfd3b23f91878fb761b87cff345ed77fed1d753114b50c10
35413 Copyright: 
35414 License: 
35415 Licence_Text: 
35416 #Header: 
35417 #@node posix_trace_attr_setname
35418 #@section @code{posix_trace_attr_setname}
35419 #@findex posix_trace_attr_setname
35420 #
35421 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setname.html}
35422 #
35423 #Gnulib module: ---
35424 #
35425 #Portability problems fixed by Gnulib:
35426 #@itemize
35427 #@end itemize
35428 #
35429 #Portability problems not fixed by Gnulib:
35430 #@itemize
35431 #@item
35432
35433 File: ./doc/posix-functions/posix_trace_attr_setstreamfullpolicy.texi
35434 Hash: 7123836aad4e0fb02113ade7138723da2ba36370a18b5b0751b1efbceb8f444c
35435 Copyright: 
35436 License: 
35437 Licence_Text: 
35438 #Header: 
35439 #@node posix_trace_attr_setstreamfullpolicy
35440 #@section @code{posix_trace_attr_setstreamfullpolicy}
35441 #@findex posix_trace_attr_setstreamfullpolicy
35442 #
35443 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setstreamfullpolicy.html}
35444 #
35445 #Gnulib module: ---
35446 #
35447 #Portability problems fixed by Gnulib:
35448 #@itemize
35449 #@end itemize
35450 #
35451 #Portability problems not fixed by Gnulib:
35452 #@itemize
35453 #@item
35454
35455 File: ./doc/posix-functions/posix_trace_attr_setstreamsize.texi
35456 Hash: 5e25d2adbc668b88bbd5d7a0ed7d0aa2c96a97c05f31f042fb5da5d54131db92
35457 Copyright: 
35458 License: 
35459 Licence_Text: 
35460 #Header: 
35461 #@node posix_trace_attr_setstreamsize
35462 #@section @code{posix_trace_attr_setstreamsize}
35463 #@findex posix_trace_attr_setstreamsize
35464 #
35465 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setstreamsize.html}
35466 #
35467 #Gnulib module: ---
35468 #
35469 #Portability problems fixed by Gnulib:
35470 #@itemize
35471 #@end itemize
35472 #
35473 #Portability problems not fixed by Gnulib:
35474 #@itemize
35475 #@item
35476
35477 File: ./doc/posix-functions/posix_trace_clear.texi
35478 Hash: 246ba5555dc290c8b1e1320450b1caf1e1557a92ffaa798ce663c95dfda7e0e4
35479 Copyright: 
35480 License: 
35481 Licence_Text: 
35482 #Header: 
35483 #@node posix_trace_clear
35484 #@section @code{posix_trace_clear}
35485 #@findex posix_trace_clear
35486 #
35487 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_clear.html}
35488 #
35489 #Gnulib module: ---
35490 #
35491 #Portability problems fixed by Gnulib:
35492 #@itemize
35493 #@end itemize
35494 #
35495 #Portability problems not fixed by Gnulib:
35496 #@itemize
35497 #@item
35498
35499 File: ./doc/posix-functions/posix_trace_close.texi
35500 Hash: f8b48c02b26295e68c4219cd771eb0485349083c7fd45d6fa34e4dc34e5adba5
35501 Copyright: 
35502 License: 
35503 Licence_Text: 
35504 #Header: 
35505 #@node posix_trace_close
35506 #@section @code{posix_trace_close}
35507 #@findex posix_trace_close
35508 #
35509 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_close.html}
35510 #
35511 #Gnulib module: ---
35512 #
35513 #Portability problems fixed by Gnulib:
35514 #@itemize
35515 #@end itemize
35516 #
35517 #Portability problems not fixed by Gnulib:
35518 #@itemize
35519 #@item
35520
35521 File: ./doc/posix-functions/posix_trace_create.texi
35522 Hash: 7fcab2cefac75343564f45dbea419a5e305edbbcdf582d145a6314dc15a79296
35523 Copyright: 
35524 License: 
35525 Licence_Text: 
35526 #Header: 
35527 #@node posix_trace_create
35528 #@section @code{posix_trace_create}
35529 #@findex posix_trace_create
35530 #
35531 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_create.html}
35532 #
35533 #Gnulib module: ---
35534 #
35535 #Portability problems fixed by Gnulib:
35536 #@itemize
35537 #@end itemize
35538 #
35539 #Portability problems not fixed by Gnulib:
35540 #@itemize
35541 #@item
35542
35543 File: ./doc/posix-functions/posix_trace_create_withlog.texi
35544 Hash: 60662414b3106f8d3a4ca1c75fc0484fa0d8d79d90421b817b18d77f2b516f7a
35545 Copyright: 
35546 License: 
35547 Licence_Text: 
35548 #Header: 
35549 #@node posix_trace_create_withlog
35550 #@section @code{posix_trace_create_withlog}
35551 #@findex posix_trace_create_withlog
35552 #
35553 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_create_withlog.html}
35554 #
35555 #Gnulib module: ---
35556 #
35557 #Portability problems fixed by Gnulib:
35558 #@itemize
35559 #@end itemize
35560 #
35561 #Portability problems not fixed by Gnulib:
35562 #@itemize
35563 #@item
35564
35565 File: ./doc/posix-functions/posix_trace_event.texi
35566 Hash: f60fcf4bc32cf69788ea0b35884a8fdacd82591cbd0161391ff5eb298baf6cee
35567 Copyright: 
35568 License: 
35569 Licence_Text: 
35570 #Header: 
35571 #@node posix_trace_event
35572 #@section @code{posix_trace_event}
35573 #@findex posix_trace_event
35574 #
35575 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_event.html}
35576 #
35577 #Gnulib module: ---
35578 #
35579 #Portability problems fixed by Gnulib:
35580 #@itemize
35581 #@end itemize
35582 #
35583 #Portability problems not fixed by Gnulib:
35584 #@itemize
35585 #@item
35586
35587 File: ./doc/posix-functions/posix_trace_eventid_equal.texi
35588 Hash: e98ad15e6d288cda7cd84504ad757be753c58e981254126a7013557aea9fd9c7
35589 Copyright: 
35590 License: 
35591 Licence_Text: 
35592 #Header: 
35593 #@node posix_trace_eventid_equal
35594 #@section @code{posix_trace_eventid_equal}
35595 #@findex posix_trace_eventid_equal
35596 #
35597 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventid_equal.html}
35598 #
35599 #Gnulib module: ---
35600 #
35601 #Portability problems fixed by Gnulib:
35602 #@itemize
35603 #@end itemize
35604 #
35605 #Portability problems not fixed by Gnulib:
35606 #@itemize
35607 #@item
35608
35609 File: ./doc/posix-functions/posix_trace_eventid_get_name.texi
35610 Hash: c7596250743fd190cad5213006d0b9666c3a936be1dcebe04bdbe171a6cd0749
35611 Copyright: 
35612 License: 
35613 Licence_Text: 
35614 #Header: 
35615 #@node posix_trace_eventid_get_name
35616 #@section @code{posix_trace_eventid_get_name}
35617 #@findex posix_trace_eventid_get_name
35618 #
35619 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventid_get_name.html}
35620 #
35621 #Gnulib module: ---
35622 #
35623 #Portability problems fixed by Gnulib:
35624 #@itemize
35625 #@end itemize
35626 #
35627 #Portability problems not fixed by Gnulib:
35628 #@itemize
35629 #@item
35630
35631 File: ./doc/posix-functions/posix_trace_eventid_open.texi
35632 Hash: b0962f6ecae87f4770e047b7d06cbf279151b4e50c6379241b1313e47e552d0a
35633 Copyright: 
35634 License: 
35635 Licence_Text: 
35636 #Header: 
35637 #@node posix_trace_eventid_open
35638 #@section @code{posix_trace_eventid_open}
35639 #@findex posix_trace_eventid_open
35640 #
35641 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventid_open.html}
35642 #
35643 #Gnulib module: ---
35644 #
35645 #Portability problems fixed by Gnulib:
35646 #@itemize
35647 #@end itemize
35648 #
35649 #Portability problems not fixed by Gnulib:
35650 #@itemize
35651 #@item
35652
35653 File: ./doc/posix-functions/posix_trace_eventset_add.texi
35654 Hash: 1a546240a8fc1faa3f949ef383a67908b8070463825c543c0a4279b1ca25f784
35655 Copyright: 
35656 License: 
35657 Licence_Text: 
35658 #Header: 
35659 #@node posix_trace_eventset_add
35660 #@section @code{posix_trace_eventset_add}
35661 #@findex posix_trace_eventset_add
35662 #
35663 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventset_add.html}
35664 #
35665 #Gnulib module: ---
35666 #
35667 #Portability problems fixed by Gnulib:
35668 #@itemize
35669 #@end itemize
35670 #
35671 #Portability problems not fixed by Gnulib:
35672 #@itemize
35673 #@item
35674
35675 File: ./doc/posix-functions/posix_trace_eventset_del.texi
35676 Hash: 972884e849006cdfeb74f21d360284b7f8c194ecb4114409b8a0d6ce7784242e
35677 Copyright: 
35678 License: 
35679 Licence_Text: 
35680 #Header: 
35681 #@node posix_trace_eventset_del
35682 #@section @code{posix_trace_eventset_del}
35683 #@findex posix_trace_eventset_del
35684 #
35685 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventset_del.html}
35686 #
35687 #Gnulib module: ---
35688 #
35689 #Portability problems fixed by Gnulib:
35690 #@itemize
35691 #@end itemize
35692 #
35693 #Portability problems not fixed by Gnulib:
35694 #@itemize
35695 #@item
35696
35697 File: ./doc/posix-functions/posix_trace_eventset_empty.texi
35698 Hash: a8873a5c14dd2b52a595ecdbad9fde48f9b8d1cd659a88e899e4b3806908eeed
35699 Copyright: 
35700 License: 
35701 Licence_Text: 
35702 #Header: 
35703 #@node posix_trace_eventset_empty
35704 #@section @code{posix_trace_eventset_empty}
35705 #@findex posix_trace_eventset_empty
35706 #
35707 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventset_empty.html}
35708 #
35709 #Gnulib module: ---
35710 #
35711 #Portability problems fixed by Gnulib:
35712 #@itemize
35713 #@end itemize
35714 #
35715 #Portability problems not fixed by Gnulib:
35716 #@itemize
35717 #@item
35718
35719 File: ./doc/posix-functions/posix_trace_eventset_fill.texi
35720 Hash: 4aa69e4079390a52ce6a9d3e70c0b2e66e884db7cdb9dd8836333ec31ef6ca8b
35721 Copyright: 
35722 License: 
35723 Licence_Text: 
35724 #Header: 
35725 #@node posix_trace_eventset_fill
35726 #@section @code{posix_trace_eventset_fill}
35727 #@findex posix_trace_eventset_fill
35728 #
35729 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventset_fill.html}
35730 #
35731 #Gnulib module: ---
35732 #
35733 #Portability problems fixed by Gnulib:
35734 #@itemize
35735 #@end itemize
35736 #
35737 #Portability problems not fixed by Gnulib:
35738 #@itemize
35739 #@item
35740
35741 File: ./doc/posix-functions/posix_trace_eventset_ismember.texi
35742 Hash: b2bcb139cf0f406f68a7da6a050f50a20ce76053be2cf598d5ce01720859938f
35743 Copyright: 
35744 License: 
35745 Licence_Text: 
35746 #Header: 
35747 #@node posix_trace_eventset_ismember
35748 #@section @code{posix_trace_eventset_ismember}
35749 #@findex posix_trace_eventset_ismember
35750 #
35751 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventset_ismember.html}
35752 #
35753 #Gnulib module: ---
35754 #
35755 #Portability problems fixed by Gnulib:
35756 #@itemize
35757 #@end itemize
35758 #
35759 #Portability problems not fixed by Gnulib:
35760 #@itemize
35761 #@item
35762
35763 File: ./doc/posix-functions/posix_trace_eventtypelist_getnext_id.texi
35764 Hash: 8168eab83a8019726c73e5a3eafd53fb848cb20f17bfb391eecef7f726781423
35765 Copyright: 
35766 License: 
35767 Licence_Text: 
35768 #Header: 
35769 #@node posix_trace_eventtypelist_getnext_id
35770 #@section @code{posix_trace_eventtypelist_getnext_id}
35771 #@findex posix_trace_eventtypelist_getnext_id
35772 #
35773 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventtypelist_getnext_id.html}
35774 #
35775 #Gnulib module: ---
35776 #
35777 #Portability problems fixed by Gnulib:
35778 #@itemize
35779 #@end itemize
35780 #
35781 #Portability problems not fixed by Gnulib:
35782 #@itemize
35783 #@item
35784
35785 File: ./doc/posix-functions/posix_trace_eventtypelist_rewind.texi
35786 Hash: a8b698cb04bae7452a1aa92c9af23fb6bb24d78a4de08d7f6e7b2b6774769be9
35787 Copyright: 
35788 License: 
35789 Licence_Text: 
35790 #Header: 
35791 #@node posix_trace_eventtypelist_rewind
35792 #@section @code{posix_trace_eventtypelist_rewind}
35793 #@findex posix_trace_eventtypelist_rewind
35794 #
35795 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventtypelist_rewind.html}
35796 #
35797 #Gnulib module: ---
35798 #
35799 #Portability problems fixed by Gnulib:
35800 #@itemize
35801 #@end itemize
35802 #
35803 #Portability problems not fixed by Gnulib:
35804 #@itemize
35805 #@item
35806
35807 File: ./doc/posix-functions/posix_trace_flush.texi
35808 Hash: 6adfa76be6079e6353cd3606c896b41897072e16923d73b136f08cbadc2a571c
35809 Copyright: 
35810 License: 
35811 Licence_Text: 
35812 #Header: 
35813 #@node posix_trace_flush
35814 #@section @code{posix_trace_flush}
35815 #@findex posix_trace_flush
35816 #
35817 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_flush.html}
35818 #
35819 #Gnulib module: ---
35820 #
35821 #Portability problems fixed by Gnulib:
35822 #@itemize
35823 #@end itemize
35824 #
35825 #Portability problems not fixed by Gnulib:
35826 #@itemize
35827 #@item
35828
35829 File: ./doc/posix-functions/posix_trace_get_attr.texi
35830 Hash: cdb6cef8bf0e98eb4ed074289005960626c82293df0ab4a32ea5527680c8e6de
35831 Copyright: 
35832 License: 
35833 Licence_Text: 
35834 #Header: 
35835 #@node posix_trace_get_attr
35836 #@section @code{posix_trace_get_attr}
35837 #@findex posix_trace_get_attr
35838 #
35839 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_get_attr.html}
35840 #
35841 #Gnulib module: ---
35842 #
35843 #Portability problems fixed by Gnulib:
35844 #@itemize
35845 #@end itemize
35846 #
35847 #Portability problems not fixed by Gnulib:
35848 #@itemize
35849 #@item
35850
35851 File: ./doc/posix-functions/posix_trace_get_filter.texi
35852 Hash: b4e182e8a9af7d9168dd35eb4290462fb40be47f09e99710f4b84431a626f2c4
35853 Copyright: 
35854 License: 
35855 Licence_Text: 
35856 #Header: 
35857 #@node posix_trace_get_filter
35858 #@section @code{posix_trace_get_filter}
35859 #@findex posix_trace_get_filter
35860 #
35861 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_get_filter.html}
35862 #
35863 #Gnulib module: ---
35864 #
35865 #Portability problems fixed by Gnulib:
35866 #@itemize
35867 #@end itemize
35868 #
35869 #Portability problems not fixed by Gnulib:
35870 #@itemize
35871 #@item
35872
35873 File: ./doc/posix-functions/posix_trace_get_status.texi
35874 Hash: 71d6651b8f05644b9a642980d8e8b1a2923ae9dcfd58048c81e91f82c3356f7c
35875 Copyright: 
35876 License: 
35877 Licence_Text: 
35878 #Header: 
35879 #@node posix_trace_get_status
35880 #@section @code{posix_trace_get_status}
35881 #@findex posix_trace_get_status
35882 #
35883 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_get_status.html}
35884 #
35885 #Gnulib module: ---
35886 #
35887 #Portability problems fixed by Gnulib:
35888 #@itemize
35889 #@end itemize
35890 #
35891 #Portability problems not fixed by Gnulib:
35892 #@itemize
35893 #@item
35894
35895 File: ./doc/posix-functions/posix_trace_getnext_event.texi
35896 Hash: 49bead6bca4c38a5341f86b18485d77660b93f22e7b56d9f034ac4a8636f5b5d
35897 Copyright: 
35898 License: 
35899 Licence_Text: 
35900 #Header: 
35901 #@node posix_trace_getnext_event
35902 #@section @code{posix_trace_getnext_event}
35903 #@findex posix_trace_getnext_event
35904 #
35905 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_getnext_event.html}
35906 #
35907 #Gnulib module: ---
35908 #
35909 #Portability problems fixed by Gnulib:
35910 #@itemize
35911 #@end itemize
35912 #
35913 #Portability problems not fixed by Gnulib:
35914 #@itemize
35915 #@item
35916
35917 File: ./doc/posix-functions/posix_trace_open.texi
35918 Hash: fc529d52215c5e0f770f104bdbea24af448b43f1e793ade2b64d70205443868b
35919 Copyright: 
35920 License: 
35921 Licence_Text: 
35922 #Header: 
35923 #@node posix_trace_open
35924 #@section @code{posix_trace_open}
35925 #@findex posix_trace_open
35926 #
35927 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_open.html}
35928 #
35929 #Gnulib module: ---
35930 #
35931 #Portability problems fixed by Gnulib:
35932 #@itemize
35933 #@end itemize
35934 #
35935 #Portability problems not fixed by Gnulib:
35936 #@itemize
35937 #@item
35938
35939 File: ./doc/posix-functions/posix_trace_rewind.texi
35940 Hash: b3eff434d8501389631044c23517d57d12b9a80e0bdb7cac5b15fe1fee7b3bb1
35941 Copyright: 
35942 License: 
35943 Licence_Text: 
35944 #Header: 
35945 #@node posix_trace_rewind
35946 #@section @code{posix_trace_rewind}
35947 #@findex posix_trace_rewind
35948 #
35949 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_rewind.html}
35950 #
35951 #Gnulib module: ---
35952 #
35953 #Portability problems fixed by Gnulib:
35954 #@itemize
35955 #@end itemize
35956 #
35957 #Portability problems not fixed by Gnulib:
35958 #@itemize
35959 #@item
35960
35961 File: ./doc/posix-functions/posix_trace_set_filter.texi
35962 Hash: 4d7f6ea838ed6c51adbe31fa219a22b5df80e697e4814dbd9ecc8f269cf762ea
35963 Copyright: 
35964 License: 
35965 Licence_Text: 
35966 #Header: 
35967 #@node posix_trace_set_filter
35968 #@section @code{posix_trace_set_filter}
35969 #@findex posix_trace_set_filter
35970 #
35971 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_set_filter.html}
35972 #
35973 #Gnulib module: ---
35974 #
35975 #Portability problems fixed by Gnulib:
35976 #@itemize
35977 #@end itemize
35978 #
35979 #Portability problems not fixed by Gnulib:
35980 #@itemize
35981 #@item
35982
35983 File: ./doc/posix-functions/posix_trace_shutdown.texi
35984 Hash: 9293a9916aeabb2c74c1bc62ccf37cbae78dc1276a9a7276ac61ca129a5843bd
35985 Copyright: 
35986 License: 
35987 Licence_Text: 
35988 #Header: 
35989 #@node posix_trace_shutdown
35990 #@section @code{posix_trace_shutdown}
35991 #@findex posix_trace_shutdown
35992 #
35993 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_shutdown.html}
35994 #
35995 #Gnulib module: ---
35996 #
35997 #Portability problems fixed by Gnulib:
35998 #@itemize
35999 #@end itemize
36000 #
36001 #Portability problems not fixed by Gnulib:
36002 #@itemize
36003 #@item
36004
36005 File: ./doc/posix-functions/posix_trace_start.texi
36006 Hash: f96fc628919e2fb8d1f0b687a9bf7590eb610167571abd2fafa736c37cfe9570
36007 Copyright: 
36008 License: 
36009 Licence_Text: 
36010 #Header: 
36011 #@node posix_trace_start
36012 #@section @code{posix_trace_start}
36013 #@findex posix_trace_start
36014 #
36015 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_start.html}
36016 #
36017 #Gnulib module: ---
36018 #
36019 #Portability problems fixed by Gnulib:
36020 #@itemize
36021 #@end itemize
36022 #
36023 #Portability problems not fixed by Gnulib:
36024 #@itemize
36025 #@item
36026
36027 File: ./doc/posix-functions/posix_trace_stop.texi
36028 Hash: bdea8f560c0aa039862bbcf7dd669b6e17cbf3df5ffab49eb84d322a646fa644
36029 Copyright: 
36030 License: 
36031 Licence_Text: 
36032 #Header: 
36033 #@node posix_trace_stop
36034 #@section @code{posix_trace_stop}
36035 #@findex posix_trace_stop
36036 #
36037 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_stop.html}
36038 #
36039 #Gnulib module: ---
36040 #
36041 #Portability problems fixed by Gnulib:
36042 #@itemize
36043 #@end itemize
36044 #
36045 #Portability problems not fixed by Gnulib:
36046 #@itemize
36047 #@item
36048
36049 File: ./doc/posix-functions/posix_trace_timedgetnext_event.texi
36050 Hash: e02e2628db360e9552151ea3cfdbe0d7cb10d05f5084c82be6fceac00c12fffc
36051 Copyright: 
36052 License: 
36053 Licence_Text: 
36054 #Header: 
36055 #@node posix_trace_timedgetnext_event
36056 #@section @code{posix_trace_timedgetnext_event}
36057 #@findex posix_trace_timedgetnext_event
36058 #
36059 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_timedgetnext_event.html}
36060 #
36061 #Gnulib module: ---
36062 #
36063 #Portability problems fixed by Gnulib:
36064 #@itemize
36065 #@end itemize
36066 #
36067 #Portability problems not fixed by Gnulib:
36068 #@itemize
36069 #@item
36070
36071 File: ./doc/posix-functions/posix_trace_trid_eventid_open.texi
36072 Hash: c90234d6928930eb571c09a335c80e685e6188844d6032c5cb4f08d1d346c4af
36073 Copyright: 
36074 License: 
36075 Licence_Text: 
36076 #Header: 
36077 #@node posix_trace_trid_eventid_open
36078 #@section @code{posix_trace_trid_eventid_open}
36079 #@findex posix_trace_trid_eventid_open
36080 #
36081 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_trid_eventid_open.html}
36082 #
36083 #Gnulib module: ---
36084 #
36085 #Portability problems fixed by Gnulib:
36086 #@itemize
36087 #@end itemize
36088 #
36089 #Portability problems not fixed by Gnulib:
36090 #@itemize
36091 #@item
36092
36093 File: ./doc/posix-functions/posix_trace_trygetnext_event.texi
36094 Hash: d73011efa2346a98ca0b075ad9ca871f92a3a336c550aa614c44dabed4cbf0ef
36095 Copyright: 
36096 License: 
36097 Licence_Text: 
36098 #Header: 
36099 #@node posix_trace_trygetnext_event
36100 #@section @code{posix_trace_trygetnext_event}
36101 #@findex posix_trace_trygetnext_event
36102 #
36103 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_trace_trygetnext_event.html}
36104 #
36105 #Gnulib module: ---
36106 #
36107 #Portability problems fixed by Gnulib:
36108 #@itemize
36109 #@end itemize
36110 #
36111 #Portability problems not fixed by Gnulib:
36112 #@itemize
36113 #@item
36114
36115 File: ./doc/posix-functions/posix_typed_mem_get_info.texi
36116 Hash: c1ffc2cdb081c341c855a6166079e907b5f30d2bbd089fcdf3d4a5efb4c3e8a8
36117 Copyright: 
36118 License: 
36119 Licence_Text: 
36120 #Header: 
36121 #@node posix_typed_mem_get_info
36122 #@section @code{posix_typed_mem_get_info}
36123 #@findex posix_typed_mem_get_info
36124 #
36125 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_typed_mem_get_info.html}
36126 #
36127 #Gnulib module: ---
36128 #
36129 #Portability problems fixed by Gnulib:
36130 #@itemize
36131 #@end itemize
36132 #
36133 #Portability problems not fixed by Gnulib:
36134 #@itemize
36135 #@item
36136
36137 File: ./doc/posix-functions/posix_typed_mem_open.texi
36138 Hash: c0923dcacc2e10d19cde0116b916900ee58bee17184540c4fc0fca56cf27afa5
36139 Copyright: 
36140 License: 
36141 Licence_Text: 
36142 #Header: 
36143 #@node posix_typed_mem_open
36144 #@section @code{posix_typed_mem_open}
36145 #@findex posix_typed_mem_open
36146 #
36147 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_typed_mem_open.html}
36148 #
36149 #Gnulib module: ---
36150 #
36151 #Portability problems fixed by Gnulib:
36152 #@itemize
36153 #@end itemize
36154 #
36155 #Portability problems not fixed by Gnulib:
36156 #@itemize
36157 #@item
36158
36159 File: ./doc/posix-functions/pow.texi
36160 Hash: 3588200be9beae88172c588ed3166f06aeaa63d7f7708b709e51179849668047
36161 Copyright: 
36162 License: 
36163 Licence_Text: 
36164 #Header: 
36165 #@node pow
36166 #@section @code{pow}
36167 #@findex pow
36168 #
36169 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pow.html}
36170 #
36171 #Gnulib module: ---
36172 #
36173 #Portability problems fixed by Gnulib:
36174 #@itemize
36175 #@end itemize
36176 #
36177 #Portability problems not fixed by Gnulib:
36178 #@itemize
36179 #@end itemize
36180
36181 File: ./doc/posix-functions/powf.texi
36182 Hash: 2c20228be41c7ae06e16f334a350ecd67e67d780f15ab1ace0b981472ff76e5a
36183 Copyright: 
36184 License: 
36185 Licence_Text: 
36186 #Header: 
36187 #@node powf
36188 #@section @code{powf}
36189 #@findex powf
36190 #
36191 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/powf.html}
36192 #
36193 #Gnulib module: ---
36194 #
36195 #Portability problems fixed by Gnulib:
36196 #@itemize
36197 #@end itemize
36198 #
36199 #Portability problems not fixed by Gnulib:
36200 #@itemize
36201 #@item
36202
36203 File: ./doc/posix-functions/powl.texi
36204 Hash: ec73f774d4f9e2730678a99849d7e449fa33553a4e00aa301eb3c37dee018529
36205 Copyright: 
36206 License: 
36207 Licence_Text: 
36208 #Header: 
36209 #@node powl
36210 #@section @code{powl}
36211 #@findex powl
36212 #
36213 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/powl.html}
36214 #
36215 #Gnulib module: ---
36216 #
36217 #Portability problems fixed by Gnulib:
36218 #@itemize
36219 #@end itemize
36220 #
36221 #Portability problems not fixed by Gnulib:
36222 #@itemize
36223 #@item
36224
36225 File: ./doc/posix-functions/pread.texi
36226 Hash: 94344ff20d9188dff7bcce1466828d3d8e19d41207d8c20e5eda87fce1752780
36227 Copyright: 
36228 License: 
36229 Licence_Text: 
36230 #Header: 
36231 #@node pread
36232 #@section @code{pread}
36233 #@findex pread
36234 #
36235 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pread.html}
36236 #
36237 #Gnulib module: ---
36238 #
36239 #Portability problems fixed by Gnulib:
36240 #@itemize
36241 #@end itemize
36242 #
36243 #Portability problems not fixed by Gnulib:
36244 #@itemize
36245 #@item
36246
36247 File: ./doc/posix-functions/printf.texi
36248 Hash: cc1b5932488eafd7041e224c3c5f101cd6d45de4c770de8eb00c90ce7f61f056
36249 Copyright: 
36250 License: 
36251 Licence_Text: 
36252 #Header: 
36253 #@node printf
36254 #@section @code{printf}
36255 #@findex printf
36256 #
36257 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/printf.html}
36258 #
36259 #Gnulib module: printf-posix or stdio, sigpipe
36260 #
36261 #Portability problems fixed by Gnulib module @code{printf-posix}:
36262 #@itemize
36263 #@item
36264 #This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
36265 #@code{j}, @code{t}, @code{z}) on some platforms:
36266 #AIX 5.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.5.24, mingw, BeOS.
36267 #@item
36268
36269 File: ./doc/posix-functions/pselect.texi
36270 Hash: 2d26ab5240ac27a518b2e987ba8d79e7b2c2528bc6a94093db97760c1cd30f9a
36271 Copyright: 
36272 License: 
36273 Licence_Text: 
36274 #Header: 
36275 #@node pselect
36276 #@section @code{pselect}
36277 #@findex pselect
36278 #
36279 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pselect.html}
36280 #
36281 #Gnulib module: ---
36282 #
36283 #Portability problems fixed by Gnulib:
36284 #@itemize
36285 #@end itemize
36286 #
36287 #Portability problems not fixed by Gnulib:
36288 #@itemize
36289 #@item
36290
36291 File: ./doc/posix-functions/psiginfo.texi
36292 Hash: 110101075e0eb4d997d3fcf1818bff6cd029be26a916d95148d0b02c9a3823a1
36293 Copyright: 
36294 License: 
36295 Licence_Text: 
36296 #Header: 
36297 #@node psiginfo
36298 #@section @code{psiginfo}
36299 #@findex psiginfo
36300 #
36301 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/psiginfo.html}
36302 #
36303 #Gnulib module: ---
36304 #
36305 #Portability problems fixed by Gnulib:
36306 #@itemize
36307 #@end itemize
36308 #
36309 #Portability problems not fixed by Gnulib:
36310 #@itemize
36311 #@item
36312
36313 File: ./doc/posix-functions/psignal.texi
36314 Hash: 2c42cdb7d36d4524202363bbc6c21af4dcf480f7996acbb464831b3501bb2401
36315 Copyright: 
36316 License: 
36317 Licence_Text: 
36318 #Header: 
36319 #@node psignal
36320 #@section @code{psignal}
36321 #@findex psignal
36322 #
36323 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/psignal.html}
36324 #
36325 #Gnulib module: ---
36326 #
36327 #Portability problems fixed by Gnulib:
36328 #@itemize
36329 #@end itemize
36330 #
36331 #Portability problems not fixed by Gnulib:
36332 #@itemize
36333 #@item
36334
36335 File: ./doc/posix-functions/pthread_atfork.texi
36336 Hash: bd6f0ab6ff93e450c2bc4ca3c2863c21a3fe0696083d275cb1a9d1605ed02eed
36337 Copyright: 
36338 License: 
36339 Licence_Text: 
36340 #Header: 
36341 #@node pthread_atfork
36342 #@section @code{pthread_atfork}
36343 #@findex pthread_atfork
36344 #
36345 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_atfork.html}
36346 #
36347 #Gnulib module: ---
36348 #
36349 #Portability problems fixed by Gnulib:
36350 #@itemize
36351 #@end itemize
36352 #
36353 #Portability problems not fixed by Gnulib:
36354 #@itemize
36355 #@item
36356
36357 File: ./doc/posix-functions/pthread_attr_destroy.texi
36358 Hash: d033d6af41be3237328cbc28811f8e729e3d295b2e92e0c7f5051a73cfffdbf0
36359 Copyright: 
36360 License: 
36361 Licence_Text: 
36362 #Header: 
36363 #@node pthread_attr_destroy
36364 #@section @code{pthread_attr_destroy}
36365 #@findex pthread_attr_destroy
36366 #
36367 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_destroy.html}
36368 #
36369 #Gnulib module: ---
36370 #
36371 #Portability problems fixed by Gnulib:
36372 #@itemize
36373 #@end itemize
36374 #
36375 #Portability problems not fixed by Gnulib:
36376 #@itemize
36377 #@item
36378
36379 File: ./doc/posix-functions/pthread_attr_getdetachstate.texi
36380 Hash: 6e2a3ef0f6207878bb09ad68185f8e07bc1b0d23b1c7551d5445d9439f63cadb
36381 Copyright: 
36382 License: 
36383 Licence_Text: 
36384 #Header: 
36385 #@node pthread_attr_getdetachstate
36386 #@section @code{pthread_attr_getdetachstate}
36387 #@findex pthread_attr_getdetachstate
36388 #
36389 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getdetachstate.html}
36390 #
36391 #Gnulib module: ---
36392 #
36393 #Portability problems fixed by Gnulib:
36394 #@itemize
36395 #@end itemize
36396 #
36397 #Portability problems not fixed by Gnulib:
36398 #@itemize
36399 #@item
36400
36401 File: ./doc/posix-functions/pthread_attr_getguardsize.texi
36402 Hash: dcc2fc4b9fa5d43877dbdae216c9a782af6ddd21b4cc251c6f0884d6ead8ddcf
36403 Copyright: 
36404 License: 
36405 Licence_Text: 
36406 #Header: 
36407 #@node pthread_attr_getguardsize
36408 #@section @code{pthread_attr_getguardsize}
36409 #@findex pthread_attr_getguardsize
36410 #
36411 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getguardsize.html}
36412 #
36413 #Gnulib module: ---
36414 #
36415 #Portability problems fixed by Gnulib:
36416 #@itemize
36417 #@end itemize
36418 #
36419 #Portability problems not fixed by Gnulib:
36420 #@itemize
36421 #@item
36422
36423 File: ./doc/posix-functions/pthread_attr_getinheritsched.texi
36424 Hash: a6a1f044119243f02220493504aea24e555e10d684d75f76be7703cdc7907117
36425 Copyright: 
36426 License: 
36427 Licence_Text: 
36428 #Header: 
36429 #@node pthread_attr_getinheritsched
36430 #@section @code{pthread_attr_getinheritsched}
36431 #@findex pthread_attr_getinheritsched
36432 #
36433 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getinheritsched.html}
36434 #
36435 #Gnulib module: ---
36436 #
36437 #Portability problems fixed by Gnulib:
36438 #@itemize
36439 #@end itemize
36440 #
36441 #Portability problems not fixed by Gnulib:
36442 #@itemize
36443 #@item
36444
36445 File: ./doc/posix-functions/pthread_attr_getschedparam.texi
36446 Hash: acf2bc407210fd0a87ea5a8bc8aca6ba382914a2ad8788c13589d65f5efb4662
36447 Copyright: 
36448 License: 
36449 Licence_Text: 
36450 #Header: 
36451 #@node pthread_attr_getschedparam
36452 #@section @code{pthread_attr_getschedparam}
36453 #@findex pthread_attr_getschedparam
36454 #
36455 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getschedparam.html}
36456 #
36457 #Gnulib module: ---
36458 #
36459 #Portability problems fixed by Gnulib:
36460 #@itemize
36461 #@end itemize
36462 #
36463 #Portability problems not fixed by Gnulib:
36464 #@itemize
36465 #@item
36466
36467 File: ./doc/posix-functions/pthread_attr_getschedpolicy.texi
36468 Hash: 6568aff8a62e24e659319143e01e108068eb82ecb1d73e9305ba8e3af43f1dbd
36469 Copyright: 
36470 License: 
36471 Licence_Text: 
36472 #Header: 
36473 #@node pthread_attr_getschedpolicy
36474 #@section @code{pthread_attr_getschedpolicy}
36475 #@findex pthread_attr_getschedpolicy
36476 #
36477 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getschedpolicy.html}
36478 #
36479 #Gnulib module: ---
36480 #
36481 #Portability problems fixed by Gnulib:
36482 #@itemize
36483 #@end itemize
36484 #
36485 #Portability problems not fixed by Gnulib:
36486 #@itemize
36487 #@item
36488
36489 File: ./doc/posix-functions/pthread_attr_getscope.texi
36490 Hash: 53127e6a0846038a197f491f7d9d4486cbd9e0d92e23182eca4a23643b7c7987
36491 Copyright: 
36492 License: 
36493 Licence_Text: 
36494 #Header: 
36495 #@node pthread_attr_getscope
36496 #@section @code{pthread_attr_getscope}
36497 #@findex pthread_attr_getscope
36498 #
36499 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getscope.html}
36500 #
36501 #Gnulib module: ---
36502 #
36503 #Portability problems fixed by Gnulib:
36504 #@itemize
36505 #@end itemize
36506 #
36507 #Portability problems not fixed by Gnulib:
36508 #@itemize
36509 #@item
36510
36511 File: ./doc/posix-functions/pthread_attr_getstack.texi
36512 Hash: d55b1da7b04008428ba631234be9cfb38b53312aa69c148e116b682139eaf108
36513 Copyright: 
36514 License: 
36515 Licence_Text: 
36516 #Header: 
36517 #@node pthread_attr_getstack
36518 #@section @code{pthread_attr_getstack}
36519 #@findex pthread_attr_getstack
36520 #
36521 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getstack.html}
36522 #
36523 #Gnulib module: ---
36524 #
36525 #Portability problems fixed by Gnulib:
36526 #@itemize
36527 #@end itemize
36528 #
36529 #Portability problems not fixed by Gnulib:
36530 #@itemize
36531 #@item
36532
36533 File: ./doc/posix-functions/pthread_attr_getstacksize.texi
36534 Hash: 345f3ee43d1e0f2efa8d4fab2b196d824b44868ee55bf828d4135653b9cb64e1
36535 Copyright: 
36536 License: 
36537 Licence_Text: 
36538 #Header: 
36539 #@node pthread_attr_getstacksize
36540 #@section @code{pthread_attr_getstacksize}
36541 #@findex pthread_attr_getstacksize
36542 #
36543 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getstacksize.html}
36544 #
36545 #Gnulib module: ---
36546 #
36547 #Portability problems fixed by Gnulib:
36548 #@itemize
36549 #@end itemize
36550 #
36551 #Portability problems not fixed by Gnulib:
36552 #@itemize
36553 #@item
36554
36555 File: ./doc/posix-functions/pthread_attr_init.texi
36556 Hash: 5ac9b50be719d7ce090e57f14970fbaa0109b04968d270e9f52a9c3d9e8508ea
36557 Copyright: 
36558 License: 
36559 Licence_Text: 
36560 #Header: 
36561 #@node pthread_attr_init
36562 #@section @code{pthread_attr_init}
36563 #@findex pthread_attr_init
36564 #
36565 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_init.html}
36566 #
36567 #Gnulib module: ---
36568 #
36569 #Portability problems fixed by Gnulib:
36570 #@itemize
36571 #@end itemize
36572 #
36573 #Portability problems not fixed by Gnulib:
36574 #@itemize
36575 #@item
36576
36577 File: ./doc/posix-functions/pthread_attr_setdetachstate.texi
36578 Hash: d78b76b4ed5cfe55a6f5e4ed77d137e8f317ea2d8f6eb5b160a72f7c5567e411
36579 Copyright: 
36580 License: 
36581 Licence_Text: 
36582 #Header: 
36583 #@node pthread_attr_setdetachstate
36584 #@section @code{pthread_attr_setdetachstate}
36585 #@findex pthread_attr_setdetachstate
36586 #
36587 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setdetachstate.html}
36588 #
36589 #Gnulib module: ---
36590 #
36591 #Portability problems fixed by Gnulib:
36592 #@itemize
36593 #@end itemize
36594 #
36595 #Portability problems not fixed by Gnulib:
36596 #@itemize
36597 #@item
36598
36599 File: ./doc/posix-functions/pthread_attr_setguardsize.texi
36600 Hash: e7fac577329d9a3b6446d353473c83fd01c59f7e8548ad31cd292354304ac6f9
36601 Copyright: 
36602 License: 
36603 Licence_Text: 
36604 #Header: 
36605 #@node pthread_attr_setguardsize
36606 #@section @code{pthread_attr_setguardsize}
36607 #@findex pthread_attr_setguardsize
36608 #
36609 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setguardsize.html}
36610 #
36611 #Gnulib module: ---
36612 #
36613 #Portability problems fixed by Gnulib:
36614 #@itemize
36615 #@end itemize
36616 #
36617 #Portability problems not fixed by Gnulib:
36618 #@itemize
36619 #@item
36620
36621 File: ./doc/posix-functions/pthread_attr_setinheritsched.texi
36622 Hash: cf31a0c5775bfd82489898e7c3f8c5b1bcf03787ac97d313de504a9f1a640463
36623 Copyright: 
36624 License: 
36625 Licence_Text: 
36626 #Header: 
36627 #@node pthread_attr_setinheritsched
36628 #@section @code{pthread_attr_setinheritsched}
36629 #@findex pthread_attr_setinheritsched
36630 #
36631 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setinheritsched.html}
36632 #
36633 #Gnulib module: ---
36634 #
36635 #Portability problems fixed by Gnulib:
36636 #@itemize
36637 #@end itemize
36638 #
36639 #Portability problems not fixed by Gnulib:
36640 #@itemize
36641 #@item
36642
36643 File: ./doc/posix-functions/pthread_attr_setschedparam.texi
36644 Hash: a01e60c15e39cbd05318117c6a353663a658cff4c0060c732552bc0735e1a0b5
36645 Copyright: 
36646 License: 
36647 Licence_Text: 
36648 #Header: 
36649 #@node pthread_attr_setschedparam
36650 #@section @code{pthread_attr_setschedparam}
36651 #@findex pthread_attr_setschedparam
36652 #
36653 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setschedparam.html}
36654 #
36655 #Gnulib module: ---
36656 #
36657 #Portability problems fixed by Gnulib:
36658 #@itemize
36659 #@end itemize
36660 #
36661 #Portability problems not fixed by Gnulib:
36662 #@itemize
36663 #@item
36664
36665 File: ./doc/posix-functions/pthread_attr_setschedpolicy.texi
36666 Hash: 28c89cdb4b18dfaab2c400b96220600365c448c666125d97cc54c888ee6d4623
36667 Copyright: 
36668 License: 
36669 Licence_Text: 
36670 #Header: 
36671 #@node pthread_attr_setschedpolicy
36672 #@section @code{pthread_attr_setschedpolicy}
36673 #@findex pthread_attr_setschedpolicy
36674 #
36675 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setschedpolicy.html}
36676 #
36677 #Gnulib module: ---
36678 #
36679 #Portability problems fixed by Gnulib:
36680 #@itemize
36681 #@end itemize
36682 #
36683 #Portability problems not fixed by Gnulib:
36684 #@itemize
36685 #@item
36686
36687 File: ./doc/posix-functions/pthread_attr_setscope.texi
36688 Hash: 546a917a46a49835d47fb7f4b9be526e27c99339c85e86b332417f39456da902
36689 Copyright: 
36690 License: 
36691 Licence_Text: 
36692 #Header: 
36693 #@node pthread_attr_setscope
36694 #@section @code{pthread_attr_setscope}
36695 #@findex pthread_attr_setscope
36696 #
36697 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setscope.html}
36698 #
36699 #Gnulib module: ---
36700 #
36701 #Portability problems fixed by Gnulib:
36702 #@itemize
36703 #@end itemize
36704 #
36705 #Portability problems not fixed by Gnulib:
36706 #@itemize
36707 #@item
36708
36709 File: ./doc/posix-functions/pthread_attr_setstack.texi
36710 Hash: 3218b205686cd35238646c3f6be7ce58a9283171a1a242eb6d7949da02576197
36711 Copyright: 
36712 License: 
36713 Licence_Text: 
36714 #Header: 
36715 #@node pthread_attr_setstack
36716 #@section @code{pthread_attr_setstack}
36717 #@findex pthread_attr_setstack
36718 #
36719 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setstack.html}
36720 #
36721 #Gnulib module: ---
36722 #
36723 #Portability problems fixed by Gnulib:
36724 #@itemize
36725 #@end itemize
36726 #
36727 #Portability problems not fixed by Gnulib:
36728 #@itemize
36729 #@item
36730
36731 File: ./doc/posix-functions/pthread_attr_setstacksize.texi
36732 Hash: 15ec368b367a6144ee7d39b56b4a4e994ccc0fc231413484a5bc5596417964b3
36733 Copyright: 
36734 License: 
36735 Licence_Text: 
36736 #Header: 
36737 #@node pthread_attr_setstacksize
36738 #@section @code{pthread_attr_setstacksize}
36739 #@findex pthread_attr_setstacksize
36740 #
36741 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setstacksize.html}
36742 #
36743 #Gnulib module: ---
36744 #
36745 #Portability problems fixed by Gnulib:
36746 #@itemize
36747 #@end itemize
36748 #
36749 #Portability problems not fixed by Gnulib:
36750 #@itemize
36751 #@item
36752
36753 File: ./doc/posix-functions/pthread_barrier_destroy.texi
36754 Hash: 6431e7465c2f611d477e2e0bbed31e7cb6dfa1f57afed483e3de3d06fbabc55d
36755 Copyright: 
36756 License: 
36757 Licence_Text: 
36758 #Header: 
36759 #@node pthread_barrier_destroy
36760 #@section @code{pthread_barrier_destroy}
36761 #@findex pthread_barrier_destroy
36762 #
36763 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_destroy.html}
36764 #
36765 #Gnulib module: ---
36766 #
36767 #Portability problems fixed by Gnulib:
36768 #@itemize
36769 #@end itemize
36770 #
36771 #Portability problems not fixed by Gnulib:
36772 #@itemize
36773 #@item
36774
36775 File: ./doc/posix-functions/pthread_barrier_init.texi
36776 Hash: 2ccf8776f1720db644b2e40f5e45b2accd8e3a5134f9f5446d6ac243729f7ad7
36777 Copyright: 
36778 License: 
36779 Licence_Text: 
36780 #Header: 
36781 #@node pthread_barrier_init
36782 #@section @code{pthread_barrier_init}
36783 #@findex pthread_barrier_init
36784 #
36785 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_init.html}
36786 #
36787 #Gnulib module: ---
36788 #
36789 #Portability problems fixed by Gnulib:
36790 #@itemize
36791 #@end itemize
36792 #
36793 #Portability problems not fixed by Gnulib:
36794 #@itemize
36795 #@item
36796
36797 File: ./doc/posix-functions/pthread_barrier_wait.texi
36798 Hash: c1b386eae130fb603d2f6d476958efcf09387fb73ce297e459e6d81e0dd9b133
36799 Copyright: 
36800 License: 
36801 Licence_Text: 
36802 #Header: 
36803 #@node pthread_barrier_wait
36804 #@section @code{pthread_barrier_wait}
36805 #@findex pthread_barrier_wait
36806 #
36807 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_wait.html}
36808 #
36809 #Gnulib module: ---
36810 #
36811 #Portability problems fixed by Gnulib:
36812 #@itemize
36813 #@end itemize
36814 #
36815 #Portability problems not fixed by Gnulib:
36816 #@itemize
36817 #@item
36818
36819 File: ./doc/posix-functions/pthread_barrierattr_destroy.texi
36820 Hash: 913c8f495efff25824dbd8dc5faf2526b5b0e5160b1faae28f67452b3aee6936
36821 Copyright: 
36822 License: 
36823 Licence_Text: 
36824 #Header: 
36825 #@node pthread_barrierattr_destroy
36826 #@section @code{pthread_barrierattr_destroy}
36827 #@findex pthread_barrierattr_destroy
36828 #
36829 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_destroy.html}
36830 #
36831 #Gnulib module: ---
36832 #
36833 #Portability problems fixed by Gnulib:
36834 #@itemize
36835 #@end itemize
36836 #
36837 #Portability problems not fixed by Gnulib:
36838 #@itemize
36839 #@item
36840
36841 File: ./doc/posix-functions/pthread_barrierattr_getpshared.texi
36842 Hash: 8e4afc65315f8b2e25d2c5b9e859363fd9ee7371eb7247d6112773c642337f6f
36843 Copyright: 
36844 License: 
36845 Licence_Text: 
36846 #Header: 
36847 #@node pthread_barrierattr_getpshared
36848 #@section @code{pthread_barrierattr_getpshared}
36849 #@findex pthread_barrierattr_getpshared
36850 #
36851 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_getpshared.html}
36852 #
36853 #Gnulib module: ---
36854 #
36855 #Portability problems fixed by Gnulib:
36856 #@itemize
36857 #@end itemize
36858 #
36859 #Portability problems not fixed by Gnulib:
36860 #@itemize
36861 #@item
36862
36863 File: ./doc/posix-functions/pthread_barrierattr_init.texi
36864 Hash: 45369e6ac6f2f62e775581d3694e1c9ab726b910790ef4b5da5efe94778e2e49
36865 Copyright: 
36866 License: 
36867 Licence_Text: 
36868 #Header: 
36869 #@node pthread_barrierattr_init
36870 #@section @code{pthread_barrierattr_init}
36871 #@findex pthread_barrierattr_init
36872 #
36873 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_init.html}
36874 #
36875 #Gnulib module: ---
36876 #
36877 #Portability problems fixed by Gnulib:
36878 #@itemize
36879 #@end itemize
36880 #
36881 #Portability problems not fixed by Gnulib:
36882 #@itemize
36883 #@item
36884
36885 File: ./doc/posix-functions/pthread_barrierattr_setpshared.texi
36886 Hash: 34825fd8bf5a6ae16e5b7a0ceaa60428e8ead85b8e0ada77345f10600eeec249
36887 Copyright: 
36888 License: 
36889 Licence_Text: 
36890 #Header: 
36891 #@node pthread_barrierattr_setpshared
36892 #@section @code{pthread_barrierattr_setpshared}
36893 #@findex pthread_barrierattr_setpshared
36894 #
36895 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_setpshared.html}
36896 #
36897 #Gnulib module: ---
36898 #
36899 #Portability problems fixed by Gnulib:
36900 #@itemize
36901 #@end itemize
36902 #
36903 #Portability problems not fixed by Gnulib:
36904 #@itemize
36905 #@item
36906
36907 File: ./doc/posix-functions/pthread_cancel.texi
36908 Hash: e8ba2f30835e3adf32710558d20f30e1cede0f548e4cc612f0aa36cefd207619
36909 Copyright: 
36910 License: 
36911 Licence_Text: 
36912 #Header: 
36913 #@node pthread_cancel
36914 #@section @code{pthread_cancel}
36915 #@findex pthread_cancel
36916 #
36917 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_cancel.html}
36918 #
36919 #Gnulib module: ---
36920 #
36921 #Portability problems fixed by Gnulib:
36922 #@itemize
36923 #@end itemize
36924 #
36925 #Portability problems not fixed by Gnulib:
36926 #@itemize
36927 #@item
36928
36929 File: ./doc/posix-functions/pthread_cleanup_pop.texi
36930 Hash: 56219e3c4261a24f8ae5c345420375bfed930edd72fe9de1145ad9bb6c8981b4
36931 Copyright: 
36932 License: 
36933 Licence_Text: 
36934 #Header: 
36935 #@node pthread_cleanup_pop
36936 #@section @code{pthread_cleanup_pop}
36937 #@findex pthread_cleanup_pop
36938 #
36939 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_cleanup_pop.html}
36940 #
36941 #Gnulib module: ---
36942 #
36943 #Portability problems fixed by Gnulib:
36944 #@itemize
36945 #@end itemize
36946 #
36947 #Portability problems not fixed by Gnulib:
36948 #@itemize
36949 #@item
36950
36951 File: ./doc/posix-functions/pthread_cleanup_push.texi
36952 Hash: a198aceadab367b9b5ec5528e6d9eb7071b44e88ba80d7505b07e86ed47b3799
36953 Copyright: 
36954 License: 
36955 Licence_Text: 
36956 #Header: 
36957 #@node pthread_cleanup_push
36958 #@section @code{pthread_cleanup_push}
36959 #@findex pthread_cleanup_push
36960 #
36961 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_cleanup_push.html}
36962 #
36963 #Gnulib module: ---
36964 #
36965 #Portability problems fixed by Gnulib:
36966 #@itemize
36967 #@end itemize
36968 #
36969 #Portability problems not fixed by Gnulib:
36970 #@itemize
36971 #@item
36972
36973 File: ./doc/posix-functions/pthread_cond_broadcast.texi
36974 Hash: 027f86eba7dbadc497e225c26b709124f8d27d3720f641e9a16d6e244f2e9999
36975 Copyright: 
36976 License: 
36977 Licence_Text: 
36978 #Header: 
36979 #@node pthread_cond_broadcast
36980 #@section @code{pthread_cond_broadcast}
36981 #@findex pthread_cond_broadcast
36982 #
36983 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_broadcast.html}
36984 #
36985 #Gnulib module: ---
36986 #
36987 #Portability problems fixed by Gnulib:
36988 #@itemize
36989 #@end itemize
36990 #
36991 #Portability problems not fixed by Gnulib:
36992 #@itemize
36993 #@item
36994
36995 File: ./doc/posix-functions/pthread_cond_destroy.texi
36996 Hash: 700b1a47bb870ae67a0829d45bbe702d4e2d5c068f21338fe743c5f781a79b41
36997 Copyright: 
36998 License: 
36999 Licence_Text: 
37000 #Header: 
37001 #@node pthread_cond_destroy
37002 #@section @code{pthread_cond_destroy}
37003 #@findex pthread_cond_destroy
37004 #
37005 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_destroy.html}
37006 #
37007 #Gnulib module: ---
37008 #
37009 #Portability problems fixed by Gnulib:
37010 #@itemize
37011 #@end itemize
37012 #
37013 #Portability problems not fixed by Gnulib:
37014 #@itemize
37015 #@item
37016
37017 File: ./doc/posix-functions/pthread_cond_init.texi
37018 Hash: 1aac869c309f1e1259d594533ca99cbcb409ae20698e04313ecb76af8f586125
37019 Copyright: 
37020 License: 
37021 Licence_Text: 
37022 #Header: 
37023 #@node pthread_cond_init
37024 #@section @code{pthread_cond_init}
37025 #@findex pthread_cond_init
37026 #
37027 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_init.html}
37028 #
37029 #Gnulib module: ---
37030 #
37031 #Portability problems fixed by Gnulib:
37032 #@itemize
37033 #@end itemize
37034 #
37035 #Portability problems not fixed by Gnulib:
37036 #@itemize
37037 #@item
37038
37039 File: ./doc/posix-functions/pthread_cond_signal.texi
37040 Hash: a3a421ae49ccf251516d0a9d806441c29c08782dec6a949f1b4132722924935e
37041 Copyright: 
37042 License: 
37043 Licence_Text: 
37044 #Header: 
37045 #@node pthread_cond_signal
37046 #@section @code{pthread_cond_signal}
37047 #@findex pthread_cond_signal
37048 #
37049 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_signal.html}
37050 #
37051 #Gnulib module: ---
37052 #
37053 #Portability problems fixed by Gnulib:
37054 #@itemize
37055 #@end itemize
37056 #
37057 #Portability problems not fixed by Gnulib:
37058 #@itemize
37059 #@item
37060
37061 File: ./doc/posix-functions/pthread_cond_timedwait.texi
37062 Hash: b554412ccdd6610c8224a5828fc0cbed66e33dcf855b76bece44c72854f4b9fa
37063 Copyright: 
37064 License: 
37065 Licence_Text: 
37066 #Header: 
37067 #@node pthread_cond_timedwait
37068 #@section @code{pthread_cond_timedwait}
37069 #@findex pthread_cond_timedwait
37070 #
37071 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_timedwait.html}
37072 #
37073 #Gnulib module: ---
37074 #
37075 #Portability problems fixed by Gnulib:
37076 #@itemize
37077 #@end itemize
37078 #
37079 #Portability problems not fixed by Gnulib:
37080 #@itemize
37081 #@item
37082
37083 File: ./doc/posix-functions/pthread_cond_wait.texi
37084 Hash: 69b9ed912a9a849f38ef59137cf08ef99807a0e560af5baa98a843186838f299
37085 Copyright: 
37086 License: 
37087 Licence_Text: 
37088 #Header: 
37089 #@node pthread_cond_wait
37090 #@section @code{pthread_cond_wait}
37091 #@findex pthread_cond_wait
37092 #
37093 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_wait.html}
37094 #
37095 #Gnulib module: ---
37096 #
37097 #Portability problems fixed by Gnulib:
37098 #@itemize
37099 #@end itemize
37100 #
37101 #Portability problems not fixed by Gnulib:
37102 #@itemize
37103 #@item
37104
37105 File: ./doc/posix-functions/pthread_condattr_destroy.texi
37106 Hash: dc71cdaf1bfce2c599af6d02608e23a7a1a36b35773b61a9352930193521ceb6
37107 Copyright: 
37108 License: 
37109 Licence_Text: 
37110 #Header: 
37111 #@node pthread_condattr_destroy
37112 #@section @code{pthread_condattr_destroy}
37113 #@findex pthread_condattr_destroy
37114 #
37115 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_destroy.html}
37116 #
37117 #Gnulib module: ---
37118 #
37119 #Portability problems fixed by Gnulib:
37120 #@itemize
37121 #@end itemize
37122 #
37123 #Portability problems not fixed by Gnulib:
37124 #@itemize
37125 #@item
37126
37127 File: ./doc/posix-functions/pthread_condattr_getclock.texi
37128 Hash: 4f39462a8d0cccfa468c219ae84735d0e4959170660ddb5335d4d0e58a310952
37129 Copyright: 
37130 License: 
37131 Licence_Text: 
37132 #Header: 
37133 #@node pthread_condattr_getclock
37134 #@section @code{pthread_condattr_getclock}
37135 #@findex pthread_condattr_getclock
37136 #
37137 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_getclock.html}
37138 #
37139 #Gnulib module: ---
37140 #
37141 #Portability problems fixed by Gnulib:
37142 #@itemize
37143 #@end itemize
37144 #
37145 #Portability problems not fixed by Gnulib:
37146 #@itemize
37147 #@item
37148
37149 File: ./doc/posix-functions/pthread_condattr_getpshared.texi
37150 Hash: fd9bb140a4bb9d1596e1a1db77d9fc3e265aa7cbfeae2d7b82c203a3933a4aa2
37151 Copyright: 
37152 License: 
37153 Licence_Text: 
37154 #Header: 
37155 #@node pthread_condattr_getpshared
37156 #@section @code{pthread_condattr_getpshared}
37157 #@findex pthread_condattr_getpshared
37158 #
37159 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_getpshared.html}
37160 #
37161 #Gnulib module: ---
37162 #
37163 #Portability problems fixed by Gnulib:
37164 #@itemize
37165 #@end itemize
37166 #
37167 #Portability problems not fixed by Gnulib:
37168 #@itemize
37169 #@item
37170
37171 File: ./doc/posix-functions/pthread_condattr_init.texi
37172 Hash: 644aa43dccb6aaa12b07b5af03bbaa07a2ce79c14e11441ffcc89e2980b45fbf
37173 Copyright: 
37174 License: 
37175 Licence_Text: 
37176 #Header: 
37177 #@node pthread_condattr_init
37178 #@section @code{pthread_condattr_init}
37179 #@findex pthread_condattr_init
37180 #
37181 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_init.html}
37182 #
37183 #Gnulib module: ---
37184 #
37185 #Portability problems fixed by Gnulib:
37186 #@itemize
37187 #@end itemize
37188 #
37189 #Portability problems not fixed by Gnulib:
37190 #@itemize
37191 #@item
37192
37193 File: ./doc/posix-functions/pthread_condattr_setclock.texi
37194 Hash: b5413f0e67888a8c5591631a2e7fc8f9d5940b4295d578bc47c5f6b392fe5775
37195 Copyright: 
37196 License: 
37197 Licence_Text: 
37198 #Header: 
37199 #@node pthread_condattr_setclock
37200 #@section @code{pthread_condattr_setclock}
37201 #@findex pthread_condattr_setclock
37202 #
37203 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_setclock.html}
37204 #
37205 #Gnulib module: ---
37206 #
37207 #Portability problems fixed by Gnulib:
37208 #@itemize
37209 #@end itemize
37210 #
37211 #Portability problems not fixed by Gnulib:
37212 #@itemize
37213 #@item
37214
37215 File: ./doc/posix-functions/pthread_condattr_setpshared.texi
37216 Hash: 18c18d1442e96df08c95dff4c476f839a9bf33f67fc7cb2d318af1f7a5129452
37217 Copyright: 
37218 License: 
37219 Licence_Text: 
37220 #Header: 
37221 #@node pthread_condattr_setpshared
37222 #@section @code{pthread_condattr_setpshared}
37223 #@findex pthread_condattr_setpshared
37224 #
37225 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_setpshared.html}
37226 #
37227 #Gnulib module: ---
37228 #
37229 #Portability problems fixed by Gnulib:
37230 #@itemize
37231 #@end itemize
37232 #
37233 #Portability problems not fixed by Gnulib:
37234 #@itemize
37235 #@item
37236
37237 File: ./doc/posix-functions/pthread_create.texi
37238 Hash: a7e377395df018ad7be35a051f5a0cd6cd2c76118befa1e9d53a2023bd751923
37239 Copyright: 
37240 License: 
37241 Licence_Text: 
37242 #Header: 
37243 #@node pthread_create
37244 #@section @code{pthread_create}
37245 #@findex pthread_create
37246 #
37247 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_create.html}
37248 #
37249 #Gnulib module: ---
37250 #
37251 #Portability problems fixed by Gnulib:
37252 #@itemize
37253 #@end itemize
37254 #
37255 #Portability problems not fixed by Gnulib:
37256 #@itemize
37257 #@item
37258
37259 File: ./doc/posix-functions/pthread_detach.texi
37260 Hash: e80c073a363c91dbc7080f7a4e511f7b648bd28f030c4f98faa1490086d52a32
37261 Copyright: 
37262 License: 
37263 Licence_Text: 
37264 #Header: 
37265 #@node pthread_detach
37266 #@section @code{pthread_detach}
37267 #@findex pthread_detach
37268 #
37269 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_detach.html}
37270 #
37271 #Gnulib module: ---
37272 #
37273 #Portability problems fixed by Gnulib:
37274 #@itemize
37275 #@end itemize
37276 #
37277 #Portability problems not fixed by Gnulib:
37278 #@itemize
37279 #@item
37280
37281 File: ./doc/posix-functions/pthread_equal.texi
37282 Hash: 6e2bd3ef9f0cae069ffd29ff4fba0879fbbcdd9cfbaf39327b389d27c0d21dc0
37283 Copyright: 
37284 License: 
37285 Licence_Text: 
37286 #Header: 
37287 #@node pthread_equal
37288 #@section @code{pthread_equal}
37289 #@findex pthread_equal
37290 #
37291 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_equal.html}
37292 #
37293 #Gnulib module: ---
37294 #
37295 #Portability problems fixed by Gnulib:
37296 #@itemize
37297 #@end itemize
37298 #
37299 #Portability problems not fixed by Gnulib:
37300 #@itemize
37301 #@item
37302
37303 File: ./doc/posix-functions/pthread_exit.texi
37304 Hash: 232c5cf778c2cfd1e637aee54d72705efcf3dbff8f7164240c1a171d0cdc7d8f
37305 Copyright: 
37306 License: 
37307 Licence_Text: 
37308 #Header: 
37309 #@node pthread_exit
37310 #@section @code{pthread_exit}
37311 #@findex pthread_exit
37312 #
37313 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_exit.html}
37314 #
37315 #Gnulib module: ---
37316 #
37317 #Portability problems fixed by Gnulib:
37318 #@itemize
37319 #@end itemize
37320 #
37321 #Portability problems not fixed by Gnulib:
37322 #@itemize
37323 #@item
37324
37325 File: ./doc/posix-functions/pthread_getconcurrency.texi
37326 Hash: da08fbe0f6fd2e342e8e5de796f98166968f5292462c2b0bde472cc2cd27aebf
37327 Copyright: 
37328 License: 
37329 Licence_Text: 
37330 #Header: 
37331 #@node pthread_getconcurrency
37332 #@section @code{pthread_getconcurrency}
37333 #@findex pthread_getconcurrency
37334 #
37335 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_getconcurrency.html}
37336 #
37337 #Gnulib module: ---
37338 #
37339 #Portability problems fixed by Gnulib:
37340 #@itemize
37341 #@end itemize
37342 #
37343 #Portability problems not fixed by Gnulib:
37344 #@itemize
37345 #@item
37346
37347 File: ./doc/posix-functions/pthread_getcpuclockid.texi
37348 Hash: 5189825a695d0c00cc9f0275ad6f2d9c949771c1d65c1f33eefbf58f45da4e30
37349 Copyright: 
37350 License: 
37351 Licence_Text: 
37352 #Header: 
37353 #@node pthread_getcpuclockid
37354 #@section @code{pthread_getcpuclockid}
37355 #@findex pthread_getcpuclockid
37356 #
37357 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_getcpuclockid.html}
37358 #
37359 #Gnulib module: ---
37360 #
37361 #Portability problems fixed by Gnulib:
37362 #@itemize
37363 #@end itemize
37364 #
37365 #Portability problems not fixed by Gnulib:
37366 #@itemize
37367 #@item
37368
37369 File: ./doc/posix-functions/pthread_getschedparam.texi
37370 Hash: 6fb7f3364b7723dcfe69708e696f958421113a542fc16c23d6b437c61c3ebe69
37371 Copyright: 
37372 License: 
37373 Licence_Text: 
37374 #Header: 
37375 #@node pthread_getschedparam
37376 #@section @code{pthread_getschedparam}
37377 #@findex pthread_getschedparam
37378 #
37379 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_getschedparam.html}
37380 #
37381 #Gnulib module: ---
37382 #
37383 #Portability problems fixed by Gnulib:
37384 #@itemize
37385 #@end itemize
37386 #
37387 #Portability problems not fixed by Gnulib:
37388 #@itemize
37389 #@item
37390
37391 File: ./doc/posix-functions/pthread_getspecific.texi
37392 Hash: 24418f9959f93b40084233797e9374b3d70eca2260a775e1abdc744d43b0e72b
37393 Copyright: 
37394 License: 
37395 Licence_Text: 
37396 #Header: 
37397 #@node pthread_getspecific
37398 #@section @code{pthread_getspecific}
37399 #@findex pthread_getspecific
37400 #
37401 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_getspecific.html}
37402 #
37403 #Gnulib module: ---
37404 #
37405 #Portability problems fixed by Gnulib:
37406 #@itemize
37407 #@end itemize
37408 #
37409 #Portability problems not fixed by Gnulib:
37410 #@itemize
37411 #@item
37412
37413 File: ./doc/posix-functions/pthread_join.texi
37414 Hash: 9039ce2feb029a58d9fbd965e0d2f4cee351059727f82a85c67059c0319bf525
37415 Copyright: 
37416 License: 
37417 Licence_Text: 
37418 #Header: 
37419 #@node pthread_join
37420 #@section @code{pthread_join}
37421 #@findex pthread_join
37422 #
37423 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_join.html}
37424 #
37425 #Gnulib module: ---
37426 #
37427 #Portability problems fixed by Gnulib:
37428 #@itemize
37429 #@end itemize
37430 #
37431 #Portability problems not fixed by Gnulib:
37432 #@itemize
37433 #@item
37434
37435 File: ./doc/posix-functions/pthread_key_create.texi
37436 Hash: a1cb1a3db0f8853edb4e810872d4337be4fe45284107e1fb1fc3811fd3b4559c
37437 Copyright: 
37438 License: 
37439 Licence_Text: 
37440 #Header: 
37441 #@node pthread_key_create
37442 #@section @code{pthread_key_create}
37443 #@findex pthread_key_create
37444 #
37445 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_key_create.html}
37446 #
37447 #Gnulib module: ---
37448 #
37449 #Portability problems fixed by Gnulib:
37450 #@itemize
37451 #@end itemize
37452 #
37453 #Portability problems not fixed by Gnulib:
37454 #@itemize
37455 #@item
37456
37457 File: ./doc/posix-functions/pthread_key_delete.texi
37458 Hash: 7a66f0931de9d103c2dd8e413f396dae4cd106a88c96ad695cd60bd31febd79e
37459 Copyright: 
37460 License: 
37461 Licence_Text: 
37462 #Header: 
37463 #@node pthread_key_delete
37464 #@section @code{pthread_key_delete}
37465 #@findex pthread_key_delete
37466 #
37467 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_key_delete.html}
37468 #
37469 #Gnulib module: ---
37470 #
37471 #Portability problems fixed by Gnulib:
37472 #@itemize
37473 #@end itemize
37474 #
37475 #Portability problems not fixed by Gnulib:
37476 #@itemize
37477 #@item
37478
37479 File: ./doc/posix-functions/pthread_kill.texi
37480 Hash: f08bf3510c8f593d3dd76d9a59eac31ac729ba9d94dc75958d0e904f5c9c98a5
37481 Copyright: 
37482 License: 
37483 Licence_Text: 
37484 #Header: 
37485 #@node pthread_kill
37486 #@section @code{pthread_kill}
37487 #@findex pthread_kill
37488 #
37489 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_kill.html}
37490 #
37491 #Gnulib module: ---
37492 #
37493 #Portability problems fixed by Gnulib:
37494 #@itemize
37495 #@end itemize
37496 #
37497 #Portability problems not fixed by Gnulib:
37498 #@itemize
37499 #@item
37500
37501 File: ./doc/posix-functions/pthread_mutex_consistent.texi
37502 Hash: b6e43d57f04c939eeeedf83aceb7a105ca5067531ea8db38d44306ebe8e9fd4c
37503 Copyright: 
37504 License: 
37505 Licence_Text: 
37506 #Header: 
37507 #@node pthread_mutex_consistent
37508 #@section @code{pthread_mutex_consistent}
37509 #@findex pthread_mutex_consistent
37510 #
37511 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_consistent.html}
37512 #
37513 #Gnulib module: ---
37514 #
37515 #Portability problems fixed by Gnulib:
37516 #@itemize
37517 #@end itemize
37518 #
37519 #Portability problems not fixed by Gnulib:
37520 #@itemize
37521 #@item
37522
37523 File: ./doc/posix-functions/pthread_mutex_destroy.texi
37524 Hash: fd4bde78e9fa8b117ae2482b8597dddc097527885e32cacbf6730f38ca8e06ef
37525 Copyright: 
37526 License: 
37527 Licence_Text: 
37528 #Header: 
37529 #@node pthread_mutex_destroy
37530 #@section @code{pthread_mutex_destroy}
37531 #@findex pthread_mutex_destroy
37532 #
37533 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_destroy.html}
37534 #
37535 #Gnulib module: ---
37536 #
37537 #Portability problems fixed by Gnulib:
37538 #@itemize
37539 #@end itemize
37540 #
37541 #Portability problems not fixed by Gnulib:
37542 #@itemize
37543 #@item
37544
37545 File: ./doc/posix-functions/pthread_mutex_getprioceiling.texi
37546 Hash: 2a9d8cf7cc4fc5e2fe50656bf10493668ed1c6a1a0e8cdebcb14f4a3fc762e88
37547 Copyright: 
37548 License: 
37549 Licence_Text: 
37550 #Header: 
37551 #@node pthread_mutex_getprioceiling
37552 #@section @code{pthread_mutex_getprioceiling}
37553 #@findex pthread_mutex_getprioceiling
37554 #
37555 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_getprioceiling.html}
37556 #
37557 #Gnulib module: ---
37558 #
37559 #Portability problems fixed by Gnulib:
37560 #@itemize
37561 #@end itemize
37562 #
37563 #Portability problems not fixed by Gnulib:
37564 #@itemize
37565 #@item
37566
37567 File: ./doc/posix-functions/pthread_mutex_init.texi
37568 Hash: 0e842a0e38c78b48dff33e93b8092d7977b5e64e398a246dbcf508bd957d2d61
37569 Copyright: 
37570 License: 
37571 Licence_Text: 
37572 #Header: 
37573 #@node pthread_mutex_init
37574 #@section @code{pthread_mutex_init}
37575 #@findex pthread_mutex_init
37576 #
37577 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_init.html}
37578 #
37579 #Gnulib module: ---
37580 #
37581 #Portability problems fixed by Gnulib:
37582 #@itemize
37583 #@end itemize
37584 #
37585 #Portability problems not fixed by Gnulib:
37586 #@itemize
37587 #@item
37588
37589 File: ./doc/posix-functions/pthread_mutex_lock.texi
37590 Hash: c6d6b927e067c0c74541aa777d5aca52d14f124a01c458da4e0c465d2a535fc5
37591 Copyright: 
37592 License: 
37593 Licence_Text: 
37594 #Header: 
37595 #@node pthread_mutex_lock
37596 #@section @code{pthread_mutex_lock}
37597 #@findex pthread_mutex_lock
37598 #
37599 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_lock.html}
37600 #
37601 #Gnulib module: ---
37602 #
37603 #Portability problems fixed by Gnulib:
37604 #@itemize
37605 #@end itemize
37606 #
37607 #Portability problems not fixed by Gnulib:
37608 #@itemize
37609 #@item
37610
37611 File: ./doc/posix-functions/pthread_mutex_setprioceiling.texi
37612 Hash: e3a36023a14d9b48e692ccf929e1848ccb1c04cb2570216858055dff256c6a62
37613 Copyright: 
37614 License: 
37615 Licence_Text: 
37616 #Header: 
37617 #@node pthread_mutex_setprioceiling
37618 #@section @code{pthread_mutex_setprioceiling}
37619 #@findex pthread_mutex_setprioceiling
37620 #
37621 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_setprioceiling.html}
37622 #
37623 #Gnulib module: ---
37624 #
37625 #Portability problems fixed by Gnulib:
37626 #@itemize
37627 #@end itemize
37628 #
37629 #Portability problems not fixed by Gnulib:
37630 #@itemize
37631 #@item
37632
37633 File: ./doc/posix-functions/pthread_mutex_timedlock.texi
37634 Hash: 140fb1fb8fe999687fe6799e7169f0dd2973de5387296d1d31033f527570ee9c
37635 Copyright: 
37636 License: 
37637 Licence_Text: 
37638 #Header: 
37639 #@node pthread_mutex_timedlock
37640 #@section @code{pthread_mutex_timedlock}
37641 #@findex pthread_mutex_timedlock
37642 #
37643 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_timedlock.html}
37644 #
37645 #Gnulib module: ---
37646 #
37647 #Portability problems fixed by Gnulib:
37648 #@itemize
37649 #@end itemize
37650 #
37651 #Portability problems not fixed by Gnulib:
37652 #@itemize
37653 #@item
37654
37655 File: ./doc/posix-functions/pthread_mutex_trylock.texi
37656 Hash: 20faf9cb662d153f4c93433660e024c693a1211a5181532029be3d28bce03e6d
37657 Copyright: 
37658 License: 
37659 Licence_Text: 
37660 #Header: 
37661 #@node pthread_mutex_trylock
37662 #@section @code{pthread_mutex_trylock}
37663 #@findex pthread_mutex_trylock
37664 #
37665 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_trylock.html}
37666 #
37667 #Gnulib module: ---
37668 #
37669 #Portability problems fixed by Gnulib:
37670 #@itemize
37671 #@end itemize
37672 #
37673 #Portability problems not fixed by Gnulib:
37674 #@itemize
37675 #@item
37676
37677 File: ./doc/posix-functions/pthread_mutex_unlock.texi
37678 Hash: 7110cf9b01daabfcf76bd06905a56f819033d4d7a93c89b05800b79171d38e19
37679 Copyright: 
37680 License: 
37681 Licence_Text: 
37682 #Header: 
37683 #@node pthread_mutex_unlock
37684 #@section @code{pthread_mutex_unlock}
37685 #@findex pthread_mutex_unlock
37686 #
37687 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_unlock.html}
37688 #
37689 #Gnulib module: ---
37690 #
37691 #Portability problems fixed by Gnulib:
37692 #@itemize
37693 #@end itemize
37694 #
37695 #Portability problems not fixed by Gnulib:
37696 #@itemize
37697 #@item
37698
37699 File: ./doc/posix-functions/pthread_mutexattr_destroy.texi
37700 Hash: 1290c79fa1c38da5e15fedcbf354d4a3a0e1481df5bd5433387c1d96f2baac32
37701 Copyright: 
37702 License: 
37703 Licence_Text: 
37704 #Header: 
37705 #@node pthread_mutexattr_destroy
37706 #@section @code{pthread_mutexattr_destroy}
37707 #@findex pthread_mutexattr_destroy
37708 #
37709 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_destroy.html}
37710 #
37711 #Gnulib module: ---
37712 #
37713 #Portability problems fixed by Gnulib:
37714 #@itemize
37715 #@end itemize
37716 #
37717 #Portability problems not fixed by Gnulib:
37718 #@itemize
37719 #@item
37720
37721 File: ./doc/posix-functions/pthread_mutexattr_getprioceiling.texi
37722 Hash: 449f95217262c8abc79143cb2459f618a5967e7af42b2ac3981a442ddb9a9c06
37723 Copyright: 
37724 License: 
37725 Licence_Text: 
37726 #Header: 
37727 #@node pthread_mutexattr_getprioceiling
37728 #@section @code{pthread_mutexattr_getprioceiling}
37729 #@findex pthread_mutexattr_getprioceiling
37730 #
37731 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprioceiling.html}
37732 #
37733 #Gnulib module: ---
37734 #
37735 #Portability problems fixed by Gnulib:
37736 #@itemize
37737 #@end itemize
37738 #
37739 #Portability problems not fixed by Gnulib:
37740 #@itemize
37741 #@item
37742
37743 File: ./doc/posix-functions/pthread_mutexattr_getprotocol.texi
37744 Hash: 9f9268d4333f759584749fd1605652f4186d5f0b5acc680b39bdb7061b54f48c
37745 Copyright: 
37746 License: 
37747 Licence_Text: 
37748 #Header: 
37749 #@node pthread_mutexattr_getprotocol
37750 #@section @code{pthread_mutexattr_getprotocol}
37751 #@findex pthread_mutexattr_getprotocol
37752 #
37753 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprotocol.html}
37754 #
37755 #Gnulib module: ---
37756 #
37757 #Portability problems fixed by Gnulib:
37758 #@itemize
37759 #@end itemize
37760 #
37761 #Portability problems not fixed by Gnulib:
37762 #@itemize
37763 #@item
37764
37765 File: ./doc/posix-functions/pthread_mutexattr_getpshared.texi
37766 Hash: 295bd74fc073a734721873fa72a22a174e18783e9deeec13f06517f689eacd22
37767 Copyright: 
37768 License: 
37769 Licence_Text: 
37770 #Header: 
37771 #@node pthread_mutexattr_getpshared
37772 #@section @code{pthread_mutexattr_getpshared}
37773 #@findex pthread_mutexattr_getpshared
37774 #
37775 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getpshared.html}
37776 #
37777 #Gnulib module: ---
37778 #
37779 #Portability problems fixed by Gnulib:
37780 #@itemize
37781 #@end itemize
37782 #
37783 #Portability problems not fixed by Gnulib:
37784 #@itemize
37785 #@item
37786
37787 File: ./doc/posix-functions/pthread_mutexattr_getrobust.texi
37788 Hash: e0610f724a55de771fe504907799acfe94fb6ba3c67d0ce579d759ab973d19e7
37789 Copyright: 
37790 License: 
37791 Licence_Text: 
37792 #Header: 
37793 #@node pthread_mutexattr_getrobust
37794 #@section @code{pthread_mutexattr_getrobust}
37795 #@findex pthread_mutexattr_getrobust
37796 #
37797 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getrobust.html}
37798 #
37799 #Gnulib module: ---
37800 #
37801 #Portability problems fixed by Gnulib:
37802 #@itemize
37803 #@end itemize
37804 #
37805 #Portability problems not fixed by Gnulib:
37806 #@itemize
37807 #@item
37808
37809 File: ./doc/posix-functions/pthread_mutexattr_gettype.texi
37810 Hash: d12236caf122faf894bb50228a5472f020d954e207cd9dfd0e577ee8c8383f71
37811 Copyright: 
37812 License: 
37813 Licence_Text: 
37814 #Header: 
37815 #@node pthread_mutexattr_gettype
37816 #@section @code{pthread_mutexattr_gettype}
37817 #@findex pthread_mutexattr_gettype
37818 #
37819 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_gettype.html}
37820 #
37821 #Gnulib module: ---
37822 #
37823 #Portability problems fixed by Gnulib:
37824 #@itemize
37825 #@end itemize
37826 #
37827 #Portability problems not fixed by Gnulib:
37828 #@itemize
37829 #@item
37830
37831 File: ./doc/posix-functions/pthread_mutexattr_init.texi
37832 Hash: 3b3ecf6261d6da298805c4cc95962a3ad36890bb77ff6b7b6f3132086e051167
37833 Copyright: 
37834 License: 
37835 Licence_Text: 
37836 #Header: 
37837 #@node pthread_mutexattr_init
37838 #@section @code{pthread_mutexattr_init}
37839 #@findex pthread_mutexattr_init
37840 #
37841 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_init.html}
37842 #
37843 #Gnulib module: ---
37844 #
37845 #Portability problems fixed by Gnulib:
37846 #@itemize
37847 #@end itemize
37848 #
37849 #Portability problems not fixed by Gnulib:
37850 #@itemize
37851 #@item
37852
37853 File: ./doc/posix-functions/pthread_mutexattr_setprioceiling.texi
37854 Hash: 1ece8317019dd82c5e318b4d9b5882802ea01045a409297cf8dd440ad9d3103f
37855 Copyright: 
37856 License: 
37857 Licence_Text: 
37858 #Header: 
37859 #@node pthread_mutexattr_setprioceiling
37860 #@section @code{pthread_mutexattr_setprioceiling}
37861 #@findex pthread_mutexattr_setprioceiling
37862 #
37863 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setprioceiling.html}
37864 #
37865 #Gnulib module: ---
37866 #
37867 #Portability problems fixed by Gnulib:
37868 #@itemize
37869 #@end itemize
37870 #
37871 #Portability problems not fixed by Gnulib:
37872 #@itemize
37873 #@item
37874
37875 File: ./doc/posix-functions/pthread_mutexattr_setprotocol.texi
37876 Hash: 5e6a366266f46a0357684749782e6197e1809fba9a2d513688406e49ad31d2d3
37877 Copyright: 
37878 License: 
37879 Licence_Text: 
37880 #Header: 
37881 #@node pthread_mutexattr_setprotocol
37882 #@section @code{pthread_mutexattr_setprotocol}
37883 #@findex pthread_mutexattr_setprotocol
37884 #
37885 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setprotocol.html}
37886 #
37887 #Gnulib module: ---
37888 #
37889 #Portability problems fixed by Gnulib:
37890 #@itemize
37891 #@end itemize
37892 #
37893 #Portability problems not fixed by Gnulib:
37894 #@itemize
37895 #@item
37896
37897 File: ./doc/posix-functions/pthread_mutexattr_setpshared.texi
37898 Hash: 2fb993d88e4bbc911842803392deba53e3813c527c52d905c948b73bb4925286
37899 Copyright: 
37900 License: 
37901 Licence_Text: 
37902 #Header: 
37903 #@node pthread_mutexattr_setpshared
37904 #@section @code{pthread_mutexattr_setpshared}
37905 #@findex pthread_mutexattr_setpshared
37906 #
37907 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setpshared.html}
37908 #
37909 #Gnulib module: ---
37910 #
37911 #Portability problems fixed by Gnulib:
37912 #@itemize
37913 #@end itemize
37914 #
37915 #Portability problems not fixed by Gnulib:
37916 #@itemize
37917 #@item
37918
37919 File: ./doc/posix-functions/pthread_mutexattr_setrobust.texi
37920 Hash: 6bcbd7ab232100484cccf5e34ae17399d7c916a5acc23f403e0a0a844cc3e4ff
37921 Copyright: 
37922 License: 
37923 Licence_Text: 
37924 #Header: 
37925 #@node pthread_mutexattr_setrobust
37926 #@section @code{pthread_mutexattr_setrobust}
37927 #@findex pthread_mutexattr_setrobust
37928 #
37929 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setrobust.html}
37930 #
37931 #Gnulib module: ---
37932 #
37933 #Portability problems fixed by Gnulib:
37934 #@itemize
37935 #@end itemize
37936 #
37937 #Portability problems not fixed by Gnulib:
37938 #@itemize
37939 #@item
37940
37941 File: ./doc/posix-functions/pthread_mutexattr_settype.texi
37942 Hash: fd9b09b6caf5b9d30b13ad9e48dc4603f3ed94da2f8183e721cddb1ccc436dcc
37943 Copyright: 
37944 License: 
37945 Licence_Text: 
37946 #Header: 
37947 #@node pthread_mutexattr_settype
37948 #@section @code{pthread_mutexattr_settype}
37949 #@findex pthread_mutexattr_settype
37950 #
37951 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_settype.html}
37952 #
37953 #Gnulib module: ---
37954 #
37955 #Portability problems fixed by Gnulib:
37956 #@itemize
37957 #@end itemize
37958 #
37959 #Portability problems not fixed by Gnulib:
37960 #@itemize
37961 #@item
37962
37963 File: ./doc/posix-functions/pthread_once.texi
37964 Hash: 263f7917fd13b0a74ac2ac702382080845565de894f62c71a2ac5a00ade097a0
37965 Copyright: 
37966 License: 
37967 Licence_Text: 
37968 #Header: 
37969 #@node pthread_once
37970 #@section @code{pthread_once}
37971 #@findex pthread_once
37972 #
37973 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_once.html}
37974 #
37975 #Gnulib module: ---
37976 #
37977 #Portability problems fixed by Gnulib:
37978 #@itemize
37979 #@end itemize
37980 #
37981 #Portability problems not fixed by Gnulib:
37982 #@itemize
37983 #@item
37984
37985 File: ./doc/posix-functions/pthread_rwlock_destroy.texi
37986 Hash: e474fee400949358c98c0d2eb0e85c3467fc0ca4bdb4fcc639ed9f36abe8fd82
37987 Copyright: 
37988 License: 
37989 Licence_Text: 
37990 #Header: 
37991 #@node pthread_rwlock_destroy
37992 #@section @code{pthread_rwlock_destroy}
37993 #@findex pthread_rwlock_destroy
37994 #
37995 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_destroy.html}
37996 #
37997 #Gnulib module: ---
37998 #
37999 #Portability problems fixed by Gnulib:
38000 #@itemize
38001 #@end itemize
38002 #
38003 #Portability problems not fixed by Gnulib:
38004 #@itemize
38005 #@item
38006
38007 File: ./doc/posix-functions/pthread_rwlock_init.texi
38008 Hash: db1cb2523554cd336286ed884dc68f8f79b1558822da6d7872998801edbde3cd
38009 Copyright: 
38010 License: 
38011 Licence_Text: 
38012 #Header: 
38013 #@node pthread_rwlock_init
38014 #@section @code{pthread_rwlock_init}
38015 #@findex pthread_rwlock_init
38016 #
38017 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_init.html}
38018 #
38019 #Gnulib module: ---
38020 #
38021 #Portability problems fixed by Gnulib:
38022 #@itemize
38023 #@end itemize
38024 #
38025 #Portability problems not fixed by Gnulib:
38026 #@itemize
38027 #@item
38028
38029 File: ./doc/posix-functions/pthread_rwlock_rdlock.texi
38030 Hash: 0d60cb0bd577699f1938cb35e9d4d33c4fee07c9b066bcdb6827770477de24a8
38031 Copyright: 
38032 License: 
38033 Licence_Text: 
38034 #Header: 
38035 #@node pthread_rwlock_rdlock
38036 #@section @code{pthread_rwlock_rdlock}
38037 #@findex pthread_rwlock_rdlock
38038 #
38039 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_rdlock.html}
38040 #
38041 #Gnulib module: ---
38042 #
38043 #Portability problems fixed by Gnulib:
38044 #@itemize
38045 #@end itemize
38046 #
38047 #Portability problems not fixed by Gnulib:
38048 #@itemize
38049 #@item
38050
38051 File: ./doc/posix-functions/pthread_rwlock_timedrdlock.texi
38052 Hash: 3599fc1e125134eddc84887d08f98a66259a161a2e20d3eb6aeaa56e388c0c49
38053 Copyright: 
38054 License: 
38055 Licence_Text: 
38056 #Header: 
38057 #@node pthread_rwlock_timedrdlock
38058 #@section @code{pthread_rwlock_timedrdlock}
38059 #@findex pthread_rwlock_timedrdlock
38060 #
38061 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_timedrdlock.html}
38062 #
38063 #Gnulib module: ---
38064 #
38065 #Portability problems fixed by Gnulib:
38066 #@itemize
38067 #@end itemize
38068 #
38069 #Portability problems not fixed by Gnulib:
38070 #@itemize
38071 #@item
38072
38073 File: ./doc/posix-functions/pthread_rwlock_timedwrlock.texi
38074 Hash: 2b1fcd9f3b9fa43c87a6c4e253ab9f0d59c266668fa4f8bf951ba0c9ef16d66c
38075 Copyright: 
38076 License: 
38077 Licence_Text: 
38078 #Header: 
38079 #@node pthread_rwlock_timedwrlock
38080 #@section @code{pthread_rwlock_timedwrlock}
38081 #@findex pthread_rwlock_timedwrlock
38082 #
38083 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_timedwrlock.html}
38084 #
38085 #Gnulib module: ---
38086 #
38087 #Portability problems fixed by Gnulib:
38088 #@itemize
38089 #@end itemize
38090 #
38091 #Portability problems not fixed by Gnulib:
38092 #@itemize
38093 #@item
38094
38095 File: ./doc/posix-functions/pthread_rwlock_tryrdlock.texi
38096 Hash: 42205ebc500b32d14edfe041eda18f6ab7ca80e145b0b5f39ca6012f2cf1bab4
38097 Copyright: 
38098 License: 
38099 Licence_Text: 
38100 #Header: 
38101 #@node pthread_rwlock_tryrdlock
38102 #@section @code{pthread_rwlock_tryrdlock}
38103 #@findex pthread_rwlock_tryrdlock
38104 #
38105 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_tryrdlock.html}
38106 #
38107 #Gnulib module: ---
38108 #
38109 #Portability problems fixed by Gnulib:
38110 #@itemize
38111 #@end itemize
38112 #
38113 #Portability problems not fixed by Gnulib:
38114 #@itemize
38115 #@item
38116
38117 File: ./doc/posix-functions/pthread_rwlock_trywrlock.texi
38118 Hash: 4a1dfb6ad7aeb5bb915ca30df282fd851dd2b7924ddced7c4855bfe9c520b2bd
38119 Copyright: 
38120 License: 
38121 Licence_Text: 
38122 #Header: 
38123 #@node pthread_rwlock_trywrlock
38124 #@section @code{pthread_rwlock_trywrlock}
38125 #@findex pthread_rwlock_trywrlock
38126 #
38127 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_trywrlock.html}
38128 #
38129 #Gnulib module: ---
38130 #
38131 #Portability problems fixed by Gnulib:
38132 #@itemize
38133 #@end itemize
38134 #
38135 #Portability problems not fixed by Gnulib:
38136 #@itemize
38137 #@item
38138
38139 File: ./doc/posix-functions/pthread_rwlock_unlock.texi
38140 Hash: f87d3a230966b3d5b888d51b96f49074ee121a4c6f0b44cc339c281aac4fe6e3
38141 Copyright: 
38142 License: 
38143 Licence_Text: 
38144 #Header: 
38145 #@node pthread_rwlock_unlock
38146 #@section @code{pthread_rwlock_unlock}
38147 #@findex pthread_rwlock_unlock
38148 #
38149 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_unlock.html}
38150 #
38151 #Gnulib module: ---
38152 #
38153 #Portability problems fixed by Gnulib:
38154 #@itemize
38155 #@end itemize
38156 #
38157 #Portability problems not fixed by Gnulib:
38158 #@itemize
38159 #@item
38160
38161 File: ./doc/posix-functions/pthread_rwlock_wrlock.texi
38162 Hash: 615fd6fce3bfa2157552bbf3a06e7840653a17f0f5f5a23268553002b5871983
38163 Copyright: 
38164 License: 
38165 Licence_Text: 
38166 #Header: 
38167 #@node pthread_rwlock_wrlock
38168 #@section @code{pthread_rwlock_wrlock}
38169 #@findex pthread_rwlock_wrlock
38170 #
38171 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_wrlock.html}
38172 #
38173 #Gnulib module: ---
38174 #
38175 #Portability problems fixed by Gnulib:
38176 #@itemize
38177 #@end itemize
38178 #
38179 #Portability problems not fixed by Gnulib:
38180 #@itemize
38181 #@item
38182
38183 File: ./doc/posix-functions/pthread_rwlockattr_destroy.texi
38184 Hash: d650c45f94e3f7cb29c19693d46694c3b1d965e41bf6db7f4490611eee0a1c89
38185 Copyright: 
38186 License: 
38187 Licence_Text: 
38188 #Header: 
38189 #@node pthread_rwlockattr_destroy
38190 #@section @code{pthread_rwlockattr_destroy}
38191 #@findex pthread_rwlockattr_destroy
38192 #
38193 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_destroy.html}
38194 #
38195 #Gnulib module: ---
38196 #
38197 #Portability problems fixed by Gnulib:
38198 #@itemize
38199 #@end itemize
38200 #
38201 #Portability problems not fixed by Gnulib:
38202 #@itemize
38203 #@item
38204
38205 File: ./doc/posix-functions/pthread_rwlockattr_getpshared.texi
38206 Hash: 3b9cf0c4acb7572f4c5ae44b36365c60d1a3ef364d683ba6d741c60c30cda433
38207 Copyright: 
38208 License: 
38209 Licence_Text: 
38210 #Header: 
38211 #@node pthread_rwlockattr_getpshared
38212 #@section @code{pthread_rwlockattr_getpshared}
38213 #@findex pthread_rwlockattr_getpshared
38214 #
38215 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_getpshared.html}
38216 #
38217 #Gnulib module: ---
38218 #
38219 #Portability problems fixed by Gnulib:
38220 #@itemize
38221 #@end itemize
38222 #
38223 #Portability problems not fixed by Gnulib:
38224 #@itemize
38225 #@item
38226
38227 File: ./doc/posix-functions/pthread_rwlockattr_init.texi
38228 Hash: 749ddd92db56e96ecaadb08122546a3cc441cbca68fd274de2de3c69514cc95a
38229 Copyright: 
38230 License: 
38231 Licence_Text: 
38232 #Header: 
38233 #@node pthread_rwlockattr_init
38234 #@section @code{pthread_rwlockattr_init}
38235 #@findex pthread_rwlockattr_init
38236 #
38237 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_init.html}
38238 #
38239 #Gnulib module: ---
38240 #
38241 #Portability problems fixed by Gnulib:
38242 #@itemize
38243 #@end itemize
38244 #
38245 #Portability problems not fixed by Gnulib:
38246 #@itemize
38247 #@item
38248
38249 File: ./doc/posix-functions/pthread_rwlockattr_setpshared.texi
38250 Hash: b91d04b919f5d05dbda7c3530244929f89f83ebbdba05fffc494820d2a853842
38251 Copyright: 
38252 License: 
38253 Licence_Text: 
38254 #Header: 
38255 #@node pthread_rwlockattr_setpshared
38256 #@section @code{pthread_rwlockattr_setpshared}
38257 #@findex pthread_rwlockattr_setpshared
38258 #
38259 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_setpshared.html}
38260 #
38261 #Gnulib module: ---
38262 #
38263 #Portability problems fixed by Gnulib:
38264 #@itemize
38265 #@end itemize
38266 #
38267 #Portability problems not fixed by Gnulib:
38268 #@itemize
38269 #@item
38270
38271 File: ./doc/posix-functions/pthread_self.texi
38272 Hash: 13a7ed58caa8e8ed5afd05a4866c5a149f397fc180ae483191be4f2bbe1e873f
38273 Copyright: 
38274 License: 
38275 Licence_Text: 
38276 #Header: 
38277 #@node pthread_self
38278 #@section @code{pthread_self}
38279 #@findex pthread_self
38280 #
38281 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_self.html}
38282 #
38283 #Gnulib module: ---
38284 #
38285 #Portability problems fixed by Gnulib:
38286 #@itemize
38287 #@end itemize
38288 #
38289 #Portability problems not fixed by Gnulib:
38290 #@itemize
38291 #@item
38292
38293 File: ./doc/posix-functions/pthread_setcancelstate.texi
38294 Hash: bf779426dbcb25c40780822d1af78c8c245730481c02b2f663b25c06032cc1ea
38295 Copyright: 
38296 License: 
38297 Licence_Text: 
38298 #Header: 
38299 #@node pthread_setcancelstate
38300 #@section @code{pthread_setcancelstate}
38301 #@findex pthread_setcancelstate
38302 #
38303 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_setcancelstate.html}
38304 #
38305 #Gnulib module: ---
38306 #
38307 #Portability problems fixed by Gnulib:
38308 #@itemize
38309 #@end itemize
38310 #
38311 #Portability problems not fixed by Gnulib:
38312 #@itemize
38313 #@item
38314
38315 File: ./doc/posix-functions/pthread_setcanceltype.texi
38316 Hash: 21d2905f71f6a29504e1e41139d61d4c2c30ebeb03d8315cdc5e4a92e4d2b80c
38317 Copyright: 
38318 License: 
38319 Licence_Text: 
38320 #Header: 
38321 #@node pthread_setcanceltype
38322 #@section @code{pthread_setcanceltype}
38323 #@findex pthread_setcanceltype
38324 #
38325 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_setcanceltype.html}
38326 #
38327 #Gnulib module: ---
38328 #
38329 #Portability problems fixed by Gnulib:
38330 #@itemize
38331 #@end itemize
38332 #
38333 #Portability problems not fixed by Gnulib:
38334 #@itemize
38335 #@item
38336
38337 File: ./doc/posix-functions/pthread_setconcurrency.texi
38338 Hash: 3a0aabbee0c7c7de01d8e594d7585d2f80b108a9824299253f41979ab4dbfb82
38339 Copyright: 
38340 License: 
38341 Licence_Text: 
38342 #Header: 
38343 #@node pthread_setconcurrency
38344 #@section @code{pthread_setconcurrency}
38345 #@findex pthread_setconcurrency
38346 #
38347 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_setconcurrency.html}
38348 #
38349 #Gnulib module: ---
38350 #
38351 #Portability problems fixed by Gnulib:
38352 #@itemize
38353 #@end itemize
38354 #
38355 #Portability problems not fixed by Gnulib:
38356 #@itemize
38357 #@item
38358
38359 File: ./doc/posix-functions/pthread_setschedparam.texi
38360 Hash: 6420aa34f4afee0ebe566288a398a735322e438b631ce128637752bc8e8820be
38361 Copyright: 
38362 License: 
38363 Licence_Text: 
38364 #Header: 
38365 #@node pthread_setschedparam
38366 #@section @code{pthread_setschedparam}
38367 #@findex pthread_setschedparam
38368 #
38369 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_setschedparam.html}
38370 #
38371 #Gnulib module: ---
38372 #
38373 #Portability problems fixed by Gnulib:
38374 #@itemize
38375 #@end itemize
38376 #
38377 #Portability problems not fixed by Gnulib:
38378 #@itemize
38379 #@item
38380
38381 File: ./doc/posix-functions/pthread_setschedprio.texi
38382 Hash: 9354214523a1c7e37170ac1a21531f009477b6c148aaa0a251544066c31aa78f
38383 Copyright: 
38384 License: 
38385 Licence_Text: 
38386 #Header: 
38387 #@node pthread_setschedprio
38388 #@section @code{pthread_setschedprio}
38389 #@findex pthread_setschedprio
38390 #
38391 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_setschedprio.html}
38392 #
38393 #Gnulib module: ---
38394 #
38395 #Portability problems fixed by Gnulib:
38396 #@itemize
38397 #@end itemize
38398 #
38399 #Portability problems not fixed by Gnulib:
38400 #@itemize
38401 #@item
38402
38403 File: ./doc/posix-functions/pthread_setspecific.texi
38404 Hash: 154fa05dbb23ec8136e52430b633c487de9c68431f8bdd889864189f88b4d946
38405 Copyright: 
38406 License: 
38407 Licence_Text: 
38408 #Header: 
38409 #@node pthread_setspecific
38410 #@section @code{pthread_setspecific}
38411 #@findex pthread_setspecific
38412 #
38413 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_setspecific.html}
38414 #
38415 #Gnulib module: ---
38416 #
38417 #Portability problems fixed by Gnulib:
38418 #@itemize
38419 #@end itemize
38420 #
38421 #Portability problems not fixed by Gnulib:
38422 #@itemize
38423 #@item
38424
38425 File: ./doc/posix-functions/pthread_sigmask.texi
38426 Hash: 5f84be77ac9a94d39f9890e0d6fc55981fdce2afa262726750e4bb8b08d930fc
38427 Copyright: 
38428 License: 
38429 Licence_Text: 
38430 #Header: 
38431 #@node pthread_sigmask
38432 #@section @code{pthread_sigmask}
38433 #@findex pthread_sigmask
38434 #
38435 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_sigmask.html}
38436 #
38437 #Gnulib module: ---
38438 #
38439 #Portability problems fixed by Gnulib:
38440 #@itemize
38441 #@end itemize
38442 #
38443 #Portability problems not fixed by Gnulib:
38444 #@itemize
38445 #@item
38446
38447 File: ./doc/posix-functions/pthread_spin_destroy.texi
38448 Hash: 9b80cbaf20504167e3cee0833877632e1cb5cec0ec848e17e6e92911498e12ab
38449 Copyright: 
38450 License: 
38451 Licence_Text: 
38452 #Header: 
38453 #@node pthread_spin_destroy
38454 #@section @code{pthread_spin_destroy}
38455 #@findex pthread_spin_destroy
38456 #
38457 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_destroy.html}
38458 #
38459 #Gnulib module: ---
38460 #
38461 #Portability problems fixed by Gnulib:
38462 #@itemize
38463 #@end itemize
38464 #
38465 #Portability problems not fixed by Gnulib:
38466 #@itemize
38467 #@item
38468
38469 File: ./doc/posix-functions/pthread_spin_init.texi
38470 Hash: a3726f0acaefef327cb10544fdff423af698b5f1cdabe0a26b27c4b5d8d80521
38471 Copyright: 
38472 License: 
38473 Licence_Text: 
38474 #Header: 
38475 #@node pthread_spin_init
38476 #@section @code{pthread_spin_init}
38477 #@findex pthread_spin_init
38478 #
38479 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_init.html}
38480 #
38481 #Gnulib module: ---
38482 #
38483 #Portability problems fixed by Gnulib:
38484 #@itemize
38485 #@end itemize
38486 #
38487 #Portability problems not fixed by Gnulib:
38488 #@itemize
38489 #@item
38490
38491 File: ./doc/posix-functions/pthread_spin_lock.texi
38492 Hash: df22dcb8f68c58da23c21856c108590d8b7be072110595e1db0cc8f04a431ac0
38493 Copyright: 
38494 License: 
38495 Licence_Text: 
38496 #Header: 
38497 #@node pthread_spin_lock
38498 #@section @code{pthread_spin_lock}
38499 #@findex pthread_spin_lock
38500 #
38501 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_lock.html}
38502 #
38503 #Gnulib module: ---
38504 #
38505 #Portability problems fixed by Gnulib:
38506 #@itemize
38507 #@end itemize
38508 #
38509 #Portability problems not fixed by Gnulib:
38510 #@itemize
38511 #@item
38512
38513 File: ./doc/posix-functions/pthread_spin_trylock.texi
38514 Hash: 322d6baf08a723f11fa1176b4877d385268cf6390c885ef2cd4defda8e7767db
38515 Copyright: 
38516 License: 
38517 Licence_Text: 
38518 #Header: 
38519 #@node pthread_spin_trylock
38520 #@section @code{pthread_spin_trylock}
38521 #@findex pthread_spin_trylock
38522 #
38523 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_trylock.html}
38524 #
38525 #Gnulib module: ---
38526 #
38527 #Portability problems fixed by Gnulib:
38528 #@itemize
38529 #@end itemize
38530 #
38531 #Portability problems not fixed by Gnulib:
38532 #@itemize
38533 #@item
38534
38535 File: ./doc/posix-functions/pthread_spin_unlock.texi
38536 Hash: 14e1ef4681b04777a2effa8cc09f6b9f54df272574e33f41a53c61fdce370242
38537 Copyright: 
38538 License: 
38539 Licence_Text: 
38540 #Header: 
38541 #@node pthread_spin_unlock
38542 #@section @code{pthread_spin_unlock}
38543 #@findex pthread_spin_unlock
38544 #
38545 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_unlock.html}
38546 #
38547 #Gnulib module: ---
38548 #
38549 #Portability problems fixed by Gnulib:
38550 #@itemize
38551 #@end itemize
38552 #
38553 #Portability problems not fixed by Gnulib:
38554 #@itemize
38555 #@item
38556
38557 File: ./doc/posix-functions/pthread_testcancel.texi
38558 Hash: ed23a37d1c2d0cd758558e27f966f24f80c536576d6fcdca1253c41b23f3edaf
38559 Copyright: 
38560 License: 
38561 Licence_Text: 
38562 #Header: 
38563 #@node pthread_testcancel
38564 #@section @code{pthread_testcancel}
38565 #@findex pthread_testcancel
38566 #
38567 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_testcancel.html}
38568 #
38569 #Gnulib module: ---
38570 #
38571 #Portability problems fixed by Gnulib:
38572 #@itemize
38573 #@end itemize
38574 #
38575 #Portability problems not fixed by Gnulib:
38576 #@itemize
38577 #@item
38578
38579 File: ./doc/posix-functions/ptsname.texi
38580 Hash: 1b5c93eea933da86b4d3af086ecdd2d1251250a5ea58a3a65f293562e0e8a336
38581 Copyright: 
38582 License: 
38583 Licence_Text: 
38584 #Header: 
38585 #@node ptsname
38586 #@section @code{ptsname}
38587 #@findex ptsname
38588 #
38589 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ptsname.html}
38590 #
38591 #Gnulib module: ---
38592 #
38593 #Portability problems fixed by Gnulib:
38594 #@itemize
38595 #@end itemize
38596 #
38597 #Portability problems not fixed by Gnulib:
38598 #@itemize
38599 #@item
38600
38601 File: ./doc/posix-functions/putc.texi
38602 Hash: 5d141e589a84fd6b8317e39d3fc5aab79d8b46f53d544ff312902a7b91ab26ed
38603 Copyright: 
38604 License: 
38605 Licence_Text: 
38606 #Header: 
38607 #@node putc
38608 #@section @code{putc}
38609 #@findex putc
38610 #
38611 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putc.html}
38612 #
38613 #Gnulib module: stdio, sigpipe
38614 #
38615 #Portability problems fixed by Gnulib:
38616 #@itemize
38617 #@item
38618 #When writing to a pipe with no readers, this function fails, instead of
38619 #obeying the current @code{SIGPIPE} handler, on some platforms:
38620 #mingw.
38621 #@end itemize
38622
38623 File: ./doc/posix-functions/putc_unlocked.texi
38624 Hash: 37f5c73db32107b5c76b4cba44714c31abc9c138e1073d8c4925179e2cfd6c5e
38625 Copyright: 
38626 License: 
38627 Licence_Text: 
38628 #Header: 
38629 #@node putc_unlocked
38630 #@section @code{putc_unlocked}
38631 #@findex putc_unlocked
38632 #
38633 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putc_unlocked.html}
38634 #
38635 #Gnulib module: ---
38636 #
38637 #Portability problems fixed by Gnulib:
38638 #@itemize
38639 #@end itemize
38640 #
38641 #Portability problems not fixed by Gnulib:
38642 #@itemize
38643 #@item
38644
38645 File: ./doc/posix-functions/putchar.texi
38646 Hash: d34911f284b53c744d1adaff6fd19a42a32617bcf3680978cc05a4eefe594d45
38647 Copyright: 
38648 License: 
38649 Licence_Text: 
38650 #Header: 
38651 #@node putchar
38652 #@section @code{putchar}
38653 #@findex putchar
38654 #
38655 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putchar.html}
38656 #
38657 #Gnulib module: stdio, sigpipe
38658 #
38659 #Portability problems fixed by Gnulib:
38660 #@itemize
38661 #@item
38662 #When writing to a pipe with no readers, this function fails, instead of
38663 #obeying the current @code{SIGPIPE} handler, on some platforms:
38664 #mingw.
38665 #@end itemize
38666
38667 File: ./doc/posix-functions/putchar_unlocked.texi
38668 Hash: fe7ef6645bdf1963d78a2b5127e040bde49dc0e5025aaa9b7dfbbb6260da429b
38669 Copyright: 
38670 License: 
38671 Licence_Text: 
38672 #Header: 
38673 #@node putchar_unlocked
38674 #@section @code{putchar_unlocked}
38675 #@findex putchar_unlocked
38676 #
38677 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putchar_unlocked.html}
38678 #
38679 #Gnulib module: ---
38680 #
38681 #Portability problems fixed by Gnulib:
38682 #@itemize
38683 #@end itemize
38684 #
38685 #Portability problems not fixed by Gnulib:
38686 #@itemize
38687 #@item
38688
38689 File: ./doc/posix-functions/putenv.texi
38690 Hash: 1225f20a845f37cd71a9e0bced02458df4fb6c6f115771fbbe61fea3b4780848
38691 Copyright: 
38692 License: 
38693 Licence_Text: 
38694 #Header: 
38695 #@node putenv
38696 #@section @code{putenv}
38697 #@findex putenv
38698 #
38699 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putenv.html}
38700 #
38701 #Gnulib module: ---
38702 #
38703 #Portability problems fixed by Gnulib:
38704 #@itemize
38705 #@end itemize
38706 #
38707 #Portability problems not fixed by Gnulib:
38708 #@itemize
38709 #@end itemize
38710
38711 File: ./doc/posix-functions/putmsg.texi
38712 Hash: 75b6e41c21c6f36a1fdbc2b4c6e03a8c887088897174ec890231899889f30172
38713 Copyright: 
38714 License: 
38715 Licence_Text: 
38716 #Header: 
38717 #@node putmsg
38718 #@section @code{putmsg}
38719 #@findex putmsg
38720 #
38721 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putmsg.html}
38722 #
38723 #Gnulib module: ---
38724 #
38725 #Portability problems fixed by Gnulib:
38726 #@itemize
38727 #@end itemize
38728 #
38729 #Portability problems not fixed by Gnulib:
38730 #@itemize
38731 #@item
38732
38733 File: ./doc/posix-functions/putpmsg.texi
38734 Hash: 3903ad394832d99822a9c28af39ea21eee403b16803d11d6480024d27d06bec2
38735 Copyright: 
38736 License: 
38737 Licence_Text: 
38738 #Header: 
38739 #@node putpmsg
38740 #@section @code{putpmsg}
38741 #@findex putpmsg
38742 #
38743 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putpmsg.html}
38744 #
38745 #Gnulib module: ---
38746 #
38747 #Portability problems fixed by Gnulib:
38748 #@itemize
38749 #@end itemize
38750 #
38751 #Portability problems not fixed by Gnulib:
38752 #@itemize
38753 #@item
38754
38755 File: ./doc/posix-functions/puts.texi
38756 Hash: 0c3315db7f98e899502f5a99bd2659f35187abd17e2e6a8cee77f243ce622cce
38757 Copyright: 
38758 License: 
38759 Licence_Text: 
38760 #Header: 
38761 #@node puts
38762 #@section @code{puts}
38763 #@findex puts
38764 #
38765 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/puts.html}
38766 #
38767 #Gnulib module: stdio, sigpipe
38768 #
38769 #Portability problems fixed by Gnulib:
38770 #@itemize
38771 #@item
38772 #When writing to a pipe with no readers, this function fails, instead of
38773 #obeying the current @code{SIGPIPE} handler, on some platforms:
38774 #mingw.
38775 #@end itemize
38776
38777 File: ./doc/posix-functions/pututxline.texi
38778 Hash: 66c8ffbb27d2df0fdd75e0c8c96790e18a16ed8b4f6bb78fc388232254be3a95
38779 Copyright: 
38780 License: 
38781 Licence_Text: 
38782 #Header: 
38783 #@node pututxline
38784 #@section @code{pututxline}
38785 #@findex pututxline
38786 #
38787 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pututxline.html}
38788 #
38789 #Gnulib module: ---
38790 #
38791 #Portability problems fixed by Gnulib:
38792 #@itemize
38793 #@end itemize
38794 #
38795 #Portability problems not fixed by Gnulib:
38796 #@itemize
38797 #@item
38798
38799 File: ./doc/posix-functions/putwc.texi
38800 Hash: 6c60fa1822603d2c92c59f1e5e591e1af2b89112396c238d847a4b696eb5f93a
38801 Copyright: 
38802 License: 
38803 Licence_Text: 
38804 #Header: 
38805 #@node putwc
38806 #@section @code{putwc}
38807 #@findex putwc
38808 #
38809 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putwc.html}
38810 #
38811 #Gnulib module: ---
38812 #
38813 #Portability problems fixed by Gnulib:
38814 #@itemize
38815 #@end itemize
38816 #
38817 #Portability problems not fixed by Gnulib:
38818 #@itemize
38819 #@item
38820
38821 File: ./doc/posix-functions/putwchar.texi
38822 Hash: b09cb7a268544b361a6518977d0cbb34f145881c66588f7a4834577e439bfe17
38823 Copyright: 
38824 License: 
38825 Licence_Text: 
38826 #Header: 
38827 #@node putwchar
38828 #@section @code{putwchar}
38829 #@findex putwchar
38830 #
38831 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putwchar.html}
38832 #
38833 #Gnulib module: ---
38834 #
38835 #Portability problems fixed by Gnulib:
38836 #@itemize
38837 #@end itemize
38838 #
38839 #Portability problems not fixed by Gnulib:
38840 #@itemize
38841 #@item
38842
38843 File: ./doc/posix-functions/pwrite.texi
38844 Hash: c9bd2a13a91714d5752f09ef6f92b210e7e5e7df7f7ae6ad069e2705e8560aa4
38845 Copyright: 
38846 License: 
38847 Licence_Text: 
38848 #Header: 
38849 #@node pwrite
38850 #@section @code{pwrite}
38851 #@findex pwrite
38852 #
38853 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pwrite.html}
38854 #
38855 #Gnulib module: ---
38856 #
38857 #Portability problems fixed by Gnulib:
38858 #@itemize
38859 #@end itemize
38860 #
38861 #Portability problems not fixed by Gnulib:
38862 #@itemize
38863 #@item
38864
38865 File: ./doc/posix-functions/qsort.texi
38866 Hash: eccfafd811e895dab2d612139558414963994ad85641a831a19ac92054427b1b
38867 Copyright: 
38868 License: 
38869 Licence_Text: 
38870 #Header: 
38871 #@node qsort
38872 #@section @code{qsort}
38873 #@findex qsort
38874 #
38875 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/qsort.html}
38876 #
38877 #Gnulib module: ---
38878 #
38879 #Portability problems fixed by Gnulib:
38880 #@itemize
38881 #@end itemize
38882 #
38883 #Portability problems not fixed by Gnulib:
38884 #@itemize
38885 #@end itemize
38886
38887 File: ./doc/posix-functions/raise.texi
38888 Hash: 9168fc29b1d48f00797fd8aa7575ace765b3f20cb4ff6df9c81e2c5a7f75a505
38889 Copyright: 
38890 License: 
38891 Licence_Text: 
38892 #Header: 
38893 #@node raise
38894 #@section @code{raise}
38895 #@findex raise
38896 #
38897 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/raise.html}
38898 #
38899 #Gnulib module: raise
38900 #
38901 #Portability problems fixed by Gnulib:
38902 #@itemize
38903 #@item
38904 #This function is missing on some old platforms.
38905 #@end itemize
38906 #
38907 #Portability problems not fixed by Gnulib:
38908
38909 File: ./doc/posix-functions/rand.texi
38910 Hash: fbbf8b1aa9c9585a1951e87f039d4335f526c24c0e78e219db3192d1135cd0d8
38911 Copyright: 
38912 License: 
38913 Licence_Text: 
38914 #Header: 
38915 #@node rand
38916 #@section @code{rand}
38917 #@findex rand
38918 #
38919 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rand.html}
38920 #
38921 #Gnulib module: ---
38922 #
38923 #Portability problems fixed by Gnulib:
38924 #@itemize
38925 #@end itemize
38926 #
38927 #Portability problems not fixed by Gnulib:
38928 #@itemize
38929 #@end itemize
38930
38931 File: ./doc/posix-functions/rand_r.texi
38932 Hash: 59c958eb67399b934750dc9454b7bb7fb2fcdacdcd793765b49f2de183a98292
38933 Copyright: 
38934 License: 
38935 Licence_Text: 
38936 #Header: 
38937 #@node rand_r
38938 #@section @code{rand_r}
38939 #@findex rand_r
38940 #
38941 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rand_r.html}
38942 #
38943 #Gnulib module: ---
38944 #
38945 #Portability problems fixed by Gnulib:
38946 #@itemize
38947 #@end itemize
38948 #
38949 #Portability problems not fixed by Gnulib:
38950 #@itemize
38951 #@item
38952
38953 File: ./doc/posix-functions/random.texi
38954 Hash: 1ac28c8bc3664266beda4e1a8bedddfe6e9a2b9d922712df684fce6a569d57c7
38955 Copyright: 
38956 License: 
38957 Licence_Text: 
38958 #Header: 
38959 #@node random
38960 #@section @code{random}
38961 #@findex random
38962 #
38963 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/random.html}
38964 #
38965 #Gnulib module: ---
38966 #
38967 #Portability problems fixed by Gnulib:
38968 #@itemize
38969 #@end itemize
38970 #
38971 #Portability problems not fixed by Gnulib:
38972 #@itemize
38973 #@item
38974
38975 File: ./doc/posix-functions/read.texi
38976 Hash: c0772bc36f187c182877807725aef9e66db5d39de1fd4ba4fb0f3e1d1b104499
38977 Copyright: 
38978 License: 
38979 Licence_Text: 
38980 #Header: 
38981 #@node read
38982 #@section @code{read}
38983 #@findex read
38984 #
38985 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/read.html}
38986 #
38987 #Gnulib module: ---
38988 #
38989 #Portability problems fixed by Gnulib:
38990 #@itemize
38991 #@end itemize
38992 #
38993 #Portability problems not fixed by Gnulib:
38994 #@itemize
38995 #@end itemize
38996
38997 File: ./doc/posix-functions/readdir.texi
38998 Hash: 8acd1c9966f71ead4b10ca70d897276aa12fbc5a41f1ad088cfe1e1849f09d32
38999 Copyright: 
39000 License: 
39001 Licence_Text: 
39002 #Header: 
39003 #@node readdir
39004 #@section @code{readdir}
39005 #@findex readdir
39006 #
39007 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/readdir.html}
39008 #
39009 #Gnulib module: ---
39010 #
39011 #Portability problems fixed by Gnulib:
39012 #@itemize
39013 #@end itemize
39014 #
39015 #Portability problems not fixed by Gnulib:
39016 #@itemize
39017 #@end itemize
39018
39019 File: ./doc/posix-functions/readdir_r.texi
39020 Hash: 0b985cea57ac53aacdc262c142dc6836da7ea2f6805a75a52c6badba2a1edfb7
39021 Copyright: 
39022 License: 
39023 Licence_Text: 
39024 #Header: 
39025 #@node readdir_r
39026 #@section @code{readdir_r}
39027 #@findex readdir_r
39028 #
39029 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/readdir_r.html}
39030 #
39031 #Gnulib module: ---
39032 #
39033 #Portability problems fixed by Gnulib:
39034 #@itemize
39035 #@end itemize
39036 #
39037 #Portability problems not fixed by Gnulib:
39038 #@itemize
39039 #@item
39040
39041 File: ./doc/posix-functions/readlink.texi
39042 Hash: 289041e8eac3117ecaa306f00b03008b7ed1f7f7e8e458edb64e3658d2a78df8
39043 Copyright: 
39044 License: 
39045 Licence_Text: 
39046 #Header: 
39047 #@node readlink
39048 #@section @code{readlink}
39049 #@findex readlink
39050 #
39051 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/readlink.html}
39052 #
39053 #Gnulib module: readlink
39054 #
39055 #Portability problems fixed by Gnulib:
39056 #@itemize
39057 #@item
39058 #This function is missing on some platforms:
39059 #mingw.
39060 #@end itemize
39061
39062 File: ./doc/posix-functions/readlinkat.texi
39063 Hash: 8e82d14041b87e19c1298c597787ddb51fb2c6d4f3aba4087a064ff6db8445e2
39064 Copyright: 
39065 License: 
39066 Licence_Text: 
39067 #Header: 
39068 #@node readlinkat
39069 #@section @code{readlinkat}
39070 #@findex readlinkat
39071 #
39072 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/readlinkat.html}
39073 #
39074 #Gnulib module: readlinkat
39075 #
39076 #Portability problems fixed by Gnulib:
39077 #@itemize
39078 #@item
39079 #This function is missing on some platforms:
39080 #glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX
39081 #5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
39082 #@end itemize
39083
39084 File: ./doc/posix-functions/readv.texi
39085 Hash: 3a5a744fc3b388558d7a6ce32e3cd2409238e7c1de9877ef421916a0a0dc41ff
39086 Copyright: 
39087 License: 
39088 Licence_Text: 
39089 #Header: 
39090 #@node readv
39091 #@section @code{readv}
39092 #@findex readv
39093 #
39094 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/readv.html}
39095 #
39096 #Gnulib module: ---
39097 #
39098 #Portability problems fixed by Gnulib:
39099 #@itemize
39100 #@end itemize
39101 #
39102 #Portability problems not fixed by Gnulib:
39103 #@itemize
39104 #@item
39105
39106 File: ./doc/posix-functions/realloc.texi
39107 Hash: f0e891898abaa0a80d3cda3e3bfd9d8ba9d886fe03eeac0524b958a62e9910cf
39108 Copyright: 
39109 License: 
39110 Licence_Text: 
39111 #Header: 
39112 #@node realloc
39113 #@section @code{realloc}
39114 #@findex realloc
39115 #
39116 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/realloc.html}
39117 #
39118 #Gnulib module: realloc-posix
39119 #
39120 #Portability problems fixed by Gnulib:
39121 #@itemize
39122 #@item
39123 #Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
39124 #some platforms:
39125 #mingw.
39126 #@end itemize
39127
39128 File: ./doc/posix-functions/realpath.texi
39129 Hash: 31d1d7d2fbb89b8b73a9f8c9233c47944c665081515957cdf622af70b157dee5
39130 Copyright: 
39131 License: 
39132 Licence_Text: 
39133 #Header: 
39134 #@node realpath
39135 #@section @code{realpath}
39136 #@findex realpath
39137 #
39138 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/realpath.html}
39139 #
39140 #Gnulib module: ---
39141 #
39142 #Portability problems fixed by Gnulib:
39143 #@itemize
39144 #@end itemize
39145 #
39146 #Portability problems not fixed by Gnulib:
39147 #@itemize
39148 #@item
39149
39150 File: ./doc/posix-functions/recv.texi
39151 Hash: 8a15266da832a4a27bba9fc686336216b9e0f53e3039ae3c90803932b0bd6dda
39152 Copyright: 
39153 License: 
39154 Licence_Text: 
39155 #Header: 
39156 #@node recv
39157 #@section @code{recv}
39158 #@findex recv
39159 #
39160 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/recv.html}
39161 #
39162 #Gnulib module: recv
39163 #
39164 #Portability problems fixed by Gnulib:
39165 #@itemize
39166 #@item
39167 #On Windows platforms (excluding Cygwin), error codes for @code{recv}
39168 #are not placed in @code{errno}, and @code{WSAGetLastError} must be
39169 #used instead.
39170 #@end itemize
39171
39172 File: ./doc/posix-functions/recvfrom.texi
39173 Hash: 5b8c576d3b7631a1252a36815ca4dbc99a02857999908fd47132065297ba5145
39174 Copyright: 
39175 License: 
39176 Licence_Text: 
39177 #Header: 
39178 #@node recvfrom
39179 #@section @code{recvfrom}
39180 #@findex recvfrom
39181 #
39182 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html}
39183 #
39184 #Gnulib module: recvfrom
39185 #
39186 #Portability problems fixed by Gnulib:
39187 #@itemize
39188 #@item
39189 #On Windows platforms (excluding Cygwin), error codes for
39190 #@code{recvfrom} are not placed in @code{errno}, and
39191 #@code{WSAGetLastError} must be used instead.
39192 #@end itemize
39193
39194 File: ./doc/posix-functions/recvmsg.texi
39195 Hash: 6954352174e93bc859b4f4cb4d2f3108621106dc0eac7cce11fed1a3bf900d34
39196 Copyright: 
39197 License: 
39198 Licence_Text: 
39199 #Header: 
39200 #@node recvmsg
39201 #@section @code{recvmsg}
39202 #@findex recvmsg
39203 #
39204 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/recvmsg.html}
39205 #
39206 #Gnulib module: ---
39207 #
39208 #Portability problems fixed by Gnulib:
39209 #@itemize
39210 #@end itemize
39211 #
39212 #Portability problems not fixed by Gnulib:
39213 #@itemize
39214 #@item
39215
39216 File: ./doc/posix-functions/regcomp.texi
39217 Hash: 467aa5c6a5b8e8746e54af135c6a20a7db4192236b82e8aae0fea24c3bf6f04d
39218 Copyright: 
39219 License: 
39220 Licence_Text: 
39221 #Header: 
39222 #@node regcomp
39223 #@section @code{regcomp}
39224 #@findex regcomp
39225 #
39226 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/regcomp.html}
39227 #
39228 #Gnulib module: regex
39229 #
39230 #Portability problems fixed by Gnulib:
39231 #@itemize
39232 #@item
39233 #This function is missing on some platforms:
39234 #mingw.
39235 #@item
39236 #Many regular expression implementations have bugs.
39237
39238 File: ./doc/posix-functions/regerror.texi
39239 Hash: 851681f9c2f6d3b714a4821fa8b8221ccb948088c6a6a676321ede8ecb6e9985
39240 Copyright: 
39241 License: 
39242 Licence_Text: 
39243 #Header: 
39244 #@node regerror
39245 #@section @code{regerror}
39246 #@findex regerror
39247 #
39248 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/regerror.html}
39249 #
39250 #Gnulib module: regex
39251 #
39252 #Portability problems fixed by Gnulib:
39253 #@itemize
39254 #@item
39255 #This function is missing on some platforms:
39256 #mingw.
39257 #@end itemize
39258
39259 File: ./doc/posix-functions/regexec.texi
39260 Hash: 71275ebcea7b64e5b5a339139d33520241c8f6f2cc2ca66861b663729e14e128
39261 Copyright: 
39262 License: 
39263 Licence_Text: 
39264 #Header: 
39265 #@node regexec
39266 #@section @code{regexec}
39267 #@findex regexec
39268 #
39269 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/regexec.html}
39270 #
39271 #Gnulib module: regex
39272 #
39273 #Portability problems fixed by Gnulib:
39274 #@itemize
39275 #@item
39276 #This function is missing on some platforms:
39277 #mingw.
39278 #@item
39279 #Many regular expression implementations have bugs.
39280
39281 File: ./doc/posix-functions/regfree.texi
39282 Hash: 546e9045c4a3cd6c27e6d0587177908f4858d68ead5d3956c561ee5a6ae56a59
39283 Copyright: 
39284 License: 
39285 Licence_Text: 
39286 #Header: 
39287 #@node regfree
39288 #@section @code{regfree}
39289 #@findex regfree
39290 #
39291 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/regfree.html}
39292 #
39293 #Gnulib module: regex
39294 #
39295 #Portability problems fixed by Gnulib:
39296 #@itemize
39297 #@item
39298 #This function is missing on some platforms:
39299 #mingw.
39300 #@end itemize
39301
39302 File: ./doc/posix-functions/remainder.texi
39303 Hash: 9048696feeff04cd557d5d0dedca4a672700965097384662d135b754e54b7fbc
39304 Copyright: 
39305 License: 
39306 Licence_Text: 
39307 #Header: 
39308 #@node remainder
39309 #@section @code{remainder}
39310 #@findex remainder
39311 #
39312 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remainder.html}
39313 #
39314 #Gnulib module: ---
39315 #
39316 #Portability problems fixed by Gnulib:
39317 #@itemize
39318 #@end itemize
39319 #
39320 #Portability problems not fixed by Gnulib:
39321 #@itemize
39322 #@end itemize
39323
39324 File: ./doc/posix-functions/remainderf.texi
39325 Hash: eaf831bc14b2dcc900fa892a2e14ba7617b1e6ab61f619f0cd6f7e14d41acd88
39326 Copyright: 
39327 License: 
39328 Licence_Text: 
39329 #Header: 
39330 #@node remainderf
39331 #@section @code{remainderf}
39332 #@findex remainderf
39333 #
39334 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remainderf.html}
39335 #
39336 #Gnulib module: ---
39337 #
39338 #Portability problems fixed by Gnulib:
39339 #@itemize
39340 #@end itemize
39341 #
39342 #Portability problems not fixed by Gnulib:
39343 #@itemize
39344 #@item
39345
39346 File: ./doc/posix-functions/remainderl.texi
39347 Hash: 14d1ff2d407b0012762b50554da703265c6294096c17d5ae4b14bdc14fc8596e
39348 Copyright: 
39349 License: 
39350 Licence_Text: 
39351 #Header: 
39352 #@node remainderl
39353 #@section @code{remainderl}
39354 #@findex remainderl
39355 #
39356 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remainderl.html}
39357 #
39358 #Gnulib module: ---
39359 #
39360 #Portability problems fixed by Gnulib:
39361 #@itemize
39362 #@end itemize
39363 #
39364 #Portability problems not fixed by Gnulib:
39365 #@itemize
39366 #@item
39367
39368 File: ./doc/posix-functions/remove.texi
39369 Hash: 3ede2b0a88caf86dc972a636e28b9ba38caf6de6256e0e3bceba9beea59854d9
39370 Copyright: 
39371 License: 
39372 Licence_Text: 
39373 #Header: 
39374 #@node remove
39375 #@section @code{remove}
39376 #@findex remove
39377 #
39378 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remove.html}
39379 #
39380 #Gnulib module: ---
39381 #
39382 #Portability problems fixed by Gnulib:
39383 #@itemize
39384 #@end itemize
39385 #
39386 #Portability problems not fixed by Gnulib:
39387 #@itemize
39388 #@end itemize
39389
39390 File: ./doc/posix-functions/remque.texi
39391 Hash: ba75b73c8d591b696fcd813c3ef76bf5c44770df9c6fbd9ae87c697481437522
39392 Copyright: 
39393 License: 
39394 Licence_Text: 
39395 #Header: 
39396 #@node remque
39397 #@section @code{remque}
39398 #@findex remque
39399 #
39400 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remque.html}
39401 #
39402 #Gnulib module: ---
39403 #
39404 #Portability problems fixed by Gnulib:
39405 #@itemize
39406 #@end itemize
39407 #
39408 #Portability problems not fixed by Gnulib:
39409 #@itemize
39410 #@item
39411
39412 File: ./doc/posix-functions/remquo.texi
39413 Hash: ea3584c21d497ada4dae115741acd1194efd92211942117063c080ae68d3615a
39414 Copyright: 
39415 License: 
39416 Licence_Text: 
39417 #Header: 
39418 #@node remquo
39419 #@section @code{remquo}
39420 #@findex remquo
39421 #
39422 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remquo.html}
39423 #
39424 #Gnulib module: ---
39425 #
39426 #Portability problems fixed by Gnulib:
39427 #@itemize
39428 #@end itemize
39429 #
39430 #Portability problems not fixed by Gnulib:
39431 #@itemize
39432 #@item
39433
39434 File: ./doc/posix-functions/remquof.texi
39435 Hash: 0f8f9fedc0e9bfe935f7ff6c31311da4900518eab1a3495c3adff52fdd073454
39436 Copyright: 
39437 License: 
39438 Licence_Text: 
39439 #Header: 
39440 #@node remquof
39441 #@section @code{remquof}
39442 #@findex remquof
39443 #
39444 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remquof.html}
39445 #
39446 #Gnulib module: ---
39447 #
39448 #Portability problems fixed by Gnulib:
39449 #@itemize
39450 #@end itemize
39451 #
39452 #Portability problems not fixed by Gnulib:
39453 #@itemize
39454 #@item
39455
39456 File: ./doc/posix-functions/remquol.texi
39457 Hash: ee10dc1ef5a7800459907dc568a7acc6c3cf233713b3dbefffca813daf3a8576
39458 Copyright: 
39459 License: 
39460 Licence_Text: 
39461 #Header: 
39462 #@node remquol
39463 #@section @code{remquol}
39464 #@findex remquol
39465 #
39466 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remquol.html}
39467 #
39468 #Gnulib module: ---
39469 #
39470 #Portability problems fixed by Gnulib:
39471 #@itemize
39472 #@end itemize
39473 #
39474 #Portability problems not fixed by Gnulib:
39475 #@itemize
39476 #@item
39477
39478 File: ./doc/posix-functions/rename.texi
39479 Hash: 12e0eb4b7f2d1ab2b06996c40987438ed9f8b4ca2e3bd0798e28a9bfd0aabbfe
39480 Copyright: 
39481 License: 
39482 Licence_Text: 
39483 #Header: 
39484 #@node rename
39485 #@section @code{rename}
39486 #@findex rename
39487 #
39488 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rename.html}
39489 #
39490 #Gnulib module: rename
39491 #
39492 #Portability problems fixed by Gnulib:
39493 #@itemize
39494 #@item
39495 #This function does not handle trailing slashes correctly on
39496 #some platforms (the full rules for trailing slashes are complex):
39497 #SunOS 4.1, mingw.
39498 #@item
39499
39500 File: ./doc/posix-functions/renameat.texi
39501 Hash: c6dc7142536a2a805bcece8b9c0f15fcf548fed2410b817fad4b8d005496bed4
39502 Copyright: 
39503 License: 
39504 Licence_Text: 
39505 #Header: 
39506 #@node renameat
39507 #@section @code{renameat}
39508 #@findex renameat
39509 #
39510 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/renameat.html}
39511 #
39512 #Gnulib module: ---
39513 #
39514 #Portability problems fixed by Gnulib:
39515 #@itemize
39516 #@end itemize
39517 #
39518 #Portability problems not fixed by Gnulib:
39519 #@itemize
39520 #@item
39521
39522 File: ./doc/posix-functions/rewind.texi
39523 Hash: 7e31de0009419f05734b5d6a322389c5e103c5cd40a060f49efd1f68da2cabb0
39524 Copyright: 
39525 License: 
39526 Licence_Text: 
39527 #Header: 
39528 #@node rewind
39529 #@section @code{rewind}
39530 #@findex rewind
39531 #
39532 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rewind.html}
39533 #
39534 #Gnulib module: ---
39535 #
39536 #Portability problems fixed by Gnulib:
39537 #@itemize
39538 #@end itemize
39539 #
39540 #Portability problems not fixed by Gnulib:
39541 #@itemize
39542 #@item
39543
39544 File: ./doc/posix-functions/rewinddir.texi
39545 Hash: 42b2c06301ed85a0dfdfd8ef098bdcd6f8cf4a5198eb5fa3f0231f63e14d3ee7
39546 Copyright: 
39547 License: 
39548 Licence_Text: 
39549 #Header: 
39550 #@node rewinddir
39551 #@section @code{rewinddir}
39552 #@findex rewinddir
39553 #
39554 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rewinddir.html}
39555 #
39556 #Gnulib module: ---
39557 #
39558 #Portability problems fixed by Gnulib:
39559 #@itemize
39560 #@end itemize
39561 #
39562 #Portability problems not fixed by Gnulib:
39563 #@itemize
39564 #@end itemize
39565
39566 File: ./doc/posix-functions/rint.texi
39567 Hash: 0bdbf8e00f3fb2386cfd9a6ef340864607e19f553ea1a84aadaf6f352b8eec33
39568 Copyright: 
39569 License: 
39570 Licence_Text: 
39571 #Header: 
39572 #@node rint
39573 #@section @code{rint}
39574 #@findex rint
39575 #
39576 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rint.html}
39577 #
39578 #Gnulib module: ---
39579 #
39580 #Portability problems fixed by Gnulib:
39581 #@itemize
39582 #@end itemize
39583 #
39584 #Portability problems not fixed by Gnulib:
39585 #@itemize
39586 #@end itemize
39587
39588 File: ./doc/posix-functions/rintf.texi
39589 Hash: 04b86653c1aebb521570910a97edd79efcfb3d9d4ce5ee36b0bc12caefc93feb
39590 Copyright: 
39591 License: 
39592 Licence_Text: 
39593 #Header: 
39594 #@node rintf
39595 #@section @code{rintf}
39596 #@findex rintf
39597 #
39598 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rintf.html}
39599 #
39600 #Gnulib module: ---
39601 #
39602 #Portability problems fixed by Gnulib:
39603 #@itemize
39604 #@end itemize
39605 #
39606 #Portability problems not fixed by Gnulib:
39607 #@itemize
39608 #@item
39609
39610 File: ./doc/posix-functions/rintl.texi
39611 Hash: 3cdf8671de573e8aa145192d0e4b51bdb9813c54328232493738ee146c15f55c
39612 Copyright: 
39613 License: 
39614 Licence_Text: 
39615 #Header: 
39616 #@node rintl
39617 #@section @code{rintl}
39618 #@findex rintl
39619 #
39620 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rintl.html}
39621 #
39622 #Gnulib module: ---
39623 #
39624 #Portability problems fixed by Gnulib:
39625 #@itemize
39626 #@end itemize
39627 #
39628 #Portability problems not fixed by Gnulib:
39629 #@itemize
39630 #@item
39631
39632 File: ./doc/posix-functions/rmdir.texi
39633 Hash: f46fa6bd3452720b41ce3c646a159d837c815958bdb713632742c746227a658e
39634 Copyright: 
39635 License: 
39636 Licence_Text: 
39637 #Header: 
39638 #@node rmdir
39639 #@section @code{rmdir}
39640 #@findex rmdir
39641 #
39642 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rmdir.html}
39643 #
39644 #Gnulib module: rmdir
39645 #
39646 #Portability problems fixed by Gnulib:
39647 #@itemize
39648 #@item
39649 #This function is missing on some old platforms.
39650 #@end itemize
39651 #
39652 #Portability problems not fixed by Gnulib:
39653
39654 File: ./doc/posix-functions/round.texi
39655 Hash: ad1fac248f0027fffeb846b4bcbb10d65dbb8ee2814bf99ca320dc6b76d3591b
39656 Copyright: 
39657 License: 
39658 Licence_Text: 
39659 #Header: 
39660 #@node round
39661 #@section @code{round}
39662 #@findex round
39663 #
39664 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/round.html}
39665 #
39666 #Gnulib module: round
39667 #
39668 #Portability problems fixed by Gnulib:
39669 #@itemize
39670 #@item
39671 #This function is missing on some platforms:
39672 #FreeBSD 5.2.1, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, Interix 3.5.
39673 #@item
39674 #This functions returns a wrong result for x = 1/2 - 2^-54 on some platforms:
39675
39676 File: ./doc/posix-functions/roundf.texi
39677 Hash: a93f03fd0a866d50dae90b7ed84de5e54ee93a776770d19334d918c68e937352
39678 Copyright: 
39679 License: 
39680 Licence_Text: 
39681 #Header: 
39682 #@node roundf
39683 #@section @code{roundf}
39684 #@findex roundf
39685 #
39686 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/roundf.html}
39687 #
39688 #Gnulib module: roundf
39689 #
39690 #Portability problems fixed by Gnulib:
39691 #@itemize
39692 #@item
39693 #This function is missing on some platforms:
39694 #FreeBSD 5.2.1, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Interix 3.5.
39695 #@item
39696 #This functions returns a wrong result for x = 1/2 - 2^-25 on some platforms:
39697
39698 File: ./doc/posix-functions/roundl.texi
39699 Hash: 34c9077c2dec24f5eac8f86ac817d972e19810b75227e4b638cff1c10952f098
39700 Copyright: 
39701 License: 
39702 Licence_Text: 
39703 #Header: 
39704 #@node roundl
39705 #@section @code{roundl}
39706 #@findex roundl
39707 #
39708 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/roundl.html}
39709 #
39710 #Gnulib module: roundl
39711 #
39712 #Portability problems fixed by Gnulib:
39713 #@itemize
39714 #@item
39715 #This function is missing on some platforms:
39716 #FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, Interix 3.5, BeOS.
39717 #@end itemize
39718
39719 File: ./doc/posix-functions/scalbln.texi
39720 Hash: 20b33ecc23fc5311a3eb8423dfb90ed0acc8f5e0a27ce08b33548700dcfd087b
39721 Copyright: 
39722 License: 
39723 Licence_Text: 
39724 #Header: 
39725 #@node scalbln
39726 #@section @code{scalbln}
39727 #@findex scalbln
39728 #
39729 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/scalbln.html}
39730 #
39731 #Gnulib module: ---
39732 #
39733 #Portability problems fixed by Gnulib:
39734 #@itemize
39735 #@end itemize
39736 #
39737 #Portability problems not fixed by Gnulib:
39738 #@itemize
39739 #@item
39740
39741 File: ./doc/posix-functions/scalblnf.texi
39742 Hash: 721d2584694f2c17e701b77dafb1a4a0fce1b4cf75e67286c1de9b3d2bc5fc4d
39743 Copyright: 
39744 License: 
39745 Licence_Text: 
39746 #Header: 
39747 #@node scalblnf
39748 #@section @code{scalblnf}
39749 #@findex scalblnf
39750 #
39751 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/scalblnf.html}
39752 #
39753 #Gnulib module: ---
39754 #
39755 #Portability problems fixed by Gnulib:
39756 #@itemize
39757 #@end itemize
39758 #
39759 #Portability problems not fixed by Gnulib:
39760 #@itemize
39761 #@item
39762
39763 File: ./doc/posix-functions/scalblnl.texi
39764 Hash: e29e5eab4e9e4a6a341613b203cb7b6c05be7c3ad6119e0e5b069d8019bbb4e3
39765 Copyright: 
39766 License: 
39767 Licence_Text: 
39768 #Header: 
39769 #@node scalblnl
39770 #@section @code{scalblnl}
39771 #@findex scalblnl
39772 #
39773 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/scalblnl.html}
39774 #
39775 #Gnulib module: ---
39776 #
39777 #Portability problems fixed by Gnulib:
39778 #@itemize
39779 #@end itemize
39780 #
39781 #Portability problems not fixed by Gnulib:
39782 #@itemize
39783 #@item
39784
39785 File: ./doc/posix-functions/scalbn.texi
39786 Hash: b98ad8538407e08879d31e648dcf8eacc0c0c187ac2cba1dcec79b87a7d8afe0
39787 Copyright: 
39788 License: 
39789 Licence_Text: 
39790 #Header: 
39791 #@node scalbn
39792 #@section @code{scalbn}
39793 #@findex scalbn
39794 #
39795 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/scalbn.html}
39796 #
39797 #Gnulib module: ---
39798 #
39799 #Portability problems fixed by Gnulib:
39800 #@itemize
39801 #@end itemize
39802 #
39803 #Portability problems not fixed by Gnulib:
39804 #@itemize
39805 #@item
39806
39807 File: ./doc/posix-functions/scalbnf.texi
39808 Hash: 6c2dfea485571431562f1b51e5920eb4bbe8499512abd58d46fb3e842ea6af67
39809 Copyright: 
39810 License: 
39811 Licence_Text: 
39812 #Header: 
39813 #@node scalbnf
39814 #@section @code{scalbnf}
39815 #@findex scalbnf
39816 #
39817 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/scalbnf.html}
39818 #
39819 #Gnulib module: ---
39820 #
39821 #Portability problems fixed by Gnulib:
39822 #@itemize
39823 #@end itemize
39824 #
39825 #Portability problems not fixed by Gnulib:
39826 #@itemize
39827 #@item
39828
39829 File: ./doc/posix-functions/scalbnl.texi
39830 Hash: ad72f6be73a435b5d81d01a8b5849eb4531c88a21370bcb2ad87afb73047e436
39831 Copyright: 
39832 License: 
39833 Licence_Text: 
39834 #Header: 
39835 #@node scalbnl
39836 #@section @code{scalbnl}
39837 #@findex scalbnl
39838 #
39839 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/scalbnl.html}
39840 #
39841 #Gnulib module: ---
39842 #
39843 #Portability problems fixed by Gnulib:
39844 #@itemize
39845 #@end itemize
39846 #
39847 #Portability problems not fixed by Gnulib:
39848 #@itemize
39849 #@item
39850
39851 File: ./doc/posix-functions/scandir.texi
39852 Hash: 19a5e174895872d8102d75603b1f0491cc13b1da4c7c4e4dd0efb3c3c64887ce
39853 Copyright: 
39854 License: 
39855 Licence_Text: 
39856 #Header: 
39857 #@node scandir
39858 #@section @code{scandir}
39859 #@findex scandir
39860 #
39861 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/scandir.html}
39862 #
39863 #Gnulib module: scandir
39864 #
39865 #Portability problems fixed by Gnulib:
39866 #@itemize
39867 #@item
39868 #This function is missing on some platforms:
39869 #Solaris 9, mingw, BeOS.
39870 #@end itemize
39871
39872 File: ./doc/posix-functions/scanf.texi
39873 Hash: 7dfd669e166d9e21af87270f3155e7f1df47d71fd39bcc8b13bccc6b14baace9
39874 Copyright: 
39875 License: 
39876 Licence_Text: 
39877 #Header: 
39878 #@node scanf
39879 #@section @code{scanf}
39880 #@findex scanf
39881 #
39882 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/scanf.html}
39883 #
39884 #Gnulib module: ---
39885 #
39886 #Portability problems fixed by Gnulib:
39887 #@itemize
39888 #@end itemize
39889 #
39890 #Portability problems not fixed by Gnulib:
39891 #@itemize
39892 #@item
39893
39894 File: ./doc/posix-functions/sched_get_priority_max.texi
39895 Hash: 11f5ff6c55fdb90459f2389d7c1a7818fdce76b58ad1f2b38daea990e1ef5038
39896 Copyright: 
39897 License: 
39898 Licence_Text: 
39899 #Header: 
39900 #@node sched_get_priority_max
39901 #@section @code{sched_get_priority_max}
39902 #@findex sched_get_priority_max
39903 #
39904 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_max.html}
39905 #
39906 #Gnulib module: ---
39907 #
39908 #Portability problems fixed by Gnulib:
39909 #@itemize
39910 #@end itemize
39911 #
39912 #Portability problems not fixed by Gnulib:
39913 #@itemize
39914 #@item
39915
39916 File: ./doc/posix-functions/sched_get_priority_min.texi
39917 Hash: edadeaea746bd2c08a9d041afbd07ec8efeae648a41e6360339affd3dd164930
39918 Copyright: 
39919 License: 
39920 Licence_Text: 
39921 #Header: 
39922 #@node sched_get_priority_min
39923 #@section @code{sched_get_priority_min}
39924 #@findex sched_get_priority_min
39925 #
39926 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_min.html}
39927 #
39928 #Gnulib module: ---
39929 #
39930 #Portability problems fixed by Gnulib:
39931 #@itemize
39932 #@end itemize
39933 #
39934 #Portability problems not fixed by Gnulib:
39935 #@itemize
39936 #@item
39937
39938 File: ./doc/posix-functions/sched_getparam.texi
39939 Hash: 84f8a1c27e8b95d02bcf6537325ba48127e03e6b84a85899c04754859e6bb9de
39940 Copyright: 
39941 License: 
39942 Licence_Text: 
39943 #Header: 
39944 #@node sched_getparam
39945 #@section @code{sched_getparam}
39946 #@findex sched_getparam
39947 #
39948 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sched_getparam.html}
39949 #
39950 #Gnulib module: ---
39951 #
39952 #Portability problems fixed by Gnulib:
39953 #@itemize
39954 #@end itemize
39955 #
39956 #Portability problems not fixed by Gnulib:
39957 #@itemize
39958 #@item
39959
39960 File: ./doc/posix-functions/sched_getscheduler.texi
39961 Hash: effbc16e72658dd54d3a4dfda735c9a847b984cac1770d3a69e21b18e3295643
39962 Copyright: 
39963 License: 
39964 Licence_Text: 
39965 #Header: 
39966 #@node sched_getscheduler
39967 #@section @code{sched_getscheduler}
39968 #@findex sched_getscheduler
39969 #
39970 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sched_getscheduler.html}
39971 #
39972 #Gnulib module: ---
39973 #
39974 #Portability problems fixed by Gnulib:
39975 #@itemize
39976 #@end itemize
39977 #
39978 #Portability problems not fixed by Gnulib:
39979 #@itemize
39980 #@item
39981
39982 File: ./doc/posix-functions/sched_rr_get_interval.texi
39983 Hash: 28dde9d502544175d3e577faf43edfc9cdebc23ad5698817f93739b89eaa30ae
39984 Copyright: 
39985 License: 
39986 Licence_Text: 
39987 #Header: 
39988 #@node sched_rr_get_interval
39989 #@section @code{sched_rr_get_interval}
39990 #@findex sched_rr_get_interval
39991 #
39992 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sched_rr_get_interval.html}
39993 #
39994 #Gnulib module: ---
39995 #
39996 #Portability problems fixed by Gnulib:
39997 #@itemize
39998 #@end itemize
39999 #
40000 #Portability problems not fixed by Gnulib:
40001 #@itemize
40002 #@item
40003
40004 File: ./doc/posix-functions/sched_setparam.texi
40005 Hash: 72b52136de2d388c0b20b342359f6341550f2f169138066f6506aef13dc568a0
40006 Copyright: 
40007 License: 
40008 Licence_Text: 
40009 #Header: 
40010 #@node sched_setparam
40011 #@section @code{sched_setparam}
40012 #@findex sched_setparam
40013 #
40014 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sched_setparam.html}
40015 #
40016 #Gnulib module: ---
40017 #
40018 #Portability problems fixed by Gnulib:
40019 #@itemize
40020 #@end itemize
40021 #
40022 #Portability problems not fixed by Gnulib:
40023 #@itemize
40024 #@item
40025
40026 File: ./doc/posix-functions/sched_setscheduler.texi
40027 Hash: 09602d1144a443906cd95a7abc7338702e87e3a31a3d97685a073899186cb3d3
40028 Copyright: 
40029 License: 
40030 Licence_Text: 
40031 #Header: 
40032 #@node sched_setscheduler
40033 #@section @code{sched_setscheduler}
40034 #@findex sched_setscheduler
40035 #
40036 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sched_setscheduler.html}
40037 #
40038 #Gnulib module: ---
40039 #
40040 #Portability problems fixed by Gnulib:
40041 #@itemize
40042 #@end itemize
40043 #
40044 #Portability problems not fixed by Gnulib:
40045 #@itemize
40046 #@item
40047
40048 File: ./doc/posix-functions/sched_yield.texi
40049 Hash: d2d8c8ac69459f6402005138854b6d4056187e0de6abcf753e292102ea96d34c
40050 Copyright: 
40051 License: 
40052 Licence_Text: 
40053 #Header: 
40054 #@node sched_yield
40055 #@section @code{sched_yield}
40056 #@findex sched_yield
40057 #
40058 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sched_yield.html}
40059 #
40060 #Gnulib module: ---
40061 #
40062 #Portability problems fixed by Gnulib:
40063 #@itemize
40064 #@end itemize
40065 #
40066 #Portability problems not fixed by Gnulib:
40067 #@itemize
40068 #@item
40069
40070 File: ./doc/posix-functions/seed48.texi
40071 Hash: 28bdf259829fb9387b78e51eab714e073170bbcea61949755e114d1604be8e25
40072 Copyright: 
40073 License: 
40074 Licence_Text: 
40075 #Header: 
40076 #@node seed48
40077 #@section @code{seed48}
40078 #@findex seed48
40079 #
40080 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/seed48.html}
40081 #
40082 #Gnulib module: ---
40083 #
40084 #Portability problems fixed by Gnulib:
40085 #@itemize
40086 #@end itemize
40087 #
40088 #Portability problems not fixed by Gnulib:
40089 #@itemize
40090 #@item
40091
40092 File: ./doc/posix-functions/seekdir.texi
40093 Hash: 4f3fdb7b17387addc89235b72cd26b1de5f0bad70b0e7b33bbd312857128967b
40094 Copyright: 
40095 License: 
40096 Licence_Text: 
40097 #Header: 
40098 #@node seekdir
40099 #@section @code{seekdir}
40100 #@findex seekdir
40101 #
40102 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/seekdir.html}
40103 #
40104 #Gnulib module: ---
40105 #
40106 #Portability problems fixed by Gnulib:
40107 #@itemize
40108 #@end itemize
40109 #
40110 #Portability problems not fixed by Gnulib:
40111 #@itemize
40112 #@item
40113
40114 File: ./doc/posix-functions/select.texi
40115 Hash: e9ce5f847344b7fb8a70e7c53420b8235ed385d3d43466db2d604a4b87e8c5f7
40116 Copyright: 
40117 License: 
40118 Licence_Text: 
40119 #Header: 
40120 #@node select
40121 #@section @code{select}
40122 #@findex select
40123 #
40124 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/select.html}
40125 #
40126 #Gnulib module: select
40127 #
40128 #Portability problems fixed by Gnulib:
40129 #@itemize
40130 #@item
40131 #On Windows platforms (excluding Cygwin), @code{select} can only be
40132 #called on descriptors created by the @code{socket} function, not on regular
40133 #file descriptors.
40134 #@item
40135
40136 File: ./doc/posix-functions/sem_close.texi
40137 Hash: ac874d36dada463ddff2c441e9b401348f525c81472a7913b9f056732453f98b
40138 Copyright: 
40139 License: 
40140 Licence_Text: 
40141 #Header: 
40142 #@node sem_close
40143 #@section @code{sem_close}
40144 #@findex sem_close
40145 #
40146 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_close.html}
40147 #
40148 #Gnulib module: ---
40149 #
40150 #Portability problems fixed by Gnulib:
40151 #@itemize
40152 #@end itemize
40153 #
40154 #Portability problems not fixed by Gnulib:
40155 #@itemize
40156 #@item
40157
40158 File: ./doc/posix-functions/sem_destroy.texi
40159 Hash: 358f0ff417eb0b678c15aa7d2c4c5a230bf8442a78f36e8ec075e0d7c6d21037
40160 Copyright: 
40161 License: 
40162 Licence_Text: 
40163 #Header: 
40164 #@node sem_destroy
40165 #@section @code{sem_destroy}
40166 #@findex sem_destroy
40167 #
40168 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_destroy.html}
40169 #
40170 #Gnulib module: ---
40171 #
40172 #Portability problems fixed by Gnulib:
40173 #@itemize
40174 #@end itemize
40175 #
40176 #Portability problems not fixed by Gnulib:
40177 #@itemize
40178 #@item
40179
40180 File: ./doc/posix-functions/sem_getvalue.texi
40181 Hash: 9bcf8c054cef77229c7f601724f90759b075f4360424fc988f0eb35527e37c5f
40182 Copyright: 
40183 License: 
40184 Licence_Text: 
40185 #Header: 
40186 #@node sem_getvalue
40187 #@section @code{sem_getvalue}
40188 #@findex sem_getvalue
40189 #
40190 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_getvalue.html}
40191 #
40192 #Gnulib module: ---
40193 #
40194 #Portability problems fixed by Gnulib:
40195 #@itemize
40196 #@end itemize
40197 #
40198 #Portability problems not fixed by Gnulib:
40199 #@itemize
40200 #@item
40201
40202 File: ./doc/posix-functions/sem_init.texi
40203 Hash: f8c33d28ce23da0f1f9468414b072f0cafd5a250a437f9e67217d0aa46d606f5
40204 Copyright: 
40205 License: 
40206 Licence_Text: 
40207 #Header: 
40208 #@node sem_init
40209 #@section @code{sem_init}
40210 #@findex sem_init
40211 #
40212 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_init.html}
40213 #
40214 #Gnulib module: ---
40215 #
40216 #Portability problems fixed by Gnulib:
40217 #@itemize
40218 #@end itemize
40219 #
40220 #Portability problems not fixed by Gnulib:
40221 #@itemize
40222 #@item
40223
40224 File: ./doc/posix-functions/sem_open.texi
40225 Hash: 535b9d92fa34b5d3a942d1d0c71d5b1cb895b1b3d1a0e1a40976b1aa8369eeef
40226 Copyright: 
40227 License: 
40228 Licence_Text: 
40229 #Header: 
40230 #@node sem_open
40231 #@section @code{sem_open}
40232 #@findex sem_open
40233 #
40234 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_open.html}
40235 #
40236 #Gnulib module: ---
40237 #
40238 #Portability problems fixed by Gnulib:
40239 #@itemize
40240 #@end itemize
40241 #
40242 #Portability problems not fixed by Gnulib:
40243 #@itemize
40244 #@item
40245
40246 File: ./doc/posix-functions/sem_post.texi
40247 Hash: 33572c6870717902841189ed2faa2f22e870317e232b8a0df96ca7f464d55a3b
40248 Copyright: 
40249 License: 
40250 Licence_Text: 
40251 #Header: 
40252 #@node sem_post
40253 #@section @code{sem_post}
40254 #@findex sem_post
40255 #
40256 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_post.html}
40257 #
40258 #Gnulib module: ---
40259 #
40260 #Portability problems fixed by Gnulib:
40261 #@itemize
40262 #@end itemize
40263 #
40264 #Portability problems not fixed by Gnulib:
40265 #@itemize
40266 #@item
40267
40268 File: ./doc/posix-functions/sem_timedwait.texi
40269 Hash: a6440ffe149ca3730afe7d0809bc0df9069248efb58db6d2a78ef3a95cce44d4
40270 Copyright: 
40271 License: 
40272 Licence_Text: 
40273 #Header: 
40274 #@node sem_timedwait
40275 #@section @code{sem_timedwait}
40276 #@findex sem_timedwait
40277 #
40278 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_timedwait.html}
40279 #
40280 #Gnulib module: ---
40281 #
40282 #Portability problems fixed by Gnulib:
40283 #@itemize
40284 #@end itemize
40285 #
40286 #Portability problems not fixed by Gnulib:
40287 #@itemize
40288 #@item
40289
40290 File: ./doc/posix-functions/sem_trywait.texi
40291 Hash: 4ceedb230b907d2689613064f8e6d5f7d1ef7d3d3671f98c73cc49e62ded6ebd
40292 Copyright: 
40293 License: 
40294 Licence_Text: 
40295 #Header: 
40296 #@node sem_trywait
40297 #@section @code{sem_trywait}
40298 #@findex sem_trywait
40299 #
40300 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_trywait.html}
40301 #
40302 #Gnulib module: ---
40303 #
40304 #Portability problems fixed by Gnulib:
40305 #@itemize
40306 #@end itemize
40307 #
40308 #Portability problems not fixed by Gnulib:
40309 #@itemize
40310 #@item
40311
40312 File: ./doc/posix-functions/sem_unlink.texi
40313 Hash: 0ee14f8c63cb4f610209419ac2a952f0baa08190ba720bd498efa60cb4813ad2
40314 Copyright: 
40315 License: 
40316 Licence_Text: 
40317 #Header: 
40318 #@node sem_unlink
40319 #@section @code{sem_unlink}
40320 #@findex sem_unlink
40321 #
40322 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_unlink.html}
40323 #
40324 #Gnulib module: ---
40325 #
40326 #Portability problems fixed by Gnulib:
40327 #@itemize
40328 #@end itemize
40329 #
40330 #Portability problems not fixed by Gnulib:
40331 #@itemize
40332 #@item
40333
40334 File: ./doc/posix-functions/sem_wait.texi
40335 Hash: ef6661da464b7311b32b8ecf0428d6ade99f613ecf710a160c964cf9da984909
40336 Copyright: 
40337 License: 
40338 Licence_Text: 
40339 #Header: 
40340 #@node sem_wait
40341 #@section @code{sem_wait}
40342 #@findex sem_wait
40343 #
40344 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_wait.html}
40345 #
40346 #Gnulib module: ---
40347 #
40348 #Portability problems fixed by Gnulib:
40349 #@itemize
40350 #@end itemize
40351 #
40352 #Portability problems not fixed by Gnulib:
40353 #@itemize
40354 #@item
40355
40356 File: ./doc/posix-functions/semctl.texi
40357 Hash: a727b206d89f2f607838a05121a9ac9fb8bbbf2b261fec2b53405bade9fc0e8a
40358 Copyright: 
40359 License: 
40360 Licence_Text: 
40361 #Header: 
40362 #@node semctl
40363 #@section @code{semctl}
40364 #@findex semctl
40365 #
40366 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/semctl.html}
40367 #
40368 #Gnulib module: ---
40369 #
40370 #Portability problems fixed by Gnulib:
40371 #@itemize
40372 #@end itemize
40373 #
40374 #Portability problems not fixed by Gnulib:
40375 #@itemize
40376 #@item
40377
40378 File: ./doc/posix-functions/semget.texi
40379 Hash: 3f7d131455914cf554feafcf7c52b429e71825175d3554a71018da6cbd964bfc
40380 Copyright: 
40381 License: 
40382 Licence_Text: 
40383 #Header: 
40384 #@node semget
40385 #@section @code{semget}
40386 #@findex semget
40387 #
40388 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/semget.html}
40389 #
40390 #Gnulib module: ---
40391 #
40392 #Portability problems fixed by Gnulib:
40393 #@itemize
40394 #@end itemize
40395 #
40396 #Portability problems not fixed by Gnulib:
40397 #@itemize
40398 #@item
40399
40400 File: ./doc/posix-functions/semop.texi
40401 Hash: 1174ca67c0eb6ca2cacbe0fbf7493c05e89c9479194549f198df5c92e8c6b935
40402 Copyright: 
40403 License: 
40404 Licence_Text: 
40405 #Header: 
40406 #@node semop
40407 #@section @code{semop}
40408 #@findex semop
40409 #
40410 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/semop.html}
40411 #
40412 #Gnulib module: ---
40413 #
40414 #Portability problems fixed by Gnulib:
40415 #@itemize
40416 #@end itemize
40417 #
40418 #Portability problems not fixed by Gnulib:
40419 #@itemize
40420 #@item
40421
40422 File: ./doc/posix-functions/send.texi
40423 Hash: 17bc1f1b9e840a2c9d5faeb78362adfb9876d3b22c19eed265a563b48712ba65
40424 Copyright: 
40425 License: 
40426 Licence_Text: 
40427 #Header: 
40428 #@node send
40429 #@section @code{send}
40430 #@findex send
40431 #
40432 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/send.html}
40433 #
40434 #Gnulib module: send
40435 #
40436 #Portability problems fixed by Gnulib:
40437 #@itemize
40438 #@item
40439 #On Windows platforms (excluding Cygwin), error codes for @code{send}
40440 #are not placed in @code{errno}, and @code{WSAGetLastError} must be
40441 #used instead.
40442 #@end itemize
40443
40444 File: ./doc/posix-functions/sendmsg.texi
40445 Hash: f483c1453c90cde160dee58c7e1cbbb5710ae07f304e0ebb96b04d68d1040e21
40446 Copyright: 
40447 License: 
40448 Licence_Text: 
40449 #Header: 
40450 #@node sendmsg
40451 #@section @code{sendmsg}
40452 #@findex sendmsg
40453 #
40454 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sendmsg.html}
40455 #
40456 #Gnulib module: ---
40457 #
40458 #Portability problems fixed by Gnulib:
40459 #@itemize
40460 #@end itemize
40461 #
40462 #Portability problems not fixed by Gnulib:
40463 #@itemize
40464 #@item
40465
40466 File: ./doc/posix-functions/sendto.texi
40467 Hash: 9e49433726ffd274b30a586229b8e7b56b963711aa9363f3fde85e68eeaeabcf
40468 Copyright: 
40469 License: 
40470 Licence_Text: 
40471 #Header: 
40472 #@node sendto
40473 #@section @code{sendto}
40474 #@findex sendto
40475 #
40476 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sendto.html}
40477 #
40478 #Gnulib module: sendto
40479 #
40480 #Portability problems fixed by Gnulib:
40481 #@itemize
40482 #@item
40483 #On Windows platforms (excluding Cygwin), error codes for @code{sendto}
40484 #are not placed in @code{errno}, and @code{WSAGetLastError} must be
40485 #used instead.
40486 #@end itemize
40487
40488 File: ./doc/posix-functions/setbuf.texi
40489 Hash: c1b80b2010ab858159853eb49c404f80e62c63fcf5efa4f8b361656ec17d8acb
40490 Copyright: 
40491 License: 
40492 Licence_Text: 
40493 #Header: 
40494 #@node setbuf
40495 #@section @code{setbuf}
40496 #@findex setbuf
40497 #
40498 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setbuf.html}
40499 #
40500 #Gnulib module: ---
40501 #
40502 #Portability problems fixed by Gnulib:
40503 #@itemize
40504 #@end itemize
40505 #
40506 #Portability problems not fixed by Gnulib:
40507 #@itemize
40508 #@end itemize
40509
40510 File: ./doc/posix-functions/setegid.texi
40511 Hash: 4eb55b5c084cfe20710d1e8373c22fa6391501c1f03ffb45c8a65a67cdce44a2
40512 Copyright: 
40513 License: 
40514 Licence_Text: 
40515 #Header: 
40516 #@node setegid
40517 #@section @code{setegid}
40518 #@findex setegid
40519 #
40520 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setegid.html}
40521 #
40522 #Gnulib module: ---
40523 #
40524 #Portability problems fixed by Gnulib:
40525 #@itemize
40526 #@end itemize
40527 #
40528 #Portability problems not fixed by Gnulib:
40529 #@itemize
40530 #@item
40531
40532 File: ./doc/posix-functions/setenv.texi
40533 Hash: 9c4d89ace2b70d38c942c3f8944928cccef4db906dd979b8657e523b25e949d0
40534 Copyright: 
40535 License: 
40536 Licence_Text: 
40537 #Header: 
40538 #@node setenv
40539 #@section @code{setenv}
40540 #@findex setenv
40541 #
40542 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setenv.html}
40543 #
40544 #Gnulib module: setenv
40545 #
40546 #Portability problems fixed by Gnulib:
40547 #@itemize
40548 #@item
40549 #This function is missing on some platforms:
40550 #AIX 4.3.2, HP-UX 11, IRIX 6.5, Solaris 9, mingw, BeOS.
40551 #@end itemize
40552
40553 File: ./doc/posix-functions/seteuid.texi
40554 Hash: 11065f33239479b6f7e52c623212e0e108290ba7a2f225b2fe71d52257a5054f
40555 Copyright: 
40556 License: 
40557 Licence_Text: 
40558 #Header: 
40559 #@node seteuid
40560 #@section @code{seteuid}
40561 #@findex seteuid
40562 #
40563 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/seteuid.html}
40564 #
40565 #Gnulib module: ---
40566 #
40567 #Portability problems fixed by Gnulib:
40568 #@itemize
40569 #@end itemize
40570 #
40571 #Portability problems not fixed by Gnulib:
40572 #@itemize
40573 #@item
40574
40575 File: ./doc/posix-functions/setgid.texi
40576 Hash: 780d6ade51dbdac0c12016d3fbf16bb2421e62eb4aa70a733b243488d132023c
40577 Copyright: 
40578 License: 
40579 Licence_Text: 
40580 #Header: 
40581 #@node setgid
40582 #@section @code{setgid}
40583 #@findex setgid
40584 #
40585 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setgid.html}
40586 #
40587 #Gnulib module: ---
40588 #
40589 #Portability problems fixed by Gnulib:
40590 #@itemize
40591 #@end itemize
40592 #
40593 #Portability problems not fixed by Gnulib:
40594 #@itemize
40595 #@item
40596
40597 File: ./doc/posix-functions/setgrent.texi
40598 Hash: ac27d566a363f416471a065bb4b80dfbb1b3d72c6f44d262c47b9bebc5db0069
40599 Copyright: 
40600 License: 
40601 Licence_Text: 
40602 #Header: 
40603 #@node setgrent
40604 #@section @code{setgrent}
40605 #@findex setgrent
40606 #
40607 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setgrent.html}
40608 #
40609 #Gnulib module: ---
40610 #
40611 #Portability problems fixed by Gnulib:
40612 #@itemize
40613 #@end itemize
40614 #
40615 #Portability problems not fixed by Gnulib:
40616 #@itemize
40617 #@item
40618
40619 File: ./doc/posix-functions/sethostent.texi
40620 Hash: 725baa41c0d9b152ca68a043ff588e0e6db3c11f5ef2b9a7b7628389905bb4d2
40621 Copyright: 
40622 License: 
40623 Licence_Text: 
40624 #Header: 
40625 #@node sethostent
40626 #@section @code{sethostent}
40627 #@findex sethostent
40628 #
40629 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sethostent.html}
40630 #
40631 #Gnulib module: ---
40632 #
40633 #Portability problems fixed by Gnulib:
40634 #@itemize
40635 #@end itemize
40636 #
40637 #Portability problems not fixed by Gnulib:
40638 #@itemize
40639 #@item
40640
40641 File: ./doc/posix-functions/setitimer.texi
40642 Hash: 3852bfb85fac9dc66769defed010733ef020845a51b59b8d8ec679dd20aa2d81
40643 Copyright: 
40644 License: 
40645 Licence_Text: 
40646 #Header: 
40647 #@node setitimer
40648 #@section @code{setitimer}
40649 #@findex setitimer
40650 #
40651 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setitimer.html}
40652 #
40653 #Gnulib module: ---
40654 #
40655 #Portability problems fixed by Gnulib:
40656 #@itemize
40657 #@end itemize
40658 #
40659 #Portability problems not fixed by Gnulib:
40660 #@itemize
40661 #@item
40662
40663 File: ./doc/posix-functions/setjmp.texi
40664 Hash: 22af0a92b03cbb7a563685898895441b261083b6684d0ee9a48f47ed26891ea4
40665 Copyright: 
40666 License: 
40667 Licence_Text: 
40668 #Header: 
40669 #@node setjmp
40670 #@section @code{setjmp}
40671 #@findex setjmp
40672 #
40673 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setjmp.html}
40674 #
40675 #Gnulib module: ---
40676 #
40677 #Portability problems fixed by Gnulib:
40678 #@itemize
40679 #@end itemize
40680 #
40681 #Portability problems not fixed by Gnulib:
40682 #@itemize
40683 #@item
40684
40685 File: ./doc/posix-functions/setkey.texi
40686 Hash: 240a7ea97fba8b9ff6d9a47fa42c31b3e28640d0e8e5981f317b1d9b720e73bb
40687 Copyright: 
40688 License: 
40689 Licence_Text: 
40690 #Header: 
40691 #@node setkey
40692 #@section @code{setkey}
40693 #@findex setkey
40694 #
40695 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setkey.html}
40696 #
40697 #Gnulib module: ---
40698 #
40699 #Portability problems fixed by Gnulib:
40700 #@itemize
40701 #@end itemize
40702 #
40703 #Portability problems not fixed by Gnulib:
40704 #@itemize
40705 #@item
40706
40707 File: ./doc/posix-functions/setlocale.texi
40708 Hash: 817b6e7446ec7a47293c021378b27a59878f207483191864702dda72c8b57585
40709 Copyright: 
40710 License: 
40711 Licence_Text: 
40712 #Header: 
40713 #@node setlocale
40714 #@section @code{setlocale}
40715 #@findex setlocale
40716 #
40717 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setlocale.html}
40718 #
40719 #Gnulib module: ---
40720 #
40721 #Portability problems fixed by Gnulib:
40722 #@itemize
40723 #@end itemize
40724 #
40725 #Portability problems not fixed by Gnulib:
40726 #@itemize
40727 #@item
40728
40729 File: ./doc/posix-functions/setlogmask.texi
40730 Hash: 765d03a247b4621b0d48e4590dedcc6a0d2ec29510e0404540bc61421ae9e253
40731 Copyright: 
40732 License: 
40733 Licence_Text: 
40734 #Header: 
40735 #@node setlogmask
40736 #@section @code{setlogmask}
40737 #@findex setlogmask
40738 #
40739 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setlogmask.html}
40740 #
40741 #Gnulib module: ---
40742 #
40743 #Portability problems fixed by Gnulib:
40744 #@itemize
40745 #@end itemize
40746 #
40747 #Portability problems not fixed by Gnulib:
40748 #@itemize
40749 #@item
40750
40751 File: ./doc/posix-functions/setnetent.texi
40752 Hash: c2c9917076799c5935791b59d9d3ac025ed0ab177cd6b2dbfc31693ec9dd0ed6
40753 Copyright: 
40754 License: 
40755 Licence_Text: 
40756 #Header: 
40757 #@node setnetent
40758 #@section @code{setnetent}
40759 #@findex setnetent
40760 #
40761 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setnetent.html}
40762 #
40763 #Gnulib module: ---
40764 #
40765 #Portability problems fixed by Gnulib:
40766 #@itemize
40767 #@end itemize
40768 #
40769 #Portability problems not fixed by Gnulib:
40770 #@itemize
40771 #@item
40772
40773 File: ./doc/posix-functions/setpgid.texi
40774 Hash: 7c2356192fa6799002224dc1a24029063c4cc90586ebfc253e3559145369bb56
40775 Copyright: 
40776 License: 
40777 Licence_Text: 
40778 #Header: 
40779 #@node setpgid
40780 #@section @code{setpgid}
40781 #@findex setpgid
40782 #
40783 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setpgid.html}
40784 #
40785 #Gnulib module: ---
40786 #
40787 #Portability problems fixed by Gnulib:
40788 #@itemize
40789 #@end itemize
40790 #
40791 #Portability problems not fixed by Gnulib:
40792 #@itemize
40793 #@item
40794
40795 File: ./doc/posix-functions/setpgrp.texi
40796 Hash: e51777dacdd7dc22f04da87cbeee294893c758828e56420309995df635994374
40797 Copyright: 
40798 License: 
40799 Licence_Text: 
40800 #Header: 
40801 #@node setpgrp
40802 #@section @code{setpgrp}
40803 #@findex setpgrp
40804 #
40805 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setpgrp.html}
40806 #
40807 #Gnulib module: ---
40808 #
40809 #Portability problems fixed by Gnulib:
40810 #@itemize
40811 #@end itemize
40812 #
40813 #Portability problems not fixed by Gnulib:
40814 #@itemize
40815 #@item
40816
40817 File: ./doc/posix-functions/setpriority.texi
40818 Hash: c87be1e3b56994f1042308d42e8bdc660f03f0e69c82ee6783262e448151014f
40819 Copyright: 
40820 License: 
40821 Licence_Text: 
40822 #Header: 
40823 #@node setpriority
40824 #@section @code{setpriority}
40825 #@findex setpriority
40826 #
40827 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setpriority.html}
40828 #
40829 #Gnulib module: ---
40830 #
40831 #Portability problems fixed by Gnulib:
40832 #@itemize
40833 #@end itemize
40834 #
40835 #Portability problems not fixed by Gnulib:
40836 #@itemize
40837 #@item
40838
40839 File: ./doc/posix-functions/setprotoent.texi
40840 Hash: 884e72272c0ebda015c9d69e01182a99e021068f7839b75d276086d994d0fbea
40841 Copyright: 
40842 License: 
40843 Licence_Text: 
40844 #Header: 
40845 #@node setprotoent
40846 #@section @code{setprotoent}
40847 #@findex setprotoent
40848 #
40849 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setprotoent.html}
40850 #
40851 #Gnulib module: ---
40852 #
40853 #Portability problems fixed by Gnulib:
40854 #@itemize
40855 #@end itemize
40856 #
40857 #Portability problems not fixed by Gnulib:
40858 #@itemize
40859 #@item
40860
40861 File: ./doc/posix-functions/setpwent.texi
40862 Hash: 9396b76d7feb617576732f7d10cbf77a866f72f161546b7662bad0b1a54081a9
40863 Copyright: 
40864 License: 
40865 Licence_Text: 
40866 #Header: 
40867 #@node setpwent
40868 #@section @code{setpwent}
40869 #@findex setpwent
40870 #
40871 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setpwent.html}
40872 #
40873 #Gnulib module: ---
40874 #
40875 #Portability problems fixed by Gnulib:
40876 #@itemize
40877 #@end itemize
40878 #
40879 #Portability problems not fixed by Gnulib:
40880 #@itemize
40881 #@item
40882
40883 File: ./doc/posix-functions/setregid.texi
40884 Hash: 6bcd6d07ac44360dc656876796a21f972bb05480d9bf57323e40fc5ca550dae3
40885 Copyright: 
40886 License: 
40887 Licence_Text: 
40888 #Header: 
40889 #@node setregid
40890 #@section @code{setregid}
40891 #@findex setregid
40892 #
40893 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setregid.html}
40894 #
40895 #Gnulib module: ---
40896 #
40897 #Portability problems fixed by Gnulib:
40898 #@itemize
40899 #@end itemize
40900 #
40901 #Portability problems not fixed by Gnulib:
40902 #@itemize
40903 #@item
40904
40905 File: ./doc/posix-functions/setreuid.texi
40906 Hash: a2894c1abc3680e75c9c62fe31090120166f9edff985537da0b3b07621a7b130
40907 Copyright: 
40908 License: 
40909 Licence_Text: 
40910 #Header: 
40911 #@node setreuid
40912 #@section @code{setreuid}
40913 #@findex setreuid
40914 #
40915 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setreuid.html}
40916 #
40917 #Gnulib module: ---
40918 #
40919 #Portability problems fixed by Gnulib:
40920 #@itemize
40921 #@end itemize
40922 #
40923 #Portability problems not fixed by Gnulib:
40924 #@itemize
40925 #@item
40926
40927 File: ./doc/posix-functions/setrlimit.texi
40928 Hash: 5958d803819871762a9194cd467efc0bf2d71ad529a8dbc42aeb3e56d18ef353
40929 Copyright: 
40930 License: 
40931 Licence_Text: 
40932 #Header: 
40933 #@node setrlimit
40934 #@section @code{setrlimit}
40935 #@findex setrlimit
40936 #
40937 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setrlimit.html}
40938 #
40939 #Gnulib module: ---
40940 #
40941 #Portability problems fixed by Gnulib:
40942 #@itemize
40943 #@end itemize
40944 #
40945 #Portability problems not fixed by Gnulib:
40946 #@itemize
40947 #@item
40948
40949 File: ./doc/posix-functions/setservent.texi
40950 Hash: 4140e3b3d42a1e14ceb0d81d7204b6f59b76655866b6693950bfecdae9605d99
40951 Copyright: 
40952 License: 
40953 Licence_Text: 
40954 #Header: 
40955 #@node setservent
40956 #@section @code{setservent}
40957 #@findex setservent
40958 #
40959 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setservent.html}
40960 #
40961 #Gnulib module: ---
40962 #
40963 #Portability problems fixed by Gnulib:
40964 #@itemize
40965 #@end itemize
40966 #
40967 #Portability problems not fixed by Gnulib:
40968 #@itemize
40969 #@item
40970
40971 File: ./doc/posix-functions/setsid.texi
40972 Hash: 5420e9cae04273dfc040f5832b9174b5564f4b38e482b274ecc0e0a8b17bc2c5
40973 Copyright: 
40974 License: 
40975 Licence_Text: 
40976 #Header: 
40977 #@node setsid
40978 #@section @code{setsid}
40979 #@findex setsid
40980 #
40981 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setsid.html}
40982 #
40983 #Gnulib module: ---
40984 #
40985 #Portability problems fixed by Gnulib:
40986 #@itemize
40987 #@end itemize
40988 #
40989 #Portability problems not fixed by Gnulib:
40990 #@itemize
40991 #@item
40992
40993 File: ./doc/posix-functions/setsockopt.texi
40994 Hash: bd5dd31491d9fba4a723fbc708f0f984a77f61bacefaf2fc2ca396fcafc0fe34
40995 Copyright: 
40996 License: 
40997 Licence_Text: 
40998 #Header: 
40999 #@node setsockopt
41000 #@section @code{setsockopt}
41001 #@findex setsockopt
41002 #
41003 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html}
41004 #
41005 #Gnulib module: setsockopt
41006 #
41007 #Portability problems fixed by Gnulib:
41008 #@itemize
41009 #@item
41010 #On Windows platforms (excluding Cygwin), error codes for
41011 #@code{setsockopt} are not placed in @code{errno}, and
41012 #@code{WSAGetLastError} must be used instead.
41013 #@end itemize
41014
41015 File: ./doc/posix-functions/setstate.texi
41016 Hash: 7b70df59e5d17161587200bda69c41606bc0d74689c8ebe00a6fe3d6b89e534e
41017 Copyright: 
41018 License: 
41019 Licence_Text: 
41020 #Header: 
41021 #@node setstate
41022 #@section @code{setstate}
41023 #@findex setstate
41024 #
41025 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setstate.html}
41026 #
41027 #Gnulib module: ---
41028 #
41029 #Portability problems fixed by Gnulib:
41030 #@itemize
41031 #@end itemize
41032 #
41033 #Portability problems not fixed by Gnulib:
41034 #@itemize
41035 #@item
41036
41037 File: ./doc/posix-functions/setuid.texi
41038 Hash: 6d8ea2173f4dd28ad1e91fef87b91f4b37f312d94ecde8c2ea7a1def4b20af2c
41039 Copyright: 
41040 License: 
41041 Licence_Text: 
41042 #Header: 
41043 #@node setuid
41044 #@section @code{setuid}
41045 #@findex setuid
41046 #
41047 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setuid.html}
41048 #
41049 #Gnulib module: ---
41050 #
41051 #Portability problems fixed by Gnulib:
41052 #@itemize
41053 #@end itemize
41054 #
41055 #Portability problems not fixed by Gnulib:
41056 #@itemize
41057 #@item
41058
41059 File: ./doc/posix-functions/setutxent.texi
41060 Hash: c888acebdd69ac6f546bde407b3b5ca347fce9a4abc3738e52bf16116e4782ac
41061 Copyright: 
41062 License: 
41063 Licence_Text: 
41064 #Header: 
41065 #@node setutxent
41066 #@section @code{setutxent}
41067 #@findex setutxent
41068 #
41069 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setutxent.html}
41070 #
41071 #Gnulib module: ---
41072 #
41073 #Portability problems fixed by Gnulib:
41074 #@itemize
41075 #@end itemize
41076 #
41077 #Portability problems not fixed by Gnulib:
41078 #@itemize
41079 #@item
41080
41081 File: ./doc/posix-functions/setvbuf.texi
41082 Hash: fbfcee6cf17813046c5d7770e3e28de66747fae03b99febcc83a7afd709adb1a
41083 Copyright: 
41084 License: 
41085 Licence_Text: 
41086 #Header: 
41087 #@node setvbuf
41088 #@section @code{setvbuf}
41089 #@findex setvbuf
41090 #
41091 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setvbuf.html}
41092 #
41093 #Gnulib module: ---
41094 #
41095 #Portability problems fixed by Gnulib:
41096 #@itemize
41097 #@end itemize
41098 #
41099 #Portability problems not fixed by Gnulib:
41100 #@itemize
41101 #@item
41102
41103 File: ./doc/posix-functions/shm_open.texi
41104 Hash: 711cb8029e21657fbc064d404ae7c2ef07e04ac28a7d26aa81a85561f93282bb
41105 Copyright: 
41106 License: 
41107 Licence_Text: 
41108 #Header: 
41109 #@node shm_open
41110 #@section @code{shm_open}
41111 #@findex shm_open
41112 #
41113 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/shm_open.html}
41114 #
41115 #Gnulib module: ---
41116 #
41117 #Portability problems fixed by Gnulib:
41118 #@itemize
41119 #@end itemize
41120 #
41121 #Portability problems not fixed by Gnulib:
41122 #@itemize
41123 #@item
41124
41125 File: ./doc/posix-functions/shm_unlink.texi
41126 Hash: 35c8021da60f69c9ebcff71354f190dd9ee08ceb621dfcf03648e74f82ff0abd
41127 Copyright: 
41128 License: 
41129 Licence_Text: 
41130 #Header: 
41131 #@node shm_unlink
41132 #@section @code{shm_unlink}
41133 #@findex shm_unlink
41134 #
41135 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/shm_unlink.html}
41136 #
41137 #Gnulib module: ---
41138 #
41139 #Portability problems fixed by Gnulib:
41140 #@itemize
41141 #@end itemize
41142 #
41143 #Portability problems not fixed by Gnulib:
41144 #@itemize
41145 #@item
41146
41147 File: ./doc/posix-functions/shmat.texi
41148 Hash: af47252558f36f307c6ce55289a619bde06542814c0df5fe5c6eee825741498c
41149 Copyright: 
41150 License: 
41151 Licence_Text: 
41152 #Header: 
41153 #@node shmat
41154 #@section @code{shmat}
41155 #@findex shmat
41156 #
41157 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/shmat.html}
41158 #
41159 #Gnulib module: ---
41160 #
41161 #Portability problems fixed by Gnulib:
41162 #@itemize
41163 #@end itemize
41164 #
41165 #Portability problems not fixed by Gnulib:
41166 #@itemize
41167 #@item
41168
41169 File: ./doc/posix-functions/shmctl.texi
41170 Hash: bbdc41b3831e90eb39d93d9959b3a97aebd44e0ad7838445371d377f11831af0
41171 Copyright: 
41172 License: 
41173 Licence_Text: 
41174 #Header: 
41175 #@node shmctl
41176 #@section @code{shmctl}
41177 #@findex shmctl
41178 #
41179 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/shmctl.html}
41180 #
41181 #Gnulib module: ---
41182 #
41183 #Portability problems fixed by Gnulib:
41184 #@itemize
41185 #@end itemize
41186 #
41187 #Portability problems not fixed by Gnulib:
41188 #@itemize
41189 #@item
41190
41191 File: ./doc/posix-functions/shmdt.texi
41192 Hash: b232456ce946eab53cb5c9dd93b637d707efd563a3002b96feae52b49bf35788
41193 Copyright: 
41194 License: 
41195 Licence_Text: 
41196 #Header: 
41197 #@node shmdt
41198 #@section @code{shmdt}
41199 #@findex shmdt
41200 #
41201 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/shmdt.html}
41202 #
41203 #Gnulib module: ---
41204 #
41205 #Portability problems fixed by Gnulib:
41206 #@itemize
41207 #@end itemize
41208 #
41209 #Portability problems not fixed by Gnulib:
41210 #@itemize
41211 #@item
41212
41213 File: ./doc/posix-functions/shmget.texi
41214 Hash: 1d43d652e94e8910fa095f710d53122c2eb95d2f07f9b0d0dcba635a7c51ec84
41215 Copyright: 
41216 License: 
41217 Licence_Text: 
41218 #Header: 
41219 #@node shmget
41220 #@section @code{shmget}
41221 #@findex shmget
41222 #
41223 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/shmget.html}
41224 #
41225 #Gnulib module: ---
41226 #
41227 #Portability problems fixed by Gnulib:
41228 #@itemize
41229 #@end itemize
41230 #
41231 #Portability problems not fixed by Gnulib:
41232 #@itemize
41233 #@item
41234
41235 File: ./doc/posix-functions/shutdown.texi
41236 Hash: 29fd2d2990cf30cf14c302f76697e11d96f31a9d4e14073f070bd38a84a0bdda
41237 Copyright: 
41238 License: 
41239 Licence_Text: 
41240 #Header: 
41241 #@node shutdown
41242 #@section @code{shutdown}
41243 #@findex shutdown
41244 #
41245 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/shutdown.html}
41246 #
41247 #Gnulib module: shutdown
41248 #
41249 #Portability problems fixed by Gnulib:
41250 #@itemize
41251 #@item
41252 #On Windows platforms (excluding Cygwin), error codes for
41253 #@code{shutdown} are not placed in @code{errno}, and
41254 #@code{WSAGetLastError} must be used instead.
41255 #@end itemize
41256
41257 File: ./doc/posix-functions/sigaction.texi
41258 Hash: 3cdd81c159f9d0dba0a772d6ee39c302d310b9bc0c05293ff05fc4a08daadf1d
41259 Copyright: 
41260 License: 
41261 Licence_Text: 
41262 #Header: 
41263 #@node sigaction
41264 #@section @code{sigaction}
41265 #@findex sigaction
41266 #
41267 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigaction.html}
41268 #
41269 #Gnulib module: sigaction
41270 #
41271 #Portability problems fixed by Gnulib:
41272 #@itemize
41273 #@item
41274 #This function is missing on some platforms:
41275 #mingw.
41276 #@end itemize
41277
41278 File: ./doc/posix-functions/sigaddset.texi
41279 Hash: 87d0a09d5c3d0fa0a9ad87967175e1c39afbf2d4bb335cdae4e557454163fd5f
41280 Copyright: 
41281 License: 
41282 Licence_Text: 
41283 #Header: 
41284 #@node sigaddset
41285 #@section @code{sigaddset}
41286 #@findex sigaddset
41287 #
41288 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigaddset.html}
41289 #
41290 #Gnulib module: sigprocmask
41291 #
41292 #Portability problems fixed by Gnulib:
41293 #@itemize
41294 #@item
41295 #This function is missing on some platforms:
41296 #mingw.
41297 #@end itemize
41298
41299 File: ./doc/posix-functions/sigaltstack.texi
41300 Hash: e8985e3e771fbc1c26d97574a451d0a10395aceb70a1d365d4144ca3045b4de4
41301 Copyright: 
41302 License: 
41303 Licence_Text: 
41304 #Header: 
41305 #@node sigaltstack
41306 #@section @code{sigaltstack}
41307 #@findex sigaltstack
41308 #
41309 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigaltstack.html}
41310 #
41311 #Gnulib module: ---
41312 #
41313 #Portability problems fixed by Gnulib:
41314 #@itemize
41315 #@end itemize
41316 #
41317 #Portability problems not fixed by Gnulib:
41318 #@itemize
41319 #@item
41320
41321 File: ./doc/posix-functions/sigdelset.texi
41322 Hash: 6ab4bcad934cc4107635ba22f4edbec51c53bd010e628837c8a794db9106befb
41323 Copyright: 
41324 License: 
41325 Licence_Text: 
41326 #Header: 
41327 #@node sigdelset
41328 #@section @code{sigdelset}
41329 #@findex sigdelset
41330 #
41331 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigdelset.html}
41332 #
41333 #Gnulib module: sigprocmask
41334 #
41335 #Portability problems fixed by Gnulib:
41336 #@itemize
41337 #@item
41338 #This function is missing on some platforms:
41339 #mingw.
41340 #@end itemize
41341
41342 File: ./doc/posix-functions/sigemptyset.texi
41343 Hash: 14e1a070f0a75d6ed8d5d0c03a87fb88c716371c984180c7bff89e802c58c46b
41344 Copyright: 
41345 License: 
41346 Licence_Text: 
41347 #Header: 
41348 #@node sigemptyset
41349 #@section @code{sigemptyset}
41350 #@findex sigemptyset
41351 #
41352 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigemptyset.html}
41353 #
41354 #Gnulib module: sigprocmask
41355 #
41356 #Portability problems fixed by Gnulib:
41357 #@itemize
41358 #@item
41359 #This function is missing on some platforms:
41360 #mingw.
41361 #@end itemize
41362
41363 File: ./doc/posix-functions/sigfillset.texi
41364 Hash: 3b2a1a255cefe69a417f80a0edf260888c0db54bfdd3d12424bb30b31df0c59d
41365 Copyright: 
41366 License: 
41367 Licence_Text: 
41368 #Header: 
41369 #@node sigfillset
41370 #@section @code{sigfillset}
41371 #@findex sigfillset
41372 #
41373 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigfillset.html}
41374 #
41375 #Gnulib module: sigprocmask
41376 #
41377 #Portability problems fixed by Gnulib:
41378 #@itemize
41379 #@item
41380 #This function is missing on some platforms:
41381 #mingw.
41382 #@end itemize
41383
41384 File: ./doc/posix-functions/sighold.texi
41385 Hash: c28922c54cf2987fd419a7e53c1c070521cdcf17e4c18b7cd7dcb213e7f6006c
41386 Copyright: 
41387 License: 
41388 Licence_Text: 
41389 #Header: 
41390 #@node sighold
41391 #@section @code{sighold}
41392 #@findex sighold
41393 #
41394 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sighold.html}
41395 #
41396 #Gnulib module: ---
41397 #
41398 #Portability problems fixed by Gnulib:
41399 #@itemize
41400 #@end itemize
41401 #
41402 #Portability problems not fixed by Gnulib:
41403 #@itemize
41404 #@item
41405
41406 File: ./doc/posix-functions/sigignore.texi
41407 Hash: 3ccf3776aadb2d683f46c2e2259b1059bf8f109cbf6322bd4534dbfb315a472c
41408 Copyright: 
41409 License: 
41410 Licence_Text: 
41411 #Header: 
41412 #@node sigignore
41413 #@section @code{sigignore}
41414 #@findex sigignore
41415 #
41416 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigignore.html}
41417 #
41418 #Gnulib module: ---
41419 #
41420 #Portability problems fixed by Gnulib:
41421 #@itemize
41422 #@end itemize
41423 #
41424 #Portability problems not fixed by Gnulib:
41425 #@itemize
41426 #@item
41427
41428 File: ./doc/posix-functions/siginterrupt.texi
41429 Hash: 3349e08d5be99e38c5a03fe7b7d459078dcd284fd0149a41c075402bbfb7c405
41430 Copyright: 
41431 License: 
41432 Licence_Text: 
41433 #Header: 
41434 #@node siginterrupt
41435 #@section @code{siginterrupt}
41436 #@findex siginterrupt
41437 #
41438 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/siginterrupt.html}
41439 #
41440 #Gnulib module: ---
41441 #
41442 #Portability problems fixed by Gnulib:
41443 #@itemize
41444 #@end itemize
41445 #
41446 #Portability problems not fixed by Gnulib:
41447 #@itemize
41448 #@item
41449
41450 File: ./doc/posix-functions/sigismember.texi
41451 Hash: 49eccb6e25f6f97abb2511bd20e9d3e01769d0bd25e1401230b3a252e95c213f
41452 Copyright: 
41453 License: 
41454 Licence_Text: 
41455 #Header: 
41456 #@node sigismember
41457 #@section @code{sigismember}
41458 #@findex sigismember
41459 #
41460 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigismember.html}
41461 #
41462 #Gnulib module: sigprocmask
41463 #
41464 #Portability problems fixed by Gnulib:
41465 #@itemize
41466 #@item
41467 #This function is missing on some platforms:
41468 #mingw.
41469 #@end itemize
41470
41471 File: ./doc/posix-functions/siglongjmp.texi
41472 Hash: 24a32bca7cf45f9d1b12aeeda5dcb11dd4fd66f53d74c27d12bd42e474c9d1d0
41473 Copyright: 
41474 License: 
41475 Licence_Text: 
41476 #Header: 
41477 #@node siglongjmp
41478 #@section @code{siglongjmp}
41479 #@findex siglongjmp
41480 #
41481 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/siglongjmp.html}
41482 #
41483 #Gnulib module: ---
41484 #
41485 #Portability problems fixed by Gnulib:
41486 #@itemize
41487 #@end itemize
41488 #
41489 #Portability problems not fixed by Gnulib:
41490 #@itemize
41491 #@item
41492
41493 File: ./doc/posix-functions/signal.texi
41494 Hash: c518a9f0387ab90d8b170e72d3583f762ac4a05461790508d01beab9ab3d8558
41495 Copyright: 
41496 License: 
41497 Licence_Text: 
41498 #Header: 
41499 #@node signal
41500 #@section @code{signal}
41501 #@findex signal
41502 #
41503 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/signal.html}
41504 #
41505 #Gnulib module: ---
41506 #
41507 #Portability problems fixed by Gnulib:
41508 #@itemize
41509 #@end itemize
41510 #
41511 #Portability problems not fixed by Gnulib:
41512 #@itemize
41513 #@item
41514
41515 File: ./doc/posix-functions/signbit.texi
41516 Hash: 9e6a47f6d9259e813d6797c19a71415f8e4647438247ff24e8e2424a0a565702
41517 Copyright: 
41518 License: 
41519 Licence_Text: 
41520 #Header: 
41521 #@node signbit
41522 #@section @code{signbit}
41523 #@findex signbit
41524 #
41525 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/signbit.html}
41526 #
41527 #Gnulib module: signbit
41528 #
41529 #Portability problems fixed by Gnulib:
41530 #@itemize
41531 #@item
41532 #This function is missing on some platforms:
41533 #MacOS X 10.3, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 10, Interix 3.5.
41534 #@end itemize
41535
41536 File: ./doc/posix-functions/signgam.texi
41537 Hash: 3ef7a55a9465be68ba43768332914144bd6c2c173b9a7a9a2e4b07f33121c7ed
41538 Copyright: 
41539 License: 
41540 Licence_Text: 
41541 #Header: 
41542 #@node signgam
41543 #@section @code{signgam}
41544 #@findex signgam
41545 #
41546 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/signgam.html}
41547 #
41548 #Gnulib module: ---
41549 #
41550 #Portability problems fixed by Gnulib:
41551 #@itemize
41552 #@end itemize
41553 #
41554 #Portability problems not fixed by Gnulib:
41555 #@itemize
41556 #@item
41557
41558 File: ./doc/posix-functions/sigpause.texi
41559 Hash: 90fce48a0d49ab718dd652a5a5a87668ce9617dad7ff70874f4b1f7460432841
41560 Copyright: 
41561 License: 
41562 Licence_Text: 
41563 #Header: 
41564 #@node sigpause
41565 #@section @code{sigpause}
41566 #@findex sigpause
41567 #
41568 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigpause.html}
41569 #
41570 #Gnulib module: ---
41571 #
41572 #Portability problems fixed by Gnulib:
41573 #@itemize
41574 #@end itemize
41575 #
41576 #Portability problems not fixed by Gnulib:
41577 #@itemize
41578 #@item
41579
41580 File: ./doc/posix-functions/sigpending.texi
41581 Hash: 2de6219e44b909caad92df6778f831f8b2a15b1ccf7e05f729d33dd54c5fc27a
41582 Copyright: 
41583 License: 
41584 Licence_Text: 
41585 #Header: 
41586 #@node sigpending
41587 #@section @code{sigpending}
41588 #@findex sigpending
41589 #
41590 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigpending.html}
41591 #
41592 #Gnulib module: sigprocmask
41593 #
41594 #Portability problems fixed by Gnulib:
41595 #@itemize
41596 #@item
41597 #This function is missing on some platforms:
41598 #mingw.
41599 #@end itemize
41600
41601 File: ./doc/posix-functions/sigprocmask.texi
41602 Hash: 7811aa27382f44d47c7d149b3806ae14f1198c12a3dd63ebcf6f243a6558b74f
41603 Copyright: 
41604 License: 
41605 Licence_Text: 
41606 #Header: 
41607 #@node sigprocmask
41608 #@section @code{sigprocmask}
41609 #@findex sigprocmask
41610 #
41611 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigprocmask.html}
41612 #
41613 #Gnulib module: sigprocmask
41614 #
41615 #Portability problems fixed by Gnulib:
41616 #@itemize
41617 #@item
41618 #This function is missing on some platforms:
41619 #mingw.
41620 #@end itemize
41621
41622 File: ./doc/posix-functions/sigqueue.texi
41623 Hash: 9c5d6f633c6f30e8fc0156ab80d63f803626e6f8bb5643e76ab141df5110c706
41624 Copyright: 
41625 License: 
41626 Licence_Text: 
41627 #Header: 
41628 #@node sigqueue
41629 #@section @code{sigqueue}
41630 #@findex sigqueue
41631 #
41632 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigqueue.html}
41633 #
41634 #Gnulib module: ---
41635 #
41636 #Portability problems fixed by Gnulib:
41637 #@itemize
41638 #@end itemize
41639 #
41640 #Portability problems not fixed by Gnulib:
41641 #@itemize
41642 #@item
41643
41644 File: ./doc/posix-functions/sigrelse.texi
41645 Hash: 65be3cf6a9cbb69df7b4747865bd7efa29653d3e971d39e3aa1419deb39a80ea
41646 Copyright: 
41647 License: 
41648 Licence_Text: 
41649 #Header: 
41650 #@node sigrelse
41651 #@section @code{sigrelse}
41652 #@findex sigrelse
41653 #
41654 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigrelse.html}
41655 #
41656 #Gnulib module: ---
41657 #
41658 #Portability problems fixed by Gnulib:
41659 #@itemize
41660 #@end itemize
41661 #
41662 #Portability problems not fixed by Gnulib:
41663 #@itemize
41664 #@item
41665
41666 File: ./doc/posix-functions/sigset.texi
41667 Hash: 817f69cc205c41f70b80ea90ab05062b190f96036502febe7c854c33b17a253a
41668 Copyright: 
41669 License: 
41670 Licence_Text: 
41671 #Header: 
41672 #@node sigset
41673 #@section @code{sigset}
41674 #@findex sigset
41675 #
41676 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigset.html}
41677 #
41678 #Gnulib module: ---
41679 #
41680 #Portability problems fixed by Gnulib:
41681 #@itemize
41682 #@end itemize
41683 #
41684 #Portability problems not fixed by Gnulib:
41685 #@itemize
41686 #@item
41687
41688 File: ./doc/posix-functions/sigsetjmp.texi
41689 Hash: cc4ca79a3fb359807d0b9b990ec85be94f2c178350a771f908b5256c556a8817
41690 Copyright: 
41691 License: 
41692 Licence_Text: 
41693 #Header: 
41694 #@node sigsetjmp
41695 #@section @code{sigsetjmp}
41696 #@findex sigsetjmp
41697 #
41698 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigsetjmp.html}
41699 #
41700 #Gnulib module: ---
41701 #
41702 #Portability problems fixed by Gnulib:
41703 #@itemize
41704 #@end itemize
41705 #
41706 #Portability problems not fixed by Gnulib:
41707 #@itemize
41708 #@item
41709
41710 File: ./doc/posix-functions/sigsuspend.texi
41711 Hash: 9f9cff8e739048a9f60008555c57b52b49ef7d90ca097e08f8988d24a4c1a8a5
41712 Copyright: 
41713 License: 
41714 Licence_Text: 
41715 #Header: 
41716 #@node sigsuspend
41717 #@section @code{sigsuspend}
41718 #@findex sigsuspend
41719 #
41720 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigsuspend.html}
41721 #
41722 #Gnulib module: ---
41723 #
41724 #Portability problems fixed by Gnulib:
41725 #@itemize
41726 #@end itemize
41727 #
41728 #Portability problems not fixed by Gnulib:
41729 #@itemize
41730 #@item
41731
41732 File: ./doc/posix-functions/sigtimedwait.texi
41733 Hash: 0d47c3fdba144dd0c0aa13adc6924d3275b3cfec99c840ed982482cc8d729c12
41734 Copyright: 
41735 License: 
41736 Licence_Text: 
41737 #Header: 
41738 #@node sigtimedwait
41739 #@section @code{sigtimedwait}
41740 #@findex sigtimedwait
41741 #
41742 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigtimedwait.html}
41743 #
41744 #Gnulib module: ---
41745 #
41746 #Portability problems fixed by Gnulib:
41747 #@itemize
41748 #@end itemize
41749 #
41750 #Portability problems not fixed by Gnulib:
41751 #@itemize
41752 #@item
41753
41754 File: ./doc/posix-functions/sigwait.texi
41755 Hash: 6dddd4ba0f84a96575d582a6ff6afe6edf8ed9f95b14fa5a75a0e30525066682
41756 Copyright: 
41757 License: 
41758 Licence_Text: 
41759 #Header: 
41760 #@node sigwait
41761 #@section @code{sigwait}
41762 #@findex sigwait
41763 #
41764 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigwait.html}
41765 #
41766 #Gnulib module: ---
41767 #
41768 #Portability problems fixed by Gnulib:
41769 #@itemize
41770 #@end itemize
41771 #
41772 #Portability problems not fixed by Gnulib:
41773 #@itemize
41774 #@item
41775
41776 File: ./doc/posix-functions/sigwaitinfo.texi
41777 Hash: 8519df8c6af7a55c5e9a477e0ea273270f47ecec2e180025c7e26a2992b94378
41778 Copyright: 
41779 License: 
41780 Licence_Text: 
41781 #Header: 
41782 #@node sigwaitinfo
41783 #@section @code{sigwaitinfo}
41784 #@findex sigwaitinfo
41785 #
41786 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigwaitinfo.html}
41787 #
41788 #Gnulib module: ---
41789 #
41790 #Portability problems fixed by Gnulib:
41791 #@itemize
41792 #@end itemize
41793 #
41794 #Portability problems not fixed by Gnulib:
41795 #@itemize
41796 #@item
41797
41798 File: ./doc/posix-functions/sin.texi
41799 Hash: f676105dffa7de8f92a0b6f8f57abef62d5cd3185cfbbb94f4dcc80a1d2a0170
41800 Copyright: 
41801 License: 
41802 Licence_Text: 
41803 #Header: 
41804 #@node sin
41805 #@section @code{sin}
41806 #@findex sin
41807 #
41808 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sin.html}
41809 #
41810 #Gnulib module: ---
41811 #
41812 #Portability problems fixed by Gnulib:
41813 #@itemize
41814 #@end itemize
41815 #
41816 #Portability problems not fixed by Gnulib:
41817 #@itemize
41818 #@end itemize
41819
41820 File: ./doc/posix-functions/sinf.texi
41821 Hash: 6b533d6508b0c237bc96b621b1f7e8f506f848ceff578dc4c25a0739ff026e70
41822 Copyright: 
41823 License: 
41824 Licence_Text: 
41825 #Header: 
41826 #@node sinf
41827 #@section @code{sinf}
41828 #@findex sinf
41829 #
41830 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sinf.html}
41831 #
41832 #Gnulib module: ---
41833 #
41834 #Portability problems fixed by Gnulib:
41835 #@itemize
41836 #@end itemize
41837 #
41838 #Portability problems not fixed by Gnulib:
41839 #@itemize
41840 #@item
41841
41842 File: ./doc/posix-functions/sinh.texi
41843 Hash: eee78b2f05fd0d6a7ca4c90460bb0440ce78fa090a075e3ec74f104b18b887f1
41844 Copyright: 
41845 License: 
41846 Licence_Text: 
41847 #Header: 
41848 #@node sinh
41849 #@section @code{sinh}
41850 #@findex sinh
41851 #
41852 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sinh.html}
41853 #
41854 #Gnulib module: ---
41855 #
41856 #Portability problems fixed by Gnulib:
41857 #@itemize
41858 #@end itemize
41859 #
41860 #Portability problems not fixed by Gnulib:
41861 #@itemize
41862 #@end itemize
41863
41864 File: ./doc/posix-functions/sinhf.texi
41865 Hash: 15948ac5234b4e3f9763f212e52c490c8d917e214e3314f63e42d48a96c66721
41866 Copyright: 
41867 License: 
41868 Licence_Text: 
41869 #Header: 
41870 #@node sinhf
41871 #@section @code{sinhf}
41872 #@findex sinhf
41873 #
41874 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sinhf.html}
41875 #
41876 #Gnulib module: ---
41877 #
41878 #Portability problems fixed by Gnulib:
41879 #@itemize
41880 #@end itemize
41881 #
41882 #Portability problems not fixed by Gnulib:
41883 #@itemize
41884 #@item
41885
41886 File: ./doc/posix-functions/sinhl.texi
41887 Hash: 4ee1ad6e044636412b8f958d57116513ef7412caaa45b936796b888f154f96e9
41888 Copyright: 
41889 License: 
41890 Licence_Text: 
41891 #Header: 
41892 #@node sinhl
41893 #@section @code{sinhl}
41894 #@findex sinhl
41895 #
41896 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sinhl.html}
41897 #
41898 #Gnulib module: ---
41899 #
41900 #Portability problems fixed by Gnulib:
41901 #@itemize
41902 #@end itemize
41903 #
41904 #Portability problems not fixed by Gnulib:
41905 #@itemize
41906 #@item
41907
41908 File: ./doc/posix-functions/sinl.texi
41909 Hash: 10f6d3e1420c92efabdee4ff2ec16a1c2a547530c24cd0a0fd564d70e751838e
41910 Copyright: 
41911 License: 
41912 Licence_Text: 
41913 #Header: 
41914 #@node sinl
41915 #@section @code{sinl}
41916 #@findex sinl
41917 #
41918 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sinl.html}
41919 #
41920 #Gnulib module: ---
41921 #
41922 #Portability problems fixed by Gnulib:
41923 #@itemize
41924 #@end itemize
41925 #
41926 #Portability problems not fixed by Gnulib:
41927 #@itemize
41928 #@item
41929
41930 File: ./doc/posix-functions/sleep.texi
41931 Hash: 4cee9d14a9da82cb86de0e74f1bf4ba2a685783e472474fcef506b8a3a209ff6
41932 Copyright: 
41933 License: 
41934 Licence_Text: 
41935 #Header: 
41936 #@node sleep
41937 #@section @code{sleep}
41938 #@findex sleep
41939 #
41940 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sleep.html}
41941 #
41942 #Gnulib module: sleep
41943 #
41944 #Portability problems fixed by Gnulib:
41945 #@itemize
41946 #@item
41947 #This function is missing on some platforms:
41948 #mingw (2005 or newer).
41949 #@item
41950 #This function takes milliseconds as argument and returns @code{void} on some
41951
41952 File: ./doc/posix-functions/snprintf.texi
41953 Hash: 6c65c8fb2c2be3898412015204e121e2d318c68b72bb30da42e1e97638cfc92f
41954 Copyright: 
41955 License: 
41956 Licence_Text: 
41957 #Header: 
41958 #@node snprintf
41959 #@section @code{snprintf}
41960 #@findex snprintf
41961 #
41962 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/snprintf.html}
41963 #
41964 #Gnulib module: snprintf or snprintf-posix
41965 #
41966 #Portability problems fixed by either Gnulib module @code{snprintf} or @code{snprintf-posix}:
41967 #@itemize
41968 #@item
41969 #This function is missing on some platforms:
41970 #IRIX 5.3, OSF/1 4.0, Solaris 2.5.1.
41971 #@item
41972 #This function overwrites memory even when a size argument of 1 is passed on some
41973
41974 File: ./doc/posix-functions/sockatmark.texi
41975 Hash: 920043e499988efb4a6ecd649dee0e51423706cdf1b627d287ee498e733a5e9d
41976 Copyright: 
41977 License: 
41978 Licence_Text: 
41979 #Header: 
41980 #@node sockatmark
41981 #@section @code{sockatmark}
41982 #@findex sockatmark
41983 #
41984 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sockatmark.html}
41985 #
41986 #Gnulib module: ---
41987 #
41988 #Portability problems fixed by Gnulib:
41989 #@itemize
41990 #@end itemize
41991 #
41992 #Portability problems not fixed by Gnulib:
41993 #@itemize
41994 #@item
41995
41996 File: ./doc/posix-functions/socket.texi
41997 Hash: bb5c8946b1533c378b8b51008463815ff926bf3edc8d434945008788336605e6
41998 Copyright: 
41999 License: 
42000 Licence_Text: 
42001 #Header: 
42002 #@node socket
42003 #@section @code{socket}
42004 #@findex socket
42005 #
42006 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/socket.html}
42007 #
42008 #Gnulib module: socket
42009 #
42010 #Portability problems fixed by Gnulib:
42011 #@itemize
42012 #@item
42013 #On Windows platforms (excluding Cygwin), the descriptors returned by
42014 #the @code{socket} function can not be used in calls to @code{read},
42015 #@code{write}, and @code{close}; you have to use @code{recv}, @code{send},
42016 #@code{closesocket} in these cases instead.
42017
42018 File: ./doc/posix-functions/socketpair.texi
42019 Hash: 770e250df219be1c39ad0bc54906007f1364594d855db008855fd5027ed6fd17
42020 Copyright: 
42021 License: 
42022 Licence_Text: 
42023 #Header: 
42024 #@node socketpair
42025 #@section @code{socketpair}
42026 #@findex socketpair
42027 #
42028 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/socketpair.html}
42029 #
42030 #Gnulib module: ---
42031 #
42032 #Portability problems fixed by Gnulib:
42033 #@itemize
42034 #@end itemize
42035 #
42036 #Portability problems not fixed by Gnulib:
42037 #@itemize
42038 #@item
42039
42040 File: ./doc/posix-functions/sprintf.texi
42041 Hash: adef99bf429ec5dc65bbb09f6b18391699c7c0b404cf95ba34bb4db35c474dc9
42042 Copyright: 
42043 License: 
42044 Licence_Text: 
42045 #Header: 
42046 #@node sprintf
42047 #@section @code{sprintf}
42048 #@findex sprintf
42049 #
42050 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sprintf.html}
42051 #
42052 #Gnulib module: sprintf-posix
42053 #
42054 #Portability problems fixed by Gnulib:
42055 #@itemize
42056 #@item
42057 #This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
42058 #@code{j}, @code{t}, @code{z}) on some platforms:
42059 #AIX 5.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.5.24, mingw, BeOS.
42060 #@item
42061
42062 File: ./doc/posix-functions/sqrt.texi
42063 Hash: 7bd904a48d9461c5ab7ec22f185475d3849dd2b798f72cb54986fec482103eec
42064 Copyright: 
42065 License: 
42066 Licence_Text: 
42067 #Header: 
42068 #@node sqrt
42069 #@section @code{sqrt}
42070 #@findex sqrt
42071 #
42072 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sqrt.html}
42073 #
42074 #Gnulib module: ---
42075 #
42076 #Portability problems fixed by Gnulib:
42077 #@itemize
42078 #@end itemize
42079 #
42080 #Portability problems not fixed by Gnulib:
42081 #@itemize
42082 #@item
42083
42084 File: ./doc/posix-functions/sqrtf.texi
42085 Hash: 440a2d8390eee454a3f25219d743c8e847045e11fc366fcf2ab6272bff843532
42086 Copyright: 
42087 License: 
42088 Licence_Text: 
42089 #Header: 
42090 #@node sqrtf
42091 #@section @code{sqrtf}
42092 #@findex sqrtf
42093 #
42094 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sqrtf.html}
42095 #
42096 #Gnulib module: ---
42097 #
42098 #Portability problems fixed by Gnulib:
42099 #@itemize
42100 #@end itemize
42101 #
42102 #Portability problems not fixed by Gnulib:
42103 #@itemize
42104 #@item
42105
42106 File: ./doc/posix-functions/sqrtl.texi
42107 Hash: 527035958e9ce2e375b8e03b8d1d37300c3da351d34b8c0eff9e1aba9b15ff54
42108 Copyright: 
42109 License: 
42110 Licence_Text: 
42111 #Header: 
42112 #@node sqrtl
42113 #@section @code{sqrtl}
42114 #@findex sqrtl
42115 #
42116 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sqrtl.html}
42117 #
42118 #Gnulib module: ---
42119 #
42120 #Portability problems fixed by Gnulib:
42121 #@itemize
42122 #@end itemize
42123 #
42124 #Portability problems not fixed by Gnulib:
42125 #@itemize
42126 #@item
42127
42128 File: ./doc/posix-functions/srand.texi
42129 Hash: b21bd4917b432b6818ebe2f3cbadd1ecb2903b11d0158f2a2af18294b9026cc8
42130 Copyright: 
42131 License: 
42132 Licence_Text: 
42133 #Header: 
42134 #@node srand
42135 #@section @code{srand}
42136 #@findex srand
42137 #
42138 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/srand.html}
42139 #
42140 #Gnulib module: ---
42141 #
42142 #Portability problems fixed by Gnulib:
42143 #@itemize
42144 #@end itemize
42145 #
42146 #Portability problems not fixed by Gnulib:
42147 #@itemize
42148 #@end itemize
42149
42150 File: ./doc/posix-functions/srand48.texi
42151 Hash: d80029584212c15658a5fd5e7e068068dfdf634b4f7e0411b2ef09a698ee7b3c
42152 Copyright: 
42153 License: 
42154 Licence_Text: 
42155 #Header: 
42156 #@node srand48
42157 #@section @code{srand48}
42158 #@findex srand48
42159 #
42160 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/srand48.html}
42161 #
42162 #Gnulib module: ---
42163 #
42164 #Portability problems fixed by Gnulib:
42165 #@itemize
42166 #@end itemize
42167 #
42168 #Portability problems not fixed by Gnulib:
42169 #@itemize
42170 #@item
42171
42172 File: ./doc/posix-functions/srandom.texi
42173 Hash: a10bfc704c425ab26485a296899f84e820bede1c112a19af796ee0bdce64d078
42174 Copyright: 
42175 License: 
42176 Licence_Text: 
42177 #Header: 
42178 #@node srandom
42179 #@section @code{srandom}
42180 #@findex srandom
42181 #
42182 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/srandom.html}
42183 #
42184 #Gnulib module: ---
42185 #
42186 #Portability problems fixed by Gnulib:
42187 #@itemize
42188 #@end itemize
42189 #
42190 #Portability problems not fixed by Gnulib:
42191 #@itemize
42192 #@item
42193
42194 File: ./doc/posix-functions/sscanf.texi
42195 Hash: 639cf4a9a282985958da828fe209b80969230cb51e066f6f4fdaf79063d373cc
42196 Copyright: 
42197 License: 
42198 Licence_Text: 
42199 #Header: 
42200 #@node sscanf
42201 #@section @code{sscanf}
42202 #@findex sscanf
42203 #
42204 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sscanf.html}
42205 #
42206 #Gnulib module: ---
42207 #
42208 #Portability problems fixed by Gnulib:
42209 #@itemize
42210 #@end itemize
42211 #
42212 #Portability problems not fixed by Gnulib:
42213 #@itemize
42214 #@item
42215
42216 File: ./doc/posix-functions/stat.texi
42217 Hash: 8d8fe8d3a054025b09c15989283e7d4754db8266583f7eb712f079efc1893db4
42218 Copyright: 
42219 License: 
42220 Licence_Text: 
42221 #Header: 
42222 #@node stat
42223 #@section @code{stat}
42224 #@findex stat
42225 #
42226 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/stat.html}
42227 #
42228 #Gnulib module: ---
42229 #
42230 #Portability problems fixed by Gnulib:
42231 #@itemize
42232 #@end itemize
42233 #
42234 #Portability problems not fixed by Gnulib:
42235 #@itemize
42236 #@item
42237
42238 File: ./doc/posix-functions/statvfs.texi
42239 Hash: c157e04fe064fb845027f0118a7978e9efb42c003ebd892582269ef5f45d64e4
42240 Copyright: 
42241 License: 
42242 Licence_Text: 
42243 #Header: 
42244 #@node statvfs
42245 #@section @code{statvfs}
42246 #@findex statvfs
42247 #
42248 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/statvfs.html}
42249 #
42250 #Gnulib module: ---
42251 #
42252 #Portability problems fixed by Gnulib:
42253 #@itemize
42254 #@end itemize
42255 #
42256 #Portability problems not fixed by Gnulib:
42257 #@itemize
42258 #@item
42259
42260 File: ./doc/posix-functions/stderr.texi
42261 Hash: 7632aaef92a1ca4ce28394d00756b3e8919b15817cbf548d8402404408cce9e7
42262 Copyright: 
42263 License: 
42264 Licence_Text: 
42265 #Header: 
42266 #@node stderr
42267 #@section @code{stderr}
42268 #@findex stderr
42269 #
42270 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/stderr.html}
42271 #
42272 #Gnulib module: ---
42273 #
42274 #Portability problems fixed by Gnulib:
42275 #@itemize
42276 #@end itemize
42277 #
42278 #Portability problems not fixed by Gnulib:
42279 #@itemize
42280 #@item
42281
42282 File: ./doc/posix-functions/stdin.texi
42283 Hash: a2f171d9774add6803c2df2f4d78912d32460e395041035c75c15c3216501ae2
42284 Copyright: 
42285 License: 
42286 Licence_Text: 
42287 #Header: 
42288 #@node stdin
42289 #@section @code{stdin}
42290 #@findex stdin
42291 #
42292 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/stdin.html}
42293 #
42294 #Gnulib module: ---
42295 #
42296 #Portability problems fixed by Gnulib:
42297 #@itemize
42298 #@end itemize
42299 #
42300 #Portability problems not fixed by Gnulib:
42301 #@itemize
42302 #@item
42303
42304 File: ./doc/posix-functions/stdout.texi
42305 Hash: 1820d40f78e54bd1362377e4b2d5f8f9a9da71a37a5e7cb5888e97a455e2b8f9
42306 Copyright: 
42307 License: 
42308 Licence_Text: 
42309 #Header: 
42310 #@node stdout
42311 #@section @code{stdout}
42312 #@findex stdout
42313 #
42314 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/stdout.html}
42315 #
42316 #Gnulib module: ---
42317 #
42318 #Portability problems fixed by Gnulib:
42319 #@itemize
42320 #@end itemize
42321 #
42322 #Portability problems not fixed by Gnulib:
42323 #@itemize
42324 #@item
42325
42326 File: ./doc/posix-functions/stpcpy.texi
42327 Hash: ec7fba60db1ae08ec7e335c879369c5952909faa0b097d50f883bf4067adc92b
42328 Copyright: 
42329 License: 
42330 Licence_Text: 
42331 #Header: 
42332 #@node stpcpy
42333 #@section @code{stpcpy}
42334 #@findex stpcpy
42335 #
42336 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/stpcpy.html}
42337 #
42338 #Gnulib module: stpcpy
42339 #
42340 #Portability problems fixed by Gnulib:
42341 #@itemize
42342 #@item
42343 #This function is missing on some platforms:
42344 #NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1,
42345 #Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5.
42346 #@end itemize
42347
42348 File: ./doc/posix-functions/stpncpy.texi
42349 Hash: 594dc6a1a62217496f0a4a517ccb4d256911977cf21ad5649ae9ae2c5cb260ec
42350 Copyright: 
42351 License: 
42352 Licence_Text: 
42353 #Header: 
42354 #@node stpncpy
42355 #@section @code{stpncpy}
42356 #@findex stpncpy
42357 #
42358 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/stpncpy.html}
42359 #
42360 #Gnulib module: stpncpy
42361 #
42362 #Portability problems fixed by Gnulib:
42363 #@itemize
42364 #@item
42365 #This function is missing on some platforms:
42366 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX
42367 #11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
42368 #@item
42369
42370 File: ./doc/posix-functions/strcasecmp.texi
42371 Hash: 7f49d3eceda3f51eb6ede418807164200915a15c26aabee9e3c678f79455ccfc
42372 Copyright: 
42373 License: 
42374 Licence_Text: 
42375 #Header: 
42376 #@node strcasecmp
42377 #@section @code{strcasecmp}
42378 #@findex strcasecmp
42379 #
42380 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html}
42381 #
42382 #Gnulib module: ---
42383 #
42384 #Portability problems fixed by Gnulib:
42385 #@itemize
42386 #@end itemize
42387 #
42388 #Portability problems not fixed by Gnulib:
42389 #@itemize
42390 #@item
42391
42392 File: ./doc/posix-functions/strcasecmp_l.texi
42393 Hash: 2d4cf5c896e1982e35fb0a9e338fe2e67c0c87e9eac900de5045c1af7035bbb7
42394 Copyright: 
42395 License: 
42396 Licence_Text: 
42397 #Header: 
42398 #@node strcasecmp_l
42399 #@section @code{strcasecmp_l}
42400 #@findex strcasecmp_l
42401 #
42402 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcasecmp_l.html}
42403 #
42404 #Gnulib module: ---
42405 #
42406 #Portability problems fixed by Gnulib:
42407 #@itemize
42408 #@end itemize
42409 #
42410 #Portability problems not fixed by Gnulib:
42411 #@itemize
42412 #@item
42413
42414 File: ./doc/posix-functions/strcat.texi
42415 Hash: a0407da6c606d87607b8e64140519deb5030ee90004ac26fb72a067c9c0cfbd8
42416 Copyright: 
42417 License: 
42418 Licence_Text: 
42419 #Header: 
42420 #@node strcat
42421 #@section @code{strcat}
42422 #@findex strcat
42423 #
42424 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcat.html}
42425 #
42426 #Gnulib module: ---
42427 #
42428 #Portability problems fixed by Gnulib:
42429 #@itemize
42430 #@end itemize
42431 #
42432 #Portability problems not fixed by Gnulib:
42433 #@itemize
42434 #@end itemize
42435
42436 File: ./doc/posix-functions/strchr.texi
42437 Hash: 91fade2e19fa83ad5590281a8e15b2056505d2812d8c5741760a5ad0dbea0bff
42438 Copyright: 
42439 License: 
42440 Licence_Text: 
42441 #Header: 
42442 #@node strchr
42443 #@section @code{strchr}
42444 #@findex strchr
42445 #
42446 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strchr.html}
42447 #
42448 #Gnulib module: ---
42449 #
42450 #Portability problems fixed by Gnulib:
42451 #@itemize
42452 #@end itemize
42453 #
42454 #Portability problems not fixed by Gnulib:
42455 #@itemize
42456 #@item
42457
42458 File: ./doc/posix-functions/strcmp.texi
42459 Hash: 7fbbcf029f56138b09c72dda4b9ef0fecc39fbed9deff9b401c58a58d9a0666d
42460 Copyright: 
42461 License: 
42462 Licence_Text: 
42463 #Header: 
42464 #@node strcmp
42465 #@section @code{strcmp}
42466 #@findex strcmp
42467 #
42468 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcmp.html}
42469 #
42470 #Gnulib module: ---
42471 #
42472 #Portability problems fixed by Gnulib:
42473 #@itemize
42474 #@end itemize
42475 #
42476 #Portability problems not fixed by Gnulib:
42477 #@itemize
42478 #@end itemize
42479
42480 File: ./doc/posix-functions/strcoll.texi
42481 Hash: ee188da4f400e65ed26ff9866ff2b8bc30f430eb0512b332087ea2c2cd7a5a7f
42482 Copyright: 
42483 License: 
42484 Licence_Text: 
42485 #Header: 
42486 #@node strcoll
42487 #@section @code{strcoll}
42488 #@findex strcoll
42489 #
42490 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcoll.html}
42491 #
42492 #Gnulib module: ---
42493 #
42494 #Portability problems fixed by Gnulib:
42495 #@itemize
42496 #@end itemize
42497 #
42498 #Portability problems not fixed by Gnulib:
42499 #@itemize
42500 #@end itemize
42501
42502 File: ./doc/posix-functions/strcoll_l.texi
42503 Hash: edfafaa4cc6ba9b3a175802811fc246df5f91d0e63ab0790111490fde6c12719
42504 Copyright: 
42505 License: 
42506 Licence_Text: 
42507 #Header: 
42508 #@node strcoll_l
42509 #@section @code{strcoll_l}
42510 #@findex strcoll_l
42511 #
42512 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcoll_l.html}
42513 #
42514 #Gnulib module: ---
42515 #
42516 #Portability problems fixed by Gnulib:
42517 #@itemize
42518 #@end itemize
42519 #
42520 #Portability problems not fixed by Gnulib:
42521 #@itemize
42522 #@item
42523
42524 File: ./doc/posix-functions/strcpy.texi
42525 Hash: 2b0a1e8d63a747c6e10fdbdea6ebb0c24d6c6ca2a7c397a53b918eeb2ef6ff3d
42526 Copyright: 
42527 License: 
42528 Licence_Text: 
42529 #Header: 
42530 #@node strcpy
42531 #@section @code{strcpy}
42532 #@findex strcpy
42533 #
42534 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcpy.html}
42535 #
42536 #Gnulib module: ---
42537 #
42538 #Portability problems fixed by Gnulib:
42539 #@itemize
42540 #@end itemize
42541 #
42542 #Portability problems not fixed by Gnulib:
42543 #@itemize
42544 #@end itemize
42545
42546 File: ./doc/posix-functions/strcspn.texi
42547 Hash: 94cc29735d1e83beac880fb97a531b0c6f2a2783f478fa86e97ed03beb2b9920
42548 Copyright: 
42549 License: 
42550 Licence_Text: 
42551 #Header: 
42552 #@node strcspn
42553 #@section @code{strcspn}
42554 #@findex strcspn
42555 #
42556 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcspn.html}
42557 #
42558 #Gnulib module: strcspn
42559 #
42560 #Portability problems fixed by Gnulib:
42561 #@itemize
42562 #@item
42563 #This function is missing on some old platforms.
42564 #@end itemize
42565 #
42566 #Portability problems not fixed by Gnulib:
42567
42568 File: ./doc/posix-functions/strdup.texi
42569 Hash: 045dfd18a8b270e77e36277809c55abff0128a0b9029d4decc6afaeed460a08b
42570 Copyright: 
42571 License: 
42572 Licence_Text: 
42573 #Header: 
42574 #@node strdup
42575 #@section @code{strdup}
42576 #@findex strdup
42577 #
42578 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strdup.html}
42579 #
42580 #Gnulib module: strdup or strdup-posix
42581 #
42582 #Portability problems fixed by either Gnulib module @code{strdup} or @code{strdup-posix}:
42583 #@itemize
42584 #@item
42585 #This function is missing on some old platforms.
42586 #@item
42587 #This function has no prototype in @code{<string.h>} on some old platforms.
42588 #@end itemize
42589
42590 File: ./doc/posix-functions/strerror.texi
42591 Hash: b8b53ff22e7edfdd1ffa1e448407b39e80470f5bce87c775e406765a97263fe7
42592 Copyright: 
42593 License: 
42594 Licence_Text: 
42595 #Header: 
42596 #@node strerror
42597 #@section @code{strerror}
42598 #@findex strerror
42599 #
42600 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strerror.html}
42601 #
42602 #Gnulib module: strerror
42603 #
42604 #Portability problems fixed by Gnulib:
42605 #@itemize
42606 #@item
42607 #This function is missing on some old platforms.
42608 #@item
42609 #This function does not support the error values that are specified by POSIX
42610 #but not defined by the system, on some platforms:
42611
42612 File: ./doc/posix-functions/strerror_l.texi
42613 Hash: a02032d1af6e599476219e5ff404c30bede78cee58da6ccb0197d0c5e7d9c5a6
42614 Copyright: 
42615 License: 
42616 Licence_Text: 
42617 #Header: 
42618 #@node strerror_l
42619 #@section @code{strerror_l}
42620 #@findex strerror_l
42621 #
42622 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strerror_l.html}
42623 #
42624 #Gnulib module: ---
42625 #
42626 #Portability problems fixed by Gnulib:
42627 #@itemize
42628 #@end itemize
42629 #
42630 #Portability problems not fixed by Gnulib:
42631 #@itemize
42632 #@item
42633
42634 File: ./doc/posix-functions/strerror_r.texi
42635 Hash: 62874d18f06f58af8ef7a84e900cbf6a0912c558dfd0a20144dc6cc45bfb2c48
42636 Copyright: 
42637 License: 
42638 Licence_Text: 
42639 #Header: 
42640 #@node strerror_r
42641 #@section @code{strerror_r}
42642 #@findex strerror_r
42643 #
42644 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strerror_r.html}
42645 #
42646 #Gnulib module: ---
42647 #
42648 #Portability problems fixed by Gnulib:
42649 #@itemize
42650 #@end itemize
42651 #
42652 #Portability problems not fixed by Gnulib:
42653 #@itemize
42654 #@item
42655
42656 File: ./doc/posix-functions/strfmon.texi
42657 Hash: 9ee64b73d67aa190bec10ff662e522af5c95efa58b091cf0b6b95ab6dea7f54c
42658 Copyright: 
42659 License: 
42660 Licence_Text: 
42661 #Header: 
42662 #@node strfmon
42663 #@section @code{strfmon}
42664 #@findex strfmon
42665 #
42666 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strfmon.html}
42667 #
42668 #Gnulib module: ---
42669 #
42670 #Portability problems fixed by Gnulib:
42671 #@itemize
42672 #@end itemize
42673 #
42674 #Portability problems not fixed by Gnulib:
42675 #@itemize
42676 #@item
42677
42678 File: ./doc/posix-functions/strfmon_l.texi
42679 Hash: 951fbe0fd04da1ac6ec3e5d5e9e25a1ffff8cfbe2af8461f983b46a8b8087809
42680 Copyright: 
42681 License: 
42682 Licence_Text: 
42683 #Header: 
42684 #@node strfmon_l
42685 #@section @code{strfmon_l}
42686 #@findex strfmon_l
42687 #
42688 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strfmon_l.html}
42689 #
42690 #Gnulib module: ---
42691 #
42692 #Portability problems fixed by Gnulib:
42693 #@itemize
42694 #@end itemize
42695 #
42696 #Portability problems not fixed by Gnulib:
42697 #@itemize
42698 #@item
42699
42700 File: ./doc/posix-functions/strftime.texi
42701 Hash: 2179be9ea7f8728eb9666e1eaf244afabb1776e0aa5cfa301eb494dda908f72c
42702 Copyright: 
42703 License: 
42704 Licence_Text: 
42705 #Header: 
42706 #@node strftime
42707 #@section @code{strftime}
42708 #@findex strftime
42709 #
42710 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strftime.html}
42711 #
42712 #Gnulib module: ---
42713 #
42714 #Portability problems fixed by Gnulib:
42715 #@itemize
42716 #@end itemize
42717 #
42718 #Portability problems not fixed by Gnulib:
42719 #@itemize
42720 #@item
42721
42722 File: ./doc/posix-functions/strftime_l.texi
42723 Hash: 2b951eeeafdb7d06f61bd455bfbe223cb6aa0dd8c6bbe1f207dd5d52d07b13a4
42724 Copyright: 
42725 License: 
42726 Licence_Text: 
42727 #Header: 
42728 #@node strftime_l
42729 #@section @code{strftime_l}
42730 #@findex strftime_l
42731 #
42732 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strftime_l.html}
42733 #
42734 #Gnulib module: ---
42735 #
42736 #Portability problems fixed by Gnulib:
42737 #@itemize
42738 #@end itemize
42739 #
42740 #Portability problems not fixed by Gnulib:
42741 #@itemize
42742 #@item
42743
42744 File: ./doc/posix-functions/strlen.texi
42745 Hash: 9d334c502f628671c63c034801c7e852a2e7800124aa68628543bdb69ecc5684
42746 Copyright: 
42747 License: 
42748 Licence_Text: 
42749 #Header: 
42750 #@node strlen
42751 #@section @code{strlen}
42752 #@findex strlen
42753 #
42754 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strlen.html}
42755 #
42756 #Gnulib module: ---
42757 #
42758 #Portability problems fixed by Gnulib:
42759 #@itemize
42760 #@end itemize
42761 #
42762 #Portability problems not fixed by Gnulib:
42763 #@itemize
42764 #@end itemize
42765
42766 File: ./doc/posix-functions/strncasecmp.texi
42767 Hash: e5148eae134f9d79ab3966b17c5120ad16132967ed193205abdc9f704ab59d6c
42768 Copyright: 
42769 License: 
42770 Licence_Text: 
42771 #Header: 
42772 #@node strncasecmp
42773 #@section @code{strncasecmp}
42774 #@findex strncasecmp
42775 #
42776 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncasecmp.html}
42777 #
42778 #Gnulib module: ---
42779 #
42780 #Portability problems fixed by Gnulib:
42781 #@itemize
42782 #@end itemize
42783 #
42784 #Portability problems not fixed by Gnulib:
42785 #@itemize
42786 #@item
42787
42788 File: ./doc/posix-functions/strncasecmp_l.texi
42789 Hash: 3b874f7e054f2f3d2998d2cce8ffd7973b63dab2a40949e464bfd1d728459114
42790 Copyright: 
42791 License: 
42792 Licence_Text: 
42793 #Header: 
42794 #@node strncasecmp_l
42795 #@section @code{strncasecmp_l}
42796 #@findex strncasecmp_l
42797 #
42798 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncasecmp_l.html}
42799 #
42800 #Gnulib module: ---
42801 #
42802 #Portability problems fixed by Gnulib:
42803 #@itemize
42804 #@end itemize
42805 #
42806 #Portability problems not fixed by Gnulib:
42807 #@itemize
42808 #@item
42809
42810 File: ./doc/posix-functions/strncat.texi
42811 Hash: 654e14224e9e3ed7ebad2de0510dbed9efce12256abd7259258bec7ae5c780b0
42812 Copyright: 
42813 License: 
42814 Licence_Text: 
42815 #Header: 
42816 #@node strncat
42817 #@section @code{strncat}
42818 #@findex strncat
42819 #
42820 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncat.html}
42821 #
42822 #Gnulib module: ---
42823 #
42824 #Portability problems fixed by Gnulib:
42825 #@itemize
42826 #@end itemize
42827 #
42828 #Portability problems not fixed by Gnulib:
42829 #@itemize
42830 #@end itemize
42831
42832 File: ./doc/posix-functions/strncmp.texi
42833 Hash: 2c3a13c7830cccc3f0be728c0540ddb7ff29f8351df316dfb24b4f1f921aea7b
42834 Copyright: 
42835 License: 
42836 Licence_Text: 
42837 #Header: 
42838 #@node strncmp
42839 #@section @code{strncmp}
42840 #@findex strncmp
42841 #
42842 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncmp.html}
42843 #
42844 #Gnulib module: ---
42845 #
42846 #Portability problems fixed by Gnulib:
42847 #@itemize
42848 #@end itemize
42849 #
42850 #Portability problems not fixed by Gnulib:
42851 #@itemize
42852 #@end itemize
42853
42854 File: ./doc/posix-functions/strncpy.texi
42855 Hash: 4c05ddf672725788270b9d16711cdbddf4f81bbd16e806664314c222a0a8ecc0
42856 Copyright: 
42857 License: 
42858 Licence_Text: 
42859 #Header: 
42860 #@node strncpy
42861 #@section @code{strncpy}
42862 #@findex strncpy
42863 #
42864 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncpy.html}
42865 #
42866 #Gnulib module: ---
42867 #
42868 #Portability problems fixed by Gnulib:
42869 #@itemize
42870 #@end itemize
42871 #
42872 #Portability problems not fixed by Gnulib:
42873 #@itemize
42874 #@end itemize
42875
42876 File: ./doc/posix-functions/strndup.texi
42877 Hash: ec1c126888ea4ef0b27a3f98df47b67a5ec5102a51b9885ba7336ee6784fc6b2
42878 Copyright: 
42879 License: 
42880 Licence_Text: 
42881 #Header: 
42882 #@node strndup
42883 #@section @code{strndup}
42884 #@findex strndup
42885 #
42886 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strndup.html}
42887 #
42888 #Gnulib module: strndup
42889 #
42890 #Portability problems fixed by Gnulib:
42891 #@itemize
42892 #@item
42893 #This function is missing on some platforms:
42894 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS.
42895 #@item
42896 #This function does not NUL-terminate the result on some platforms:
42897
42898 File: ./doc/posix-functions/strnlen.texi
42899 Hash: 354bc895a0b87fd89bdd8ee323c4d2ec021252f194ef630ec03cc4d8a1fb7554
42900 Copyright: 
42901 License: 
42902 Licence_Text: 
42903 #Header: 
42904 #@node strnlen
42905 #@section @code{strnlen}
42906 #@findex strnlen
42907 #
42908 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strnlen.html}
42909 #
42910 #Gnulib module: strnlen
42911 #
42912 #Portability problems fixed by Gnulib:
42913 #@itemize
42914 #@item
42915 #This function is missing on some platforms:
42916 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5.
42917 #@item
42918 #This function is buggy on some platforms:
42919
42920 File: ./doc/posix-functions/strpbrk.texi
42921 Hash: 9557cbb965eb68e1a8e3a75904d406cdac427d63f8d312e48f06b63112641189
42922 Copyright: 
42923 License: 
42924 Licence_Text: 
42925 #Header: 
42926 #@node strpbrk
42927 #@section @code{strpbrk}
42928 #@findex strpbrk
42929 #
42930 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strpbrk.html}
42931 #
42932 #Gnulib module: strpbrk
42933 #
42934 #Portability problems fixed by Gnulib:
42935 #@itemize
42936 #@item
42937 #This function is missing on some old platforms.
42938 #@end itemize
42939 #
42940 #Portability problems not fixed by Gnulib:
42941
42942 File: ./doc/posix-functions/strptime.texi
42943 Hash: ef3417cc5487eadb9fc54afbab9f4462fdae78770f52efe81eb8c9362b1a8e11
42944 Copyright: 
42945 License: 
42946 Licence_Text: 
42947 #Header: 
42948 #@node strptime
42949 #@section @code{strptime}
42950 #@findex strptime
42951 #
42952 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strptime.html}
42953 #
42954 #Gnulib module: strptime
42955 #
42956 #Portability problems fixed by Gnulib:
42957 #@itemize
42958 #@item
42959 #This function is missing on some platforms:
42960 #IRIX 5.3, mingw, BeOS.
42961 #@end itemize
42962
42963 File: ./doc/posix-functions/strrchr.texi
42964 Hash: a4a53fda2b5af669b4617b1bdbcafe0fe580a8fb9d5d8d9d5de32baedcd16e80
42965 Copyright: 
42966 License: 
42967 Licence_Text: 
42968 #Header: 
42969 #@node strrchr
42970 #@section @code{strrchr}
42971 #@findex strrchr
42972 #
42973 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strrchr.html}
42974 #
42975 #Gnulib module: ---
42976 #
42977 #Portability problems fixed by Gnulib:
42978 #@itemize
42979 #@end itemize
42980 #
42981 #Portability problems not fixed by Gnulib:
42982 #@itemize
42983 #@item
42984
42985 File: ./doc/posix-functions/strsignal.texi
42986 Hash: 58c763d79113d00d2daf87b0ea1ca853653533082ecf927ef77d737ebb214c96
42987 Copyright: 
42988 License: 
42989 Licence_Text: 
42990 #Header: 
42991 #@node strsignal
42992 #@section @code{strsignal}
42993 #@findex strsignal
42994 #
42995 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strsignal.html}
42996 #
42997 #Gnulib module: strsignal
42998 #
42999 #Portability problems fixed by Gnulib:
43000 #@itemize
43001 #@item
43002 #This function is missing on some platforms:
43003 #AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw.
43004 #
43005 #@item
43006
43007 File: ./doc/posix-functions/strspn.texi
43008 Hash: 47c5ad5b37dcc46737f8b28f1398366d4240315e8f53ece412d032dc9bc7b440
43009 Copyright: 
43010 License: 
43011 Licence_Text: 
43012 #Header: 
43013 #@node strspn
43014 #@section @code{strspn}
43015 #@findex strspn
43016 #
43017 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strspn.html}
43018 #
43019 #Gnulib module: ---
43020 #
43021 #Portability problems fixed by Gnulib:
43022 #@itemize
43023 #@end itemize
43024 #
43025 #Portability problems not fixed by Gnulib:
43026 #@itemize
43027 #@item
43028
43029 File: ./doc/posix-functions/strstr.texi
43030 Hash: 51205fda2f8406dc3daf66d5ea624d5963fe65610dfab99e46a1785fca95ec46
43031 Copyright: 
43032 License: 
43033 Licence_Text: 
43034 #Header: 
43035 #@node strstr
43036 #@section @code{strstr}
43037 #@findex strstr
43038 #
43039 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strstr.html}
43040 #
43041 #Gnulib module: strstr or strstr-simple
43042 #
43043 #Portability problems fixed by either Gnulib module @code{strstr-simple}
43044 #or @code{strstr}:
43045 #@itemize
43046 #@item
43047 #This function can trigger memchr bugs on some platforms:
43048 #glibc 2.10.
43049 #@end itemize
43050
43051 File: ./doc/posix-functions/strtod.texi
43052 Hash: adba58dc750ac05f63ccdc0320c3ea4c0880205e3336a5666aa8cbdbc5fb5cf1
43053 Copyright: 
43054 License: 
43055 Licence_Text: 
43056 #Header: 
43057 #@node strtod
43058 #@section @code{strtod}
43059 #@findex strtod
43060 #
43061 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtod.html}
43062 #
43063 #Gnulib module: strtod
43064 #
43065 #Portability problems fixed by Gnulib:
43066 #@itemize
43067 #@item
43068 #This function is missing on some old platforms.
43069 #
43070 #@item
43071 #This function mis-parses strings with leading @samp{+} on some old platforms:
43072
43073 File: ./doc/posix-functions/strtof.texi
43074 Hash: f83812681f499b58973a270204a0b5d82f5efe872f0ddc2ffe61902c91845a14
43075 Copyright: 
43076 License: 
43077 Licence_Text: 
43078 #Header: 
43079 #@node strtof
43080 #@section @code{strtof}
43081 #@findex strtof
43082 #
43083 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtof.html}
43084 #
43085 #Gnulib module: ---
43086 #
43087 #Portability problems fixed by Gnulib:
43088 #@itemize
43089 #@end itemize
43090 #
43091 #Portability problems not fixed by Gnulib:
43092 #@itemize
43093 #@item
43094
43095 File: ./doc/posix-functions/strtoimax.texi
43096 Hash: b479a9a1a65dddbcd340e536ac8bf12ab8474dec475b665594875c836c7b0c7b
43097 Copyright: 
43098 License: 
43099 Licence_Text: 
43100 #Header: 
43101 #@node strtoimax
43102 #@section @code{strtoimax}
43103 #@findex strtoimax
43104 #
43105 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtoimax.html}
43106 #
43107 #Gnulib module: strtoimax
43108 #
43109 #Portability problems fixed by Gnulib:
43110 #@itemize
43111 #@item
43112 #This function is missing on some platforms:
43113 #OpenBSD 3.8, AIX 4.3.2, IRIX 6.5, OSF/1 5.1, Solaris 9, Interix 3.5.
43114 #@end itemize
43115
43116 File: ./doc/posix-functions/strtok.texi
43117 Hash: 76ae3da669ccced4bbe8c116203fe16def6351c6762a852bbf1a5f130e1b71aa
43118 Copyright: 
43119 License: 
43120 Licence_Text: 
43121 #Header: 
43122 #@node strtok
43123 #@section @code{strtok}
43124 #@findex strtok
43125 #
43126 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtok.html}
43127 #
43128 #Gnulib module: ---
43129 #
43130 #Portability problems fixed by Gnulib:
43131 #@itemize
43132 #@end itemize
43133 #
43134 #Portability problems not fixed by Gnulib:
43135 #@itemize
43136 #@end itemize
43137
43138 File: ./doc/posix-functions/strtok_r.texi
43139 Hash: 5532819e105838ee4483b268600ad0ab59dbff5a536f814ad80c711e8f0fdaac
43140 Copyright: 
43141 License: 
43142 Licence_Text: 
43143 #Header: 
43144 #@node strtok_r
43145 #@section @code{strtok_r}
43146 #@findex strtok_r
43147 #
43148 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtok_r.html}
43149 #
43150 #Gnulib module: strtok_r
43151 #
43152 #Portability problems fixed by Gnulib:
43153 #@itemize
43154 #@item
43155 #This function is missing on some platforms:
43156 #mingw.
43157 #@item
43158 #This function crashes when invoked from code compiled with optimization enabled
43159
43160 File: ./doc/posix-functions/strtol.texi
43161 Hash: 478cd81757360e8ff9c6d66c0d859402961adac17a3166c02d8291432b546cc3
43162 Copyright: 
43163 License: 
43164 Licence_Text: 
43165 #Header: 
43166 #@node strtol
43167 #@section @code{strtol}
43168 #@findex strtol
43169 #
43170 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtol.html}
43171 #
43172 #Gnulib module: strtol
43173 #
43174 #Portability problems fixed by Gnulib:
43175 #@itemize
43176 #@item
43177 #This function is missing on some old platforms.
43178 #@end itemize
43179 #
43180 #Portability problems not fixed by Gnulib:
43181
43182 File: ./doc/posix-functions/strtold.texi
43183 Hash: cc0d00fe20a006116f837e389883fd2c3bedef7c16b2e55d8f379052aa8f33af
43184 Copyright: 
43185 License: 
43186 Licence_Text: 
43187 #Header: 
43188 #@node strtold
43189 #@section @code{strtold}
43190 #@findex strtold
43191 #
43192 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtold.html}
43193 #
43194 #Gnulib module: ---
43195 #
43196 #Portability problems fixed by Gnulib:
43197 #@itemize
43198 #@end itemize
43199 #
43200 #Portability problems not fixed by Gnulib:
43201 #@itemize
43202 #@item
43203
43204 File: ./doc/posix-functions/strtoll.texi
43205 Hash: 3aa3df77f158c0f7cc3a99994f2281a6a5ba800aa43fcdbdbd265c4fb4bab884
43206 Copyright: 
43207 License: 
43208 Licence_Text: 
43209 #Header: 
43210 #@node strtoll
43211 #@section @code{strtoll}
43212 #@findex strtoll
43213 #
43214 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtoll.html}
43215 #
43216 #Gnulib module: strtoll
43217 #
43218 #Portability problems fixed by Gnulib:
43219 #@itemize
43220 #@item
43221 #This function is missing on some platforms:
43222 #HP-UX 11, OSF/1 5.1, Interix 3.5.
43223 #@end itemize
43224
43225 File: ./doc/posix-functions/strtoul.texi
43226 Hash: fa2e866b9953be91e9970e632d9eb90cf63d61c43c2f431084379e169bd72bb1
43227 Copyright: 
43228 License: 
43229 Licence_Text: 
43230 #Header: 
43231 #@node strtoul
43232 #@section @code{strtoul}
43233 #@findex strtoul
43234 #
43235 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtoul.html}
43236 #
43237 #Gnulib module: strtoul
43238 #
43239 #Portability problems fixed by Gnulib:
43240 #@itemize
43241 #@item
43242 #This function is missing on some old platforms.
43243 #@end itemize
43244 #
43245 #Portability problems not fixed by Gnulib:
43246
43247 File: ./doc/posix-functions/strtoull.texi
43248 Hash: 7672cc8ef139fb96545da9219cbb7e967b8365abd92d12f235ead6afddfdea98
43249 Copyright: 
43250 License: 
43251 Licence_Text: 
43252 #Header: 
43253 #@node strtoull
43254 #@section @code{strtoull}
43255 #@findex strtoull
43256 #
43257 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtoull.html}
43258 #
43259 #Gnulib module: strtoull
43260 #
43261 #Portability problems fixed by Gnulib:
43262 #@itemize
43263 #@item
43264 #This function is missing on some platforms:
43265 #HP-UX 11, OSF/1 5.1, Interix 3.5.
43266 #@end itemize
43267
43268 File: ./doc/posix-functions/strtoumax.texi
43269 Hash: 5d686d899707d3f7ed00e8545527d6cb3334bddbf769f422c9077c9c908c59f7
43270 Copyright: 
43271 License: 
43272 Licence_Text: 
43273 #Header: 
43274 #@node strtoumax
43275 #@section @code{strtoumax}
43276 #@findex strtoumax
43277 #
43278 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtoumax.html}
43279 #
43280 #Gnulib module: strtoumax
43281 #
43282 #Portability problems fixed by Gnulib:
43283 #@itemize
43284 #@item
43285 #This function is missing on some platforms:
43286 #OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 9, Interix 3.5.
43287 #@end itemize
43288
43289 File: ./doc/posix-functions/strxfrm.texi
43290 Hash: 38eb4167ca28913e09d1aa3cebce875f918b4004b3def72276795b854da15103
43291 Copyright: 
43292 License: 
43293 Licence_Text: 
43294 #Header: 
43295 #@node strxfrm
43296 #@section @code{strxfrm}
43297 #@findex strxfrm
43298 #
43299 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strxfrm.html}
43300 #
43301 #Gnulib module: ---
43302 #
43303 #Portability problems fixed by Gnulib:
43304 #@itemize
43305 #@end itemize
43306 #
43307 #Portability problems not fixed by Gnulib:
43308 #@itemize
43309 #@end itemize
43310
43311 File: ./doc/posix-functions/strxfrm_l.texi
43312 Hash: 5877b7bc3ae18925e11da5490d2bf91124f91afffa86d7adbc9daee59b9ce3b8
43313 Copyright: 
43314 License: 
43315 Licence_Text: 
43316 #Header: 
43317 #@node strxfrm_l
43318 #@section @code{strxfrm_l}
43319 #@findex strxfrm_l
43320 #
43321 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strxfrm_l.html}
43322 #
43323 #Gnulib module: ---
43324 #
43325 #Portability problems fixed by Gnulib:
43326 #@itemize
43327 #@end itemize
43328 #
43329 #Portability problems not fixed by Gnulib:
43330 #@itemize
43331 #@item
43332
43333 File: ./doc/posix-functions/swab.texi
43334 Hash: 5f1b9e4cd038dfa4ba9b6cced84f7ca4a093bcc874734b7308a6c9f908e2a979
43335 Copyright: 
43336 License: 
43337 Licence_Text: 
43338 #Header: 
43339 #@node swab
43340 #@section @code{swab}
43341 #@findex swab
43342 #
43343 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/swab.html}
43344 #
43345 #Gnulib module: ---
43346 #
43347 #Portability problems fixed by Gnulib:
43348 #@itemize
43349 #@end itemize
43350 #
43351 #Portability problems not fixed by Gnulib:
43352 #@itemize
43353 #@item
43354
43355 File: ./doc/posix-functions/swprintf.texi
43356 Hash: 05d43b5965871120633aaa8e07db8b65e0b5c76f32a79209886f5cd9808d9574
43357 Copyright: 
43358 License: 
43359 Licence_Text: 
43360 #Header: 
43361 #@node swprintf
43362 #@section @code{swprintf}
43363 #@findex swprintf
43364 #
43365 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/swprintf.html}
43366 #
43367 #Gnulib module: ---
43368 #
43369 #Portability problems fixed by Gnulib:
43370 #@itemize
43371 #@end itemize
43372 #
43373 #Portability problems not fixed by Gnulib:
43374 #@itemize
43375 #@item
43376
43377 File: ./doc/posix-functions/swscanf.texi
43378 Hash: bdb33f918f65de4079d17d12db4ce89974b98874586b5239708ca87ea604bf47
43379 Copyright: 
43380 License: 
43381 Licence_Text: 
43382 #Header: 
43383 #@node swscanf
43384 #@section @code{swscanf}
43385 #@findex swscanf
43386 #
43387 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/swscanf.html}
43388 #
43389 #Gnulib module: ---
43390 #
43391 #Portability problems fixed by Gnulib:
43392 #@itemize
43393 #@end itemize
43394 #
43395 #Portability problems not fixed by Gnulib:
43396 #@itemize
43397 #@item
43398
43399 File: ./doc/posix-functions/symlink.texi
43400 Hash: 8ab46669c8aa3f1a94011e96ead35ad94b6b860acfdf93045e2f5fcb4abe68a5
43401 Copyright: 
43402 License: 
43403 Licence_Text: 
43404 #Header: 
43405 #@node symlink
43406 #@section @code{symlink}
43407 #@findex symlink
43408 #
43409 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/symlink.html}
43410 #
43411 #Gnulib module: ---
43412 #
43413 #Portability problems fixed by Gnulib:
43414 #@itemize
43415 #@end itemize
43416 #
43417 #Portability problems not fixed by Gnulib:
43418 #@itemize
43419 #@item
43420
43421 File: ./doc/posix-functions/symlinkat.texi
43422 Hash: 74823e16d2e2127a2cea8f8012bde6f13eb46e16b92b95378e44ff1ccdfbe489
43423 Copyright: 
43424 License: 
43425 Licence_Text: 
43426 #Header: 
43427 #@node symlinkat
43428 #@section @code{symlinkat}
43429 #@findex symlinkat
43430 #
43431 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/symlinkat.html}
43432 #
43433 #Gnulib module: symlinkat
43434 #
43435 #Portability problems fixed by Gnulib:
43436 #@itemize
43437 #@item
43438 #This function is missing on some platforms:
43439 #glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX
43440 #5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
43441 #@end itemize
43442
43443 File: ./doc/posix-functions/sync.texi
43444 Hash: f3254dc3fe6e69ccec6ed1fabcc4a937b762d47399b42417b4602600f7a74e02
43445 Copyright: 
43446 License: 
43447 Licence_Text: 
43448 #Header: 
43449 #@node sync
43450 #@section @code{sync}
43451 #@findex sync
43452 #
43453 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sync.html}
43454 #
43455 #Gnulib module: ---
43456 #
43457 #Portability problems fixed by Gnulib:
43458 #@itemize
43459 #@end itemize
43460 #
43461 #Portability problems not fixed by Gnulib:
43462 #@itemize
43463 #@item
43464
43465 File: ./doc/posix-functions/sysconf.texi
43466 Hash: 7fa91e5905cb666480886ed1fbfcc8bd6143aa15ad991c50e185713932e3954d
43467 Copyright: 
43468 License: 
43469 Licence_Text: 
43470 #Header: 
43471 #@node sysconf
43472 #@section @code{sysconf}
43473 #@findex sysconf
43474 #
43475 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sysconf.html}
43476 #
43477 #Gnulib module: ---
43478 #
43479 #Portability problems fixed by Gnulib:
43480 #@itemize
43481 #@end itemize
43482 #
43483 #Portability problems not fixed by Gnulib:
43484 #@itemize
43485 #@item
43486
43487 File: ./doc/posix-functions/syslog.texi
43488 Hash: 3fa7a8bce58b4fc35d8de2b7f83302751a10774cd9c47317a649594a412d85a7
43489 Copyright: 
43490 License: 
43491 Licence_Text: 
43492 #Header: 
43493 #@node syslog
43494 #@section @code{syslog}
43495 #@findex syslog
43496 #
43497 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/syslog.html}
43498 #
43499 #Gnulib module: ---
43500 #
43501 #Portability problems fixed by Gnulib:
43502 #@itemize
43503 #@end itemize
43504 #
43505 #Portability problems not fixed by Gnulib:
43506 #@itemize
43507 #@item
43508
43509 File: ./doc/posix-functions/system.texi
43510 Hash: f2f18381b4fc011d3e3ff57014455b7ad72095ab5dfcd5110c38ad243b1a574a
43511 Copyright: 
43512 License: 
43513 Licence_Text: 
43514 #Header: 
43515 #@node system
43516 #@section @code{system}
43517 #@findex system
43518 #
43519 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/system.html}
43520 #
43521 #Gnulib module: ---
43522 #
43523 #Portability problems fixed by Gnulib:
43524 #@itemize
43525 #@end itemize
43526 #
43527 #Portability problems not fixed by Gnulib:
43528 #@itemize
43529 #@item
43530
43531 File: ./doc/posix-functions/tan.texi
43532 Hash: 2548baf13b89054a685577793dcb420503cb01784088d0b67f0b8d4ebef7619e
43533 Copyright: 
43534 License: 
43535 Licence_Text: 
43536 #Header: 
43537 #@node tan
43538 #@section @code{tan}
43539 #@findex tan
43540 #
43541 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tan.html}
43542 #
43543 #Gnulib module: ---
43544 #
43545 #Portability problems fixed by Gnulib:
43546 #@itemize
43547 #@end itemize
43548 #
43549 #Portability problems not fixed by Gnulib:
43550 #@itemize
43551 #@end itemize
43552
43553 File: ./doc/posix-functions/tanf.texi
43554 Hash: a1ccbad3ea8fc17a79b7965bd07071f3f7a644b3ac32045136f0e3d23ec6da47
43555 Copyright: 
43556 License: 
43557 Licence_Text: 
43558 #Header: 
43559 #@node tanf
43560 #@section @code{tanf}
43561 #@findex tanf
43562 #
43563 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tanf.html}
43564 #
43565 #Gnulib module: ---
43566 #
43567 #Portability problems fixed by Gnulib:
43568 #@itemize
43569 #@end itemize
43570 #
43571 #Portability problems not fixed by Gnulib:
43572 #@itemize
43573 #@item
43574
43575 File: ./doc/posix-functions/tanh.texi
43576 Hash: 323d1753b2bff97aa6a4d046eb95e878347cfbcce6759c4063bcb2a2700fcac6
43577 Copyright: 
43578 License: 
43579 Licence_Text: 
43580 #Header: 
43581 #@node tanh
43582 #@section @code{tanh}
43583 #@findex tanh
43584 #
43585 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tanh.html}
43586 #
43587 #Gnulib module: ---
43588 #
43589 #Portability problems fixed by Gnulib:
43590 #@itemize
43591 #@end itemize
43592 #
43593 #Portability problems not fixed by Gnulib:
43594 #@itemize
43595 #@end itemize
43596
43597 File: ./doc/posix-functions/tanhf.texi
43598 Hash: 585f42d0c0f485ddd0481ca748825a4c1120748889c8bf8cfb92d8e2896045d0
43599 Copyright: 
43600 License: 
43601 Licence_Text: 
43602 #Header: 
43603 #@node tanhf
43604 #@section @code{tanhf}
43605 #@findex tanhf
43606 #
43607 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tanhf.html}
43608 #
43609 #Gnulib module: ---
43610 #
43611 #Portability problems fixed by Gnulib:
43612 #@itemize
43613 #@end itemize
43614 #
43615 #Portability problems not fixed by Gnulib:
43616 #@itemize
43617 #@item
43618
43619 File: ./doc/posix-functions/tanhl.texi
43620 Hash: 78a63792dc3fb91f708b6fee2002e2f3cbfd37e4de31be1eb5788e483f6db288
43621 Copyright: 
43622 License: 
43623 Licence_Text: 
43624 #Header: 
43625 #@node tanhl
43626 #@section @code{tanhl}
43627 #@findex tanhl
43628 #
43629 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tanhl.html}
43630 #
43631 #Gnulib module: ---
43632 #
43633 #Portability problems fixed by Gnulib:
43634 #@itemize
43635 #@end itemize
43636 #
43637 #Portability problems not fixed by Gnulib:
43638 #@itemize
43639 #@item
43640
43641 File: ./doc/posix-functions/tanl.texi
43642 Hash: 506a2a087c69a32413365c5cc59a894210da81f58ffa38d9342524d45ac84243
43643 Copyright: 
43644 License: 
43645 Licence_Text: 
43646 #Header: 
43647 #@node tanl
43648 #@section @code{tanl}
43649 #@findex tanl
43650 #
43651 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tanl.html}
43652 #
43653 #Gnulib module: ---
43654 #
43655 #Portability problems fixed by Gnulib:
43656 #@itemize
43657 #@end itemize
43658 #
43659 #Portability problems not fixed by Gnulib:
43660 #@itemize
43661 #@item
43662
43663 File: ./doc/posix-functions/tcdrain.texi
43664 Hash: db2ff21ff51f9c0ea21890eafa4e14d4cdcae60837f9aad0aac6d5ef96f769f5
43665 Copyright: 
43666 License: 
43667 Licence_Text: 
43668 #Header: 
43669 #@node tcdrain
43670 #@section @code{tcdrain}
43671 #@findex tcdrain
43672 #
43673 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tcdrain.html}
43674 #
43675 #Gnulib module: ---
43676 #
43677 #Portability problems fixed by Gnulib:
43678 #@itemize
43679 #@end itemize
43680 #
43681 #Portability problems not fixed by Gnulib:
43682 #@itemize
43683 #@item
43684
43685 File: ./doc/posix-functions/tcflow.texi
43686 Hash: 2cf29c5dda1ad174414674a2cf89d10e0da61f1bde45d97c7b529e04fcbc41bd
43687 Copyright: 
43688 License: 
43689 Licence_Text: 
43690 #Header: 
43691 #@node tcflow
43692 #@section @code{tcflow}
43693 #@findex tcflow
43694 #
43695 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tcflow.html}
43696 #
43697 #Gnulib module: ---
43698 #
43699 #Portability problems fixed by Gnulib:
43700 #@itemize
43701 #@end itemize
43702 #
43703 #Portability problems not fixed by Gnulib:
43704 #@itemize
43705 #@item
43706
43707 File: ./doc/posix-functions/tcflush.texi
43708 Hash: e8023b50addee8b28e96ff5b5fa800c3d112d7fe5954fd200142697499fe9a31
43709 Copyright: 
43710 License: 
43711 Licence_Text: 
43712 #Header: 
43713 #@node tcflush
43714 #@section @code{tcflush}
43715 #@findex tcflush
43716 #
43717 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tcflush.html}
43718 #
43719 #Gnulib module: ---
43720 #
43721 #Portability problems fixed by Gnulib:
43722 #@itemize
43723 #@end itemize
43724 #
43725 #Portability problems not fixed by Gnulib:
43726 #@itemize
43727 #@item
43728
43729 File: ./doc/posix-functions/tcgetattr.texi
43730 Hash: 4df9e953232c6815dc79daf79e34deec796ff7d1a571df03a7286e75ac5bf9f2
43731 Copyright: 
43732 License: 
43733 Licence_Text: 
43734 #Header: 
43735 #@node tcgetattr
43736 #@section @code{tcgetattr}
43737 #@findex tcgetattr
43738 #
43739 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tcgetattr.html}
43740 #
43741 #Gnulib module: ---
43742 #
43743 #Portability problems fixed by Gnulib:
43744 #@itemize
43745 #@end itemize
43746 #
43747 #Portability problems not fixed by Gnulib:
43748 #@itemize
43749 #@item
43750
43751 File: ./doc/posix-functions/tcgetpgrp.texi
43752 Hash: 929a9e3c434cd83961f1091fd879ec9319832d9a1dcc32cee93a0a2e113a1fd2
43753 Copyright: 
43754 License: 
43755 Licence_Text: 
43756 #Header: 
43757 #@node tcgetpgrp
43758 #@section @code{tcgetpgrp}
43759 #@findex tcgetpgrp
43760 #
43761 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tcgetpgrp.html}
43762 #
43763 #Gnulib module: ---
43764 #
43765 #Portability problems fixed by Gnulib:
43766 #@itemize
43767 #@end itemize
43768 #
43769 #Portability problems not fixed by Gnulib:
43770 #@itemize
43771 #@item
43772
43773 File: ./doc/posix-functions/tcgetsid.texi
43774 Hash: 51246de9b6b65dcd29ae45a202226470a5c414dd3d410f555ddd4843cd7f4300
43775 Copyright: 
43776 License: 
43777 Licence_Text: 
43778 #Header: 
43779 #@node tcgetsid
43780 #@section @code{tcgetsid}
43781 #@findex tcgetsid
43782 #
43783 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tcgetsid.html}
43784 #
43785 #Gnulib module: ---
43786 #
43787 #Portability problems fixed by Gnulib:
43788 #@itemize
43789 #@end itemize
43790 #
43791 #Portability problems not fixed by Gnulib:
43792 #@itemize
43793 #@item
43794
43795 File: ./doc/posix-functions/tcsendbreak.texi
43796 Hash: 75192304ee0383d9d9794c92e1a21890b0f0b483a5728e8c855fd8465e3e405f
43797 Copyright: 
43798 License: 
43799 Licence_Text: 
43800 #Header: 
43801 #@node tcsendbreak
43802 #@section @code{tcsendbreak}
43803 #@findex tcsendbreak
43804 #
43805 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tcsendbreak.html}
43806 #
43807 #Gnulib module: ---
43808 #
43809 #Portability problems fixed by Gnulib:
43810 #@itemize
43811 #@end itemize
43812 #
43813 #Portability problems not fixed by Gnulib:
43814 #@itemize
43815 #@item
43816
43817 File: ./doc/posix-functions/tcsetattr.texi
43818 Hash: 6cb8777002ba2e5fa4ee6b5b5b24bb8f26d030711132e546d4024dca56f3143c
43819 Copyright: 
43820 License: 
43821 Licence_Text: 
43822 #Header: 
43823 #@node tcsetattr
43824 #@section @code{tcsetattr}
43825 #@findex tcsetattr
43826 #
43827 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tcsetattr.html}
43828 #
43829 #Gnulib module: ---
43830 #
43831 #Portability problems fixed by Gnulib:
43832 #@itemize
43833 #@end itemize
43834 #
43835 #Portability problems not fixed by Gnulib:
43836 #@itemize
43837 #@item
43838
43839 File: ./doc/posix-functions/tcsetpgrp.texi
43840 Hash: 5f5d907f551275116726385beb40b9a93cc627d3ec22cc80438ab198ef99b131
43841 Copyright: 
43842 License: 
43843 Licence_Text: 
43844 #Header: 
43845 #@node tcsetpgrp
43846 #@section @code{tcsetpgrp}
43847 #@findex tcsetpgrp
43848 #
43849 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tcsetpgrp.html}
43850 #
43851 #Gnulib module: ---
43852 #
43853 #Portability problems fixed by Gnulib:
43854 #@itemize
43855 #@end itemize
43856 #
43857 #Portability problems not fixed by Gnulib:
43858 #@itemize
43859 #@item
43860
43861 File: ./doc/posix-functions/tdelete.texi
43862 Hash: 743411155abe9d4d6ea3db338cb01d5793ca8941833126cf12c40c7a1a62fba6
43863 Copyright: 
43864 License: 
43865 Licence_Text: 
43866 #Header: 
43867 #@node tdelete
43868 #@section @code{tdelete}
43869 #@findex tdelete
43870 #
43871 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tdelete.html}
43872 #
43873 #Gnulib module: tsearch
43874 #
43875 #Portability problems fixed by Gnulib:
43876 #@itemize
43877 #@item
43878 #This function is missing on some platforms:
43879 #mingw, BeOS.
43880 #@item
43881 #@code{tdelete} returns @code{NULL} when removing the last element of a tree
43882
43883 File: ./doc/posix-functions/telldir.texi
43884 Hash: 11cc06c4ebed4b75dd250b1e0d7f6c484c5efd024f99cc72605dee3dd4e37289
43885 Copyright: 
43886 License: 
43887 Licence_Text: 
43888 #Header: 
43889 #@node telldir
43890 #@section @code{telldir}
43891 #@findex telldir
43892 #
43893 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/telldir.html}
43894 #
43895 #Gnulib module: ---
43896 #
43897 #Portability problems fixed by Gnulib:
43898 #@itemize
43899 #@end itemize
43900 #
43901 #Portability problems not fixed by Gnulib:
43902 #@itemize
43903 #@item
43904
43905 File: ./doc/posix-functions/tempnam.texi
43906 Hash: 5374a2d9bda620f20d7b0e7ff1338996187c94b68069775c6843bec9cbd83307
43907 Copyright: 
43908 License: 
43909 Licence_Text: 
43910 #Header: 
43911 #@node tempnam
43912 #@section @code{tempnam}
43913 #@findex tempnam
43914 #
43915 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tempnam.html}
43916 #
43917 #Gnulib module: ---
43918 #
43919 #Portability problems fixed by Gnulib:
43920 #@itemize
43921 #@end itemize
43922 #
43923 #Portability problems not fixed by Gnulib:
43924 #@itemize
43925 #@item
43926
43927 File: ./doc/posix-functions/tfind.texi
43928 Hash: ae8afd2eeb59398111a80bc961cca20e8d133a9bb048511d1f4306337d1c6cb7
43929 Copyright: 
43930 License: 
43931 Licence_Text: 
43932 #Header: 
43933 #@node tfind
43934 #@section @code{tfind}
43935 #@findex tfind
43936 #
43937 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tfind.html}
43938 #
43939 #Gnulib module: tsearch
43940 #
43941 #Portability problems fixed by Gnulib:
43942 #@itemize
43943 #@item
43944 #This function is missing on some platforms:
43945 #mingw, BeOS.
43946 #@end itemize
43947
43948 File: ./doc/posix-functions/tgamma.texi
43949 Hash: 5ca38955dab4ce6bfd9f61431c2c951e0a15408d7badaeb3a6f04de57a479c8e
43950 Copyright: 
43951 License: 
43952 Licence_Text: 
43953 #Header: 
43954 #@node tgamma
43955 #@section @code{tgamma}
43956 #@findex tgamma
43957 #
43958 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tgamma.html}
43959 #
43960 #Gnulib module: ---
43961 #
43962 #Portability problems fixed by Gnulib:
43963 #@itemize
43964 #@end itemize
43965 #
43966 #Portability problems not fixed by Gnulib:
43967 #@itemize
43968 #@item
43969
43970 File: ./doc/posix-functions/tgammaf.texi
43971 Hash: 99ee30fd4ccc81ec31d37b8c92e5f73f72aa25df0ecc6a890e333694d95aa450
43972 Copyright: 
43973 License: 
43974 Licence_Text: 
43975 #Header: 
43976 #@node tgammaf
43977 #@section @code{tgammaf}
43978 #@findex tgammaf
43979 #
43980 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tgammaf.html}
43981 #
43982 #Gnulib module: ---
43983 #
43984 #Portability problems fixed by Gnulib:
43985 #@itemize
43986 #@end itemize
43987 #
43988 #Portability problems not fixed by Gnulib:
43989 #@itemize
43990 #@item
43991
43992 File: ./doc/posix-functions/tgammal.texi
43993 Hash: a34594b5d992fbd9d2ee3d630e41c30a2933670fc3c919693b58fe75eb281688
43994 Copyright: 
43995 License: 
43996 Licence_Text: 
43997 #Header: 
43998 #@node tgammal
43999 #@section @code{tgammal}
44000 #@findex tgammal
44001 #
44002 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tgammal.html}
44003 #
44004 #Gnulib module: ---
44005 #
44006 #Portability problems fixed by Gnulib:
44007 #@itemize
44008 #@end itemize
44009 #
44010 #Portability problems not fixed by Gnulib:
44011 #@itemize
44012 #@item
44013
44014 File: ./doc/posix-functions/time.texi
44015 Hash: 16c2fb4377781ee1d83d384004670abaaa5b4340f5a5d3fa90b3a5e75a552f88
44016 Copyright: 
44017 License: 
44018 Licence_Text: 
44019 #Header: 
44020 #@node time
44021 #@section @code{time}
44022 #@findex time
44023 #
44024 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/time.html}
44025 #
44026 #Gnulib module: ---
44027 #
44028 #Portability problems fixed by Gnulib:
44029 #@itemize
44030 #@end itemize
44031 #
44032 #Portability problems not fixed by Gnulib:
44033 #@itemize
44034 #@end itemize
44035
44036 File: ./doc/posix-functions/timer_create.texi
44037 Hash: a78b5d9fddb3b0e38eb12f1ad442e64b16db90732893875b4d6bae5341152518
44038 Copyright: 
44039 License: 
44040 Licence_Text: 
44041 #Header: 
44042 #@node timer_create
44043 #@section @code{timer_create}
44044 #@findex timer_create
44045 #
44046 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/timer_create.html}
44047 #
44048 #Gnulib module: ---
44049 #
44050 #Portability problems fixed by Gnulib:
44051 #@itemize
44052 #@end itemize
44053 #
44054 #Portability problems not fixed by Gnulib:
44055 #@itemize
44056 #@item
44057
44058 File: ./doc/posix-functions/timer_delete.texi
44059 Hash: 2c2e487fad74e481ec0ef80f805bc04993d69f6b50c2f97c3757b2b29573dc61
44060 Copyright: 
44061 License: 
44062 Licence_Text: 
44063 #Header: 
44064 #@node timer_delete
44065 #@section @code{timer_delete}
44066 #@findex timer_delete
44067 #
44068 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/timer_delete.html}
44069 #
44070 #Gnulib module: ---
44071 #
44072 #Portability problems fixed by Gnulib:
44073 #@itemize
44074 #@end itemize
44075 #
44076 #Portability problems not fixed by Gnulib:
44077 #@itemize
44078 #@item
44079
44080 File: ./doc/posix-functions/timer_getoverrun.texi
44081 Hash: 23232ec05fbd7834bad0c5dad506c88ebe2c884fd8c303b913f79ba31c76fc6f
44082 Copyright: 
44083 License: 
44084 Licence_Text: 
44085 #Header: 
44086 #@node timer_getoverrun
44087 #@section @code{timer_getoverrun}
44088 #@findex timer_getoverrun
44089 #
44090 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/timer_getoverrun.html}
44091 #
44092 #Gnulib module: ---
44093 #
44094 #Portability problems fixed by Gnulib:
44095 #@itemize
44096 #@end itemize
44097 #
44098 #Portability problems not fixed by Gnulib:
44099 #@itemize
44100 #@item
44101
44102 File: ./doc/posix-functions/timer_gettime.texi
44103 Hash: 7e92301a5ff64562c7cd009453b91b9be29abf75c1ef65daefc14ff865249300
44104 Copyright: 
44105 License: 
44106 Licence_Text: 
44107 #Header: 
44108 #@node timer_gettime
44109 #@section @code{timer_gettime}
44110 #@findex timer_gettime
44111 #
44112 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/timer_gettime.html}
44113 #
44114 #Gnulib module: ---
44115 #
44116 #Portability problems fixed by Gnulib:
44117 #@itemize
44118 #@end itemize
44119 #
44120 #Portability problems not fixed by Gnulib:
44121 #@itemize
44122 #@item
44123
44124 File: ./doc/posix-functions/timer_settime.texi
44125 Hash: 8bfaf4e88066cc93846df1a23d788fabf61c3be89fdd3195f934c2479e16123c
44126 Copyright: 
44127 License: 
44128 Licence_Text: 
44129 #Header: 
44130 #@node timer_settime
44131 #@section @code{timer_settime}
44132 #@findex timer_settime
44133 #
44134 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/timer_settime.html}
44135 #
44136 #Gnulib module: ---
44137 #
44138 #Portability problems fixed by Gnulib:
44139 #@itemize
44140 #@end itemize
44141 #
44142 #Portability problems not fixed by Gnulib:
44143 #@itemize
44144 #@item
44145
44146 File: ./doc/posix-functions/times.texi
44147 Hash: 4b480d61e6dcfe3f0b24cb82dc5d20be0bb6d167ec66c561c37255751821f969
44148 Copyright: 
44149 License: 
44150 Licence_Text: 
44151 #Header: 
44152 #@node times
44153 #@section @code{times}
44154 #@findex times
44155 #
44156 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/times.html}
44157 #
44158 #Gnulib module: times
44159 #
44160 #Portability problems fixed by Gnulib:
44161 #@itemize
44162 #@item
44163 #This function is missing on some platforms:
44164 #mingw.
44165 #@end itemize
44166
44167 File: ./doc/posix-functions/timezone.texi
44168 Hash: b83ab677215817b1528836ef12de7773c8adbdbb48e495ef2c7a1ab5dd616c7b
44169 Copyright: 
44170 License: 
44171 Licence_Text: 
44172 #Header: 
44173 #@node timezone
44174 #@section @code{timezone}
44175 #@findex timezone
44176 #
44177 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/timezone.html}
44178 #
44179 #Gnulib module: ---
44180 #
44181 #Portability problems fixed by Gnulib:
44182 #@itemize
44183 #@end itemize
44184 #
44185 #Portability problems not fixed by Gnulib:
44186 #@itemize
44187 #@item
44188
44189 File: ./doc/posix-functions/tmpfile.texi
44190 Hash: edbab21902041e8d278c6745d0290e1659e7d0a29f3f0b6583bc7b860136e14a
44191 Copyright: 
44192 License: 
44193 Licence_Text: 
44194 #Header: 
44195 #@node tmpfile
44196 #@section @code{tmpfile}
44197 #@findex tmpfile
44198 #
44199 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tmpfile.html}
44200 #
44201 #Gnulib module: tmpfile
44202 #
44203 #Portability problems fixed by Gnulib:
44204 #@itemize
44205 #@item
44206 #This function often fails for trivial reasons on some platforms:
44207 #mingw.
44208 #@end itemize
44209
44210 File: ./doc/posix-functions/tmpnam.texi
44211 Hash: 9f8cf065941f401bc1e26df99d907d69353ab52d98c46fc54127b405a144a3a9
44212 Copyright: 
44213 License: 
44214 Licence_Text: 
44215 #Header: 
44216 #@node tmpnam
44217 #@section @code{tmpnam}
44218 #@findex tmpnam
44219 #
44220 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tmpnam.html}
44221 #
44222 #Gnulib module: ---
44223 #
44224 #Portability problems fixed by Gnulib:
44225 #@itemize
44226 #@end itemize
44227 #
44228 #Portability problems not fixed by Gnulib:
44229 #@itemize
44230 #@item
44231
44232 File: ./doc/posix-functions/toascii.texi
44233 Hash: a97da9d9fd148dad24bcad63d57d69efb5d18fb115eab3e85e04f1a5c4d51e4e
44234 Copyright: 
44235 License: 
44236 Licence_Text: 
44237 #Header: 
44238 #@node toascii
44239 #@section @code{toascii}
44240 #@findex toascii
44241 #
44242 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toascii.html}
44243 #
44244 #Gnulib module: ---
44245 #
44246 #Portability problems fixed by Gnulib:
44247 #@itemize
44248 #@end itemize
44249 #
44250 #Portability problems not fixed by Gnulib:
44251 #@itemize
44252 #@end itemize
44253
44254 File: ./doc/posix-functions/tolower.texi
44255 Hash: 196548b9522eb8b3c56f209a99d1e13daf87f5f7f2dcd8a1b88eaa49180bbce9
44256 Copyright: 
44257 License: 
44258 Licence_Text: 
44259 #Header: 
44260 #@node tolower
44261 #@section @code{tolower}
44262 #@findex tolower
44263 #
44264 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tolower.html}
44265 #
44266 #Gnulib module: ---
44267 #
44268 #Portability problems fixed by Gnulib:
44269 #@itemize
44270 #@end itemize
44271 #
44272 #Portability problems not fixed by Gnulib:
44273 #@itemize
44274 #@item
44275
44276 File: ./doc/posix-functions/tolower_l.texi
44277 Hash: ea6dc968b7beb65776cd2184cf2b9b1504f25b58bbcb22ba1c8ae30e387cfe08
44278 Copyright: 
44279 License: 
44280 Licence_Text: 
44281 #Header: 
44282 #@node tolower_l
44283 #@section @code{tolower_l}
44284 #@findex tolower_l
44285 #
44286 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tolower_l.html}
44287 #
44288 #Gnulib module: ---
44289 #
44290 #Portability problems fixed by Gnulib:
44291 #@itemize
44292 #@end itemize
44293 #
44294 #Portability problems not fixed by Gnulib:
44295 #@itemize
44296 #@item
44297
44298 File: ./doc/posix-functions/toupper.texi
44299 Hash: e2defa72d3095d58b3ba26fce4a0aa35b98f40a3f1e08be65e7490c9ed2dc142
44300 Copyright: 
44301 License: 
44302 Licence_Text: 
44303 #Header: 
44304 #@node toupper
44305 #@section @code{toupper}
44306 #@findex toupper
44307 #
44308 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toupper.html}
44309 #
44310 #Gnulib module: ---
44311 #
44312 #Portability problems fixed by Gnulib:
44313 #@itemize
44314 #@end itemize
44315 #
44316 #Portability problems not fixed by Gnulib:
44317 #@itemize
44318 #@item
44319
44320 File: ./doc/posix-functions/toupper_l.texi
44321 Hash: 20eedfcf323d2479bb4dbbd241cc190f8ff601fe0516815011c12011b4574cbd
44322 Copyright: 
44323 License: 
44324 Licence_Text: 
44325 #Header: 
44326 #@node toupper_l
44327 #@section @code{toupper_l}
44328 #@findex toupper_l
44329 #
44330 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toupper_l.html}
44331 #
44332 #Gnulib module: ---
44333 #
44334 #Portability problems fixed by Gnulib:
44335 #@itemize
44336 #@end itemize
44337 #
44338 #Portability problems not fixed by Gnulib:
44339 #@itemize
44340 #@item
44341
44342 File: ./doc/posix-functions/towctrans.texi
44343 Hash: 8a1e03793aab23ee1d7076c4d9319a4f1b361362e121fa37248bd3503d4a4665
44344 Copyright: 
44345 License: 
44346 Licence_Text: 
44347 #Header: 
44348 #@node towctrans
44349 #@section @code{towctrans}
44350 #@findex towctrans
44351 #
44352 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towctrans.html}
44353 #
44354 #Gnulib module: ---
44355 #
44356 #Portability problems fixed by Gnulib:
44357 #@itemize
44358 #@end itemize
44359 #
44360 #Portability problems not fixed by Gnulib:
44361 #@itemize
44362 #@item
44363
44364 File: ./doc/posix-functions/towctrans_l.texi
44365 Hash: ce31c960b403299b70c3a391016c626884a941aa1cbfcce216840436bf7b7b37
44366 Copyright: 
44367 License: 
44368 Licence_Text: 
44369 #Header: 
44370 #@node towctrans_l
44371 #@section @code{towctrans_l}
44372 #@findex towctrans_l
44373 #
44374 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towctrans_l.html}
44375 #
44376 #Gnulib module: ---
44377 #
44378 #Portability problems fixed by Gnulib:
44379 #@itemize
44380 #@end itemize
44381 #
44382 #Portability problems not fixed by Gnulib:
44383 #@itemize
44384 #@item
44385
44386 File: ./doc/posix-functions/towlower.texi
44387 Hash: edd5f5eb25dfcebf7dc296ba43b616d3b4002387d649c2abaa1a044b20643a8d
44388 Copyright: 
44389 License: 
44390 Licence_Text: 
44391 #Header: 
44392 #@node towlower
44393 #@section @code{towlower}
44394 #@findex towlower
44395 #
44396 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towlower.html}
44397 #
44398 #Gnulib module: wctype
44399 #
44400 #Portability problems fixed by Gnulib:
44401 #@itemize
44402 #@item
44403 #This function is missing on some platforms:
44404 #IRIX 5.3, Solaris 2.5.1.
44405 #@end itemize
44406
44407 File: ./doc/posix-functions/towlower_l.texi
44408 Hash: 0ba70fedd9ed1733360ed322e14367f432080bf314f87bc6e83649fc9f7e2326
44409 Copyright: 
44410 License: 
44411 Licence_Text: 
44412 #Header: 
44413 #@node towlower_l
44414 #@section @code{towlower_l}
44415 #@findex towlower_l
44416 #
44417 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towlower_l.html}
44418 #
44419 #Gnulib module: ---
44420 #
44421 #Portability problems fixed by Gnulib:
44422 #@itemize
44423 #@end itemize
44424 #
44425 #Portability problems not fixed by Gnulib:
44426 #@itemize
44427 #@item
44428
44429 File: ./doc/posix-functions/towupper.texi
44430 Hash: f46446812e0e4d98a8fbf546a8bf40e189b7fab597162b8ada7ec247311c4fe3
44431 Copyright: 
44432 License: 
44433 Licence_Text: 
44434 #Header: 
44435 #@node towupper
44436 #@section @code{towupper}
44437 #@findex towupper
44438 #
44439 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towupper.html}
44440 #
44441 #Gnulib module: wctype
44442 #
44443 #Portability problems fixed by Gnulib:
44444 #@itemize
44445 #@item
44446 #This function is missing on some platforms:
44447 #IRIX 5.3, Solaris 2.5.1.
44448 #@end itemize
44449
44450 File: ./doc/posix-functions/towupper_l.texi
44451 Hash: 3a01be213186f9daf15f189b511d432b1929134741e4e08800b2394700cfe591
44452 Copyright: 
44453 License: 
44454 Licence_Text: 
44455 #Header: 
44456 #@node towupper_l
44457 #@section @code{towupper_l}
44458 #@findex towupper_l
44459 #
44460 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towupper_l.html}
44461 #
44462 #Gnulib module: ---
44463 #
44464 #Portability problems fixed by Gnulib:
44465 #@itemize
44466 #@end itemize
44467 #
44468 #Portability problems not fixed by Gnulib:
44469 #@itemize
44470 #@item
44471
44472 File: ./doc/posix-functions/trunc.texi
44473 Hash: 2c7faf7f86690c2de6fef3d76f0688aad0b11e1eadce8e1ee31e3963ae357601
44474 Copyright: 
44475 License: 
44476 Licence_Text: 
44477 #Header: 
44478 #@node trunc
44479 #@section @code{trunc}
44480 #@findex trunc
44481 #
44482 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/trunc.html}
44483 #
44484 #Gnulib module: trunc
44485 #
44486 #Portability problems fixed by Gnulib:
44487 #@itemize
44488 #@item
44489 #This function is missing on some platforms:
44490 #FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, Solaris 9, Interix 3.5.
44491 #@end itemize
44492
44493 File: ./doc/posix-functions/truncate.texi
44494 Hash: ad6988f2a3cf922df9d441be49aceaf0213a6ef329c5e192db4736ae321057a7
44495 Copyright: 
44496 License: 
44497 Licence_Text: 
44498 #Header: 
44499 #@node truncate
44500 #@section @code{truncate}
44501 #@findex truncate
44502 #
44503 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/truncate.html}
44504 #
44505 #Gnulib module: ---
44506 #
44507 #Portability problems fixed by Gnulib:
44508 #@itemize
44509 #@end itemize
44510 #
44511 #Portability problems not fixed by Gnulib:
44512 #@itemize
44513 #@item
44514
44515 File: ./doc/posix-functions/truncf.texi
44516 Hash: de12f43f978664b351f577e9a5daef41a3fc84222f4f5fc9262f8db26b0f3f25
44517 Copyright: 
44518 License: 
44519 Licence_Text: 
44520 #Header: 
44521 #@node truncf
44522 #@section @code{truncf}
44523 #@findex truncf
44524 #
44525 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/truncf.html}
44526 #
44527 #Gnulib module: truncf
44528 #
44529 #Portability problems fixed by Gnulib:
44530 #@itemize
44531 #@item
44532 #This function is missing on some platforms:
44533 #FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, Solaris 9, Interix 3.5.
44534 #@end itemize
44535
44536 File: ./doc/posix-functions/truncl.texi
44537 Hash: d6a3a1679bb8e28f9a3a76b46add1afd31d4ca16e9ba4f3f695ae8d4e2393119
44538 Copyright: 
44539 License: 
44540 Licence_Text: 
44541 #Header: 
44542 #@node truncl
44543 #@section @code{truncl}
44544 #@findex truncl
44545 #
44546 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/truncl.html}
44547 #
44548 #Gnulib module: truncl
44549 #
44550 #Portability problems fixed by Gnulib:
44551 #@itemize
44552 #@item
44553 #This function is missing on some platforms:
44554 #FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS.
44555 #@item
44556 #This function crashes on some platforms:
44557
44558 File: ./doc/posix-functions/tsearch.texi
44559 Hash: f6916106a56867ee562714e2d11a56ee7e62ba2a5b044f890f5950fc751ff1ac
44560 Copyright: 
44561 License: 
44562 Licence_Text: 
44563 #Header: 
44564 #@node tsearch
44565 #@section @code{tsearch}
44566 #@findex tsearch
44567 #
44568 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tsearch.html}
44569 #
44570 #Gnulib module: tsearch
44571 #
44572 #Portability problems fixed by Gnulib:
44573 #@itemize
44574 #@item
44575 #This function is missing on some platforms:
44576 #mingw, BeOS.
44577 #@end itemize
44578
44579 File: ./doc/posix-functions/ttyname.texi
44580 Hash: 3a53e9dbfb459ef95a6ffd1bd907d0bcd515b0307761cacb5721be060046a0e8
44581 Copyright: 
44582 License: 
44583 Licence_Text: 
44584 #Header: 
44585 #@node ttyname
44586 #@section @code{ttyname}
44587 #@findex ttyname
44588 #
44589 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ttyname.html}
44590 #
44591 #Gnulib module: ---
44592 #
44593 #Portability problems fixed by Gnulib:
44594 #@itemize
44595 #@end itemize
44596 #
44597 #Portability problems not fixed by Gnulib:
44598 #@itemize
44599 #@item
44600
44601 File: ./doc/posix-functions/ttyname_r.texi
44602 Hash: f6cbfb6ecafbe6dfdb5f40882b617419be277fa894414db40639a726aec47b7e
44603 Copyright: 
44604 License: 
44605 Licence_Text: 
44606 #Header: 
44607 #@node ttyname_r
44608 #@section @code{ttyname_r}
44609 #@findex ttyname_r
44610 #
44611 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ttyname_r.html}
44612 #
44613 #Gnulib module: ---
44614 #
44615 #Portability problems fixed by Gnulib:
44616 #@itemize
44617 #@end itemize
44618 #
44619 #Portability problems not fixed by Gnulib:
44620 #@itemize
44621 #@item
44622
44623 File: ./doc/posix-functions/twalk.texi
44624 Hash: 90a77428e374001fd58a522352dbfa4286280c931b9524ea5a2723f8899129ef
44625 Copyright: 
44626 License: 
44627 Licence_Text: 
44628 #Header: 
44629 #@node twalk
44630 #@section @code{twalk}
44631 #@findex twalk
44632 #
44633 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/twalk.html}
44634 #
44635 #Gnulib module: tsearch
44636 #
44637 #Portability problems fixed by Gnulib:
44638 #@itemize
44639 #@item
44640 #This function is missing on some platforms:
44641 #mingw, BeOS.
44642 #@end itemize
44643
44644 File: ./doc/posix-functions/tzname.texi
44645 Hash: 0441a989ad0b47a309a27221970489ae177f7356e8eb7363d67c878656b54452
44646 Copyright: 
44647 License: 
44648 Licence_Text: 
44649 #Header: 
44650 #@node tzname
44651 #@section @code{tzname}
44652 #@findex tzname
44653 #
44654 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tzname.html}
44655 #
44656 #Gnulib module: ---
44657 #
44658 #Portability problems fixed by Gnulib:
44659 #@itemize
44660 #@end itemize
44661 #
44662 #Portability problems not fixed by Gnulib:
44663 #@itemize
44664 #@item
44665
44666 File: ./doc/posix-functions/tzset.texi
44667 Hash: 7231d68420d2e952b405f8b492d785b0bf45c997a872cf32b108435420f627ba
44668 Copyright: 
44669 License: 
44670 Licence_Text: 
44671 #Header: 
44672 #@node tzset
44673 #@section @code{tzset}
44674 #@findex tzset
44675 #
44676 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tzset.html}
44677 #
44678 #Gnulib module: tzset
44679 #
44680 #Portability problems fixed by Gnulib:
44681 #@itemize
44682 #@item
44683 #This function clobbers the buffer used by the localtime function on some
44684 #platforms:
44685 #Solaris 2.6.
44686 #@end itemize
44687
44688 File: ./doc/posix-functions/ulimit.texi
44689 Hash: 328ce2059c0079cf2abc56052da27d917f58ab3422f811cf714d9e423fd04c2a
44690 Copyright: 
44691 License: 
44692 Licence_Text: 
44693 #Header: 
44694 #@node ulimit
44695 #@section @code{ulimit}
44696 #@findex ulimit
44697 #
44698 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ulimit.html}
44699 #
44700 #Gnulib module: ---
44701 #
44702 #Portability problems fixed by Gnulib:
44703 #@itemize
44704 #@end itemize
44705 #
44706 #Portability problems not fixed by Gnulib:
44707 #@itemize
44708 #@item
44709
44710 File: ./doc/posix-functions/umask.texi
44711 Hash: 8a2f402496200e1fc0c0fd2e0bccccf52b3dcaa6eddfbc48ae47d087deeeb0cf
44712 Copyright: 
44713 License: 
44714 Licence_Text: 
44715 #Header: 
44716 #@node umask
44717 #@section @code{umask}
44718 #@findex umask
44719 #
44720 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/umask.html}
44721 #
44722 #Gnulib module: ---
44723 #
44724 #Portability problems fixed by Gnulib:
44725 #@itemize
44726 #@end itemize
44727 #
44728 #Portability problems not fixed by Gnulib:
44729 #@itemize
44730 #@end itemize
44731
44732 File: ./doc/posix-functions/uname.texi
44733 Hash: 6755bde328f8c8a2e26f8eab4760f1a7d572c5339449f2882fdad83f7ff92001
44734 Copyright: 
44735 License: 
44736 Licence_Text: 
44737 #Header: 
44738 #@node uname
44739 #@section @code{uname}
44740 #@findex uname
44741 #
44742 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/uname.html}
44743 #
44744 #Gnulib module: uname
44745 #
44746 #Portability problems fixed by Gnulib:
44747 #@itemize
44748 #@item
44749 #This function is missing on some platforms:
44750 #mingw.
44751 #@end itemize
44752
44753 File: ./doc/posix-functions/ungetc.texi
44754 Hash: 1c34639f7f967f2a66214ca4d0cecc7ff95302248f83b9a70f7e3c06e141669d
44755 Copyright: 
44756 License: 
44757 Licence_Text: 
44758 #Header: 
44759 #@node ungetc
44760 #@section @code{ungetc}
44761 #@findex ungetc
44762 #
44763 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ungetc.html}
44764 #
44765 #Gnulib module: ---
44766 #
44767 #Portability problems fixed by Gnulib:
44768 #@itemize
44769 #@end itemize
44770 #
44771 #Portability problems not fixed by Gnulib:
44772 #@itemize
44773 #@item
44774
44775 File: ./doc/posix-functions/ungetwc.texi
44776 Hash: 0d06c6a96b420d7b9dccd98aabbd9baac8521acd967cae84e6022cdb8a31c2e2
44777 Copyright: 
44778 License: 
44779 Licence_Text: 
44780 #Header: 
44781 #@node ungetwc
44782 #@section @code{ungetwc}
44783 #@findex ungetwc
44784 #
44785 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ungetwc.html}
44786 #
44787 #Gnulib module: ---
44788 #
44789 #Portability problems fixed by Gnulib:
44790 #@itemize
44791 #@end itemize
44792 #
44793 #Portability problems not fixed by Gnulib:
44794 #@itemize
44795 #@item
44796
44797 File: ./doc/posix-functions/unlink.texi
44798 Hash: 1958802de215f64594d391a7f9879329562d8ee7e6321902fc20d289e90a113a
44799 Copyright: 
44800 License: 
44801 Licence_Text: 
44802 #Header: 
44803 #@node unlink
44804 #@section @code{unlink}
44805 #@findex unlink
44806 #
44807 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/unlink.html}
44808 #
44809 #Gnulib module: ---
44810 #
44811 #Portability problems fixed by Gnulib:
44812 #@itemize
44813 #@end itemize
44814 #
44815 #Portability problems not fixed by Gnulib:
44816 #@itemize
44817 #@item
44818
44819 File: ./doc/posix-functions/unlinkat.texi
44820 Hash: 098fa59dd086b58401a4710af7fb3c3171a08c95cf2395f5307f02161cd88f5e
44821 Copyright: 
44822 License: 
44823 Licence_Text: 
44824 #Header: 
44825 #@node unlinkat
44826 #@section @code{unlinkat}
44827 #@findex unlinkat
44828 #
44829 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/unlinkat.html}
44830 #
44831 #Gnulib module: openat
44832 #
44833 #Portability problems fixed by Gnulib:
44834 #@itemize
44835 #@item
44836 #This function is missing on some platforms:
44837 #glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX
44838 #5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
44839 #But the replacement function is not safe to be used in libraries and is not multithread-safe.
44840
44841 File: ./doc/posix-functions/unlockpt.texi
44842 Hash: e50e8903ad77ab19f79c13a319ed068480f63ddd947f8dc15a13e534280ff990
44843 Copyright: 
44844 License: 
44845 Licence_Text: 
44846 #Header: 
44847 #@node unlockpt
44848 #@section @code{unlockpt}
44849 #@findex unlockpt
44850 #
44851 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/unlockpt.html}
44852 #
44853 #Gnulib module: ---
44854 #
44855 #Portability problems fixed by Gnulib:
44856 #@itemize
44857 #@end itemize
44858 #
44859 #Portability problems not fixed by Gnulib:
44860 #@itemize
44861 #@item
44862
44863 File: ./doc/posix-functions/unsetenv.texi
44864 Hash: 1541d212606cd33eb1679bcda974df45e99a82dfd665f7d33aac243662a838d7
44865 Copyright: 
44866 License: 
44867 Licence_Text: 
44868 #Header: 
44869 #@node unsetenv
44870 #@section @code{unsetenv}
44871 #@findex unsetenv
44872 #
44873 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/unsetenv.html}
44874 #
44875 #Gnulib module: setenv
44876 #
44877 #Portability problems fixed by Gnulib:
44878 #@itemize
44879 #@item
44880 #This function is missing on some platforms:
44881 #AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 9, mingw, BeOS.
44882 #@item
44883 #This function has the return type @samp{void} instead of @samp{int} on some
44884
44885 File: ./doc/posix-functions/uselocale.texi
44886 Hash: a1209e949b8c92d82a51dae8e2148b275f81c13b3dd348f543a0b62d47e94db2
44887 Copyright: 
44888 License: 
44889 Licence_Text: 
44890 #Header: 
44891 #@node uselocale
44892 #@section @code{uselocale}
44893 #@findex uselocale
44894 #
44895 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/uselocale.html}
44896 #
44897 #Gnulib module: ---
44898 #
44899 #Portability problems fixed by Gnulib:
44900 #@itemize
44901 #@end itemize
44902 #
44903 #Portability problems not fixed by Gnulib:
44904 #@itemize
44905 #@item
44906
44907 File: ./doc/posix-functions/utime.texi
44908 Hash: a24aa88412826d7b02bfe1f02fb6795c7b9a8a59b60ff0a975ec583740290792
44909 Copyright: 
44910 License: 
44911 Licence_Text: 
44912 #Header: 
44913 #@node utime
44914 #@section @code{utime}
44915 #@findex utime
44916 #
44917 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/utime.html}
44918 #
44919 #Gnulib module: utime
44920 #
44921 #Portability problems fixed by Gnulib:
44922 #@itemize
44923 #@item
44924 #On some old platforms (Sequent), @code{utime (file, NULL)} fails to set the
44925 #file's timestamp to the current time.
44926 #@end itemize
44927
44928 File: ./doc/posix-functions/utimensat.texi
44929 Hash: 173c9ec29703395497e840d32a3fa8155bc291e23d2efa0a7a54e4b42d86a219
44930 Copyright: 
44931 License: 
44932 Licence_Text: 
44933 #Header: 
44934 #@node utimensat
44935 #@section @code{utimensat}
44936 #@findex utimensat
44937 #
44938 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/utimensat.html}
44939 #
44940 #Gnulib module: ---
44941 #
44942 #Portability problems fixed by Gnulib:
44943 #@itemize
44944 #@end itemize
44945 #
44946 #Portability problems not fixed by Gnulib:
44947 #@itemize
44948 #@item
44949
44950 File: ./doc/posix-functions/utimes.texi
44951 Hash: 8d51beec714b4e3c4ad595e9be1b118696c5a12977fa12a42a629ad03f4669b1
44952 Copyright: 
44953 License: 
44954 Licence_Text: 
44955 #Header: 
44956 #@node utimes
44957 #@section @code{utimes}
44958 #@findex utimes
44959 #
44960 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/utimes.html}
44961 #
44962 #Gnulib module: ---
44963 #
44964 #Portability problems fixed by Gnulib:
44965 #@itemize
44966 #@end itemize
44967 #
44968 #Portability problems not fixed by Gnulib:
44969 #@itemize
44970 #@item
44971
44972 File: ./doc/posix-functions/va_arg.texi
44973 Hash: 2da6d5e606404f38325aec110f29032d73d826516de59cd65a1b0cc3e5ef1e9b
44974 Copyright: 
44975 License: 
44976 Licence_Text: 
44977 #Header: 
44978 #@node va_arg
44979 #@section @code{va_arg}
44980 #@findex va_arg
44981 #
44982 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/va_arg.html}
44983 #
44984 #Gnulib module: ---
44985 #
44986 #Portability problems fixed by Gnulib:
44987 #@itemize
44988 #@end itemize
44989 #
44990 #Portability problems not fixed by Gnulib:
44991 #@itemize
44992 #@item
44993
44994 File: ./doc/posix-functions/va_copy.texi
44995 Hash: 89c374aa138c4359ac2b7e0059a6884cc316ed6c9742a1889fcc910d71cfba01
44996 Copyright: 
44997 License: 
44998 Licence_Text: 
44999 #Header: 
45000 #@node va_copy
45001 #@section @code{va_copy}
45002 #@findex va_copy
45003 #
45004 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/va_copy.html}
45005 #
45006 #Gnulib module: stdarg
45007 #
45008 #Portability problems fixed by Gnulib:
45009 #@itemize
45010 #@item
45011 #This macro is missing on some platforms:
45012 #AIX 5.1 with cc or xlc, HP-UX 11 with cc, IRIX 6.5 with cc, OSF/1 5.1 with cc.
45013 #@end itemize
45014
45015 File: ./doc/posix-functions/va_end.texi
45016 Hash: 71e8d133b425de3bb999821a3f0e5b9939a9b340de8f85f096f86886c9d05d1b
45017 Copyright: 
45018 License: 
45019 Licence_Text: 
45020 #Header: 
45021 #@node va_end
45022 #@section @code{va_end}
45023 #@findex va_end
45024 #
45025 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/va_end.html}
45026 #
45027 #Gnulib module: ---
45028 #
45029 #Portability problems fixed by Gnulib:
45030 #@itemize
45031 #@end itemize
45032 #
45033 #Portability problems not fixed by Gnulib:
45034 #@itemize
45035 #@end itemize
45036
45037 File: ./doc/posix-functions/va_start.texi
45038 Hash: 13ed783939fb33555b552e86b00411ec0032076a9d909a99b9812c75e0080654
45039 Copyright: 
45040 License: 
45041 Licence_Text: 
45042 #Header: 
45043 #@node va_start
45044 #@section @code{va_start}
45045 #@findex va_start
45046 #
45047 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/va_start.html}
45048 #
45049 #Gnulib module: ---
45050 #
45051 #Portability problems fixed by Gnulib:
45052 #@itemize
45053 #@end itemize
45054 #
45055 #Portability problems not fixed by Gnulib:
45056 #@itemize
45057 #@end itemize
45058
45059 File: ./doc/posix-functions/vdprintf.texi
45060 Hash: 855f46947553e9d6e745ed76dd9fc96252202d5a7670d1f7edb31f897d59c866
45061 Copyright: 
45062 License: 
45063 Licence_Text: 
45064 #Header: 
45065 #@node vdprintf
45066 #@section @code{vdprintf}
45067 #@findex vdprintf
45068 #
45069 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vdprintf.html}
45070 #
45071 #Gnulib module: vdprintf or vdprintf-posix
45072 #
45073 #Portability problems fixed by either Gnulib module @code{vdprintf} or @code{vdprintf-posix}:
45074 #@itemize
45075 #@item
45076 #This function is missing on some platforms:
45077 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
45078 #IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5.
45079 #@end itemize
45080
45081 File: ./doc/posix-functions/vfprintf.texi
45082 Hash: ea7d201cdc68907be08bab243835a24441895b202d77e63b48559ddc9086c069
45083 Copyright: 
45084 License: 
45085 Licence_Text: 
45086 #Header: 
45087 #@node vfprintf
45088 #@section @code{vfprintf}
45089 #@findex vfprintf
45090 #
45091 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vfprintf.html}
45092 #
45093 #Gnulib module: vfprintf-posix or stdio, sigpipe
45094 #
45095 #Portability problems fixed by Gnulib module @code{vfprintf-posix}:
45096 #@itemize
45097 #@item
45098 #This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
45099 #@code{j}, @code{t}, @code{z}) on some platforms:
45100 #AIX 5.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.5.24, mingw, BeOS.
45101 #@item
45102
45103 File: ./doc/posix-functions/vfscanf.texi
45104 Hash: f0b4648d4126271ca14486c4fece1894aca7086f8db26508927cd4d246a2f77f
45105 Copyright: 
45106 License: 
45107 Licence_Text: 
45108 #Header: 
45109 #@node vfscanf
45110 #@section @code{vfscanf}
45111 #@findex vfscanf
45112 #
45113 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vfscanf.html}
45114 #
45115 #Gnulib module: ---
45116 #
45117 #Portability problems fixed by Gnulib:
45118 #@itemize
45119 #@end itemize
45120 #
45121 #Portability problems not fixed by Gnulib:
45122 #@itemize
45123 #@item
45124
45125 File: ./doc/posix-functions/vfwprintf.texi
45126 Hash: 200c520c974f536a06bfb5ce702add69f502c35b3b57c25eac925fcde5db8f86
45127 Copyright: 
45128 License: 
45129 Licence_Text: 
45130 #Header: 
45131 #@node vfwprintf
45132 #@section @code{vfwprintf}
45133 #@findex vfwprintf
45134 #
45135 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vfwprintf.html}
45136 #
45137 #Gnulib module: ---
45138 #
45139 #Portability problems fixed by Gnulib:
45140 #@itemize
45141 #@end itemize
45142 #
45143 #Portability problems not fixed by Gnulib:
45144 #@itemize
45145 #@item
45146
45147 File: ./doc/posix-functions/vfwscanf.texi
45148 Hash: 1468115a6058c2641c7ae1ca0a62944642b5841ba17513ad35c6c43fde79142e
45149 Copyright: 
45150 License: 
45151 Licence_Text: 
45152 #Header: 
45153 #@node vfwscanf
45154 #@section @code{vfwscanf}
45155 #@findex vfwscanf
45156 #
45157 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vfwscanf.html}
45158 #
45159 #Gnulib module: ---
45160 #
45161 #Portability problems fixed by Gnulib:
45162 #@itemize
45163 #@end itemize
45164 #
45165 #Portability problems not fixed by Gnulib:
45166 #@itemize
45167 #@item
45168
45169 File: ./doc/posix-functions/vprintf.texi
45170 Hash: ee2fa0a176a8b7c847e9ec8b4a3bc56c77937cb49dc176fa078e41637967586d
45171 Copyright: 
45172 License: 
45173 Licence_Text: 
45174 #Header: 
45175 #@node vprintf
45176 #@section @code{vprintf}
45177 #@findex vprintf
45178 #
45179 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vprintf.html}
45180 #
45181 #Gnulib module: vprintf-posix or stdio, sigpipe
45182 #
45183 #Portability problems fixed by Gnulib module @code{vprintf-posix}:
45184 #@itemize
45185 #@item
45186 #This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
45187 #@code{j}, @code{t}, @code{z}) on some platforms:
45188 #AIX 5.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.5.24, mingw, BeOS.
45189 #@item
45190
45191 File: ./doc/posix-functions/vscanf.texi
45192 Hash: eca0bed937adee2b64abc9215eb27744f667f0d4eda4a232a7dad80995a36c1c
45193 Copyright: 
45194 License: 
45195 Licence_Text: 
45196 #Header: 
45197 #@node vscanf
45198 #@section @code{vscanf}
45199 #@findex vscanf
45200 #
45201 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vscanf.html}
45202 #
45203 #Gnulib module: ---
45204 #
45205 #Portability problems fixed by Gnulib:
45206 #@itemize
45207 #@end itemize
45208 #
45209 #Portability problems not fixed by Gnulib:
45210 #@itemize
45211 #@item
45212
45213 File: ./doc/posix-functions/vsnprintf.texi
45214 Hash: 3e468e6f97b3571aee0963c7fc2871601b0e518e07a1df85fb873f8c25d6bcc2
45215 Copyright: 
45216 License: 
45217 Licence_Text: 
45218 #Header: 
45219 #@node vsnprintf
45220 #@section @code{vsnprintf}
45221 #@findex vsnprintf
45222 #
45223 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vsnprintf.html}
45224 #
45225 #Gnulib module: vsnprintf or vsnprintf-posix
45226 #
45227 #Portability problems fixed by either Gnulib module @code{vsnprintf} or @code{vsnprintf-posix}:
45228 #@itemize
45229 #@item
45230 #This function is missing on some platforms:
45231 #IRIX 5.3, OSF/1 4.0, Solaris 2.5.1.
45232 #@item
45233 #This function overwrites memory even when a size argument of 1 is passed on some
45234
45235 File: ./doc/posix-functions/vsprintf.texi
45236 Hash: 8a9b9edf7d98f987517cb3b7650a739a7d959ba37dfc9ead9527dc4f9257c2a0
45237 Copyright: 
45238 License: 
45239 Licence_Text: 
45240 #Header: 
45241 #@node vsprintf
45242 #@section @code{vsprintf}
45243 #@findex vsprintf
45244 #
45245 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vsprintf.html}
45246 #
45247 #Gnulib module: vsprintf-posix
45248 #
45249 #Portability problems fixed by Gnulib:
45250 #@itemize
45251 #@item
45252 #This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
45253 #@code{j}, @code{t}, @code{z}) on some platforms:
45254 #AIX 5.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.5.24, mingw, BeOS.
45255 #@item
45256
45257 File: ./doc/posix-functions/vsscanf.texi
45258 Hash: a962e8a48ae62bf84f0ca9e7a5c3f1a5e9f96e855b3f79cff91032624d693a88
45259 Copyright: 
45260 License: 
45261 Licence_Text: 
45262 #Header: 
45263 #@node vsscanf
45264 #@section @code{vsscanf}
45265 #@findex vsscanf
45266 #
45267 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vsscanf.html}
45268 #
45269 #Gnulib module: ---
45270 #
45271 #Portability problems fixed by Gnulib:
45272 #@itemize
45273 #@end itemize
45274 #
45275 #Portability problems not fixed by Gnulib:
45276 #@itemize
45277 #@item
45278
45279 File: ./doc/posix-functions/vswprintf.texi
45280 Hash: 705139250cb9f7e443a4dc17c4728cd63e8fd6e2c9414bca636536cda23fd758
45281 Copyright: 
45282 License: 
45283 Licence_Text: 
45284 #Header: 
45285 #@node vswprintf
45286 #@section @code{vswprintf}
45287 #@findex vswprintf
45288 #
45289 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vswprintf.html}
45290 #
45291 #Gnulib module: ---
45292 #
45293 #Portability problems fixed by Gnulib:
45294 #@itemize
45295 #@end itemize
45296 #
45297 #Portability problems not fixed by Gnulib:
45298 #@itemize
45299 #@item
45300
45301 File: ./doc/posix-functions/vswscanf.texi
45302 Hash: e7a04f078ac79b1890e517f87e8d4694a6e45679b0fb48f236580d197a4e46ca
45303 Copyright: 
45304 License: 
45305 Licence_Text: 
45306 #Header: 
45307 #@node vswscanf
45308 #@section @code{vswscanf}
45309 #@findex vswscanf
45310 #
45311 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vswscanf.html}
45312 #
45313 #Gnulib module: ---
45314 #
45315 #Portability problems fixed by Gnulib:
45316 #@itemize
45317 #@end itemize
45318 #
45319 #Portability problems not fixed by Gnulib:
45320 #@itemize
45321 #@item
45322
45323 File: ./doc/posix-functions/vwprintf.texi
45324 Hash: b72b770973a6ef5051e9ff66aa22bcbc8b58a2c6431543512147c1f22ff9c9a6
45325 Copyright: 
45326 License: 
45327 Licence_Text: 
45328 #Header: 
45329 #@node vwprintf
45330 #@section @code{vwprintf}
45331 #@findex vwprintf
45332 #
45333 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vwprintf.html}
45334 #
45335 #Gnulib module: ---
45336 #
45337 #Portability problems fixed by Gnulib:
45338 #@itemize
45339 #@end itemize
45340 #
45341 #Portability problems not fixed by Gnulib:
45342 #@itemize
45343 #@item
45344
45345 File: ./doc/posix-functions/vwscanf.texi
45346 Hash: 923b5d92b22daf9ad2ccba87d91bfa15e157309420f4db651b8629ca43207c6d
45347 Copyright: 
45348 License: 
45349 Licence_Text: 
45350 #Header: 
45351 #@node vwscanf
45352 #@section @code{vwscanf}
45353 #@findex vwscanf
45354 #
45355 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vwscanf.html}
45356 #
45357 #Gnulib module: ---
45358 #
45359 #Portability problems fixed by Gnulib:
45360 #@itemize
45361 #@end itemize
45362 #
45363 #Portability problems not fixed by Gnulib:
45364 #@itemize
45365 #@item
45366
45367 File: ./doc/posix-functions/wait.texi
45368 Hash: 7b072a3b82336d00ed25a885cbda48782e1b863c4c027836b77ce61763f3bcc5
45369 Copyright: 
45370 License: 
45371 Licence_Text: 
45372 #Header: 
45373 #@node wait
45374 #@section @code{wait}
45375 #@findex wait
45376 #
45377 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wait.html}
45378 #
45379 #Gnulib module: ---
45380 #
45381 #Portability problems fixed by Gnulib:
45382 #@itemize
45383 #@end itemize
45384 #
45385 #Portability problems not fixed by Gnulib:
45386 #@itemize
45387 #@item
45388
45389 File: ./doc/posix-functions/waitid.texi
45390 Hash: f1062ba46c44cfd335b13fa64595732f330100537d8e9339af1abdd7571845d7
45391 Copyright: 
45392 License: 
45393 Licence_Text: 
45394 #Header: 
45395 #@node waitid
45396 #@section @code{waitid}
45397 #@findex waitid
45398 #
45399 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/waitid.html}
45400 #
45401 #Gnulib module: ---
45402 #
45403 #Portability problems fixed by Gnulib:
45404 #@itemize
45405 #@end itemize
45406 #
45407 #Portability problems not fixed by Gnulib:
45408 #@itemize
45409 #@item
45410
45411 File: ./doc/posix-functions/waitpid.texi
45412 Hash: 5676832d45eb43ebf1c1aea887bc4c019db4810fbbb16cce5cdc283748655ac9
45413 Copyright: 
45414 License: 
45415 Licence_Text: 
45416 #Header: 
45417 #@node waitpid
45418 #@section @code{waitpid}
45419 #@findex waitpid
45420 #
45421 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/waitpid.html}
45422 #
45423 #Gnulib module: ---
45424 #
45425 #Portability problems fixed by Gnulib:
45426 #@itemize
45427 #@end itemize
45428 #
45429 #Portability problems not fixed by Gnulib:
45430 #@itemize
45431 #@item
45432
45433 File: ./doc/posix-functions/wcpcpy.texi
45434 Hash: adbf37b23fbedfbd3bef3f5c4c0088880a853cfbad97f9a7c943fef6cb366636
45435 Copyright: 
45436 License: 
45437 Licence_Text: 
45438 #Header: 
45439 #@node wcpcpy
45440 #@section @code{wcpcpy}
45441 #@findex wcpcpy
45442 #
45443 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcpcpy.html}
45444 #
45445 #Gnulib module: ---
45446 #
45447 #Portability problems fixed by Gnulib:
45448 #@itemize
45449 #@end itemize
45450 #
45451 #Portability problems not fixed by Gnulib:
45452 #@itemize
45453 #@item
45454
45455 File: ./doc/posix-functions/wcpncpy.texi
45456 Hash: 89c94c9fc1d0bd17f9cdd12a4dc7fc1d510297fd642acbb2ea6f35e3e97c1572
45457 Copyright: 
45458 License: 
45459 Licence_Text: 
45460 #Header: 
45461 #@node wcpncpy
45462 #@section @code{wcpncpy}
45463 #@findex wcpncpy
45464 #
45465 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcpncpy.html}
45466 #
45467 #Gnulib module: ---
45468 #
45469 #Portability problems fixed by Gnulib:
45470 #@itemize
45471 #@end itemize
45472 #
45473 #Portability problems not fixed by Gnulib:
45474 #@itemize
45475 #@item
45476
45477 File: ./doc/posix-functions/wcrtomb.texi
45478 Hash: 20040edab7d3f5b765282992f971d3c8adc2532ca47ffba40dbb3791f4a66dc0
45479 Copyright: 
45480 License: 
45481 Licence_Text: 
45482 #Header: 
45483 #@node wcrtomb
45484 #@section @code{wcrtomb}
45485 #@findex wcrtomb
45486 #
45487 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcrtomb.html}
45488 #
45489 #Gnulib module: wcrtomb
45490 #
45491 #Portability problems fixed by Gnulib:
45492 #@itemize
45493 #@item
45494 #This function is missing on some platforms:
45495 #HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
45496 #@item
45497 #This function returns 0 when the first argument is NULL in some locales on some platforms:
45498
45499 File: ./doc/posix-functions/wcscasecmp.texi
45500 Hash: 66134fa29f6569f7caaa554bd0513520f1e5319669215d2b3edb1b5732391db9
45501 Copyright: 
45502 License: 
45503 Licence_Text: 
45504 #Header: 
45505 #@node wcscasecmp
45506 #@section @code{wcscasecmp}
45507 #@findex wcscasecmp
45508 #
45509 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscasecmp.html}
45510 #
45511 #Gnulib module: ---
45512 #
45513 #Portability problems fixed by Gnulib:
45514 #@itemize
45515 #@end itemize
45516 #
45517 #Portability problems not fixed by Gnulib:
45518 #@itemize
45519 #@item
45520
45521 File: ./doc/posix-functions/wcscasecmp_l.texi
45522 Hash: 92ad8bd9e265fce46bc834d14274050bb01214d2391ccdc3caf5d1961f54f444
45523 Copyright: 
45524 License: 
45525 Licence_Text: 
45526 #Header: 
45527 #@node wcscasecmp_l
45528 #@section @code{wcscasecmp_l}
45529 #@findex wcscasecmp_l
45530 #
45531 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscasecmp_l.html}
45532 #
45533 #Gnulib module: ---
45534 #
45535 #Portability problems fixed by Gnulib:
45536 #@itemize
45537 #@end itemize
45538 #
45539 #Portability problems not fixed by Gnulib:
45540 #@itemize
45541 #@item
45542
45543 File: ./doc/posix-functions/wcscat.texi
45544 Hash: fdccf8e9cbeccb400ec7d5a4539b3af4454602490af20dea7751c2dab2555a34
45545 Copyright: 
45546 License: 
45547 Licence_Text: 
45548 #Header: 
45549 #@node wcscat
45550 #@section @code{wcscat}
45551 #@findex wcscat
45552 #
45553 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscat.html}
45554 #
45555 #Gnulib module: ---
45556 #
45557 #Portability problems fixed by Gnulib:
45558 #@itemize
45559 #@end itemize
45560 #
45561 #Portability problems not fixed by Gnulib:
45562 #@itemize
45563 #@item
45564
45565 File: ./doc/posix-functions/wcschr.texi
45566 Hash: 23b351cedf83b8a8765000a2d21512ec922f12e2240a530bc21f41813933e27b
45567 Copyright: 
45568 License: 
45569 Licence_Text: 
45570 #Header: 
45571 #@node wcschr
45572 #@section @code{wcschr}
45573 #@findex wcschr
45574 #
45575 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcschr.html}
45576 #
45577 #Gnulib module: ---
45578 #
45579 #Portability problems fixed by Gnulib:
45580 #@itemize
45581 #@end itemize
45582 #
45583 #Portability problems not fixed by Gnulib:
45584 #@itemize
45585 #@item
45586
45587 File: ./doc/posix-functions/wcscmp.texi
45588 Hash: 71ddccea8ca18d3fd9f2ae85027f8b97cf654fa0316334a151d284aeb63f2666
45589 Copyright: 
45590 License: 
45591 Licence_Text: 
45592 #Header: 
45593 #@node wcscmp
45594 #@section @code{wcscmp}
45595 #@findex wcscmp
45596 #
45597 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscmp.html}
45598 #
45599 #Gnulib module: ---
45600 #
45601 #Portability problems fixed by Gnulib:
45602 #@itemize
45603 #@end itemize
45604 #
45605 #Portability problems not fixed by Gnulib:
45606 #@itemize
45607 #@item
45608
45609 File: ./doc/posix-functions/wcscoll.texi
45610 Hash: aad7c92bbfe1458195cba400ceeedc2f972b53cc82943bb8d33389ebac5806cb
45611 Copyright: 
45612 License: 
45613 Licence_Text: 
45614 #Header: 
45615 #@node wcscoll
45616 #@section @code{wcscoll}
45617 #@findex wcscoll
45618 #
45619 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscoll.html}
45620 #
45621 #Gnulib module: ---
45622 #
45623 #Portability problems fixed by Gnulib:
45624 #@itemize
45625 #@end itemize
45626 #
45627 #Portability problems not fixed by Gnulib:
45628 #@itemize
45629 #@item
45630
45631 File: ./doc/posix-functions/wcscoll_l.texi
45632 Hash: 5586b954da59befd5f0ebe05d67197dae1dba49e676f9ce27dd5fbc99ca1ad34
45633 Copyright: 
45634 License: 
45635 Licence_Text: 
45636 #Header: 
45637 #@node wcscoll_l
45638 #@section @code{wcscoll_l}
45639 #@findex wcscoll_l
45640 #
45641 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscoll_l.html}
45642 #
45643 #Gnulib module: ---
45644 #
45645 #Portability problems fixed by Gnulib:
45646 #@itemize
45647 #@end itemize
45648 #
45649 #Portability problems not fixed by Gnulib:
45650 #@itemize
45651 #@item
45652
45653 File: ./doc/posix-functions/wcscpy.texi
45654 Hash: 8304e8f34e5dfb5355ee75b71b3d43120a60e068eb1ec43897ceb9a0256740a7
45655 Copyright: 
45656 License: 
45657 Licence_Text: 
45658 #Header: 
45659 #@node wcscpy
45660 #@section @code{wcscpy}
45661 #@findex wcscpy
45662 #
45663 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscpy.html}
45664 #
45665 #Gnulib module: ---
45666 #
45667 #Portability problems fixed by Gnulib:
45668 #@itemize
45669 #@end itemize
45670 #
45671 #Portability problems not fixed by Gnulib:
45672 #@itemize
45673 #@item
45674
45675 File: ./doc/posix-functions/wcscspn.texi
45676 Hash: 5ffbf9e0f0e2c1fc7d927eb8fd22d924e8d80327a3f0eb7fc61b3ab2d49b0cb7
45677 Copyright: 
45678 License: 
45679 Licence_Text: 
45680 #Header: 
45681 #@node wcscspn
45682 #@section @code{wcscspn}
45683 #@findex wcscspn
45684 #
45685 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscspn.html}
45686 #
45687 #Gnulib module: ---
45688 #
45689 #Portability problems fixed by Gnulib:
45690 #@itemize
45691 #@end itemize
45692 #
45693 #Portability problems not fixed by Gnulib:
45694 #@itemize
45695 #@item
45696
45697 File: ./doc/posix-functions/wcsdup.texi
45698 Hash: 1e78bf9c90542816d00bba60747a68e20620b86c752a95623727f40ab7a51668
45699 Copyright: 
45700 License: 
45701 Licence_Text: 
45702 #Header: 
45703 #@node wcsdup
45704 #@section @code{wcsdup}
45705 #@findex wcsdup
45706 #
45707 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsdup.html}
45708 #
45709 #Gnulib module: ---
45710 #
45711 #Portability problems fixed by Gnulib:
45712 #@itemize
45713 #@end itemize
45714 #
45715 #Portability problems not fixed by Gnulib:
45716 #@itemize
45717 #@item
45718
45719 File: ./doc/posix-functions/wcsftime.texi
45720 Hash: 0fd19a9a4993f2b17716c4eac56ccb29a09cdb415a4a84ca0923b41c94d020fc
45721 Copyright: 
45722 License: 
45723 Licence_Text: 
45724 #Header: 
45725 #@node wcsftime
45726 #@section @code{wcsftime}
45727 #@findex wcsftime
45728 #
45729 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsftime.html}
45730 #
45731 #Gnulib module: ---
45732 #
45733 #Portability problems fixed by Gnulib:
45734 #@itemize
45735 #@end itemize
45736 #
45737 #Portability problems not fixed by Gnulib:
45738 #@itemize
45739 #@item
45740
45741 File: ./doc/posix-functions/wcslen.texi
45742 Hash: e16a5c07a3374522e6426a1cc7e2905cb38bd08c629f2bc0d8edcda65b931dc2
45743 Copyright: 
45744 License: 
45745 Licence_Text: 
45746 #Header: 
45747 #@node wcslen
45748 #@section @code{wcslen}
45749 #@findex wcslen
45750 #
45751 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcslen.html}
45752 #
45753 #Gnulib module: ---
45754 #
45755 #Portability problems fixed by Gnulib:
45756 #@itemize
45757 #@end itemize
45758 #
45759 #Portability problems not fixed by Gnulib:
45760 #@itemize
45761 #@item
45762
45763 File: ./doc/posix-functions/wcsncasecmp.texi
45764 Hash: 5e9069b6210dd425da54820a9ac0d1e48fc54777a9053a5fbdf09a0ae91c47b9
45765 Copyright: 
45766 License: 
45767 Licence_Text: 
45768 #Header: 
45769 #@node wcsncasecmp
45770 #@section @code{wcsncasecmp}
45771 #@findex wcsncasecmp
45772 #
45773 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsncasecmp.html}
45774 #
45775 #Gnulib module: ---
45776 #
45777 #Portability problems fixed by Gnulib:
45778 #@itemize
45779 #@end itemize
45780 #
45781 #Portability problems not fixed by Gnulib:
45782 #@itemize
45783 #@item
45784
45785 File: ./doc/posix-functions/wcsncasecmp_l.texi
45786 Hash: 623af56af0d98ff81b22a7026dc47dfb9c7c956abcfcf65b79de181098eb5cd9
45787 Copyright: 
45788 License: 
45789 Licence_Text: 
45790 #Header: 
45791 #@node wcsncasecmp_l
45792 #@section @code{wcsncasecmp_l}
45793 #@findex wcsncasecmp_l
45794 #
45795 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsncasecmp_l.html}
45796 #
45797 #Gnulib module: ---
45798 #
45799 #Portability problems fixed by Gnulib:
45800 #@itemize
45801 #@end itemize
45802 #
45803 #Portability problems not fixed by Gnulib:
45804 #@itemize
45805 #@item
45806
45807 File: ./doc/posix-functions/wcsncat.texi
45808 Hash: 025d8c6060e4cf49fbb4d9773fea8a45f0cb32c6ac60d7cd5cf5c593de8a3098
45809 Copyright: 
45810 License: 
45811 Licence_Text: 
45812 #Header: 
45813 #@node wcsncat
45814 #@section @code{wcsncat}
45815 #@findex wcsncat
45816 #
45817 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsncat.html}
45818 #
45819 #Gnulib module: ---
45820 #
45821 #Portability problems fixed by Gnulib:
45822 #@itemize
45823 #@end itemize
45824 #
45825 #Portability problems not fixed by Gnulib:
45826 #@itemize
45827 #@item
45828
45829 File: ./doc/posix-functions/wcsncmp.texi
45830 Hash: b2a701a27ef1cd29151fdd7695d90734d9c3263f9c90979e8139694b42f3cca0
45831 Copyright: 
45832 License: 
45833 Licence_Text: 
45834 #Header: 
45835 #@node wcsncmp
45836 #@section @code{wcsncmp}
45837 #@findex wcsncmp
45838 #
45839 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsncmp.html}
45840 #
45841 #Gnulib module: ---
45842 #
45843 #Portability problems fixed by Gnulib:
45844 #@itemize
45845 #@end itemize
45846 #
45847 #Portability problems not fixed by Gnulib:
45848 #@itemize
45849 #@item
45850
45851 File: ./doc/posix-functions/wcsncpy.texi
45852 Hash: 680c88556c2891e79ba30e5426925cdf6237497b1db6cd6928f9db38175a4a73
45853 Copyright: 
45854 License: 
45855 Licence_Text: 
45856 #Header: 
45857 #@node wcsncpy
45858 #@section @code{wcsncpy}
45859 #@findex wcsncpy
45860 #
45861 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsncpy.html}
45862 #
45863 #Gnulib module: ---
45864 #
45865 #Portability problems fixed by Gnulib:
45866 #@itemize
45867 #@end itemize
45868 #
45869 #Portability problems not fixed by Gnulib:
45870 #@itemize
45871 #@item
45872
45873 File: ./doc/posix-functions/wcsnlen.texi
45874 Hash: c88fc97c86b35cbaaafc72677673750e51c18d4839a2282280f51f3a7c94f29f
45875 Copyright: 
45876 License: 
45877 Licence_Text: 
45878 #Header: 
45879 #@node wcsnlen
45880 #@section @code{wcsnlen}
45881 #@findex wcsnlen
45882 #
45883 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsnlen.html}
45884 #
45885 #Gnulib module: ---
45886 #
45887 #Portability problems fixed by Gnulib:
45888 #@itemize
45889 #@end itemize
45890 #
45891 #Portability problems not fixed by Gnulib:
45892 #@itemize
45893 #@item
45894
45895 File: ./doc/posix-functions/wcsnrtombs.texi
45896 Hash: 38e32313de6075fb014a419f95846e08fe3b6ef0232e974dda96524b9a58ce95
45897 Copyright: 
45898 License: 
45899 Licence_Text: 
45900 #Header: 
45901 #@node wcsnrtombs
45902 #@section @code{wcsnrtombs}
45903 #@findex wcsnrtombs
45904 #
45905 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsnrtombs.html}
45906 #
45907 #Gnulib module: wcsnrtombs
45908 #
45909 #Portability problems fixed by Gnulib:
45910 #@itemize
45911 #@item
45912 #This function is missing on some platforms:
45913 #MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX
45914 #11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
45915 #@end itemize
45916
45917 File: ./doc/posix-functions/wcspbrk.texi
45918 Hash: b7e3aae920e207a4ffa9c2d58154db777dab5c03956c90676b7f830dd32b1b9c
45919 Copyright: 
45920 License: 
45921 Licence_Text: 
45922 #Header: 
45923 #@node wcspbrk
45924 #@section @code{wcspbrk}
45925 #@findex wcspbrk
45926 #
45927 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcspbrk.html}
45928 #
45929 #Gnulib module: ---
45930 #
45931 #Portability problems fixed by Gnulib:
45932 #@itemize
45933 #@end itemize
45934 #
45935 #Portability problems not fixed by Gnulib:
45936 #@itemize
45937 #@item
45938
45939 File: ./doc/posix-functions/wcsrchr.texi
45940 Hash: 4827a5725f798d8548c1dc931b4c9ba1cdf0c28742d7023b2fd5648db4f166af
45941 Copyright: 
45942 License: 
45943 Licence_Text: 
45944 #Header: 
45945 #@node wcsrchr
45946 #@section @code{wcsrchr}
45947 #@findex wcsrchr
45948 #
45949 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsrchr.html}
45950 #
45951 #Gnulib module: ---
45952 #
45953 #Portability problems fixed by Gnulib:
45954 #@itemize
45955 #@end itemize
45956 #
45957 #Portability problems not fixed by Gnulib:
45958 #@itemize
45959 #@item
45960
45961 File: ./doc/posix-functions/wcsrtombs.texi
45962 Hash: 20549abaf5995e8fc9e206506df36fa821bd6111c06f81f5643fbb9556b833e2
45963 Copyright: 
45964 License: 
45965 Licence_Text: 
45966 #Header: 
45967 #@node wcsrtombs
45968 #@section @code{wcsrtombs}
45969 #@findex wcsrtombs
45970 #
45971 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsrtombs.html}
45972 #
45973 #Gnulib module: wcsrtombs
45974 #
45975 #Portability problems fixed by Gnulib:
45976 #@itemize
45977 #@item
45978 #This function is missing on some platforms:
45979 #HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
45980 #@item
45981 #This function may set the source pointer to NULL before NUL terminating the destination string on some platforms:
45982
45983 File: ./doc/posix-functions/wcsspn.texi
45984 Hash: 9830a44067be9bad8959677dbe641b591b2b3af00a0615925af0d6d559879a34
45985 Copyright: 
45986 License: 
45987 Licence_Text: 
45988 #Header: 
45989 #@node wcsspn
45990 #@section @code{wcsspn}
45991 #@findex wcsspn
45992 #
45993 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsspn.html}
45994 #
45995 #Gnulib module: ---
45996 #
45997 #Portability problems fixed by Gnulib:
45998 #@itemize
45999 #@end itemize
46000 #
46001 #Portability problems not fixed by Gnulib:
46002 #@itemize
46003 #@item
46004
46005 File: ./doc/posix-functions/wcsstr.texi
46006 Hash: d40e47110c8a0582ea5f8a83b11a33c806f3aa455de094b23a17e91b3363ebf0
46007 Copyright: 
46008 License: 
46009 Licence_Text: 
46010 #Header: 
46011 #@node wcsstr
46012 #@section @code{wcsstr}
46013 #@findex wcsstr
46014 #
46015 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsstr.html}
46016 #
46017 #Gnulib module: ---
46018 #
46019 #Portability problems fixed by Gnulib:
46020 #@itemize
46021 #@end itemize
46022 #
46023 #Portability problems not fixed by Gnulib:
46024 #@itemize
46025 #@item
46026
46027 File: ./doc/posix-functions/wcstod.texi
46028 Hash: 842e8b42f92fd1208caa5feafd8ba211e1f8f809df69858f908c70071e535a8f
46029 Copyright: 
46030 License: 
46031 Licence_Text: 
46032 #Header: 
46033 #@node wcstod
46034 #@section @code{wcstod}
46035 #@findex wcstod
46036 #
46037 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstod.html}
46038 #
46039 #Gnulib module: ---
46040 #
46041 #Portability problems fixed by Gnulib:
46042 #@itemize
46043 #@end itemize
46044 #
46045 #Portability problems not fixed by Gnulib:
46046 #@itemize
46047 #@item
46048
46049 File: ./doc/posix-functions/wcstof.texi
46050 Hash: 26784e4f1151882911d064b9fb4dd362386ae570fcba9ad669e3db39b5b8f189
46051 Copyright: 
46052 License: 
46053 Licence_Text: 
46054 #Header: 
46055 #@node wcstof
46056 #@section @code{wcstof}
46057 #@findex wcstof
46058 #
46059 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstof.html}
46060 #
46061 #Gnulib module: ---
46062 #
46063 #Portability problems fixed by Gnulib:
46064 #@itemize
46065 #@end itemize
46066 #
46067 #Portability problems not fixed by Gnulib:
46068 #@itemize
46069 #@item
46070
46071 File: ./doc/posix-functions/wcstoimax.texi
46072 Hash: 6eea93e73c4f3194727b65b2224f65b4f2877fa01a29c2944b8199698cdfea74
46073 Copyright: 
46074 License: 
46075 Licence_Text: 
46076 #Header: 
46077 #@node wcstoimax
46078 #@section @code{wcstoimax}
46079 #@findex wcstoimax
46080 #
46081 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstoimax.html}
46082 #
46083 #Gnulib module: ---
46084 #
46085 #Portability problems fixed by Gnulib:
46086 #@itemize
46087 #@end itemize
46088 #
46089 #Portability problems not fixed by Gnulib:
46090 #@itemize
46091 #@item
46092
46093 File: ./doc/posix-functions/wcstok.texi
46094 Hash: 557d0180fe43d4074b887b380e8dfe206bb8618788157779751fd3c3771a371e
46095 Copyright: 
46096 License: 
46097 Licence_Text: 
46098 #Header: 
46099 #@node wcstok
46100 #@section @code{wcstok}
46101 #@findex wcstok
46102 #
46103 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstok.html}
46104 #
46105 #Gnulib module: ---
46106 #
46107 #Portability problems fixed by Gnulib:
46108 #@itemize
46109 #@end itemize
46110 #
46111 #Portability problems not fixed by Gnulib:
46112 #@itemize
46113 #@item
46114
46115 File: ./doc/posix-functions/wcstol.texi
46116 Hash: c5b9451a8dbe0bc8c7a11b2ca01b2900c65ca297d593f90d7c575237b9da6093
46117 Copyright: 
46118 License: 
46119 Licence_Text: 
46120 #Header: 
46121 #@node wcstol
46122 #@section @code{wcstol}
46123 #@findex wcstol
46124 #
46125 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstol.html}
46126 #
46127 #Gnulib module: ---
46128 #
46129 #Portability problems fixed by Gnulib:
46130 #@itemize
46131 #@end itemize
46132 #
46133 #Portability problems not fixed by Gnulib:
46134 #@itemize
46135 #@item
46136
46137 File: ./doc/posix-functions/wcstold.texi
46138 Hash: 2c506830e10b71cbd323b5fbe08af43575e2d3f4551b080a61a87b6db385f690
46139 Copyright: 
46140 License: 
46141 Licence_Text: 
46142 #Header: 
46143 #@node wcstold
46144 #@section @code{wcstold}
46145 #@findex wcstold
46146 #
46147 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstold.html}
46148 #
46149 #Gnulib module: ---
46150 #
46151 #Portability problems fixed by Gnulib:
46152 #@itemize
46153 #@end itemize
46154 #
46155 #Portability problems not fixed by Gnulib:
46156 #@itemize
46157 #@item
46158
46159 File: ./doc/posix-functions/wcstoll.texi
46160 Hash: a7464fcc6fe1de31cdd9f9ce1603fcc1f573603ea086e0eba7d70e59d86a77e0
46161 Copyright: 
46162 License: 
46163 Licence_Text: 
46164 #Header: 
46165 #@node wcstoll
46166 #@section @code{wcstoll}
46167 #@findex wcstoll
46168 #
46169 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstoll.html}
46170 #
46171 #Gnulib module: ---
46172 #
46173 #Portability problems fixed by Gnulib:
46174 #@itemize
46175 #@end itemize
46176 #
46177 #Portability problems not fixed by Gnulib:
46178 #@itemize
46179 #@item
46180
46181 File: ./doc/posix-functions/wcstombs.texi
46182 Hash: 60461f3cad84dd817af8c419fd7b6bbd16d55c9f50e1e9d5736ed893fa558782
46183 Copyright: 
46184 License: 
46185 Licence_Text: 
46186 #Header: 
46187 #@node wcstombs
46188 #@section @code{wcstombs}
46189 #@findex wcstombs
46190 #
46191 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstombs.html}
46192 #
46193 #Gnulib module: ---
46194 #
46195 #Portability problems fixed by Gnulib:
46196 #@itemize
46197 #@end itemize
46198 #
46199 #Portability problems not fixed by Gnulib:
46200 #@itemize
46201 #@item
46202
46203 File: ./doc/posix-functions/wcstoul.texi
46204 Hash: ea33073e6a7d43480d7024db4c22205b35d28c07f51b5b7bd7ae008c264ea608
46205 Copyright: 
46206 License: 
46207 Licence_Text: 
46208 #Header: 
46209 #@node wcstoul
46210 #@section @code{wcstoul}
46211 #@findex wcstoul
46212 #
46213 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstoul.html}
46214 #
46215 #Gnulib module: ---
46216 #
46217 #Portability problems fixed by Gnulib:
46218 #@itemize
46219 #@end itemize
46220 #
46221 #Portability problems not fixed by Gnulib:
46222 #@itemize
46223 #@item
46224
46225 File: ./doc/posix-functions/wcstoull.texi
46226 Hash: 9cb3f44e0ecec8fcea7543b5267aa6e0c308d6cfad5d40e00fbb9e2bde0282cd
46227 Copyright: 
46228 License: 
46229 Licence_Text: 
46230 #Header: 
46231 #@node wcstoull
46232 #@section @code{wcstoull}
46233 #@findex wcstoull
46234 #
46235 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstoull.html}
46236 #
46237 #Gnulib module: ---
46238 #
46239 #Portability problems fixed by Gnulib:
46240 #@itemize
46241 #@end itemize
46242 #
46243 #Portability problems not fixed by Gnulib:
46244 #@itemize
46245 #@item
46246
46247 File: ./doc/posix-functions/wcstoumax.texi
46248 Hash: b565c0f20f9d2fb4e4cfb2fd9d0287cf65ea32a8914754d89b1b1084952f6dd1
46249 Copyright: 
46250 License: 
46251 Licence_Text: 
46252 #Header: 
46253 #@node wcstoumax
46254 #@section @code{wcstoumax}
46255 #@findex wcstoumax
46256 #
46257 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstoumax.html}
46258 #
46259 #Gnulib module: ---
46260 #
46261 #Portability problems fixed by Gnulib:
46262 #@itemize
46263 #@end itemize
46264 #
46265 #Portability problems not fixed by Gnulib:
46266 #@itemize
46267 #@item
46268
46269 File: ./doc/posix-functions/wcswidth.texi
46270 Hash: 896decdcde4828a47aa820a0fcb87b34d2c259ff5f12bfbbd366dc21f062ca2d
46271 Copyright: 
46272 License: 
46273 Licence_Text: 
46274 #Header: 
46275 #@node wcswidth
46276 #@section @code{wcswidth}
46277 #@findex wcswidth
46278 #
46279 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcswidth.html}
46280 #
46281 #Gnulib module: ---
46282 #
46283 #Portability problems fixed by Gnulib:
46284 #@itemize
46285 #@end itemize
46286 #
46287 #Portability problems not fixed by Gnulib:
46288 #@itemize
46289 #@item
46290
46291 File: ./doc/posix-functions/wcsxfrm.texi
46292 Hash: a225016ded36398af868e7a7eec2100ec87aa24295fe1b89569cef92ece2b497
46293 Copyright: 
46294 License: 
46295 Licence_Text: 
46296 #Header: 
46297 #@node wcsxfrm
46298 #@section @code{wcsxfrm}
46299 #@findex wcsxfrm
46300 #
46301 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsxfrm.html}
46302 #
46303 #Gnulib module: ---
46304 #
46305 #Portability problems fixed by Gnulib:
46306 #@itemize
46307 #@end itemize
46308 #
46309 #Portability problems not fixed by Gnulib:
46310 #@itemize
46311 #@item
46312
46313 File: ./doc/posix-functions/wcsxfrm_l.texi
46314 Hash: 79db8278300b2e6d0cd705e56a80b189b6cd6fefd07141570ad020c6b58ade06
46315 Copyright: 
46316 License: 
46317 Licence_Text: 
46318 #Header: 
46319 #@node wcsxfrm_l
46320 #@section @code{wcsxfrm_l}
46321 #@findex wcsxfrm_l
46322 #
46323 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsxfrm_l.html}
46324 #
46325 #Gnulib module: ---
46326 #
46327 #Portability problems fixed by Gnulib:
46328 #@itemize
46329 #@end itemize
46330 #
46331 #Portability problems not fixed by Gnulib:
46332 #@itemize
46333 #@item
46334
46335 File: ./doc/posix-functions/wctob.texi
46336 Hash: a328a016c849d39aecc034af1289545c879261dd4d1c0397c13bc897fc1ba248
46337 Copyright: 
46338 License: 
46339 Licence_Text: 
46340 #Header: 
46341 #@node wctob
46342 #@section @code{wctob}
46343 #@findex wctob
46344 #
46345 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wctob.html}
46346 #
46347 #Gnulib module: wctob
46348 #
46349 #Portability problems fixed by Gnulib:
46350 #@itemize
46351 #@item
46352 #This function is missing on some platforms:
46353 #HP-UX 11.00, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5.
46354 #@item
46355 #This function does not work on some platforms:
46356
46357 File: ./doc/posix-functions/wctomb.texi
46358 Hash: 271fa327aba8172c6ff974324015b11eb97e362d59a82b5f708cf40f31a0ad77
46359 Copyright: 
46360 License: 
46361 Licence_Text: 
46362 #Header: 
46363 #@node wctomb
46364 #@section @code{wctomb}
46365 #@findex wctomb
46366 #
46367 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wctomb.html}
46368 #
46369 #Gnulib module: ---
46370 #
46371 #Portability problems fixed by Gnulib:
46372 #@itemize
46373 #@end itemize
46374 #
46375 #Portability problems not fixed by Gnulib:
46376 #@itemize
46377 #@item
46378
46379 File: ./doc/posix-functions/wctrans.texi
46380 Hash: 777b5cc1977d214324ba2a17afb9e29ac1f236adb3d8d8d17105305d0b8d7428
46381 Copyright: 
46382 License: 
46383 Licence_Text: 
46384 #Header: 
46385 #@node wctrans
46386 #@section @code{wctrans}
46387 #@findex wctrans
46388 #
46389 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wctrans.html}
46390 #
46391 #Gnulib module: ---
46392 #
46393 #Portability problems fixed by Gnulib:
46394 #@itemize
46395 #@end itemize
46396 #
46397 #Portability problems not fixed by Gnulib:
46398 #@itemize
46399 #@item
46400
46401 File: ./doc/posix-functions/wctrans_l.texi
46402 Hash: 542a8806218cda3159f88863801a4c1411528a8d93987683fcdbf4feccc4f334
46403 Copyright: 
46404 License: 
46405 Licence_Text: 
46406 #Header: 
46407 #@node wctrans_l
46408 #@section @code{wctrans_l}
46409 #@findex wctrans_l
46410 #
46411 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wctrans_l.html}
46412 #
46413 #Gnulib module: ---
46414 #
46415 #Portability problems fixed by Gnulib:
46416 #@itemize
46417 #@end itemize
46418 #
46419 #Portability problems not fixed by Gnulib:
46420 #@itemize
46421 #@item
46422
46423 File: ./doc/posix-functions/wctype.texi
46424 Hash: 2774f59844136310c38578106f1ae858d399cea66f4120c2d61347d88187bea9
46425 Copyright: 
46426 License: 
46427 Licence_Text: 
46428 #Header: 
46429 #@node wctype
46430 #@section @code{wctype}
46431 #@findex wctype
46432 #
46433 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wctype.html}
46434 #
46435 #Gnulib module: ---
46436 #
46437 #Portability problems fixed by Gnulib:
46438 #@itemize
46439 #@end itemize
46440 #
46441 #Portability problems not fixed by Gnulib:
46442 #@itemize
46443 #@item
46444
46445 File: ./doc/posix-functions/wctype_l.texi
46446 Hash: 33c31ade64fdf052f408f9cf8d3fe1537a19181f94ba7c7664bb3e3950f3258b
46447 Copyright: 
46448 License: 
46449 Licence_Text: 
46450 #Header: 
46451 #@node wctype_l
46452 #@section @code{wctype_l}
46453 #@findex wctype_l
46454 #
46455 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wctype_l.html}
46456 #
46457 #Gnulib module: ---
46458 #
46459 #Portability problems fixed by Gnulib:
46460 #@itemize
46461 #@end itemize
46462 #
46463 #Portability problems not fixed by Gnulib:
46464 #@itemize
46465 #@item
46466
46467 File: ./doc/posix-functions/wcwidth.texi
46468 Hash: d006f3954b9dbe5f0f62725919a8f69247ee7b5d59027c6100ccdaa54b067c28
46469 Copyright: 
46470 License: 
46471 Licence_Text: 
46472 #Header: 
46473 #@node wcwidth
46474 #@section @code{wcwidth}
46475 #@findex wcwidth
46476 #
46477 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcwidth.html}
46478 #
46479 #Gnulib module: wcwidth
46480 #
46481 #Portability problems fixed by Gnulib:
46482 #@itemize
46483 #@item
46484 #This function is missing on some platforms:
46485 #IRIX 5.3, Solaris 2.5.1, mingw, BeOS.
46486 #@item
46487 #This function handles combining characters in UTF-8 locales incorrectly on some
46488
46489 File: ./doc/posix-functions/wmemchr.texi
46490 Hash: 0e16deaafb7a56b294ef7beac0845e67c88466e988628403b6ae76191929896f
46491 Copyright: 
46492 License: 
46493 Licence_Text: 
46494 #Header: 
46495 #@node wmemchr
46496 #@section @code{wmemchr}
46497 #@findex wmemchr
46498 #
46499 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wmemchr.html}
46500 #
46501 #Gnulib module: ---
46502 #
46503 #Portability problems fixed by Gnulib:
46504 #@itemize
46505 #@end itemize
46506 #
46507 #Portability problems not fixed by Gnulib:
46508 #@itemize
46509 #@item
46510
46511 File: ./doc/posix-functions/wmemcmp.texi
46512 Hash: 7ef06384b1bd437f31fc61be3c8ca6f2cd44db4665392435161774ecebfe8cc2
46513 Copyright: 
46514 License: 
46515 Licence_Text: 
46516 #Header: 
46517 #@node wmemcmp
46518 #@section @code{wmemcmp}
46519 #@findex wmemcmp
46520 #
46521 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wmemcmp.html}
46522 #
46523 #Gnulib module: ---
46524 #
46525 #Portability problems fixed by Gnulib:
46526 #@itemize
46527 #@end itemize
46528 #
46529 #Portability problems not fixed by Gnulib:
46530 #@itemize
46531 #@item
46532
46533 File: ./doc/posix-functions/wmemcpy.texi
46534 Hash: 371919a935508d67b755bcafdd62402723141e2fc181b84d0af55c3283d70566
46535 Copyright: 
46536 License: 
46537 Licence_Text: 
46538 #Header: 
46539 #@node wmemcpy
46540 #@section @code{wmemcpy}
46541 #@findex wmemcpy
46542 #
46543 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wmemcpy.html}
46544 #
46545 #Gnulib module: ---
46546 #
46547 #Portability problems fixed by Gnulib:
46548 #@itemize
46549 #@end itemize
46550 #
46551 #Portability problems not fixed by Gnulib:
46552 #@itemize
46553 #@item
46554
46555 File: ./doc/posix-functions/wmemmove.texi
46556 Hash: c60c122626faea9445a6d85c423bd3943f18d9290dd31f23fb364dcb4a152a37
46557 Copyright: 
46558 License: 
46559 Licence_Text: 
46560 #Header: 
46561 #@node wmemmove
46562 #@section @code{wmemmove}
46563 #@findex wmemmove
46564 #
46565 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wmemmove.html}
46566 #
46567 #Gnulib module: ---
46568 #
46569 #Portability problems fixed by Gnulib:
46570 #@itemize
46571 #@end itemize
46572 #
46573 #Portability problems not fixed by Gnulib:
46574 #@itemize
46575 #@item
46576
46577 File: ./doc/posix-functions/wmemset.texi
46578 Hash: 5926f9711c9be1d1a12776c1d5450ba89a635c7e8b333ba5ad91b9f3bc8cd935
46579 Copyright: 
46580 License: 
46581 Licence_Text: 
46582 #Header: 
46583 #@node wmemset
46584 #@section @code{wmemset}
46585 #@findex wmemset
46586 #
46587 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wmemset.html}
46588 #
46589 #Gnulib module: ---
46590 #
46591 #Portability problems fixed by Gnulib:
46592 #@itemize
46593 #@end itemize
46594 #
46595 #Portability problems not fixed by Gnulib:
46596 #@itemize
46597 #@item
46598
46599 File: ./doc/posix-functions/wordexp.texi
46600 Hash: d8cf559a0d704061199c24c113cba50f0548d1daaff98b347fae58eeb7c4ad93
46601 Copyright: 
46602 License: 
46603 Licence_Text: 
46604 #Header: 
46605 #@node wordexp
46606 #@section @code{wordexp}
46607 #@findex wordexp
46608 #
46609 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wordexp.html}
46610 #
46611 #Gnulib module: ---
46612 #
46613 #Portability problems fixed by Gnulib:
46614 #@itemize
46615 #@end itemize
46616 #
46617 #Portability problems not fixed by Gnulib:
46618 #@itemize
46619 #@item
46620
46621 File: ./doc/posix-functions/wordfree.texi
46622 Hash: f880186c7147a2fa91a929968c6a8d244d03f025699248b285ee838869ae12c4
46623 Copyright: 
46624 License: 
46625 Licence_Text: 
46626 #Header: 
46627 #@node wordfree
46628 #@section @code{wordfree}
46629 #@findex wordfree
46630 #
46631 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wordfree.html}
46632 #
46633 #Gnulib module: ---
46634 #
46635 #Portability problems fixed by Gnulib:
46636 #@itemize
46637 #@end itemize
46638 #
46639 #Portability problems not fixed by Gnulib:
46640 #@itemize
46641 #@item
46642
46643 File: ./doc/posix-functions/wprintf.texi
46644 Hash: ee3d50061cb4af26c4e9465ec1754b86d3e04370f066ba326a62dd3010bd2d98
46645 Copyright: 
46646 License: 
46647 Licence_Text: 
46648 #Header: 
46649 #@node wprintf
46650 #@section @code{wprintf}
46651 #@findex wprintf
46652 #
46653 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wprintf.html}
46654 #
46655 #Gnulib module: ---
46656 #
46657 #Portability problems fixed by Gnulib:
46658 #@itemize
46659 #@end itemize
46660 #
46661 #Portability problems not fixed by Gnulib:
46662 #@itemize
46663 #@item
46664
46665 File: ./doc/posix-functions/write.texi
46666 Hash: fd88455aac642a64b0861cd64659fe85a1ebd5e22959b03c07e1f66d655d2924
46667 Copyright: 
46668 License: 
46669 Licence_Text: 
46670 #Header: 
46671 #@node write
46672 #@section @code{write}
46673 #@findex write
46674 #
46675 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/write.html}
46676 #
46677 #Gnulib module: write, sigpipe
46678 #
46679 #Portability problems fixed by Gnulib:
46680 #@itemize
46681 #@item
46682 #When writing to a pipe with no readers, this function fails with error
46683 #@code{EINVAL}, instead of obeying the current @code{SIGPIPE} handler, on
46684 #some platforms:
46685 #mingw.
46686
46687 File: ./doc/posix-functions/writev.texi
46688 Hash: f1a345feaf1b45dfce39b4541f67387416d39596695dfbe3591fb464ea2a7730
46689 Copyright: 
46690 License: 
46691 Licence_Text: 
46692 #Header: 
46693 #@node writev
46694 #@section @code{writev}
46695 #@findex writev
46696 #
46697 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/writev.html}
46698 #
46699 #Gnulib module: ---
46700 #
46701 #Portability problems fixed by Gnulib:
46702 #@itemize
46703 #@end itemize
46704 #
46705 #Portability problems not fixed by Gnulib:
46706 #@itemize
46707 #@item
46708
46709 File: ./doc/posix-functions/wscanf.texi
46710 Hash: ae71fd02dddd945d442c5db2676638828bfa5cbbab67e09eb6db357b58bd121f
46711 Copyright: 
46712 License: 
46713 Licence_Text: 
46714 #Header: 
46715 #@node wscanf
46716 #@section @code{wscanf}
46717 #@findex wscanf
46718 #
46719 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wscanf.html}
46720 #
46721 #Gnulib module: ---
46722 #
46723 #Portability problems fixed by Gnulib:
46724 #@itemize
46725 #@end itemize
46726 #
46727 #Portability problems not fixed by Gnulib:
46728 #@itemize
46729 #@item
46730
46731 File: ./doc/posix-functions/y0.texi
46732 Hash: 101d5a5de97702c6a595b520995e10c8a5d87321309e9754faf260dc9b0dfe76
46733 Copyright: 
46734 License: 
46735 Licence_Text: 
46736 #Header: 
46737 #@node y0
46738 #@section @code{y0}
46739 #@findex y0
46740 #
46741 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/y0.html}
46742 #
46743 #Gnulib module: ---
46744 #
46745 #Portability problems fixed by Gnulib:
46746 #@itemize
46747 #@end itemize
46748 #
46749 #Portability problems not fixed by Gnulib:
46750 #@itemize
46751 #@end itemize
46752
46753 File: ./doc/posix-functions/y1.texi
46754 Hash: de9c81ff2036effeba44607d218f61f4d1de6705ea1d44518df8f9a059045317
46755 Copyright: 
46756 License: 
46757 Licence_Text: 
46758 #Header: 
46759 #@node y1
46760 #@section @code{y1}
46761 #@findex y1
46762 #
46763 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/y1.html}
46764 #
46765 #Gnulib module: ---
46766 #
46767 #Portability problems fixed by Gnulib:
46768 #@itemize
46769 #@end itemize
46770 #
46771 #Portability problems not fixed by Gnulib:
46772 #@itemize
46773 #@end itemize
46774
46775 File: ./doc/posix-functions/yn.texi
46776 Hash: ae6fd587065d1cfd4705b711d50b84951ad55d885acebe2da13ec077928f4c38
46777 Copyright: 
46778 License: 
46779 Licence_Text: 
46780 #Header: 
46781 #@node yn
46782 #@section @code{yn}
46783 #@findex yn
46784 #
46785 #POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/yn.html}
46786 #
46787 #Gnulib module: ---
46788 #
46789 #Portability problems fixed by Gnulib:
46790 #@itemize
46791 #@end itemize
46792 #
46793 #Portability problems not fixed by Gnulib:
46794 #@itemize
46795 #@end itemize
46796
46797 File: ./doc/posix-headers/aio.texi
46798 Hash: b5feffffede6b90b47f211b2664652c4c6c256ce00066d8a019328535a217723
46799 Copyright: 
46800 License: 
46801 Licence_Text: 
46802 #Header: 
46803 #@node aio.h
46804 #@section @file{aio.h}
46805 #
46806 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/aio.h.html}
46807 #
46808 #Gnulib module: ---
46809 #
46810 #Portability problems fixed by Gnulib:
46811 #@itemize
46812 #@end itemize
46813 #
46814 #Portability problems not fixed by Gnulib:
46815 #@itemize
46816 #@item
46817 #This header file is missing on some platforms:
46818
46819 File: ./doc/posix-headers/arpa_inet.texi
46820 Hash: ff625ebdd28615e9101d9db60bb98cc044314373a15ccd3f277781dcd9e47d6b
46821 Copyright: 
46822 License: 
46823 Licence_Text: 
46824 #Header: 
46825 #@node arpa/inet.h
46826 #@section @file{arpa/inet.h}
46827 #
46828 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/arpa/inet.h.html}
46829 #
46830 #Gnulib module: arpa_inet
46831 #
46832 #Portability problems fixed by Gnulib:
46833 #@itemize
46834 #@item
46835 #This header file is missing on some platforms: mingw, BeOS.
46836 #@end itemize
46837 #
46838 #Portability problems not fixed by Gnulib:
46839 #@itemize
46840
46841 File: ./doc/posix-headers/assert.texi
46842 Hash: f5dd70d9b33819f71ef223c8e8178c1f74c0844199442db3f1dc94fca17fd0c7
46843 Copyright: 
46844 License: 
46845 Licence_Text: 
46846 #Header: 
46847 #@node assert.h
46848 #@section @file{assert.h}
46849 #
46850 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/assert.h.html}
46851 #
46852 #Gnulib module: ---
46853 #
46854 #Portability problems fixed by Gnulib:
46855 #@itemize
46856 #@end itemize
46857 #
46858 #Portability problems not fixed by Gnulib:
46859 #@itemize
46860 #@end itemize
46861
46862 File: ./doc/posix-headers/complex.texi
46863 Hash: 52bf5734bb5d06958672f56209d843d575a9159d0a403da67ea90323dc6e7a80
46864 Copyright: 
46865 License: 
46866 Licence_Text: 
46867 #Header: 
46868 #@node complex.h
46869 #@section @file{complex.h}
46870 #
46871 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/complex.h.html}
46872 #
46873 #Gnulib module: ---
46874 #
46875 #Portability problems fixed by Gnulib:
46876 #@itemize
46877 #@end itemize
46878 #
46879 #Portability problems not fixed by Gnulib:
46880 #@itemize
46881 #@item
46882 #This header file is missing on some platforms:
46883
46884 File: ./doc/posix-headers/cpio.texi
46885 Hash: 4f3f64a0fee70498e119df8ea2b685d226a566fea46235d4f7ed474d78762abb
46886 Copyright: 
46887 License: 
46888 Licence_Text: 
46889 #Header: 
46890 #@node cpio.h
46891 #@section @file{cpio.h}
46892 #
46893 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/cpio.h.html}
46894 #
46895 #Gnulib module: ---
46896 #
46897 #Portability problems fixed by Gnulib:
46898 #@itemize
46899 #@end itemize
46900 #
46901 #Portability problems not fixed by Gnulib:
46902 #@itemize
46903 #@item
46904 #This header file is missing on some platforms:
46905
46906 File: ./doc/posix-headers/ctype.texi
46907 Hash: 2261b16ead35a385ba1290e174b81a5cdb6f21a6c43ca0d746830f02b6e75c8a
46908 Copyright: 
46909 License: 
46910 Licence_Text: 
46911 #Header: 
46912 #@node ctype.h
46913 #@section @file{ctype.h}
46914 #
46915 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/ctype.h.html}
46916 #
46917 #Gnulib module: ---
46918 #
46919 #Portability problems fixed by Gnulib:
46920 #@itemize
46921 #@end itemize
46922 #
46923 #Portability problems not fixed by Gnulib:
46924 #@itemize
46925 #@end itemize
46926
46927 File: ./doc/posix-headers/dirent.texi
46928 Hash: ae0c082fd86691f88441a0e699f09ecd8d56497a9d00c095f604702f69dd38b1
46929 Copyright: 
46930 License: 
46931 Licence_Text: 
46932 #Header: 
46933 #@node dirent.h
46934 #@section @file{dirent.h}
46935 #
46936 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/dirent.h.html}
46937 #
46938 #Gnulib module: dirent
46939 #
46940 #Portability problems fixed by Gnulib:
46941 #@itemize
46942 #@end itemize
46943 #
46944 #Portability problems not fixed by Gnulib:
46945 #@itemize
46946 #@end itemize
46947
46948 File: ./doc/posix-headers/dlfcn.texi
46949 Hash: 7773db810790b9370b355e02d7fe355e0ff29986c349754aeae818578a77ca53
46950 Copyright: 
46951 License: 
46952 Licence_Text: 
46953 #Header: 
46954 #@node dlfcn.h
46955 #@section @file{dlfcn.h}
46956 #
46957 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/dlfcn.h.html}
46958 #
46959 #Gnulib module: ---
46960 #
46961 #Portability problems fixed by Gnulib:
46962 #@itemize
46963 #@end itemize
46964 #
46965 #Portability problems not fixed by Gnulib:
46966 #@itemize
46967 #@item
46968 #This header file is missing on some platforms:
46969
46970 File: ./doc/posix-headers/errno.texi
46971 Hash: e845a33891fb534504b0b538e7d614b4ba914cd3172289569843740bd7875ef8
46972 Copyright: 
46973 License: 
46974 Licence_Text: 
46975 #Header: 
46976 #@node errno.h
46977 #@section @file{errno.h}
46978 #
46979 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/errno.h.html}
46980 #
46981 #Gnulib module: errno
46982 #
46983 #Portability problems fixed by Gnulib:
46984 #@itemize
46985 #@item
46986 #The macros @code{EOVERFLOW}, @code{ENOLINK}, @code{EMULTIHOP} are not defined
46987 #on some platforms:
46988 #OpenBSD 4.0, OSF/1 5.1, mingw.
46989 #@item
46990 #The macro @code{ECANCELED} is not defined on some platforms:
46991
46992 File: ./doc/posix-headers/fcntl.texi
46993 Hash: 9e1afcf5976af7bcc27cfa70afb8b20678e579392a2da17a15d5438d320af442
46994 Copyright: 
46995 License: 
46996 Licence_Text: 
46997 #Header: 
46998 #@node fcntl.h
46999 #@section @file{fcntl.h}
47000 #
47001 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/fcntl.h.html}
47002 #
47003 #Gnulib module: fcntl-h
47004 #
47005 #Portability problems fixed by Gnulib:
47006 #@itemize
47007 #@item
47008 #@samp{O_NOCTTY}, @samp{O_DSYNC}, @samp{O_NONBLOCK}, @samp{O_RSYNC},
47009 #@samp{O_SYNC}, @samp{O_DIRECTORY}, @samp{O_NOFOLLOW}, and
47010 #@samp{O_TTY_INIT} are not defined on some platforms.
47011 #
47012 #@item
47013
47014 File: ./doc/posix-headers/fenv.texi
47015 Hash: b84959cdb9de245d1918278e4308945ba58a8b530782338c4051c473614d81ef
47016 Copyright: 
47017 License: 
47018 Licence_Text: 
47019 #Header: 
47020 #@node fenv.h
47021 #@section @file{fenv.h}
47022 #
47023 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/fenv.h.html}
47024 #
47025 #Gnulib module: ---
47026 #
47027 #Portability problems fixed by Gnulib:
47028 #@itemize
47029 #@end itemize
47030 #
47031 #Portability problems not fixed by Gnulib:
47032 #@itemize
47033 #@item
47034 #This header file is missing on some platforms:
47035
47036 File: ./doc/posix-headers/float.texi
47037 Hash: bb06dd01d519ce57e4003bee2a6144e940f92705ccb07ddc48bac06e65e10d46
47038 Copyright: 
47039 License: 
47040 Licence_Text: 
47041 #Header: 
47042 #@node float.h
47043 #@section @file{float.h}
47044 #
47045 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/float.h.html}
47046 #
47047 #Gnulib module: float
47048 #
47049 #Portability problems fixed by Gnulib:
47050 #@itemize
47051 #@item
47052 #The values of @code{LDBL_*} macros are incorrect on some platforms:
47053 #On OpenBSD 4.0 and BeOS, they are the same as the values of the
47054 #@code{DBL_*} macros, although @samp{long double} is a larger type than
47055 #@samp{double}.
47056 #@end itemize
47057
47058 File: ./doc/posix-headers/fmtmsg.texi
47059 Hash: c8d59077dd6ed5e479e80e667a322a69acdbe1d2c1bfa3477d800bc8f0dd83de
47060 Copyright: 
47061 License: 
47062 Licence_Text: 
47063 #Header: 
47064 #@node fmtmsg.h
47065 #@section @file{fmtmsg.h}
47066 #
47067 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/fmtmsg.h.html}
47068 #
47069 #Gnulib module: ---
47070 #
47071 #Portability problems fixed by Gnulib:
47072 #@itemize
47073 #@end itemize
47074 #
47075 #Portability problems not fixed by Gnulib:
47076 #@itemize
47077 #@item
47078 #This header file is missing on some platforms:
47079
47080 File: ./doc/posix-headers/fnmatch.texi
47081 Hash: 8327e6d21c05ab578dc51d533e5fc009683e8ed5a66573d6e0c02c7daf46d516
47082 Copyright: 
47083 License: 
47084 Licence_Text: 
47085 #Header: 
47086 #@node fnmatch.h
47087 #@section @file{fnmatch.h}
47088 #
47089 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/fnmatch.h.html}
47090 #
47091 #Gnulib module: fnmatch-posix or fnmatch-gnu
47092 #
47093 #Portability problems fixed by Gnulib:
47094 #@itemize
47095 #@item
47096 #This header file is missing on some platforms:
47097 #mingw, BeOS.
47098 #@end itemize
47099 #
47100 #Portability problems not fixed by Gnulib:
47101
47102 File: ./doc/posix-headers/ftw.texi
47103 Hash: b57fdf7c8aed07040361be0defb098f165954dbb516d650fe90cf30f503b9a25
47104 Copyright: 
47105 License: 
47106 Licence_Text: 
47107 #Header: 
47108 #@node ftw.h
47109 #@section @file{ftw.h}
47110 #
47111 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/ftw.h.html}
47112 #
47113 #Gnulib module: ---
47114 #
47115 #Portability problems fixed by Gnulib:
47116 #@itemize
47117 #@end itemize
47118 #
47119 #Portability problems not fixed by Gnulib:
47120 #@itemize
47121 #@item
47122 #This header file is missing on some platforms:
47123
47124 File: ./doc/posix-headers/glob.texi
47125 Hash: 93a0a84bb15d874aa8d300eff27f3b095d0865ce4ddbfb6da8df24b0fd884e82
47126 Copyright: 
47127 License: 
47128 Licence_Text: 
47129 #Header: 
47130 #@node glob.h
47131 #@section @file{glob.h}
47132 #
47133 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/glob.h.html}
47134 #
47135 #Gnulib module: glob
47136 #
47137 #Portability problems fixed by Gnulib:
47138 #@itemize
47139 #@item
47140 #This header file is missing on some platforms:
47141 #mingw, BeOS.
47142 #@end itemize
47143 #
47144 #Portability problems not fixed by Gnulib:
47145
47146 File: ./doc/posix-headers/google-ranking.txt
47147 Hash: 36d854034f1dcae0198af5e680acf7f643d6d4b9147571c430f0c755d007f46f
47148 Copyright: 
47149 License: 
47150 Licence_Text: 
47151 #Header: 
47152 #<stdio.h>        678000
47153 #<string.h>       589000
47154 #<stdlib.h>       548000
47155 #<unistd.h>       448000
47156 #<sys/types.h>    319000
47157 #<netdb.h>           700
47158 #<sys/wait.h>        600
47159 #<sys/timeb.h>       600
47160 #<sys/resource.h>    600
47161 #<stdarg.h>          600
47162 #<signal.h>          600
47163 #<regex.h>           600
47164 #<netinet/in.h>      600
47165 #<limits.h>          600
47166 #<libgen.h>          600
47167
47168 File: ./doc/posix-headers/grp.texi
47169 Hash: e6a25df21268de19163d73313b9939f6da2173ed7200c4bbaf09ae3dc0c6b235
47170 Copyright: 
47171 License: 
47172 Licence_Text: 
47173 #Header: 
47174 #@node grp.h
47175 #@section @file{grp.h}
47176 #
47177 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/grp.h.html}
47178 #
47179 #Gnulib module: ---
47180 #
47181 #Portability problems fixed by Gnulib:
47182 #@itemize
47183 #@end itemize
47184 #
47185 #Portability problems not fixed by Gnulib:
47186 #@itemize
47187 #@item
47188 #This header file is missing on some platforms:
47189
47190 File: ./doc/posix-headers/iconv.texi
47191 Hash: c55452ea875d46c50e54baea90b4886d24d2dd6a082a16ea14aa6d54f0e95f0f
47192 Copyright: 
47193 License: 
47194 Licence_Text: 
47195 #Header: 
47196 #@node iconv.h
47197 #@section @file{iconv.h}
47198 #
47199 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/iconv.h.html}
47200 #
47201 #Gnulib module: iconv
47202 #
47203 #Portability problems fixed by Gnulib:
47204 #@itemize
47205 #@item
47206 #The <iconv.h> from GNU libiconv is not found if installed in
47207 #@file{$PREFIX/include}.
47208 #@end itemize
47209 #
47210 #Portability problems not fixed by Gnulib:
47211
47212 File: ./doc/posix-headers/inttypes.texi
47213 Hash: 4da04e950bd05c7c376371e68dd6cf709ebb220a80eaa28707cf8893d276f780
47214 Copyright: 
47215 License: 
47216 Licence_Text: 
47217 #Header: 
47218 #@node inttypes.h
47219 #@section @file{inttypes.h}
47220 #
47221 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/inttypes.h.html}
47222 #
47223 #Gnulib module: inttypes
47224 #
47225 #Portability problems fixed by Gnulib:
47226 #@itemize
47227 #@item
47228 #This header file is missing on some platforms:
47229 #OSF/1 4.0, Interix 3.5.
47230 #@item
47231 #This header file is very incomplete on some platforms.
47232 #@item
47233
47234 File: ./doc/posix-headers/iso646.texi
47235 Hash: 9e67ac3c5beac4ffd5e496de5a3637d5ee7e8200a5a79afbf069e97151e1af29
47236 Copyright: 
47237 License: 
47238 Licence_Text: 
47239 #Header: 
47240 #@node iso646.h
47241 #@section @file{iso646.h}
47242 #
47243 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/iso646.h.html}
47244 #
47245 #Gnulib module: ---
47246 #
47247 #Portability problems fixed by Gnulib:
47248 #@itemize
47249 #@end itemize
47250 #
47251 #Portability problems not fixed by Gnulib:
47252 #@itemize
47253 #@item
47254 #This header file is missing on some platforms:
47255
47256 File: ./doc/posix-headers/langinfo.texi
47257 Hash: 779a37fb6afdfe4894daba2a8d910718aec86f46348d6dec2614db4cd0ca7476
47258 Copyright: 
47259 License: 
47260 Licence_Text: 
47261 #Header: 
47262 #@node langinfo.h
47263 #@section @file{langinfo.h}
47264 #
47265 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/langinfo.h.html}
47266 #
47267 #Gnulib module: ---
47268 #
47269 #Portability problems fixed by Gnulib:
47270 #@itemize
47271 #@end itemize
47272 #
47273 #Portability problems not fixed by Gnulib:
47274 #@itemize
47275 #@item
47276 #This header file is missing on some platforms:
47277
47278 File: ./doc/posix-headers/libgen.texi
47279 Hash: 85d49c38bf9a2370252f10d007ff8458b6f69b38de05edfb0e12dc7d45de2487
47280 Copyright: 
47281 License: 
47282 Licence_Text: 
47283 #Header: 
47284 #@node libgen.h
47285 #@section @file{libgen.h}
47286 #
47287 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/libgen.h.html}
47288 #
47289 #Gnulib module: ---
47290 #
47291 #Portability problems fixed by Gnulib:
47292 #@itemize
47293 #@end itemize
47294 #
47295 #Portability problems not fixed by Gnulib:
47296 #@itemize
47297 #@item
47298 #This header file is missing on some platforms:
47299
47300 File: ./doc/posix-headers/limits.texi
47301 Hash: e634ce8670c851c54ad83b550cdb854c9d08bcbc9777c01c61e521974df770e8
47302 Copyright: 
47303 License: 
47304 Licence_Text: 
47305 #Header: 
47306 #@node limits.h
47307 #@section @file{limits.h}
47308 #
47309 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/limits.h.html}
47310 #
47311 #Gnulib module: gethostname
47312 #
47313 #Portability problems fixed by Gnulib:
47314 #@itemize
47315 #The @code{HOST_NAME_MAX} macro is not defined on some platforms:
47316 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
47317 #IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
47318 #@end itemize
47319 #
47320 #Portability problems not fixed by Gnulib:
47321
47322 File: ./doc/posix-headers/locale.texi
47323 Hash: baee6e53c2544b87f7bfcabea0e3afc907ae0354856fc3ccda8776ec61ce2580
47324 Copyright: 
47325 License: 
47326 Licence_Text: 
47327 #Header: 
47328 #@node locale.h
47329 #@section @file{locale.h}
47330 #
47331 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/locale.h.html}
47332 #
47333 #Gnulib module: locale
47334 #
47335 #Portability problems fixed by Gnulib:
47336 #@itemize
47337 #@item
47338 #The definition of @samp{LC_MESSAGES} is missing on some platforms:
47339 #mingw.
47340 #
47341 #@item
47342 #Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
47343
47344 File: ./doc/posix-headers/math.texi
47345 Hash: 3ea2c31002adb9a489426663a739c78120fbc5bf8c853b45679fe7d336a12977
47346 Copyright: 
47347 License: 
47348 Licence_Text: 
47349 #Header: 
47350 #@node math.h
47351 #@section @file{math.h}
47352 #
47353 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/math.h.html}
47354 #
47355 #Gnulib module: math
47356 #
47357 #Portability problems fixed by Gnulib:
47358 #@itemize
47359 #@item
47360 #The macro @code{NAN} is not defined on some platforms:
47361 #OpenBSD 4.0, AIX 5.1, IRIX 6.5, OSF/1 5.1.
47362 #
47363 #@item
47364 #The macro @code{NAN} is not exposed outside of C99 compilation on some
47365
47366 File: ./doc/posix-headers/monetary.texi
47367 Hash: a34c02edb7baef72752df520a8004292a877a4149eea0e6714305c5d497ea42a
47368 Copyright: 
47369 License: 
47370 Licence_Text: 
47371 #Header: 
47372 #@node monetary.h
47373 #@section @file{monetary.h}
47374 #
47375 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/monetary.h.html}
47376 #
47377 #Gnulib module: ---
47378 #
47379 #Portability problems fixed by Gnulib:
47380 #@itemize
47381 #@end itemize
47382 #
47383 #Portability problems not fixed by Gnulib:
47384 #@itemize
47385 #@item
47386 #This header file is missing on some platforms:
47387
47388 File: ./doc/posix-headers/mqueue.texi
47389 Hash: 9e26ec683c374aedfac424770de10bffb88d1fc1e35343906dd4971c3745b380
47390 Copyright: 
47391 License: 
47392 Licence_Text: 
47393 #Header: 
47394 #@node mqueue.h
47395 #@section @file{mqueue.h}
47396 #
47397 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/mqueue.h.html}
47398 #
47399 #Gnulib module: ---
47400 #
47401 #Portability problems fixed by Gnulib:
47402 #@itemize
47403 #@end itemize
47404 #
47405 #Portability problems not fixed by Gnulib:
47406 #@itemize
47407 #@item
47408 #This header file is missing on some platforms:
47409
47410 File: ./doc/posix-headers/ndbm.texi
47411 Hash: 7c094880e953813e313ccc986d896808eec19926093dde5b77d0543593225871
47412 Copyright: 
47413 License: 
47414 Licence_Text: 
47415 #Header: 
47416 #@node ndbm.h
47417 #@section @file{ndbm.h}
47418 #
47419 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/ndbm.h.html}
47420 #
47421 #Gnulib module: ---
47422 #
47423 #Portability problems fixed by Gnulib:
47424 #@itemize
47425 #@end itemize
47426 #
47427 #Portability problems not fixed by Gnulib:
47428 #@itemize
47429 #@item
47430 #This header file is missing on some platforms:
47431
47432 File: ./doc/posix-headers/net_if.texi
47433 Hash: 9d3f40aa662eebd30b64649ee11e1312f03d64ca3f113074154344985421b22f
47434 Copyright: 
47435 License: 
47436 Licence_Text: 
47437 #Header: 
47438 #@node net/if.h
47439 #@section @file{net/if.h}
47440 #
47441 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/net/if.h.html}
47442 #
47443 #Gnulib module: ---
47444 #
47445 #Portability problems fixed by Gnulib:
47446 #@itemize
47447 #@end itemize
47448 #
47449 #Portability problems not fixed by Gnulib:
47450 #@itemize
47451 #@item
47452 #This header file is missing on some platforms:
47453
47454 File: ./doc/posix-headers/netdb.texi
47455 Hash: 81efac0cde64e7933c49ca6ba20888bcc1e4d14e39943f3e514dfa6d33bbd1e0
47456 Copyright: 
47457 License: 
47458 Licence_Text: 
47459 #Header: 
47460 #@node netdb.h
47461 #@section @file{netdb.h}
47462 #
47463 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/netdb.h.html}
47464 #
47465 #Gnulib module: netdb
47466 #
47467 #Portability problems fixed by Gnulib:
47468 #@itemize
47469 #@item
47470 #This header file is missing on some platforms:
47471 #mingw, BeOS.
47472 #
47473 #@item
47474 #This header file is incomplete on some platforms:
47475
47476 File: ./doc/posix-headers/netinet_in.texi
47477 Hash: e542809271aa2cd707d4719a1f8f8d7cbf8226bb1dfb72838ce89a452f2245ac
47478 Copyright: 
47479 License: 
47480 Licence_Text: 
47481 #Header: 
47482 #@node netinet/in.h
47483 #@section @file{netinet/in.h}
47484 #
47485 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/netinet/in.h.html}
47486 #
47487 #Gnulib module: netinet_in
47488 #
47489 #Portability problems fixed by Gnulib:
47490 #@itemize
47491 #@item
47492 #This header file is missing on some platforms:
47493 #mingw, BeOS.
47494 #@item
47495 #This header file is not self-contained on some platforms: it requires
47496 #@code{<sys/types.h>} to be included first.
47497
47498 File: ./doc/posix-headers/netinet_tcp.texi
47499 Hash: 23509502b23ef5cd9c39b8b860bfcbb7f18954a73524fcbe1e2f042b359a4d59
47500 Copyright: 
47501 License: 
47502 Licence_Text: 
47503 #Header: 
47504 #@node netinet/tcp.h
47505 #@section @file{netinet/tcp.h}
47506 #
47507 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/netinet/tcp.h.html}
47508 #
47509 #Gnulib module: ---
47510 #
47511 #Portability problems fixed by Gnulib:
47512 #@itemize
47513 #@end itemize
47514 #
47515 #Portability problems not fixed by Gnulib:
47516 #@itemize
47517 #@item
47518 #This header file is missing on some platforms:
47519
47520 File: ./doc/posix-headers/nl_types.texi
47521 Hash: eb08f2ce3f333f7bff7d2153a728b0acf4c4b28b52cef6ca33a13e76f65b5590
47522 Copyright: 
47523 License: 
47524 Licence_Text: 
47525 #Header: 
47526 #@node nl_types.h
47527 #@section @file{nl_types.h}
47528 #
47529 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/nl/types.h.html}
47530 #
47531 #Gnulib module: ---
47532 #
47533 #Portability problems fixed by Gnulib:
47534 #@itemize
47535 #@end itemize
47536 #
47537 #Portability problems not fixed by Gnulib:
47538 #@itemize
47539 #@item
47540 #This header file is missing on some platforms:
47541
47542 File: ./doc/posix-headers/poll.texi
47543 Hash: ec7ca96e1a5c5ef8c863895984b85ecc85f6746c9c36a183628c9caa38b7cfd4
47544 Copyright: 
47545 License: 
47546 Licence_Text: 
47547 #Header: 
47548 #@node poll.h
47549 #@section @file{poll.h}
47550 #
47551 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/poll.h.html}
47552 #
47553 #Gnulib module: poll
47554 #
47555 #Portability problems fixed by Gnulib:
47556 #@itemize
47557 #@item
47558 #This header file is missing on some platforms:
47559 #mingw, BeOS.
47560 #@end itemize
47561 #
47562 #Portability problems not fixed by Gnulib:
47563
47564 File: ./doc/posix-headers/pthread.texi
47565 Hash: a5be7cd565626355b119c3b1e61b4f6ed8f98e31dda19ee0b4b93dc62385f1f5
47566 Copyright: 
47567 License: 
47568 Licence_Text: 
47569 #Header: 
47570 #@node pthread.h
47571 #@section @file{pthread.h}
47572 #
47573 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/pthread.h.html}
47574 #
47575 #Gnulib module: ---
47576 #
47577 #Portability problems fixed by Gnulib:
47578 #@itemize
47579 #@end itemize
47580 #
47581 #Portability problems not fixed by Gnulib:
47582 #@itemize
47583 #@item
47584 #This header file is missing on some platforms:
47585
47586 File: ./doc/posix-headers/pwd.texi
47587 Hash: d470a92661247c63368bbd26dc5049ffd6e0c107b2a613ac524295009eef284d
47588 Copyright: 
47589 License: 
47590 Licence_Text: 
47591 #Header: 
47592 #@node pwd.h
47593 #@section @file{pwd.h}
47594 #
47595 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/pwd.h.html}
47596 #
47597 #Gnulib module: ---
47598 #
47599 #Portability problems fixed by Gnulib:
47600 #@itemize
47601 #@end itemize
47602 #
47603 #Portability problems not fixed by Gnulib:
47604 #@itemize
47605 #@item
47606 #This header file is missing on some platforms:
47607
47608 File: ./doc/posix-headers/regex.texi
47609 Hash: b016c9a3b15736ba0b5699d0161a0f323aacab56bb4360ee7a9991d6a9f8f29c
47610 Copyright: 
47611 License: 
47612 Licence_Text: 
47613 #Header: 
47614 #@node regex.h
47615 #@section @file{regex.h}
47616 #
47617 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/regex.h.html}
47618 #
47619 #Gnulib module: regex
47620 #
47621 #Portability problems fixed by Gnulib:
47622 #@itemize
47623 #@item
47624 #This header file is missing on some platforms:
47625 #mingw.
47626 #@end itemize
47627 #
47628 #Portability problems not fixed by Gnulib:
47629
47630 File: ./doc/posix-headers/sched.texi
47631 Hash: 8d21cf78b24cdf8383d5c5e1abde4f12e080f061aaa86706189afdb9471b492a
47632 Copyright: 
47633 License: 
47634 Licence_Text: 
47635 #Header: 
47636 #@node sched.h
47637 #@section @file{sched.h}
47638 #
47639 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sched.h.html}
47640 #
47641 #Gnulib module: sched
47642 #
47643 #Portability problems fixed by Gnulib:
47644 #@itemize
47645 #@item
47646 #This header file is missing on some platforms:
47647 #mingw, BeOS.
47648 #@item
47649 #@code{struct sched_param} is not defined on some platforms:
47650 #Haiku.
47651
47652 File: ./doc/posix-headers/search.texi
47653 Hash: 4964471e3637333930dc8a6852075de64051c2a5d24d0c36cc52b0af772e0968
47654 Copyright: 
47655 License: 
47656 Licence_Text: 
47657 #Header: 
47658 #@node search.h
47659 #@section @file{search.h}
47660 #
47661 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/search.h.html}
47662 #
47663 #Gnulib module: search
47664 #
47665 #Portability problems fixed by Gnulib:
47666 #@itemize
47667 #@end itemize
47668 #
47669 #Portability problems not fixed by Gnulib:
47670 #@itemize
47671 #@item
47672 #This header file is missing on some platforms:
47673
47674 File: ./doc/posix-headers/semaphore.texi
47675 Hash: 46f4edae0baf6b13b4db3f0de34e44d78f0580050e9053080262852035d475e4
47676 Copyright: 
47677 License: 
47678 Licence_Text: 
47679 #Header: 
47680 #@node semaphore.h
47681 #@section @file{semaphore.h}
47682 #
47683 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/semaphore.h.html}
47684 #
47685 #Gnulib module: ---
47686 #
47687 #Portability problems fixed by Gnulib:
47688 #@itemize
47689 #@end itemize
47690 #
47691 #Portability problems not fixed by Gnulib:
47692 #@itemize
47693 #@item
47694 #This header file is missing on some platforms:
47695
47696 File: ./doc/posix-headers/setjmp.texi
47697 Hash: 57c43ae545a375c5a52a670a2bfd301f686d1c93025d59c6ac73c93e3e940fa4
47698 Copyright: 
47699 License: 
47700 Licence_Text: 
47701 #Header: 
47702 #@node setjmp.h
47703 #@section @file{setjmp.h}
47704 #
47705 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/setjmp.h.html}
47706 #
47707 #Gnulib module: ---
47708 #
47709 #Portability problems fixed by Gnulib:
47710 #@itemize
47711 #@end itemize
47712 #
47713 #Portability problems not fixed by Gnulib:
47714 #@itemize
47715 #@end itemize
47716
47717 File: ./doc/posix-headers/signal.texi
47718 Hash: 62595715b74ae647915d4afa4fb949307b061f6c95b3ed52ee4522b67a94d7be
47719 Copyright: 
47720 License: 
47721 Licence_Text: 
47722 #Header: 
47723 #@node signal.h
47724 #@section @file{signal.h}
47725 #
47726 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/signal.h.html}
47727 #
47728 #Gnulib module: signal
47729 #
47730 #Portability problems fixed by Gnulib:
47731 #@itemize
47732 #@item
47733 #@code{volatile sig_atomic_t} is rejected by older compilers on some
47734 #platforms:
47735 #AIX.
47736 #@item
47737 #@code{sigset_t} is only declared in <sys/types.h> on some platforms:
47738
47739 File: ./doc/posix-headers/spawn.texi
47740 Hash: 035868e3075dfb31415e3611932d366e4cd17c744caf3973f3c2ce700041c92d
47741 Copyright: 
47742 License: 
47743 Licence_Text: 
47744 #Header: 
47745 #@node spawn.h
47746 #@section @file{spawn.h}
47747 #
47748 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/spawn.h.html}
47749 #
47750 #Gnulib module: spawn
47751 #
47752 #Portability problems fixed by Gnulib:
47753 #@itemize
47754 #@item
47755 #This header file is missing on some platforms:
47756 #MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
47757 #IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
47758 #@end itemize
47759
47760 File: ./doc/posix-headers/stdarg.texi
47761 Hash: 76bfda1aa2271dc3a394ffa60a359ab70eaee46995d95df2e459724a4f77b800
47762 Copyright: 
47763 License: 
47764 Licence_Text: 
47765 #Header: 
47766 #@node stdarg.h
47767 #@section @file{stdarg.h}
47768 #
47769 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdarg.h.html}
47770 #
47771 #Gnulib module: stdarg
47772 #
47773 #Portability problems fixed by Gnulib:
47774 #@itemize
47775 #@item
47776 #Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode for the builtin
47777 #@code{va_copy} to work.
47778 #@end itemize
47779 #
47780 #Portability problems not fixed by Gnulib:
47781
47782 File: ./doc/posix-headers/stdbool.texi
47783 Hash: 125bb0ccd0983b885486dcaebf4ddce35dad39e11a1a60c943646ae6a9361866
47784 Copyright: 
47785 License: 
47786 Licence_Text: 
47787 #Header: 
47788 #@node stdbool.h
47789 #@section @file{stdbool.h}
47790 #
47791 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdbool.h.html}
47792 #
47793 #Gnulib module: stdbool
47794 #
47795 #Portability problems fixed by Gnulib:
47796 #@itemize
47797 #@item
47798 #This header file is missing on some platforms:
47799 #AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1.
47800 #@item
47801 #Some compilers have bugs relating to @samp{bool}.
47802 #@end itemize
47803
47804 File: ./doc/posix-headers/stddef.texi
47805 Hash: 997124bfc90ae125326493c1a5c47f183bb74423ce01fcf55f1601f534dd4617
47806 Copyright: 
47807 License: 
47808 Licence_Text: 
47809 #Header: 
47810 #@node stddef.h
47811 #@section @file{stddef.h}
47812 #
47813 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/stddef.h.html}
47814 #
47815 #Gnulib module: stddef
47816 #
47817 #Portability problems fixed by Gnulib:
47818 #@itemize
47819 #@item
47820 #Some old platforms fail to provide @code{wchar_t}.
47821 #
47822 #@item
47823 #Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
47824 #expressions:
47825
47826 File: ./doc/posix-headers/stdint.texi
47827 Hash: cceffcda2dd894a5e695d4e67857815bade971288c965c84717203bef3c950cd
47828 Copyright: 
47829 License: 
47830 Licence_Text: 
47831 #Header: 
47832 #@node stdint.h
47833 #@section @file{stdint.h}
47834 #
47835 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdint.h.html}
47836 #
47837 #Gnulib module: stdint
47838 #
47839 #Portability problems fixed by Gnulib:
47840 #@itemize
47841 #@item
47842 #This header file is missing on some platforms:
47843 #OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Interix 3.5, BeOS.
47844 #@item
47845 #This header file is very incomplete on some platforms.
47846 #@item
47847
47848 File: ./doc/posix-headers/stdio.texi
47849 Hash: 0a4463d4d6a612e66896c384608312ebda0d44e646b2a9130cd7e17fc222c313
47850 Copyright: 
47851 License: 
47852 Licence_Text: 
47853 #Header: 
47854 #@node stdio.h
47855 #@section @file{stdio.h}
47856 #
47857 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdio.h.html}
47858 #
47859 #Gnulib module: stdio
47860 #
47861 #Portability problems fixed by Gnulib:
47862 #@itemize
47863 #@item
47864 #Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
47865 #expressions:
47866 #NetBSD 5.0
47867 #@end itemize
47868
47869 File: ./doc/posix-headers/stdlib.texi
47870 Hash: 8ec58fc5ab8a7dab2c799d972b003a16eaa9ce993ade7447eb799b5495c106cd
47871 Copyright: 
47872 License: 
47873 Licence_Text: 
47874 #Header: 
47875 #@node stdlib.h
47876 #@section @file{stdlib.h}
47877 #
47878 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdlib.h.html}
47879 #
47880 #Gnulib module: stdlib
47881 #
47882 #Portability problems fixed by Gnulib:
47883 #@itemize
47884 #@item
47885 #The macros @code{EXIT_SUCCESS} and @code{EXIT_FAILURE} are not defined on
47886 #some platforms.
47887 #@item
47888 #The macro @code{EXIT_FAILURE} is incorrectly defined on Tandem/NSK.
47889
47890 File: ./doc/posix-headers/string.texi
47891 Hash: 1e05fd8054a02aa18813a2afaedb80d990ab2762b21331032d6643a5d2bbc6ea
47892 Copyright: 
47893 License: 
47894 Licence_Text: 
47895 #Header: 
47896 #@node string.h
47897 #@section @file{string.h}
47898 #
47899 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/string.h.html}
47900 #
47901 #Gnulib module: string
47902 #
47903 #Portability problems fixed by Gnulib:
47904 #@itemize
47905 #@item
47906 #Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
47907 #expressions:
47908 #NetBSD 5.0
47909 #@end itemize
47910
47911 File: ./doc/posix-headers/strings.texi
47912 Hash: c36bb3c4fd013835f3f170695cb65bdf9d9941a6a7c8a1ea473deb6c6304c3ea
47913 Copyright: 
47914 License: 
47915 Licence_Text: 
47916 #Header: 
47917 #@node strings.h
47918 #@section @file{strings.h}
47919 #
47920 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/strings.h.html}
47921 #
47922 #Gnulib module: ---
47923 #
47924 #Portability problems fixed by Gnulib:
47925 #@itemize
47926 #@end itemize
47927 #
47928 #Portability problems not fixed by Gnulib:
47929 #@itemize
47930 #@item
47931 #This header file defines symbols, such as @samp{index}, often used for
47932
47933 File: ./doc/posix-headers/stropts.texi
47934 Hash: 10ce7f6bd56eb5c087bfc1445d5d7d6c1a3a3ab49a46f6f5536f9abf99d0ea5f
47935 Copyright: 
47936 License: 
47937 Licence_Text: 
47938 #Header: 
47939 #@node stropts.h
47940 #@section @file{stropts.h}
47941 #
47942 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/stropts.h.html}
47943 #
47944 #Gnulib module: ---
47945 #
47946 #Portability problems fixed by Gnulib:
47947 #@itemize
47948 #@end itemize
47949 #
47950 #Portability problems not fixed by Gnulib:
47951 #@itemize
47952 #@item
47953 #This header file is missing on some platforms:
47954
47955 File: ./doc/posix-headers/sys_ipc.texi
47956 Hash: 987709fd9b281e1c72ecddc44b2260deaf8643078f674f0b8184e910c3ca940a
47957 Copyright: 
47958 License: 
47959 Licence_Text: 
47960 #Header: 
47961 #@node sys/ipc.h
47962 #@section @file{sys/ipc.h}
47963 #
47964 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/ipc.h.html}
47965 #
47966 #Gnulib module: ---
47967 #
47968 #Portability problems fixed by Gnulib:
47969 #@itemize
47970 #@end itemize
47971 #
47972 #Portability problems not fixed by Gnulib:
47973 #@itemize
47974 #@item
47975 #This header file is missing on some platforms:
47976
47977 File: ./doc/posix-headers/sys_mman.texi
47978 Hash: 19b6d15cb1e745b8e5b181dfb3cc8d33c73ef5963de3d9edce93f850082ade3e
47979 Copyright: 
47980 License: 
47981 Licence_Text: 
47982 #Header: 
47983 #@node sys/mman.h
47984 #@section @file{sys/mman.h}
47985 #
47986 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/mman.h.html}
47987 #
47988 #Gnulib module: ---
47989 #
47990 #Portability problems fixed by Gnulib:
47991 #@itemize
47992 #@end itemize
47993 #
47994 #Portability problems not fixed by Gnulib:
47995 #@itemize
47996 #@item
47997 #This header file is missing on some platforms:
47998
47999 File: ./doc/posix-headers/sys_msg.texi
48000 Hash: 3cf9367fe2756d8bbf6a523719715cc088118e49d2c040a4ea03dffe9a7f05e1
48001 Copyright: 
48002 License: 
48003 Licence_Text: 
48004 #Header: 
48005 #@node sys/msg.h
48006 #@section @file{sys/msg.h}
48007 #
48008 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/msg.h.html}
48009 #
48010 #Gnulib module: ---
48011 #
48012 #Portability problems fixed by Gnulib:
48013 #@itemize
48014 #@end itemize
48015 #
48016 #Portability problems not fixed by Gnulib:
48017 #@itemize
48018 #@item
48019 #This header file is missing on some platforms:
48020
48021 File: ./doc/posix-headers/sys_resource.texi
48022 Hash: 53065ace2cd2231da57a4083773882092b6706781e9d6613dc3f139612645100
48023 Copyright: 
48024 License: 
48025 Licence_Text: 
48026 #Header: 
48027 #@node sys/resource.h
48028 #@section @file{sys/resource.h}
48029 #
48030 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/resource.h.html}
48031 #
48032 #Gnulib module: ---
48033 #
48034 #Portability problems fixed by Gnulib:
48035 #@itemize
48036 #@end itemize
48037 #
48038 #Portability problems not fixed by Gnulib:
48039 #@itemize
48040 #@item
48041 #This header file is missing on some platforms:
48042
48043 File: ./doc/posix-headers/sys_select.texi
48044 Hash: f1a346ce9d9da46a8ac1f06b73c709f9d438ecb6dbf91d537d3628cf1d1ffdea
48045 Copyright: 
48046 License: 
48047 Licence_Text: 
48048 #Header: 
48049 #@node sys/select.h
48050 #@section @file{sys/select.h}
48051 #
48052 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/select.h.html}
48053 #
48054 #Gnulib module: sys_select
48055 #
48056 #Portability problems fixed by Gnulib:
48057 #@itemize
48058 #@item
48059 #This header file is missing on some platforms:
48060 #HP-UX 11, mingw, BeOS.
48061 #@item
48062 #This header file is not self-contained on some platforms: it requires
48063 #@code{<sys/types.h>} to be included first.
48064
48065 File: ./doc/posix-headers/sys_sem.texi
48066 Hash: 8c8f9fe68b61ca3c2d0075ac577c1541e33cc7e42e088659651cc7aa5a43f384
48067 Copyright: 
48068 License: 
48069 Licence_Text: 
48070 #Header: 
48071 #@node sys/sem.h
48072 #@section @file{sys/sem.h}
48073 #
48074 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/sem.h.html}
48075 #
48076 #Gnulib module: ---
48077 #
48078 #Portability problems fixed by Gnulib:
48079 #@itemize
48080 #@end itemize
48081 #
48082 #Portability problems not fixed by Gnulib:
48083 #@itemize
48084 #@item
48085 #This header file is missing on some platforms:
48086
48087 File: ./doc/posix-headers/sys_shm.texi
48088 Hash: 7bcaeeb0859bf5db9953896a7dafdfb71b7dd1c278eab4da77097f2f1eba2850
48089 Copyright: 
48090 License: 
48091 Licence_Text: 
48092 #Header: 
48093 #@node sys/shm.h
48094 #@section @file{sys/shm.h}
48095 #
48096 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/shm.h.html}
48097 #
48098 #Gnulib module: ---
48099 #
48100 #Portability problems fixed by Gnulib:
48101 #@itemize
48102 #@end itemize
48103 #
48104 #Portability problems not fixed by Gnulib:
48105 #@itemize
48106 #@item
48107 #This header file is missing on some platforms:
48108
48109 File: ./doc/posix-headers/sys_socket.texi
48110 Hash: ad3994d837d6fbde926d68dbd51a4ee1e670df6a7ce683df8f1afcd8f26b9b4b
48111 Copyright: 
48112 License: 
48113 Licence_Text: 
48114 #Header: 
48115 #@node sys/socket.h
48116 #@section @file{sys/socket.h}
48117 #
48118 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/socket.h.html}
48119 #
48120 #Gnulib module: sys_socket
48121 #
48122 #Portability problems fixed by Gnulib:
48123 #@itemize
48124 #@item
48125 #This header file is missing on some platforms:
48126 #mingw.
48127 #@item
48128 #This header file is not self-contained on some platforms: it requires
48129 #@code{<sys/types.h>} to be included first.
48130
48131 File: ./doc/posix-headers/sys_stat.texi
48132 Hash: 60dae061a3c75ef68ebb90a832c8d4fa057e5819930adbb7aaec240da84acb59
48133 Copyright: 
48134 License: 
48135 Licence_Text: 
48136 #Header: 
48137 #@node sys/stat.h
48138 #@section @file{sys/stat.h}
48139 #
48140 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/stat.h.html}
48141 #
48142 #Gnulib module: sys_stat
48143 #
48144 #Portability problems fixed by Gnulib:
48145 #@itemize
48146 #@item
48147 #Some macros, such as @code{S_IFMT}, are missing on some platforms.
48148 #@item
48149 #The macros @code{S_ISBLK}, @code{S_ISCHR}, @code{S_ISDIR}, @code{S_ISFIFO},
48150 #@code{S_ISLNK}, @code{S_ISREG}, @code{S_ISSOCK} are broken on some platforms.
48151 #@item
48152
48153 File: ./doc/posix-headers/sys_statvfs.texi
48154 Hash: 384c0ac41e3f35d7e1ef9ebe2102866be29bb1d1881ee4f95226d7fd225365ef
48155 Copyright: 
48156 License: 
48157 Licence_Text: 
48158 #Header: 
48159 #@node sys/statvfs.h
48160 #@section @file{sys/statvfs.h}
48161 #
48162 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/statvfs.h.html}
48163 #
48164 #Gnulib module: ---
48165 #
48166 #Portability problems fixed by Gnulib:
48167 #@itemize
48168 #@end itemize
48169 #
48170 #Portability problems not fixed by Gnulib:
48171 #@itemize
48172 #@item
48173 #This header file is missing on some platforms:
48174
48175 File: ./doc/posix-headers/sys_time.texi
48176 Hash: 195cc421036aa90abc0bc0c8e8c5727e61ecf1865acb542bdc289c5010dae9c6
48177 Copyright: 
48178 License: 
48179 Licence_Text: 
48180 #Header: 
48181 #@node sys/time.h
48182 #@section @file{sys/time.h}
48183 #
48184 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/time.h.html}
48185 #
48186 #Gnulib module: sys_time
48187 #
48188 #Portability problems fixed by Gnulib:
48189 #@itemize
48190 #@item
48191 #This header file is missing on some platforms.
48192 #@item
48193 #@samp{struct timeval} is not defined on some platforms.
48194 #@end itemize
48195
48196 File: ./doc/posix-headers/sys_timeb.texi
48197 Hash: f6dbc92a61228daf56911be1d37146ecacd4df82501bead2009dd5f34f9e7488
48198 Copyright: 
48199 License: 
48200 Licence_Text: 
48201 #Header: 
48202 #@node sys/timeb.h
48203 #@section @file{sys/timeb.h}
48204 #
48205 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/timeb.h.html}
48206 #
48207 #Gnulib module: ---
48208 #
48209 #Portability problems fixed by Gnulib:
48210 #@itemize
48211 #@end itemize
48212 #
48213 #Portability problems not fixed by Gnulib:
48214 #@itemize
48215 #@end itemize
48216
48217 File: ./doc/posix-headers/sys_times.texi
48218 Hash: facec7ecb6acfc5ee08859c13f611d7009bf66d95b8f460cff2b71e52d315b77
48219 Copyright: 
48220 License: 
48221 Licence_Text: 
48222 #Header: 
48223 #@node sys/times.h
48224 #@section @file{sys/times.h}
48225 #
48226 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/times.h.html}
48227 #
48228 #Gnulib module: sys_times
48229 #
48230 #Portability problems fixed by Gnulib:
48231 #@itemize
48232 #@item
48233 #This header file is missing on some platforms:
48234 #mingw.
48235 #@end itemize
48236 #
48237 #Portability problems not fixed by Gnulib:
48238
48239 File: ./doc/posix-headers/sys_types.texi
48240 Hash: 2d7a9db00a00c36d5e166bbf043eb9069b477d61a170213f082f756088c8e4c2
48241 Copyright: 
48242 License: 
48243 Licence_Text: 
48244 #Header: 
48245 #@node sys/types.h
48246 #@section @file{sys/types.h}
48247 #
48248 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/types.h.html}
48249 #
48250 #Gnulib module: ---
48251 #
48252 #Portability problems fixed by Gnulib:
48253 #@itemize
48254 #@end itemize
48255 #
48256 #Portability problems not fixed by Gnulib:
48257 #@itemize
48258 #@end itemize
48259
48260 File: ./doc/posix-headers/sys_uio.texi
48261 Hash: a3f6385a4227f285dc37fb9ff1db96aa384fbff8a392a2d640bf005f152df908
48262 Copyright: 
48263 License: 
48264 Licence_Text: 
48265 #Header: 
48266 #@node sys/uio.h
48267 #@section @file{sys/uio.h}
48268 #
48269 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/uio.h.html}
48270 #
48271 #Gnulib module: ---
48272 #
48273 #Portability problems fixed by Gnulib:
48274 #@itemize
48275 #@end itemize
48276 #
48277 #Portability problems not fixed by Gnulib:
48278 #@itemize
48279 #@item
48280 #This header file is missing on some platforms:
48281
48282 File: ./doc/posix-headers/sys_un.texi
48283 Hash: a27feb6784f4c51abd27d5667f986f4110373fe629966424d405c5a840342cee
48284 Copyright: 
48285 License: 
48286 Licence_Text: 
48287 #Header: 
48288 #@node sys/un.h
48289 #@section @file{sys/un.h}
48290 #
48291 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/un.h.html}
48292 #
48293 #Gnulib module: ---
48294 #
48295 #Portability problems fixed by Gnulib:
48296 #@itemize
48297 #@end itemize
48298 #
48299 #Portability problems not fixed by Gnulib:
48300 #@itemize
48301 #@item
48302 #This header file is missing on some platforms:
48303
48304 File: ./doc/posix-headers/sys_utsname.texi
48305 Hash: efbe687e091876e6c676db5a9533062a85adf3009dbf550c52a4d71a69989fb0
48306 Copyright: 
48307 License: 
48308 Licence_Text: 
48309 #Header: 
48310 #@node sys/utsname.h
48311 #@section @file{sys/utsname.h}
48312 #
48313 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/utsname.h.html}
48314 #
48315 #Gnulib module: sys_utsname
48316 #
48317 #Portability problems fixed by Gnulib:
48318 #@itemize
48319 #@item
48320 #This header file is missing on some platforms:
48321 #mingw.
48322 #@end itemize
48323 #
48324 #Portability problems not fixed by Gnulib:
48325
48326 File: ./doc/posix-headers/sys_wait.texi
48327 Hash: 44aee91fd4c85b72a8c966954ba061b965aaac1482f69a98aa61089579ff1bc5
48328 Copyright: 
48329 License: 
48330 Licence_Text: 
48331 #Header: 
48332 #@node sys/wait.h
48333 #@section @file{sys/wait.h}
48334 #
48335 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/wait.h.html}
48336 #
48337 #Gnulib module: sys_wait
48338 #
48339 #Portability problems fixed by Gnulib:
48340 #@itemize
48341 #@item
48342 #This header file is missing on some platforms:
48343 #mingw.
48344 #@end itemize
48345 #
48346 #Portability problems not fixed by Gnulib:
48347
48348 File: ./doc/posix-headers/syslog.texi
48349 Hash: 28ddc4c29384e0d9f34b7aa9cd25745fcaa0985a112d645b84a4f450cc484775
48350 Copyright: 
48351 License: 
48352 Licence_Text: 
48353 #Header: 
48354 #@node syslog.h
48355 #@section @file{syslog.h}
48356 #
48357 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/syslog.h.html}
48358 #
48359 #Gnulib module: ---
48360 #
48361 #Portability problems fixed by Gnulib:
48362 #@itemize
48363 #@end itemize
48364 #
48365 #Portability problems not fixed by Gnulib:
48366 #@itemize
48367 #@item
48368 #This header file is missing on some platforms:
48369
48370 File: ./doc/posix-headers/tar.texi
48371 Hash: cd109697e8a666ccea3d2f6b9996b60c898cf4c21568a8ef35a2cb8142f026bc
48372 Copyright: 
48373 License: 
48374 Licence_Text: 
48375 #Header: 
48376 #@node tar.h
48377 #@section @file{tar.h}
48378 #
48379 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/tar.h.html}
48380 #
48381 #Gnulib module: ---
48382 #
48383 #Portability problems fixed by Gnulib:
48384 #@itemize
48385 #@end itemize
48386 #
48387 #Portability problems not fixed by Gnulib:
48388 #@itemize
48389 #@item
48390 #This header file is missing on some platforms:
48391
48392 File: ./doc/posix-headers/termios.texi
48393 Hash: 54b678c554704bf0a1177cbcf6d2db98edbe298e1bcfb6d7d820d268620cc09a
48394 Copyright: 
48395 License: 
48396 Licence_Text: 
48397 #Header: 
48398 #@node termios.h
48399 #@section @file{termios.h}
48400 #
48401 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/termios.h.html}
48402 #
48403 #Gnulib module: ---
48404 #
48405 #Portability problems fixed by Gnulib:
48406 #@itemize
48407 #@end itemize
48408 #
48409 #Portability problems not fixed by Gnulib:
48410 #@itemize
48411 #@item
48412 #This header file is missing on some platforms:
48413
48414 File: ./doc/posix-headers/tgmath.texi
48415 Hash: 4eb1d7fef4d580e91df7a35edfa926ffd821f8636083b87b8a99413caecbaf13
48416 Copyright: 
48417 License: 
48418 Licence_Text: 
48419 #Header: 
48420 #@node tgmath.h
48421 #@section @file{tgmath.h}
48422 #
48423 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/tgmath.h.html}
48424 #
48425 #Gnulib module: ---
48426 #
48427 #Portability problems fixed by Gnulib:
48428 #@itemize
48429 #@end itemize
48430 #
48431 #Portability problems not fixed by Gnulib:
48432 #@itemize
48433 #@item
48434 #This header file is missing on some platforms:
48435
48436 File: ./doc/posix-headers/time.texi
48437 Hash: 83887ff1ac780b4b176ca9e9a2836a3d28f0793b67904c221acf46cfc4252de3
48438 Copyright: 
48439 License: 
48440 Licence_Text: 
48441 #Header: 
48442 #@node time.h
48443 #@section @file{time.h}
48444 #
48445 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/time.h.html}
48446 #
48447 #Gnulib module: time
48448 #
48449 #Portability problems fixed by Gnulib:
48450 #@itemize
48451 #@item
48452 #@samp{struct timespec} is not defined on some platforms.
48453 #
48454 #@item
48455 #Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
48456 #expressions:
48457
48458 File: ./doc/posix-headers/trace.texi
48459 Hash: d7736e6e0e1a98fcc3b9870300fc691ed4c2fbfaf424f08eda8a19fab101bf66
48460 Copyright: 
48461 License: 
48462 Licence_Text: 
48463 #Header: 
48464 #@node trace.h
48465 #@section @file{trace.h}
48466 #
48467 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/trace.h.html}
48468 #
48469 #Gnulib module: ---
48470 #
48471 #Portability problems fixed by Gnulib:
48472 #@itemize
48473 #@end itemize
48474 #
48475 #Portability problems not fixed by Gnulib:
48476 #@itemize
48477 #@item
48478 #This header file is missing on some platforms:
48479
48480 File: ./doc/posix-headers/ucontext.texi
48481 Hash: 2975ec1d3f351969dcc37b7d72d6c691a3136116a08ba38bb94723f101f3b069
48482 Copyright: 
48483 License: 
48484 Licence_Text: 
48485 #Header: 
48486 #@node ucontext.h
48487 #@section @file{ucontext.h}
48488 #
48489 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/ucontext.h.html}
48490 #
48491 #Gnulib module: ---
48492 #
48493 #Portability problems fixed by Gnulib:
48494 #@itemize
48495 #@end itemize
48496 #
48497 #Portability problems not fixed by Gnulib:
48498 #@itemize
48499 #@item
48500 #This header file is missing on some platforms:
48501
48502 File: ./doc/posix-headers/ulimit.texi
48503 Hash: 641e0cae8c99f664100b54a41e03e453846ecc8fc889f91a93239c355e8c1ed2
48504 Copyright: 
48505 License: 
48506 Licence_Text: 
48507 #Header: 
48508 #@node ulimit.h
48509 #@section @file{ulimit.h}
48510 #
48511 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/ulimit.h.html}
48512 #
48513 #Gnulib module: ---
48514 #
48515 #Portability problems fixed by Gnulib:
48516 #@itemize
48517 #@end itemize
48518 #
48519 #Portability problems not fixed by Gnulib:
48520 #@itemize
48521 #@item
48522 #This header file is missing on some platforms:
48523
48524 File: ./doc/posix-headers/unistd.texi
48525 Hash: 1e47066520002dbb14539e81acb50184d273f51d047815d246ba2e0a284d8ce5
48526 Copyright: 
48527 License: 
48528 Licence_Text: 
48529 #Header: 
48530 #@node unistd.h
48531 #@section @file{unistd.h}
48532 #
48533 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/unistd.h.html}
48534 #
48535 #Gnulib module: unistd
48536 #
48537 #Portability problems fixed by Gnulib:
48538 #@itemize
48539 #@item
48540 #This header file is missing on some platforms: msvc.
48541 #@item
48542 #The SEEK_* macros are not defined in this file on some platforms:
48543 #mingw.
48544 #@item
48545
48546 File: ./doc/posix-headers/utime.texi
48547 Hash: 0a7e8d03567fb3f77e998cf10c309e06154b4cf560909dfe3640b3ccc20f94ee
48548 Copyright: 
48549 License: 
48550 Licence_Text: 
48551 #Header: 
48552 #@node utime.h
48553 #@section @file{utime.h}
48554 #
48555 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/utime.h.html}
48556 #
48557 #Gnulib module: ---
48558 #
48559 #Portability problems fixed by Gnulib:
48560 #@itemize
48561 #@end itemize
48562 #
48563 #Portability problems not fixed by Gnulib:
48564 #@itemize
48565 #@item
48566 #This header file is missing on some platforms.  Use @code{<sys/utime.h>}
48567
48568 File: ./doc/posix-headers/utmpx.texi
48569 Hash: 58a3f69e19d495d7189394ede301568c15bc5ee82908884671156bc5c4f1b052
48570 Copyright: 
48571 License: 
48572 Licence_Text: 
48573 #Header: 
48574 #@node utmpx.h
48575 #@section @file{utmpx.h}
48576 #
48577 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/utmpx.h.html}
48578 #
48579 #Gnulib module: ---
48580 #
48581 #Portability problems fixed by Gnulib:
48582 #@itemize
48583 #@end itemize
48584 #
48585 #Portability problems not fixed by Gnulib:
48586 #@itemize
48587 #@item
48588 #This header file is missing on some platforms:
48589
48590 File: ./doc/posix-headers/wchar.texi
48591 Hash: c9e0acf5b953cdbb5d2a816fb831f55f3e2ab2b85b3793c61f6114b530134e7e
48592 Copyright: 
48593 License: 
48594 Licence_Text: 
48595 #Header: 
48596 #@node wchar.h
48597 #@section @file{wchar.h}
48598 #
48599 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/wchar.h.html}
48600 #
48601 #Gnulib module: wchar
48602 #
48603 #Portability problems fixed by Gnulib:
48604 #@itemize
48605 #@item
48606 #This header file cannot be included on some platforms:
48607 #Linux uClibc built without wide character support.
48608 #@item
48609 #This header file is not self-contained on some platforms:
48610 #OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1.
48611
48612 File: ./doc/posix-headers/wctype.texi
48613 Hash: c5994d40b69ca8ae0d1bc6c2251fb7cb3b7ec5f64f7bef24fd40ee364b7cab9e
48614 Copyright: 
48615 License: 
48616 Licence_Text: 
48617 #Header: 
48618 #@node wctype.h
48619 #@section @file{wctype.h}
48620 #
48621 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/wctype.h.html}
48622 #
48623 #Gnulib module: wctype
48624 #
48625 #Portability problems fixed by Gnulib:
48626 #@itemize
48627 #@item
48628 #This header file is missing on some platforms:
48629 #HP-UX 11.00, BeOS.
48630 #@item
48631 #This header file is not self-contained on some platforms:
48632 #Solaris 2.5, OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1.
48633
48634 File: ./doc/posix-headers/wordexp.texi
48635 Hash: 7027331cb789ce356e7d3e2b2313dd9b791f9b96444503905a2657230522a331
48636 Copyright: 
48637 License: 
48638 Licence_Text: 
48639 #Header: 
48640 #@node wordexp.h
48641 #@section @file{wordexp.h}
48642 #
48643 #POSIX specification: @url{http://www.opengroup.org/susv3xbd/wordexp.h.html}
48644 #
48645 #Gnulib module: ---
48646 #
48647 #Portability problems fixed by Gnulib:
48648 #@itemize
48649 #@end itemize
48650 #
48651 #Portability problems not fixed by Gnulib:
48652 #@itemize
48653 #@item
48654 #This header file is missing on some platforms:
48655
48656 File: ./doc/quote.texi
48657 Hash: 9cc2b24f70ec69e8dbc53ef7d8100f87dbcf6e4f207d834ce82c872fbeed98bf
48658 Copyright: 2005 Free Software Foundation, Inc
48659 License: GFDL-1.3+
48660 Licence_Text: 
48661 #Header: 
48662 #@node Quoting
48663 #@section Quoting
48664 #
48665 #@c Copyright (C) 2005 Free Software Foundation, Inc.
48666 #
48667  Permission is granted to copy, distribute and/or modify this document
48668  under the terms of the GNU Free Documentation License, Version 1.3 or
48669  any later version published by the Free Software Foundation; with no
48670  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
48671  Texts.  A copy of the license is included in the ``GNU Free
48672  Documentation License'' file as part of this distribution.
48673 #
48674 #@cindex Quoting
48675 #@findex quote
48676 #@findex quotearg
48677
48678 File: ./doc/regexprops-generic.texi
48679 Hash: 953ea60aeff18a45851d07c4fd84c6d47156d1cb6056d2808293b45b3663d4c4
48680 Copyright: 1994, 1996, 1998, 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
48681 License: GFDL-1.3+
48682 Licence_Text: 
48683 #Header: 
48684 #@c Copyright (C) 1994, 1996, 1998, 2000, 2001, 2003, 2004, 2005, 2006, 2007
48685 #@c 
48686 #@c
48687  Permission is granted to copy, distribute and/or modify this document
48688  under the terms of the GNU Free Documentation License, Version 1.3 or
48689  any later version published by the Free Software Foundation; with no
48690  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
48691  Texts.  A copy of the license is included in the ``GNU Free
48692  Documentation License'' file as part of this distribution.
48693 #
48694 #@c this regular expression description is for: generic
48695 #
48696 #@menu
48697 #* awk regular expression syntax::
48698 #* egrep regular expression syntax::
48699
48700 File: ./doc/relocatable-maint.texi
48701 Hash: 1c95896b667fba221783ec193abf89b00a652dec4c76b849a14b605ed0c5abc3
48702 Copyright: 
48703 License: 
48704 Licence_Text: 
48705 #Header: 
48706 #@node Supporting Relocation
48707 #@section Supporting Relocation
48708 #
48709 #It has been a pain for many users of GNU packages for a long time that
48710 #packages are not relocatable.  It means a user cannot copy a program,
48711 #installed by another user on the same machine, to his home directory,
48712 #and have it work correctly (including i18n).  So many users need to go
48713 #through @code{configure; make; make install} with all its
48714 #dependencies, options, and hurdles.
48715 #
48716 #Red Hat, Debian, and similar package systems solve the ``ease of
48717 #installation'' problem, but they hardwire path names, usually to
48718 #@file{/usr} or @file{/usr/local}.  This means that users need root
48719 #privileges to install a binary package, and prevents installing two
48720 #different versions of the same binary package.
48721
48722 File: ./doc/relocatable.texi
48723 Hash: cb899ceab0383cc484f3b15b049b8386a304eb4b3680a196f042fcc2bea03139
48724 Copyright: 
48725 License: 
48726 Licence_Text: 
48727 #Header: 
48728 #@node Enabling Relocatability
48729 #@section Enabling Relocatability
48730 #
48731 #It has been a pain for many users of GNU packages for a long time that
48732 #packages are not relocatable.  It means a user cannot copy a program,
48733 #installed by another user on the same machine, to his home directory,
48734 #and have it work correctly (including i18n).  So many users need to go
48735 #through @code{configure; make; make install} with all its
48736 #dependencies, options, and hurdles.
48737 #
48738 #Red Hat, Debian, and similar package systems solve the ``ease of
48739 #installation'' problem, but they hardwire path names, usually to
48740 #@file{/usr} or @file{/usr/local}.  This means that users need root
48741 #privileges to install a binary package, and prevents installing two
48742 #different versions of the same binary package.
48743
48744 File: ./doc/safe-alloc.texi
48745 Hash: 3902a00303495772ce656b944dfff81237d6a421ad80d871254c12d04cc341ae
48746 Copyright: 
48747 License: 
48748 Licence_Text: 
48749 #Header: 
48750 #@node Safe Allocation Macros
48751 #@section Safe Allocation Macros
48752 #
48753 #The standard C library malloc/realloc/calloc/free APIs are prone to a
48754 #number of common coding errors.  The @code{safe-alloc} module provides
48755 #macros that make it easier to avoid many of them.  It still uses the
48756 #standard C allocation functions behind the scenes.
48757 #
48758 #Some of the memory allocation mistakes that are commonly made are
48759 #
48760 #@itemize @bullet
48761 #@item
48762 #passing the incorrect number of bytes to @code{malloc}, especially
48763 #when allocating an array,
48764 #@item
48765
48766 File: ./doc/solaris-versions
48767 Hash: bc33ea4cd4eb6126d5633cd3fa7e2adf36078fe37bd648e41612bea8614d2d12
48768 Copyright: 2003, 2005, 2006 Free Software Foundation, Inc
48769 License: 
48770 Licence_Text: 
48771  Copying and distribution of this file, with or without modification,
48772  are permitted in any medium without royalty provided the copyright
48773  notice and this notice are preserved.
48774 #Header: 
48775 #Sun seems to care about Solaris versus SunOS branding...
48776 #
48777 #Here is a mapping table that maps the `uname -sr` values to Sun's marketing
48778 #names.
48779 #
48780 #       SunOS 1.x       == SunOS 1.x
48781 #       SunOS 2.x       == SunOS 2.x
48782 #       SunOS 3.x       == SunOS 3.x
48783 #       SunOS 4.0       == SunOS 4.0
48784 #       SunOS 4.0.x     == SunOS 4.0.x
48785 #
48786 #Starting with 4.1.1B of SunOS we have the 'Solaris 1.0' release.
48787 #
48788 #       SunOS 4.1.1B    == Solaris 1.0
48789 #       SunOS 4.1.1.1   ==    "     "
48790
48791 File: ./doc/standards.texi
48792 Hash: 758abab5b6cc5d66a433405b865acfbe95b4ea85d3de8e4f7810aa21cc026056
48793 Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
48794 License: GFDL-1.3+
48795 Licence_Text:
48796  Permission is granted to copy, distribute and/or modify this document
48797  under the terms of the GNU Free Documentation License, Version 1.3 or
48798  any later version published by the Free Software Foundation; with no
48799  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
48800  Texts.  A copy of the license is included in the ``GNU Free
48801  Documentation License'' file as part of this distribution.
48802 #Header: 
48803 #\input texinfo @c -*-texinfo-*-
48804 #@c %**start of header
48805 #@setfilename standards.info
48806 #@settitle GNU Coding Standards
48807 #@c This date is automagically updated when you save this file:
48808 #@set lastupdate June 7, 2009
48809 #@c %**end of header
48810 #
48811 #@dircategory GNU organization
48812 #@direntry
48813 #* Standards: (standards).       GNU coding standards.
48814 #@end direntry
48815 #
48816 #@c @setchapternewpage odd
48817 #@setchapternewpage off
48818
48819 File: ./doc/verify.texi
48820 Hash: d43e9fbb06bf63392263ab1163c57627f0091d17c88ef1ea645d7d77e2054335
48821 Copyright: 2006 Free Software Foundation, Inc
48822 License: GFDL-1.3+
48823 Licence_Text: 
48824 #Header: 
48825 #@c GNU verify module documentation
48826 #
48827 #@c Copyright (C) 2006 Free Software Foundation, Inc.
48828 #
48829  Permission is granted to copy, distribute and/or modify this document
48830  under the terms of the GNU Free Documentation License, Version 1.3
48831  or any later version published by the Free Software Foundation;
48832  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
48833  Texts.  A copy of the license is included in the ``GNU Free
48834  Documentation License'' file as part of this distribution.
48835 #
48836 #@node Compile-time Assertions
48837 #@section Compile-time Assertions
48838 #
48839 #@cindex assertion
48840
48841 File: ./doc/warnings.texi
48842 Hash: 7d0b8720b49dad5ab65dc973fbdc274a1bece799f17f45b51ebdfbd71ea094a7
48843 Copyright: 
48844 License: 
48845 Licence_Text: 
48846 #Header: 
48847 #@node warnings
48848 #@section warnings
48849 #
48850 #The @code{warnings} module allows to regularly build a package with more
48851 #GCC warnings than the default warnings emitted by GCC.
48852 #
48853 #It provides the following functionality:
48854 #
48855 #@itemize @bullet
48856 #@item
48857 #You can select some warning options, such as @samp{-Wall}, to be enabled
48858 #whenever building with a GCC version that supports these options.  The
48859 #user can choose to override these warning options by providing the
48860 #opposite options in the @code{CFLAGS} variable at configuration time.
48861
48862 File: ./gnulib-tool
48863 Hash: 506eacbbefeba098819ee35b897a3ac4805d5f1f583b31e03a7513f912d9d7c5
48864 Copyright: 2002-2009 Free Software Foundation, Inc
48865 License: GPL-3+ 
48866 Licence_Text: 
48867 #Header: 
48868 ##! /bin/sh
48869 ##
48870 ## Copyright (C) 2002-2009 Free Software Foundation, Inc.
48871 ##
48872 ## This program is free software: you can redistribute it and/or modify
48873 ## it under the terms of the GNU General Public License as published by
48874 ## the Free Software Foundation; either version 3 of the License, or
48875 ## (at your option) any later version.
48876 ##
48877 ## This program is distributed in the hope that it will be useful,
48878 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
48879 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
48880 ## GNU General Public License for more details.
48881 ##
48882 ## You should have received a copy of the GNU General Public License
48883
48884 ######################################################################
48885 ## UPTOHERE
48886 ######################################################################
48887
48888 File: ./lib/.cppi-disable
48889 Hash: ed4ff8357c74f26ce7298059529040adbec140e2aff3512d6f0218a9df753e79
48890 Copyright: 
48891 License: 
48892 Licence_Text: 
48893 #Header: 
48894 #alloca.in.h
48895 #error.h
48896 #exit.h
48897 #fnmatch.in.h
48898 #fts.c
48899 #fts_.h
48900 #getaddrinfo.h
48901 #getdelim.h
48902 #getline.h
48903 #getndelim2.h
48904 #getopt.c
48905 #getopt.h
48906 #getopt1.c
48907 #getopt.in.h
48908 #getopt_int.h
48909
48910 File: ./lib/Makefile
48911 Hash: 2cd78169faa2196a45036c205f87158a07795f2333fdf1355032503b7c578f5a
48912 Copyright: 
48913 License: 
48914 Licence_Text: 
48915 #Header: 
48916 ## Run "make check" to ensure that the code passes some simple tests,
48917 ## usually (always?) not involving compilation.
48918 #all:
48919 #
48920 #check:
48921 #       ./t-idcache
48922
48923 File: ./lib/README
48924 Hash: b8e700743605335681712b4fc41327c0e5ec1304558ae837865d0ef791afcf65
48925 Copyright: 
48926 License: 
48927 Licence_Text: 
48928 #Header: 
48929 #The files in this directory are used in many GNU packages,
48930 #including coreutils, diffutils, and tar.
48931 #The autoconf tests required for these files are in ../m4.
48932
48933 File: ./lib/accept.c
48934 Hash: 81e7c1c7a740ff4f41971972abd0fce7d0177c859d16af4f191136397a1d820b
48935 Copyright: 2008 Free Software Foundation, Inc
48936 License: GPL-3+ 
48937 Licence_Text: 
48938 #Header: 
48939 #/* accept.c --- wrappers for Windows accept function
48940 #
48941 #   Copyright (C) 2008 Free Software Foundation, Inc.
48942 #
48943 #   This program is free software: you can redistribute it and/or modify
48944 #   it under the terms of the GNU General Public License as published by
48945 #   the Free Software Foundation; either version 3 of the License, or
48946 #   (at your option) any later version.
48947 #
48948 #   This program is distributed in the hope that it will be useful,
48949 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
48950 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
48951 #   GNU General Public License for more details.
48952 #
48953 #   You should have received a copy of the GNU General Public License
48954
48955 File: ./lib/accept4.c
48956 Hash: 51542463f5bad636c373ba51c3b2ab426e33b3f939bcbabfcaf2d97af6165104
48957 Copyright: 2009 Free Software Foundation, Inc
48958 License: GPL-2+
48959 Licence_Text: 
48960 #Header: 
48961 #/* Accept a connection on a socket, with specific opening flags.
48962 #   Copyright (C) 2009 Free Software Foundation, Inc.
48963 #
48964 #   This program is free software; you can redistribute it and/or modify
48965 #   it under the terms of the GNU General Public License as published by
48966 #   the Free Software Foundation; either version 2, or (at your option)
48967 #   any later version.
48968 #
48969 #   This program is distributed in the hope that it will be useful,
48970 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
48971 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
48972 #   GNU General Public License for more details.
48973 #
48974 #   You should have received a copy of the GNU General Public License along
48975 #   with this program; if not, write to the Free Software Foundation,
48976
48977 File: ./lib/acl-internal.h
48978 Hash: eb885f58854359d77e7d3ecfc31a71a4df2476ec860d7e1a51aa30411c71e39e
48979 Copyright: 2002-2003, 2005-2009 Free Software Foundation, Inc
48980 License: GPL-3+ 
48981 Licence_Text: 
48982 #Header: 
48983 #/* Internal implementation of access control lists.
48984 #
48985 #   Copyright (C) 2002-2003, 2005-2009 Free Software Foundation, Inc.
48986 #
48987 #   This program is free software: you can redistribute it and/or modify
48988 #   it under the terms of the GNU General Public License as published by
48989 #   the Free Software Foundation; either version 3 of the License, or
48990 #   (at your option) any later version.
48991 #
48992 #   This program is distributed in the hope that it will be useful,
48993 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
48994 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
48995 #   GNU General Public License for more details.
48996 #
48997 #   You should have received a copy of the GNU General Public License
48998
48999 File: ./lib/acl.h
49000 Hash: 51d61a70672664344e91e265051c9409abd29da6e53bfaa37b774cad919a1b19
49001 Copyright: 2002, 2008 Free Software Foundation, Inc
49002 License: GPL-3+ 
49003 Licence_Text: 
49004 #Header: 
49005 #/* acl.c - access control lists
49006 #
49007 #   Copyright (C) 2002, 2008 Free Software Foundation, Inc.
49008 #
49009 #   This program is free software: you can redistribute it and/or modify
49010 #   it under the terms of the GNU General Public License as published by
49011 #   the Free Software Foundation; either version 3 of the License, or
49012 #   (at your option) any later version.
49013 #
49014 #   This program is distributed in the hope that it will be useful,
49015 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49016 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49017 #   GNU General Public License for more details.
49018 #
49019 #   You should have received a copy of the GNU General Public License
49020
49021 File: ./lib/acl_entries.c
49022 Hash: 9f85cc40b290acec6fd2d1429421749158816b59818b6542d1058873b08fe6db
49023 Copyright: 2002-2003, 2005-2009 Free Software Foundation, Inc
49024 License: GPL-3+ 
49025 Licence_Text: 
49026 #Header: 
49027 #/* Return the number of entries in an ACL.
49028 #
49029 #   Copyright (C) 2002-2003, 2005-2009 Free Software Foundation, Inc.
49030 #
49031 #   This program is free software: you can redistribute it and/or modify
49032 #   it under the terms of the GNU General Public License as published by
49033 #   the Free Software Foundation; either version 3 of the License, or
49034 #   (at your option) any later version.
49035 #
49036 #   This program is distributed in the hope that it will be useful,
49037 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49038 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49039 #   GNU General Public License for more details.
49040 #
49041 #   You should have received a copy of the GNU General Public License
49042
49043 File: ./lib/acosl.c
49044 Hash: 230d3b39d6bea0152df39479efcf3a049c66b9f7816d4e39af503dc54875cc33
49045 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved
49046 License: 
49047 Licence_Text: 
49048  Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
49049
49050  Developed at SunPro, a Sun Microsystems, Inc. business.
49051  Permission to use, copy, modify, and distribute this
49052  software is freely granted, provided that this notice
49053  is preserved.
49054 # * ====================================================
49055 # */
49056 #
49057 ##include <config.h>
49058 #
49059 #/* Specification.  */
49060 ##include <math.h>
49061
49062 File: ./lib/alignof.h
49063 Hash: 3462758dafa0cfd9ac5dbecc7fdd45d21f7b7f2a8e87ee35a5b37b251a4b1dca
49064 Copyright: 2003-2004, 2006, 2009 Free Software Foundation, Inc
49065 License: GPL-2+
49066 Licence_Text: 
49067 #Header: 
49068 #/* Determine alignment of types.
49069 #   Copyright (C) 2003-2004, 2006, 2009 Free Software Foundation, Inc.
49070 #
49071 #   This program is free software; you can redistribute it and/or modify
49072 #   it under the terms of the GNU General Public License as published by
49073 #   the Free Software Foundation; either version 2, or (at your option)
49074 #   any later version.
49075 #
49076 #   This program is distributed in the hope that it will be useful,
49077 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49078 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49079 #   GNU General Public License for more details.
49080 #
49081 #   You should have received a copy of the GNU General Public License
49082 #   along with this program; if not, write to the Free Software Foundation,
49083
49084 File: ./lib/alloca.c
49085 Hash: 431aec7ca1324fce73e1038b2634ad070f21bb7fee11867cc153c883cbc9e178
49086 Copyright: 
49087 License: 
49088 Licence_Text: 
49089   (Mostly) portable public-domain implementation -- D A Gwyn
49090 #
49091 #   This implementation of the PWB library alloca function,
49092 #   which is used to allocate space off the run-time stack so
49093 #   that it is automatically reclaimed upon procedure exit,
49094 #   was inspired by discussions with J. Q. Johnson of Cornell.
49095 #   J.Otto Tennant <jot@cray.com> contributed the Cray support.
49096 #
49097 #   There are some preprocessor constants that can
49098 #   be defined when compiling for your specific system, for
49099 #   improved efficiency; however, the defaults should be okay.
49100 #
49101 #   The general concept of this implementation is to keep
49102 #   track of all alloca-allocated blocks, and reclaim any
49103
49104 File: ./lib/alloca.in.h
49105 Hash: b7dcd93bf4979e9478ae25207f011254c3ac6fa5173505035f727801905dc65d
49106 Copyright: 1995, 1999, 2001-2004, 2006-2008 Free Software Foundation, Inc.
49107 License: GPL-2+
49108 Licence_Text: 
49109 #Header: 
49110 #/* Memory allocation on the stack.
49111 #
49112 #   Copyright (C) 1995, 1999, 2001-2004, 2006-2008 Free Software
49113 #   Foundation, Inc.
49114 #
49115 #   This program is free software; you can redistribute it and/or modify it
49116 #   under the terms of the GNU General Public License as published
49117 #   by the Free Software Foundation; either version 2, or (at your option)
49118 #   any later version.
49119 #
49120 #   This program is distributed in the hope that it will be useful,
49121 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49122 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
49123 #   General Public License for more details.
49124
49125 File: ./lib/alphasort.c
49126 Hash: d9acf3be813a3d6e39e7814ed4bf572e796559daad249c11b26c649d7e4cb68d
49127 Copyright: 1992, 1997, 1998, 2009 Free Software Foundation, Inc
49128 License: GPL-2+
49129 Licence_Text: 
49130 #Header: 
49131 #/* Copyright (C) 1992, 1997, 1998, 2009 Free Software Foundation, Inc.
49132 #   This file is part of the GNU C Library.
49133 #
49134 #   This program is free software; you can redistribute it and/or modify it
49135 #   under the terms of the GNU General Public License as published by the
49136 #   Free Software Foundation; either version 2, or (at your option) any
49137 #   later version.
49138 #
49139 #   This program is distributed in the hope that it will be useful,
49140 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49141 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49142 #   GNU General Public License for more details.
49143 #
49144 #   You should have received a copy of the GNU General Public License
49145 #   along with this program; if not, write to the Free Software Foundation,
49146
49147 File: ./lib/arcfour.c
49148 Hash: c8fed8d528f531f03939034fac2a66aa2101940d2e1a25ae81ecd33397aefd41
49149 Copyright: 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
49150 License: GPL-2+
49151 Licence_Text: 
49152 #Header: 
49153 #/* arcfour.c --- The arcfour stream cipher
49154 # * Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006 Free Software
49155 # * Foundation, Inc.
49156 # *
49157 # * This file is free software; you can redistribute it and/or modify
49158 # * it under the terms of the GNU General Public License as published
49159 # * by the Free Software Foundation; either version 2, or (at your
49160 # * option) any later version.
49161 # *
49162 # * This file is distributed in the hope that it will be useful, but
49163 # * WITHOUT ANY WARRANTY; without even the implied warranty of
49164 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
49165 # * General Public License for more details.
49166 # *
49167 # * You should have received a copy of the GNU General Public License
49168
49169 File: ./lib/arcfour.h
49170 Hash: 9ac0e9cf9af5561f523190d722544db4ddbbb9e2bb40f47b34daf7cc45ac6f7f
49171 Copyright: 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
49172 License: GPL-2+
49173 Licence_Text: 
49174 #Header: 
49175 #/* arcfour.h --- The arcfour stream cipher
49176 # * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
49177 # *    Free Software Foundation, Inc.
49178 # *
49179 # * This file is free software; you can redistribute it and/or modify
49180 # * it under the terms of the GNU General Public License as published
49181 # * by the Free Software Foundation; either version 2, or (at your
49182 # * option) any later version.
49183 # *
49184 # * This file is distributed in the hope that it will be useful, but
49185 # * WITHOUT ANY WARRANTY; without even the implied warranty of
49186 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
49187 # * General Public License for more details.
49188 # *
49189 # * You should have received a copy of the GNU General Public License
49190
49191 File: ./lib/arctwo.c
49192 Hash: 2ddafebd0cc6dd4d8ad0fefad69ae2c676755062511550843b130b44e6af00e1
49193 Copyright: 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc
49194 License: GPL-2+
49195 Licence_Text: 
49196 #Header: 
49197 #/* arctwo.c --- The RC2 cipher as described in RFC 2268.
49198 # * Copyright (C) 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
49199 # *
49200 # * This file is free software; you can redistribute it and/or modify
49201 # * it under the terms of the GNU General Public License as published
49202 # * by the Free Software Foundation; either version 2, or (at your
49203 # * option) any later version.
49204 # *
49205 # * This file is distributed in the hope that it will be useful, but
49206 # * WITHOUT ANY WARRANTY; without even the implied warranty of
49207 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
49208 # * General Public License for more details.
49209 # *
49210 # * You should have received a copy of the GNU General Public License
49211 # * along with this file; if not, write to the Free Software
49212
49213 File: ./lib/arctwo.h
49214 Hash: 8ebc8bf993f2598e4a531b9c879ea30686307379e18170bb774a34814fab8ad4
49215 Copyright: 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc
49216 License: GPL-2+
49217 Licence_Text: 
49218 #Header: 
49219 #/* arctwo.h --- The arctwo block cipher
49220 # * Copyright (C) 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
49221 # *
49222 # * This file is free software; you can redistribute it and/or modify
49223 # * it under the terms of the GNU General Public License as published
49224 # * by the Free Software Foundation; either version 2, or (at your
49225 # * option) any later version.
49226 # *
49227 # * This file is distributed in the hope that it will be useful, but
49228 # * WITHOUT ANY WARRANTY; without even the implied warranty of
49229 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
49230 # * General Public License for more details.
49231 # *
49232 # * You should have received a copy of the GNU General Public License
49233 # * along with this file; if not, write to the Free Software
49234
49235 File: ./lib/areadlink-with-size.c
49236 Hash: 93cb0c93eeecd42ebcb6f5d41b313d8e54d6e85c97d872159053aadb4412cf8b
49237 Copyright: 2001, 2003-2007 Free Software Foundation, Inc
49238 License: GPL-3+ 
49239 Licence_Text: 
49240 #Header: 
49241 #/* readlink wrapper to return the link name in malloc'd storage.
49242 #   Unlike xreadlink and xreadlink_with_size, don't ever call exit.
49243 #
49244 #   Copyright (C) 2001, 2003-2007 Free Software Foundation, Inc.
49245 #
49246 #   This program is free software: you can redistribute it and/or modify
49247 #   it under the terms of the GNU General Public License as published by
49248 #   the Free Software Foundation; either version 3 of the License, or
49249 #   (at your option) any later version.
49250 #
49251 #   This program is distributed in the hope that it will be useful,
49252 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49253 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49254 #   GNU General Public License for more details.
49255
49256 File: ./lib/areadlink.c
49257 Hash: 3358ac448b45959a1e867e7f73e753dc1a9c0c493a68e0ef9d43d26f412ec68c
49258 Copyright: 2001, 2003-2007 Free Software Foundation, Inc
49259 License: GPL-3+ 
49260 Licence_Text: 
49261 #Header: 
49262 #/* areadlink.c -- readlink wrapper to return the link name in malloc'd storage
49263 #   Unlike xreadlink and xreadlink_with_size, don't ever call exit.
49264 #
49265 #   Copyright (C) 2001, 2003-2007 Free Software Foundation, Inc.
49266 #
49267 #   This program is free software: you can redistribute it and/or modify
49268 #   it under the terms of the GNU General Public License as published by
49269 #   the Free Software Foundation; either version 3 of the License, or
49270 #   (at your option) any later version.
49271 #
49272 #   This program is distributed in the hope that it will be useful,
49273 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49274 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49275 #   GNU General Public License for more details.
49276
49277 File: ./lib/areadlink.h
49278 Hash: 2bd213824c6fa8c5380a7addae975805c2f1550a27120bef5cc9faeae3f6cbe7
49279 Copyright: 2001, 2003, 2004, 2007 Free Software Foundation, Inc.
49280 License: GPL-3+ 
49281 Licence_Text: 
49282 #Header: 
49283 #/* Read symbolic links without size limitation.
49284 #
49285 #   Copyright (C) 2001, 2003, 2004, 2007 Free Software Foundation, Inc.
49286 #
49287 #   This program is free software: you can redistribute it and/or modify
49288 #   it under the terms of the GNU General Public License as published by
49289 #   the Free Software Foundation; either version 3 of the License, or
49290 #   (at your option) any later version.
49291 #
49292 #   This program is distributed in the hope that it will be useful,
49293 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49294 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49295 #   GNU General Public License for more details.
49296 #
49297 #   You should have received a copy of the GNU General Public License
49298
49299 File: ./lib/argmatch.c
49300 Hash: 76a31c441174aa08a151b841cc9b489075b3e0a4cd0edd4d36279854bdd463ea
49301 Copyright: 1990, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
49302 License: GPL-3+ 
49303 Licence_Text: 
49304 #Header: 
49305 #/* argmatch.c -- find a match for a string in an array
49306 #
49307 #   Copyright (C) 1990, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007
49308 #   Free Software Foundation, Inc.
49309 #
49310 #   This program is free software: you can redistribute it and/or modify
49311 #   it under the terms of the GNU General Public License as published by
49312 #   the Free Software Foundation; either version 3 of the License, or
49313 #   (at your option) any later version.
49314 #
49315 #   This program is distributed in the hope that it will be useful,
49316 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49317 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49318 #   GNU General Public License for more details.
49319
49320 File: ./lib/argmatch.h
49321 Hash: 384958e174b369516cfd605f99dc3cbd78763d5df9ecd5a023704eb1009335a6
49322 Copyright: 1990, 1998, 1999, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
49323 License: GPL-3+ 
49324 Licence_Text: 
49325 #Header: 
49326 #/* argmatch.h -- definitions and prototypes for argmatch.c
49327 #
49328 #   Copyright (C) 1990, 1998, 1999, 2001, 2002, 2004, 2005 Free Software
49329 #   Foundation, Inc.
49330 #
49331 #   This program is free software: you can redistribute it and/or modify
49332 #   it under the terms of the GNU General Public License as published by
49333 #   the Free Software Foundation; either version 3 of the License, or
49334 #   (at your option) any later version.
49335 #
49336 #   This program is distributed in the hope that it will be useful,
49337 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49338 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49339 #   GNU General Public License for more details.
49340
49341 File: ./lib/argp-ba.c
49342 Hash: 9661f51641633441a54245954be390ca3d303e3389349b0ff3a221abaa4b080e
49343 Copyright: 1996, 1997, 1999, 2009 Free Software Foundation, Inc.
49344 License: GPL-3+ 
49345 Licence_Text: 
49346 #Header: 
49347 #/* Default definition for ARGP_PROGRAM_BUG_ADDRESS.
49348 #   Copyright (C) 1996, 1997, 1999, 2009 Free Software Foundation, Inc.
49349 #   This file is part of the GNU C Library.
49350 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49351 #
49352 #   This program is free software: you can redistribute it and/or modify
49353 #   it under the terms of the GNU General Public License as published by
49354 #   the Free Software Foundation; either version 3 of the License, or
49355 #   (at your option) any later version.
49356 #
49357 #   This program is distributed in the hope that it will be useful,
49358 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49359 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49360 #   GNU General Public License for more details.
49361
49362 File: ./lib/argp-eexst.c
49363 Hash: b9ad8bc0fa9a452f44ebb0fa9e15e43aba269cc76119db3a0ab3014d0ffaf8b4
49364 Copyright: 1997 Free Software Foundation, Inc.
49365 License: GPL-3+ 
49366 Licence_Text: 
49367 #Header: 
49368 #/* Default definition for ARGP_ERR_EXIT_STATUS
49369 #   Copyright (C) 1997 Free Software Foundation, Inc.
49370 #   This file is part of the GNU C Library.
49371 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49372 #
49373 #   This program is free software: you can redistribute it and/or modify
49374 #   it under the terms of the GNU General Public License as published by
49375 #   the Free Software Foundation; either version 3 of the License, or
49376 #   (at your option) any later version.
49377 #
49378 #   This program is distributed in the hope that it will be useful,
49379 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49380 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49381 #   GNU General Public License for more details.
49382
49383 File: ./lib/argp-fmtstream.c
49384 Hash: 78c93c6002f45ab98bfcf9487cc421139dc415033d221d8f900454feeb878fab
49385 Copyright: 1997-1999,2001,2002,2003,2005 Free Software Foundation, Inc
49386 License: GPL-3+ 
49387 Licence_Text: 
49388 #Header: 
49389 #/* Word-wrapping and line-truncating streams
49390 #   Copyright (C) 1997-1999,2001,2002,2003,2005 Free Software Foundation, Inc.
49391 #   This file is part of the GNU C Library.
49392 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49393 #
49394 #   This program is free software: you can redistribute it and/or modify
49395 #   it under the terms of the GNU General Public License as published by
49396 #   the Free Software Foundation; either version 3 of the License, or
49397 #   (at your option) any later version.
49398 #
49399 #   This program is distributed in the hope that it will be useful,
49400 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49401 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49402 #   GNU General Public License for more details.
49403
49404 File: ./lib/argp-fmtstream.h
49405 Hash: a9f5474e0d954582819cb3aec9d04b3ed039a5bcae81d5aff11a632693cf5949
49406 Copyright: 1997, 2006-2008 Free Software Foundation, Inc
49407 License: GPL-3+ 
49408 Licence_Text: 
49409 #Header: 
49410 #/* Word-wrapping and line-truncating streams.
49411 #   Copyright (C) 1997, 2006-2008 Free Software Foundation, Inc.
49412 #   This file is part of the GNU C Library.
49413 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49414 #
49415 #   This program is free software: you can redistribute it and/or modify
49416 #   it under the terms of the GNU General Public License as published by
49417 #   the Free Software Foundation; either version 3 of the License, or
49418 #   (at your option) any later version.
49419 #
49420 #   This program is distributed in the hope that it will be useful,
49421 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49422 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49423 #   GNU General Public License for more details.
49424
49425 File: ./lib/argp-fs-xinl.c
49426 Hash: f42be327cb0f817cef2cf6b3f54ca487960053ff7e4f66a7b9179304f03270bd
49427 Copyright: 1997, 2003, 2004 Free Software Foundation, Inc
49428 License: GPL-3+ 
49429 Licence_Text: 
49430 #Header: 
49431 #/* Real definitions for extern inline functions in argp-fmtstream.h
49432 #   Copyright (C) 1997, 2003, 2004 Free Software Foundation, Inc.
49433 #   This file is part of the GNU C Library.
49434 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49435 #
49436 #   This program is free software: you can redistribute it and/or modify
49437 #   it under the terms of the GNU General Public License as published by
49438 #   the Free Software Foundation; either version 3 of the License, or
49439 #   (at your option) any later version.
49440 #
49441 #   This program is distributed in the hope that it will be useful,
49442 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49443 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49444 #   GNU General Public License for more details.
49445
49446 File: ./lib/argp-help.c
49447 Hash: 5ca3499ee19a2ab145823797673107b2eb288d217a9a1f500e6d77b1eb29bbe2
49448 Copyright: 1995-2005, 2007 Free Software Foundation, Inc
49449 License: GPL-3+ 
49450 Licence_Text: 
49451 #Header: 
49452 #/* Hierarchial argument parsing help output
49453 #   Copyright (C) 1995-2005, 2007 Free Software Foundation, Inc.
49454 #   This file is part of the GNU C Library.
49455 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49456 #
49457 #   This program is free software: you can redistribute it and/or modify
49458 #   it under the terms of the GNU General Public License as published by
49459 #   the Free Software Foundation; either version 3 of the License, or
49460 #   (at your option) any later version.
49461 #
49462 #   This program is distributed in the hope that it will be useful,
49463 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49464 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49465 #   GNU General Public License for more details.
49466
49467 File: ./lib/argp-namefrob.h
49468 Hash: 3aba78e59efd19a0514f4d27c434803bbc7b7b67ce6a9a26e257ea726b0f88a8
49469 Copyright: 1997, 2003, 2007 Free Software Foundation, Inc
49470 License: GPL-3+ 
49471 Licence_Text: 
49472 #Header: 
49473 #/* Name frobnication for compiling argp outside of glibc
49474 #   Copyright (C) 1997, 2003, 2007 Free Software Foundation, Inc.
49475 #   This file is part of the GNU C Library.
49476 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49477 #
49478 #   This program is free software: you can redistribute it and/or modify
49479 #   it under the terms of the GNU General Public License as published by
49480 #   the Free Software Foundation; either version 3 of the License, or
49481 #   (at your option) any later version.
49482 #
49483 #   This program is distributed in the hope that it will be useful,
49484 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49485 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49486 #   GNU General Public License for more details.
49487
49488 File: ./lib/argp-parse.c
49489 Hash: 09167da5bae9280333ff29c12986e2e0ef0d0c761efc54d26ae78f4393d0b24f
49490 Copyright: 1995-2000, 2002, 2003, 2004 Free Software Foundation, Inc
49491 License: GPL-3+ 
49492 Licence_Text: 
49493 #Header: 
49494 #/* Hierarchial argument parsing, layered over getopt
49495 #   Copyright (C) 1995-2000, 2002, 2003, 2004 Free Software Foundation, Inc.
49496 #   This file is part of the GNU C Library.
49497 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49498 #
49499 #   This program is free software: you can redistribute it and/or modify
49500 #   it under the terms of the GNU General Public License as published by
49501 #   the Free Software Foundation; either version 3 of the License, or
49502 #   (at your option) any later version.
49503 #
49504 #   This program is distributed in the hope that it will be useful,
49505 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49506 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49507 #   GNU General Public License for more details.
49508
49509 File: ./lib/argp-pin.c
49510 Hash: 136b821e9b1fcec0809ccd1714aba2e4e7d17cc22ec9f7fda27b53c926aff858
49511 Copyright: 2005 Free Software Foundation, Inc
49512 License: GPL-3+ 
49513 Licence_Text: 
49514 #Header: 
49515 #/* Full and short program names for argp module
49516 #   Copyright (C) 2005 Free Software Foundation, Inc.
49517 #
49518 #   This program is free software: you can redistribute it and/or modify
49519 #   it under the terms of the GNU General Public License as published by
49520 #   the Free Software Foundation; either version 3 of the License, or
49521 #   (at your option) any later version.
49522 #
49523 #   This program is distributed in the hope that it will be useful,
49524 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49525 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49526 #   GNU General Public License for more details.
49527 #
49528 #   You should have received a copy of the GNU General Public License
49529 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
49530
49531 File: ./lib/argp-pv.c
49532 Hash: 3a9ac90d20dda74af5afcc874cbb8f69eb81cd80c21009d94815d6ac64ff79c1
49533 Copyright: 1996, 1997, 1999, 2006, 2009 Free Software Foundation, Inc
49534 License: GPL-3+ 
49535 Licence_Text: 
49536 #Header: 
49537 #/* Default definition for ARGP_PROGRAM_VERSION.
49538 #   Copyright (C) 1996, 1997, 1999, 2006, 2009 Free Software Foundation, Inc.
49539 #   This file is part of the GNU C Library.
49540 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49541 #
49542 #   This program is free software: you can redistribute it and/or modify
49543 #   it under the terms of the GNU General Public License as published by
49544 #   the Free Software Foundation; either version 3 of the License, or
49545 #   (at your option) any later version.
49546 #
49547 #   This program is distributed in the hope that it will be useful,
49548 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49549 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49550 #   GNU General Public License for more details.
49551
49552 File: ./lib/argp-pvh.c
49553 Hash: 9bf839864fb8929972b914067dca6bcceb4f05776fc9ecd4d4225356e01042bc
49554 Copyright: 1996, 1997, 1999, 2004 Free Software Foundation, Inc
49555 License: GPL-3+ 
49556 Licence_Text: 
49557 #Header: 
49558 #/* Default definition for ARGP_PROGRAM_VERSION_HOOK.
49559 #   Copyright (C) 1996, 1997, 1999, 2004 Free Software Foundation, Inc.
49560 #   This file is part of the GNU C Library.
49561 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49562 #
49563 #   This program is free software: you can redistribute it and/or modify
49564 #   it under the terms of the GNU General Public License as published by
49565 #   the Free Software Foundation; either version 3 of the License, or
49566 #   (at your option) any later version.
49567 #
49568 #   This program is distributed in the hope that it will be useful,
49569 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49570 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49571 #   GNU General Public License for more details.
49572
49573 File: ./lib/argp-version-etc.c
49574 Hash: 5252a37948d3217ff0ca0bfbd04b4abeb0dadd39867ac393a064735ef9ee8475
49575 Copyright: 2009 Free Software Foundation, Inc
49576 License: GPL-3+ 
49577 Licence_Text: 
49578 #Header: 
49579 #/* Version hook for Argp.
49580 #   Copyright (C) 2009 Free Software Foundation, Inc.
49581 #
49582 #   This program is free software: you can redistribute it and/or modify
49583 #   it under the terms of the GNU General Public License as published by
49584 #   the Free Software Foundation; either version 3 of the License, or
49585 #   (at your option) any later version.
49586 #
49587 #   This program is distributed in the hope that it will be useful,
49588 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49589 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49590 #   GNU General Public License for more details.
49591 #
49592 #   You should have received a copy of the GNU General Public License
49593 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
49594
49595 File: ./lib/argp-version-etc.h
49596 Hash: 5252a37948d3217ff0ca0bfbd04b4abeb0dadd39867ac393a064735ef9ee8475
49597 Copyright: 2009 Free Software Foundation, Inc
49598 License: GPL-3+ 
49599 Licence_Text: 
49600 #Header: 
49601 #/* Version hook for Argp.
49602 #   Copyright (C) 2009 Free Software Foundation, Inc.
49603 #
49604 #   This program is free software: you can redistribute it and/or modify
49605 #   it under the terms of the GNU General Public License as published by
49606 #   the Free Software Foundation; either version 3 of the License, or
49607 #   (at your option) any later version.
49608 #
49609 #   This program is distributed in the hope that it will be useful,
49610 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49611 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49612 #   GNU General Public License for more details.
49613 #
49614 #   You should have received a copy of the GNU General Public License
49615 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
49616
49617 File: ./lib/argp-xinl.c
49618 Hash: 55403221c704ff78de0f4fedde5c49143077592a946456cd1dc707caab2ccc94
49619 Copyright: 1997, 1998, 2004 Free Software Foundation, Inc
49620 License: GPL-3+ 
49621 Licence_Text: 
49622 #Header: 
49623 #/* Real definitions for extern inline functions in argp.h
49624 #   Copyright (C) 1997, 1998, 2004 Free Software Foundation, Inc.
49625 #   This file is part of the GNU C Library.
49626 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49627 #
49628 #   This program is free software: you can redistribute it and/or modify
49629 #   it under the terms of the GNU General Public License as published by
49630 #   the Free Software Foundation; either version 3 of the License, or
49631 #   (at your option) any later version.
49632 #
49633 #   This program is distributed in the hope that it will be useful,
49634 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49635 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49636 #   GNU General Public License for more details.
49637
49638 File: ./lib/argp.h
49639 Hash: a47d0da1b66595eecbf61c738d5cbcb2c66cb38f2ff958466b5bdaad40e8ce79
49640 Copyright: 1995-1999,2003-2008 Free Software Foundation, Inc
49641 License: GPL-3+ 
49642 Licence_Text: 
49643 #Header: 
49644 #/* Hierarchial argument parsing, layered over getopt.
49645 #   Copyright (C) 1995-1999,2003-2008 Free Software Foundation, Inc.
49646 #   This file is part of the GNU C Library.
49647 #   Written by Miles Bader <miles@gnu.ai.mit.edu>.
49648 #
49649 #   This program is free software: you can redistribute it and/or modify
49650 #   it under the terms of the GNU General Public License as published by
49651 #   the Free Software Foundation; either version 3 of the License, or
49652 #   (at your option) any later version.
49653 #
49654 #   This program is distributed in the hope that it will be useful,
49655 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49656 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49657 #   GNU General Public License for more details.
49658
49659 File: ./lib/argv-iter.c
49660 Hash: 9fd4b34a046e4ce7acc4a4f8b26f617931d23fcc0029efe125fce4207725fb27
49661 Copyright: 2008-2009 Free Software Foundation, Inc
49662 License: GPL-3+ 
49663 Licence_Text: 
49664 #Header: 
49665 #/* Iterate over arguments from argv or --files0-from=FILE
49666 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
49667 #
49668 #   This program is free software: you can redistribute it and/or modify
49669 #   it under the terms of the GNU General Public License as published by
49670 #   the Free Software Foundation, either version 3 of the License, or
49671 #   (at your option) any later version.
49672 #
49673 #   This program is distributed in the hope that it will be useful,
49674 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49675 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49676 #   GNU General Public License for more details.
49677 #
49678 #   You should have received a copy of the GNU General Public License
49679 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
49680
49681 File: ./lib/argv-iter.h
49682 Hash: 9fd4b34a046e4ce7acc4a4f8b26f617931d23fcc0029efe125fce4207725fb27
49683 Copyright: 2008-2009 Free Software Foundation, Inc
49684 License: GPL-3+ 
49685 Licence_Text: 
49686 #Header: 
49687 #/* Iterate over arguments from argv or --files0-from=FILE
49688 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
49689 #
49690 #   This program is free software: you can redistribute it and/or modify
49691 #   it under the terms of the GNU General Public License as published by
49692 #   the Free Software Foundation, either version 3 of the License, or
49693 #   (at your option) any later version.
49694 #
49695 #   This program is distributed in the hope that it will be useful,
49696 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49697 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49698 #   GNU General Public License for more details.
49699 #
49700 #   You should have received a copy of the GNU General Public License
49701 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
49702
49703 File: ./lib/argz.c
49704 Hash: 1c24aecbfd5cd788fc849e7d534c75f86f4e42acb16bc7a18d23e00ba251da74
49705 Copyright: 1995-1998, 2000-2002, 2006, 2008 Free Software Foundation, Inc
49706 License: GPL-2+
49707 Licence_Text: 
49708 #Header: 
49709 #/* Functions for dealing with '\0' separated arg vectors.
49710 #   Copyright (C) 1995-1998, 2000-2002, 2006, 2008 Free Software Foundation, Inc.
49711 #   This file is part of the GNU C Library.
49712 #
49713 #   This program is free software; you can redistribute it and/or modify
49714 #   it under the terms of the GNU General Public License as published by
49715 #   the Free Software Foundation; either version 2, or (at your option)
49716 #   any later version.
49717 #
49718 #   This program is distributed in the hope that it will be useful,
49719 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49720 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49721 #   GNU General Public License for more details.
49722 #
49723 #   You should have received a copy of the GNU General Public License along
49724
49725 File: ./lib/argz.in.h
49726 Hash: b5f8d15d436b04bc7e91bc0a133e8ef45b4a70906bd0a4aba412c9ba1bf1a924
49727 Copyright: 1995,96,97,98,99,2000,2004,2007 Free Software Foundation, Inc
49728 License: LGPL-2.1+
49729 Licence_Text: 
49730 #Header: 
49731 #/* Routines for dealing with '\0' separated arg vectors.
49732 #   Copyright (C) 1995,96,97,98,99,2000,2004,2007 Free Software Foundation, Inc.
49733 #   This file is part of the GNU C Library.
49734 #
49735 #   The GNU C Library is free software; you can redistribute it and/or
49736 #   modify it under the terms of the GNU Lesser General Public
49737 #   License as published by the Free Software Foundation; either
49738 #   version 2.1 of the License, or (at your option) any later version.
49739 #
49740 #   The GNU C Library is distributed in the hope that it will be useful,
49741 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49742 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
49743 #   Lesser General Public License for more details.
49744 #
49745 #   You should have received a copy of the GNU Lesser General Public
49746
49747 File: ./lib/arpa_inet.in.h
49748 Hash: d921498b43bfc8b6c8bd8bc3af58f20194194561344fb042169b9aa720c2dd7f
49749 Copyright: 2005-2006, 2008 Free Software Foundation, Inc
49750 License: GPL-2+
49751 Licence_Text: 
49752 #Header: 
49753 #/* A GNU-like <arpa/inet.h>.
49754 #
49755 #   Copyright (C) 2005-2006, 2008 Free Software Foundation, Inc.
49756 #
49757 #   This program is free software; you can redistribute it and/or modify
49758 #   it under the terms of the GNU General Public License as published by
49759 #   the Free Software Foundation; either version 2, or (at your option)
49760 #   any later version.
49761 #
49762 #   This program is distributed in the hope that it will be useful,
49763 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49764 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49765 #   GNU General Public License for more details.
49766 #
49767 #   You should have received a copy of the GNU General Public License
49768
49769 File: ./lib/array-mergesort.h
49770 Hash: 0b6a5a731180bd7f2271e98ae120c9b01c751899c685fe91ed94efdc215557b0
49771 Copyright: 2009 Free Software Foundation, Inc
49772 License: LGPL-3+ 
49773 Licence_Text: 
49774 #Header: 
49775 #/* Stable-sorting of an array using mergesort.
49776 #   Copyright (C) 2009 Free Software Foundation, Inc.
49777 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
49778 #
49779 #   This program is free software: you can redistribute it and/or modify it
49780 #   under the terms of the GNU Lesser General Public License as published
49781 #   by the Free Software Foundation; either version 3 of the License, or
49782 #   (at your option) any later version.
49783 #
49784 #   This program is distributed in the hope that it will be useful,
49785 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49786 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
49787 #   Lesser General Public License for more details.
49788 #
49789 #   You should have received a copy of the GNU Lesser General Public License
49790
49791 File: ./lib/asinl.c
49792 Hash: 230d3b39d6bea0152df39479efcf3a049c66b9f7816d4e39af503dc54875cc33
49793 Copyright: 1993 by Sun Microsystems, Inc.
49794 License: 
49795 Licence_Text: 
49796 #Header: 
49797  Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
49798
49799  Developed at SunPro, a Sun Microsystems, Inc. business.
49800  Permission to use, copy, modify, and distribute this
49801  software is freely granted, provided that this notice
49802  is preserved.
49803 # * ====================================================
49804 # */
49805 #
49806 ##include <config.h>
49807 #
49808 #/* Specification.  */
49809 ##include <math.h>
49810
49811 File: ./lib/asnprintf.c
49812 Hash: 8e81f2c3c535f505added072b5281fa5c590144c3aa3e083dad0c3ed52b45aa0
49813 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
49814 License: GPL-2+
49815 Licence_Text: 
49816 #Header: 
49817 #/* Formatted output to strings.
49818 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
49819 #
49820 #   This program is free software; you can redistribute it and/or modify
49821 #   it under the terms of the GNU General Public License as published by
49822 #   the Free Software Foundation; either version 2, or (at your option)
49823 #   any later version.
49824 #
49825 #   This program is distributed in the hope that it will be useful,
49826 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49827 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49828 #   GNU General Public License for more details.
49829 #
49830 #   You should have received a copy of the GNU General Public License along
49831 #   with this program; if not, write to the Free Software Foundation,
49832
49833 File: ./lib/asprintf.c
49834 Hash: 2045ea0ccc9c1e33818278aae4f856ccbec17f95c16ed6b1264dbc5f98df421c
49835 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
49836 License: GPL-2+
49837 Licence_Text: 
49838 #Header: 
49839 #/* Formatted output to strings.
49840 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
49841 #
49842 #   This program is free software; you can redistribute it and/or modify
49843 #   it under the terms of the GNU General Public License as published by
49844 #   the Free Software Foundation; either version 2, or (at your option)
49845 #   any later version.
49846 #
49847 #   This program is distributed in the hope that it will be useful,
49848 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49849 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49850 #   GNU General Public License for more details.
49851 #
49852 #   You should have received a copy of the GNU General Public License along
49853 #   with this program; if not, write to the Free Software Foundation,
49854
49855 File: ./lib/at-func.c
49856 Hash: 6123fbee08097fe452caf222c168f32e36f7b9a10d815c8679e22fd0c1fea90f
49857 Copyright: 2006, 2009 Free Software Foundation, Inc
49858 License: GPL-3+ 
49859 Licence_Text: 
49860 #Header: 
49861 #/* Define an at-style functions like fstatat, unlinkat, fchownat, etc.
49862 #   Copyright (C) 2006, 2009 Free Software Foundation, Inc.
49863 #
49864 #   This program is free software: you can redistribute it and/or modify
49865 #   it under the terms of the GNU General Public License as published by
49866 #   the Free Software Foundation; either version 3 of the License, or
49867 #   (at your option) any later version.
49868 #
49869 #   This program is distributed in the hope that it will be useful,
49870 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49871 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49872 #   GNU General Public License for more details.
49873 #
49874 #   You should have received a copy of the GNU General Public License
49875 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
49876
49877 File: ./lib/atanl.c
49878 Hash: 85d31985f40705b82f8d0816e8f6861d9544a057be0b15056632551829c0b8b3
49879 Copyright: 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov>
49880 License: GPL-3+ 
49881 Licence_Text: 
49882 #Header: 
49883 #/* Copyright 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov>
49884 #
49885 #   This program is free software: you can redistribute it and/or modify
49886 #   it under the terms of the GNU General Public License as published by
49887 #   the Free Software Foundation; either version 3 of the License, or
49888 #   (at your option) any later version.
49889 #
49890 #   This program is distributed in the hope that it will be useful,
49891 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49892 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49893 #   GNU General Public License for more details.
49894 #
49895 #   You should have received a copy of the GNU General Public License
49896 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
49897
49898 File: ./lib/atexit.c
49899 Hash: 9dfd71e9081a0d0955d144016b832253b840f16f0bfe5144f72ad0ce5a13525c
49900 Copyright: 
49901 License: 
49902 Licence_Text: 
49903 #Header: 
49904 #/* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
49905  This function is in the public domain.  --Mike Stump.
49906 #
49907 ##include <config.h>
49908 #
49909 #int
49910 #atexit (void (*f) (void))
49911 #{
49912 #  /* If the system doesn't provide a definition for atexit, use on_exit
49913 #     if the system provides that.  */
49914 #  on_exit (f, 0);
49915 #  return 0;
49916 #}
49917
49918 File: ./lib/atoll.c
49919 Hash: 43af4461379692b1d5e3db98d3b75cf38757d5cd3b2e0c26efb0287da4ef034f
49920 Copyright: 1991, 1997, 1998, 2008 Free Software Foundation, Inc
49921 License: LGPL-2.1+
49922 Licence_Text: 
49923 #Header: 
49924 #/* Copyright (C) 1991, 1997, 1998, 2008 Free Software Foundation, Inc.
49925 #   This file is part of the GNU C Library.
49926 #
49927 #   The GNU C Library is free software; you can redistribute it and/or
49928 #   modify it under the terms of the GNU Lesser General Public
49929 #   License as published by the Free Software Foundation; either
49930 #   version 2.1 of the License, or (at your option) any later version.
49931 #
49932 #   The GNU C Library is distributed in the hope that it will be useful,
49933 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49934 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
49935 #   Lesser General Public License for more details.
49936 #
49937 #   You should have received a copy of the GNU Lesser General Public
49938 #   License along with the GNU C Library; if not, write to the Free
49939
49940 File: ./lib/backupfile.c
49941 Hash: de3f6f972c0d97e43fda93581b76623a6314b9e5cab5c0559f0b6622d0425874
49942 Copyright: 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 Free Software Foundation, Inc.
49943 License: GPL-3+ 
49944 Licence_Text: 
49945 #Header: 
49946 #/* backupfile.c -- make Emacs style backup file names
49947 #
49948 #   Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
49949 #   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 Free Software
49950 #   Foundation, Inc.
49951 #
49952 #   This program is free software: you can redistribute it and/or modify
49953 #   it under the terms of the GNU General Public License as published by
49954 #   the Free Software Foundation; either version 3 of the License, or
49955 #   (at your option) any later version.
49956 #
49957 #   This program is distributed in the hope that it will be useful,
49958 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49959 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49960 #   GNU General Public License for more details.
49961
49962 File: ./lib/backupfile.h
49963 Hash: 08b55cc0243fe8a455eda4a2ce69f879623f6fadfaf004386062e4c15e9a24dc
49964 Copyright: 1990, 1991, 1992, 1997, 1998, 1999, 2003, 2004 Free Software Foundation, Inc.
49965 License: GPL-3+ 
49966 Licence_Text: 
49967 #Header: 
49968 #/* backupfile.h -- declarations for making Emacs style backup file names
49969 #
49970 #   Copyright (C) 1990, 1991, 1992, 1997, 1998, 1999, 2003, 2004 Free
49971 #   Software Foundation, Inc.
49972 #
49973 #   This program is free software: you can redistribute it and/or modify
49974 #   it under the terms of the GNU General Public License as published by
49975 #   the Free Software Foundation; either version 3 of the License, or
49976 #   (at your option) any later version.
49977 #
49978 #   This program is distributed in the hope that it will be useful,
49979 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
49980 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49981 #   GNU General Public License for more details.
49982
49983 File: ./lib/base64.c
49984 Hash: a4fedb1d6d2bee5c7d6100ab2f73c5a24e0cd932921577dd9bca74b57e97c0ff
49985 Copyright: 1999, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc.
49986 License: GPL-2+
49987 Licence_Text: 
49988 #Header: 
49989 #/* base64.c -- Encode binary data using printable characters.
49990 #   Copyright (C) 1999, 2000, 2001, 2004, 2005, 2006 Free Software
49991 #   Foundation, Inc.
49992 #
49993 #   This program is free software; you can redistribute it and/or modify
49994 #   it under the terms of the GNU General Public License as published by
49995 #   the Free Software Foundation; either version 2, or (at your option)
49996 #   any later version.
49997 #
49998 #   This program is distributed in the hope that it will be useful,
49999 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50000 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50001 #   GNU General Public License for more details.
50002 #
50003 #   You should have received a copy of the GNU General Public License
50004
50005 File: ./lib/base64.h
50006 Hash: 92f71847fff2b46fe5623f1da8199c223944384bfe92cf9d66710d17b2969583
50007 Copyright: 2004, 2005, 2006 Free Software Foundation, Inc
50008 License: GPL-2+
50009 Licence_Text: 
50010 #Header: 
50011 #/* base64.h -- Encode binary data using printable characters.
50012 #   Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
50013 #   Written by Simon Josefsson.
50014 #
50015 #   This program is free software; you can redistribute it and/or modify
50016 #   it under the terms of the GNU General Public License as published by
50017 #   the Free Software Foundation; either version 2, or (at your option)
50018 #   any later version.
50019 #
50020 #   This program is distributed in the hope that it will be useful,
50021 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50022 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50023 #   GNU General Public License for more details.
50024 #
50025 #   You should have received a copy of the GNU General Public License
50026
50027 File: ./lib/basename.c
50028 Hash: ca4490814d70e42aa42de5259bc7f9535664c76469f4ad8a5b741bd738171b78
50029 Copyright: 1990, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
50030 License: GPL-3+ 
50031 Licence_Text: 
50032 #Header: 
50033 #/* basename.c -- return the last element in a file name
50034 #
50035 #   Copyright (C) 1990, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006 Free
50036 #   Software Foundation, Inc.
50037 #
50038 #   This program is free software: you can redistribute it and/or modify
50039 #   it under the terms of the GNU General Public License as published by
50040 #   the Free Software Foundation; either version 3 of the License, or
50041 #   (at your option) any later version.
50042 #
50043 #   This program is distributed in the hope that it will be useful,
50044 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50045 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50046 #   GNU General Public License for more details.
50047
50048 File: ./lib/bcopy.c
50049 Hash: 141099f203ec7aabf4aefe89031c9d7194ecbcdb85a1f49f18068aaae4da74f5
50050 Copyright: 
50051 License: 
50052 Licence_Text: 
50053 #Header: 
50054 #/* bcopy.c -- copy memory.
50055 #   Copy LENGTH bytes from SOURCE to DEST.  Does not null-terminate.
50056    In the public domain.
50057    By David MacKenzie <djm@gnu.ai.mit.edu>.
50058 #
50059 ##include <stddef.h>
50060 #
50061 #void
50062 #bcopy (void const *source0, void *dest0, size_t length)
50063 #{
50064 #  char const *source = source0;
50065 #  char *dest = dest0;
50066 #  if (source < dest)
50067 #    /* Moving from low mem to hi mem; start at end.  */
50068 #    for (source += length, dest += length; length; --length)
50069
50070 File: ./lib/binary-io.h
50071 Hash: ea71f7a3ab4b4dbfdbe578a2bedc51341a632fae63edc9687ddb301a8e88db6b
50072 Copyright: 2001, 2003, 2005, 2008 Free Software Foundation, Inc
50073 License: GPL-3+ 
50074 Licence_Text: 
50075 #Header: 
50076 #/* Binary mode I/O.
50077 #   Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
50078 #
50079 #   This program is free software: you can redistribute it and/or modify
50080 #   it under the terms of the GNU General Public License as published by
50081 #   the Free Software Foundation; either version 3 of the License, or
50082 #   (at your option) any later version.
50083 #
50084 #   This program is distributed in the hope that it will be useful,
50085 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50086 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50087 #   GNU General Public License for more details.
50088 #
50089 #   You should have received a copy of the GNU General Public License
50090 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50091
50092 File: ./lib/bind.c
50093 Hash: 345fb14e8ab45ff32e86d497f729743b9085d3924d0dcd8dcc4f9b5d28cb843b
50094 Copyright: 2008 Free Software Foundation, Inc
50095 License: GPL-3+ 
50096 Licence_Text: 
50097 #Header: 
50098 #/* bind.c --- wrappers for Windows bind function
50099 #
50100 #   Copyright (C) 2008 Free Software Foundation, Inc.
50101 #
50102 #   This program is free software: you can redistribute it and/or modify
50103 #   it under the terms of the GNU General Public License as published by
50104 #   the Free Software Foundation; either version 3 of the License, or
50105 #   (at your option) any later version.
50106 #
50107 #   This program is distributed in the hope that it will be useful,
50108 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50109 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50110 #   GNU General Public License for more details.
50111 #
50112 #   You should have received a copy of the GNU General Public License
50113
50114 File: ./lib/bitrotate.h
50115 Hash: bf4e90d06ff8a7eb32a59c54394204b84741046fa15f0ee9dfd0cec19cc2cf25
50116 Copyright: 2008, 2009 Free Software Foundation, Inc
50117 License: GPL-3+ 
50118 Licence_Text: 
50119 #Header: 
50120 #/* bitrotate.h - Rotate bits in integers
50121 #   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
50122 #
50123 #   This program is free software: you can redistribute it and/or modify
50124 #   it under the terms of the GNU General Public License as published by
50125 #   the Free Software Foundation; either version 3 of the License, or
50126 #   (at your option) any later version.
50127 #
50128 #   This program is distributed in the hope that it will be useful,
50129 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50130 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50131 #   GNU General Public License for more details.
50132 #
50133 #   You should have received a copy of the GNU General Public License
50134 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50135
50136 File: ./lib/btowc.c
50137 Hash: 4c263e1c7b7add699324c83acf27490eae484d98e3ec75ec8abfe89e50e4c3e2
50138 Copyright: 2008 Free Software Foundation, Inc
50139 License: GPL-3+ 
50140 Licence_Text: 
50141 #Header: 
50142 #/* Convert unibyte character to wide character.
50143 #   Copyright (C) 2008 Free Software Foundation, Inc.
50144 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
50145 #
50146 #   This program is free software: you can redistribute it and/or modify
50147 #   it under the terms of the GNU General Public License as published by
50148 #   the Free Software Foundation; either version 3 of the License, or
50149 #   (at your option) any later version.
50150 #
50151 #   This program is distributed in the hope that it will be useful,
50152 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50153 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50154 #   GNU General Public License for more details.
50155 #
50156 #   You should have received a copy of the GNU General Public License
50157
50158 File: ./lib/byteswap.in.h
50159 Hash: bd089dcccc601992343eadc9ac5d1173fe47adaa6be9f554de9b56e0ada6ef30
50160 Copyright: 2005, 2007 Free Software Foundation, Inc
50161 License: GPL-3+ 
50162 Licence_Text: 
50163 #Header: 
50164 #/* byteswap.h - Byte swapping
50165 #   Copyright (C) 2005, 2007 Free Software Foundation, Inc.
50166 #   Written by Oskar Liljeblad <oskar@osk.mine.nu>, 2005.
50167 #
50168 #   This program is free software: you can redistribute it and/or modify
50169 #   it under the terms of the GNU General Public License as published by
50170 #   the Free Software Foundation; either version 3 of the License, or
50171 #   (at your option) any later version.
50172 #
50173 #   This program is distributed in the hope that it will be useful,
50174 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50175 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50176 #   GNU General Public License for more details.
50177 #
50178 #   You should have received a copy of the GNU General Public License
50179
50180 File: ./lib/c-ctype.c
50181 Hash: 3247e6ae86bda58108f0933bb516ac7092c6b972c747ebbe1ea530edf06c0793
50182 Copyright: 2000-2003, 2006 Free Software Foundation, Inc
50183 License: GPL-2+ 
50184 Licence_Text: 
50185 #Header: 
50186 #/* Character handling in C locale.
50187 #
50188 #   Copyright 2000-2003, 2006 Free Software Foundation, Inc.
50189 #
50190 #This program is free software; you can redistribute it and/or modify
50191 #it under the terms of the GNU General Public License as published by
50192 #the Free Software Foundation; either version 2 of the License, or
50193 #(at your option) any later version.
50194 #
50195 #This program is distributed in the hope that it will be useful,
50196 #but WITHOUT ANY WARRANTY; without even the implied warranty of
50197 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50198 #GNU General Public License for more details.
50199 #
50200 #You should have received a copy of the GNU General Public License
50201
50202 File: ./lib/c-ctype.h
50203 Hash: 221f512fb0a226a9fe28608c4f065c4f1aea37664edc45787cf2b677d3347988
50204 Copyright: 2000-2003, 2006, 2008 Free Software Foundation, Inc
50205 License: GPL-2+ 
50206 Licence_Text: 
50207 #Header: 
50208 #/* Character handling in C locale.
50209 #
50210 #   These functions work like the corresponding functions in <ctype.h>,
50211 #   except that they have the C (POSIX) locale hardwired, whereas the
50212 #   <ctype.h> functions' behaviour depends on the current locale set via
50213 #   setlocale.
50214 #
50215 #   Copyright (C) 2000-2003, 2006, 2008 Free Software Foundation, Inc.
50216 #
50217 #This program is free software; you can redistribute it and/or modify
50218 #it under the terms of the GNU General Public License as published by
50219 #the Free Software Foundation; either version 2 of the License, or
50220 #(at your option) any later version.
50221 #
50222 #This program is distributed in the hope that it will be useful,
50223
50224 File: ./lib/c-stack.c
50225 Hash: 0fe02d3bbf8b73c2f3eea5841027b52860666ee94e2795b444dcc98ef79dc503
50226 Copyright: 2002, 2004, 2006, 2008, 2009 Free Software Foundation, Inc.
50227 License: GPL-3+ 
50228 Licence_Text: 
50229 #Header: 
50230 #/* Stack overflow handling.
50231 #
50232 #   Copyright (C) 2002, 2004, 2006, 2008, 2009 Free Software
50233 #   Foundation, Inc.
50234 #
50235 #   This program is free software: you can redistribute it and/or modify
50236 #   it under the terms of the GNU General Public License as published by
50237 #   the Free Software Foundation; either version 3 of the License, or
50238 #   (at your option) any later version.
50239 #
50240 #   This program is distributed in the hope that it will be useful,
50241 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50242 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50243 #   GNU General Public License for more details.
50244
50245 File: ./lib/c-stack.h
50246 Hash: a21e1759d3e498e26d93665fe500f7ac93027b38ee4c9413df473f6bbe8d0b22
50247 Copyright: 2002, 2004, 2008 Free Software Foundation, Inc
50248 License: GPL-3+ 
50249 Licence_Text: 
50250 #Header: 
50251 #/* Stack overflow handling.
50252 #
50253 #   Copyright (C) 2002, 2004, 2008 Free Software Foundation, Inc.
50254 #
50255 #   This program is free software: you can redistribute it and/or modify
50256 #   it under the terms of the GNU General Public License as published by
50257 #   the Free Software Foundation; either version 3 of the License, or
50258 #   (at your option) any later version.
50259 #
50260 #   This program is distributed in the hope that it will be useful,
50261 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50262 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50263 #   GNU General Public License for more details.
50264 #
50265 #   You should have received a copy of the GNU General Public License
50266
50267 File: ./lib/c-strcase.h
50268 Hash: 700123f142dd7be6a02cb443ec2ec16c5e55412c9b767cb6fb5f41972f2986be
50269 Copyright: 1995-1996, 2001, 2003, 2005 Free Software Foundation, Inc
50270 License: GPL-2+
50271 Licence_Text: 
50272 #Header: 
50273 #/* Case-insensitive string comparison functions in C locale.
50274 #   Copyright (C) 1995-1996, 2001, 2003, 2005 Free Software Foundation, Inc.
50275 #
50276 #   This program is free software; you can redistribute it and/or modify
50277 #   it under the terms of the GNU General Public License as published by
50278 #   the Free Software Foundation; either version 2, or (at your option)
50279 #   any later version.
50280 #
50281 #   This program is distributed in the hope that it will be useful,
50282 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50283 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50284 #   GNU General Public License for more details.
50285 #
50286 #   You should have received a copy of the GNU General Public License
50287 #   along with this program; if not, write to the Free Software Foundation,
50288
50289 File: ./lib/c-strcasecmp.c
50290 Hash: 5813026dcc5c543c5f539fe753092ea0f0419c3a0e5cd28271a66403efd66608
50291 Copyright: 1998-1999, 2005-2006 Free Software Foundation, Inc
50292 License: GPL-2+
50293 Licence_Text: 
50294 #Header: 
50295 #/* c-strcasecmp.c -- case insensitive string comparator in C locale
50296 #   Copyright (C) 1998-1999, 2005-2006 Free Software Foundation, Inc.
50297 #
50298 #   This program is free software; you can redistribute it and/or modify
50299 #   it under the terms of the GNU General Public License as published by
50300 #   the Free Software Foundation; either version 2, or (at your option)
50301 #   any later version.
50302 #
50303 #   This program is distributed in the hope that it will be useful,
50304 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50305 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50306 #   GNU General Public License for more details.
50307 #
50308 #   You should have received a copy of the GNU General Public License
50309 #   along with this program; if not, write to the Free Software Foundation,
50310
50311 File: ./lib/c-strcaseeq.h
50312 Hash: 41a44de05c8794489a85f495714c9ebe9b7e86bf93882e1157c7c29ef7e87654
50313 Copyright: 2001-2002, 2007 Free Software Foundation, Inc
50314 License: LGPL-3+ 
50315 Licence_Text: 
50316 #Header: 
50317 #/* Optimized case-insensitive string comparison in C locale.
50318 #   Copyright (C) 2001-2002, 2007 Free Software Foundation, Inc.
50319 #
50320 #   This program is free software: you can redistribute it and/or modify it
50321 #   under the terms of the GNU Lesser General Public License as published
50322 #   by the Free Software Foundation; either version 3 of the License, or
50323 #   (at your option) any later version.
50324 #
50325 #   This program is distributed in the hope that it will be useful,
50326 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50327 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
50328 #   Lesser General Public License for more details.
50329 #
50330 #   You should have received a copy of the GNU Lesser General Public License
50331 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50332
50333 File: ./lib/c-strcasestr.c
50334 Hash: a3ef7838539fb370edb6d04a09043224c3852cfa0eb88252705569d7194b217a
50335 Copyright: 2005-2008 Free Software Foundation, Inc
50336 License: GPL-3+ 
50337 Licence_Text: 
50338 #Header: 
50339 #/* c-strcasestr.c -- case insensitive substring search in C locale
50340 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
50341 #   Written by Bruno Haible <bruno@clisp.org>, 2005.
50342 #
50343 #   This program is free software: you can redistribute it and/or modify
50344 #   it under the terms of the GNU General Public License as published by
50345 #   the Free Software Foundation; either version 3 of the License, or
50346 #   (at your option) any later version.
50347 #
50348 #   This program is distributed in the hope that it will be useful,
50349 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50350 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50351 #   GNU General Public License for more details.
50352 #
50353 #   You should have received a copy of the GNU General Public License
50354
50355 File: ./lib/c-strcasestr.h
50356 Hash: fb9f0ccc3a0843600f8f3c546536dd03d882a1cce67ed06d95299307810a67c7
50357 Copyright: 2005 Free Software Foundation, Inc
50358 License: GPL-3+ 
50359 Licence_Text: 
50360 #Header: 
50361 #/* Case-insensitive searching in a string in C locale.
50362 #   Copyright (C) 2005 Free Software Foundation, Inc.
50363 #
50364 #   This program is free software: you can redistribute it and/or modify
50365 #   it under the terms of the GNU General Public License as published by
50366 #   the Free Software Foundation; either version 3 of the License, or
50367 #   (at your option) any later version.
50368 #
50369 #   This program is distributed in the hope that it will be useful,
50370 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50371 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50372 #   GNU General Public License for more details.
50373 #
50374 #   You should have received a copy of the GNU General Public License
50375 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50376
50377 File: ./lib/c-strncasecmp.c
50378 Hash: 0f5960e9963b050aa381c57b2fb6d08ad32e86d833e906014b9f965a4f233b7e
50379 Copyright: 1998-1999, 2005-2006 Free Software Foundation, Inc
50380 License: GPL-2+
50381 Licence_Text: 
50382 #Header: 
50383 #/* c-strncasecmp.c -- case insensitive string comparator in C locale
50384 #   Copyright (C) 1998-1999, 2005-2006 Free Software Foundation, Inc.
50385 #
50386 #   This program is free software; you can redistribute it and/or modify
50387 #   it under the terms of the GNU General Public License as published by
50388 #   the Free Software Foundation; either version 2, or (at your option)
50389 #   any later version.
50390 #
50391 #   This program is distributed in the hope that it will be useful,
50392 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50393 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50394 #   GNU General Public License for more details.
50395 #
50396 #   You should have received a copy of the GNU General Public License
50397 #   along with this program; if not, write to the Free Software Foundation,
50398
50399 File: ./lib/c-strstr.c
50400 Hash: c435d0a89670ee2ac73fad0445f0d15de13e09ddf466ebf15dc872d62b3b5f4c
50401 Copyright: 2005-2008 Free Software Foundation, Inc
50402 License: GPL-3+ 
50403 Licence_Text: 
50404 #Header: 
50405 #/* c-strstr.c -- substring search in C locale
50406 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
50407 #   Written by Bruno Haible <bruno@clisp.org>, 2005, 2007.
50408 #
50409 #   This program is free software: you can redistribute it and/or modify
50410 #   it under the terms of the GNU General Public License as published by
50411 #   the Free Software Foundation; either version 3 of the License, or
50412 #   (at your option) any later version.
50413 #
50414 #   This program is distributed in the hope that it will be useful,
50415 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50416 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50417 #   GNU General Public License for more details.
50418 #
50419 #   You should have received a copy of the GNU General Public License
50420
50421 File: ./lib/c-strstr.h
50422 Hash: a562f768d2d1e2f44652b98dca2e7ae58e2880eada876116a6d3bf342a312cc0
50423 Copyright: 2001-2003, 2006 Free Software Foundation, Inc
50424 License: GPL-3+ 
50425 Licence_Text: 
50426 #Header: 
50427 #/* Searching in a string.
50428 #   Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
50429 #
50430 #   This program is free software: you can redistribute it and/or modify
50431 #   it under the terms of the GNU General Public License as published by
50432 #   the Free Software Foundation; either version 3 of the License, or
50433 #   (at your option) any later version.
50434 #
50435 #   This program is distributed in the hope that it will be useful,
50436 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50437 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50438 #   GNU General Public License for more details.
50439 #
50440 #   You should have received a copy of the GNU General Public License
50441 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50442
50443 File: ./lib/c-strtod.c
50444 Hash: 40bcd0ae43e731e785caaf327c327c32e95074019aa23a02fd58c1af79beebaa
50445 Copyright: 2003, 2004, 2006, 2009 Free Software Foundation, Inc
50446 License: GPL-3+ 
50447 Licence_Text: 
50448 #Header: 
50449 #/* Convert string to double, using the C locale.
50450 #
50451 #   Copyright (C) 2003, 2004, 2006, 2009 Free Software Foundation, Inc.
50452 #
50453 #   This program is free software: you can redistribute it and/or modify
50454 #   it under the terms of the GNU General Public License as published by
50455 #   the Free Software Foundation; either version 3 of the License, or
50456 #   (at your option) any later version.
50457 #
50458 #   This program is distributed in the hope that it will be useful,
50459 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50460 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50461 #   GNU General Public License for more details.
50462 #
50463 #   You should have received a copy of the GNU General Public License
50464
50465 File: ./lib/c-strtod.h
50466 Hash: d1d38e765e9bb24e6331acb59798291a42525d3d52b5945a06e04131fda2622c
50467 Copyright: 2003-2004, 2009 Free Software Foundation, Inc
50468 License: GPL-3+ 
50469 Licence_Text: 
50470 #Header: 
50471 #/* Convert string to double, using the C locale.
50472 #
50473 #   Copyright (C) 2003-2004, 2009 Free Software Foundation, Inc.
50474 #
50475 #   This program is free software: you can redistribute it and/or modify
50476 #   it under the terms of the GNU General Public License as published by
50477 #   the Free Software Foundation; either version 3 of the License, or
50478 #   (at your option) any later version.
50479 #
50480 #   This program is distributed in the hope that it will be useful,
50481 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50482 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50483 #   GNU General Public License for more details.
50484 #
50485 #   You should have received a copy of the GNU General Public License
50486
50487 File: ./lib/c-strtold.c
50488 Hash: f2f3327044df634e0b933cb776f209274b8ebea5df3c977a51422befbd6db63a
50489 Copyright: 
50490 License: 
50491 Licence_Text: 
50492 #Header: 
50493 ##define LONG 1
50494 ##include "c-strtod.c"
50495
50496 File: ./lib/calloc.c
50497 Hash: 813b2807d1779eccdc16e52eaa6272c8d2cad79b90dcd1a121c59fccbd7db54c
50498 Copyright: 2004, 2005, 2006, 2007 Free Software Foundation, Inc
50499 License: GPL-3+ 
50500 Licence_Text: 
50501 #Header: 
50502 #/* calloc() function that is glibc compatible.
50503 #   This wrapper function is required at least on Tru64 UNIX 5.1 and mingw.
50504 #   Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
50505 #
50506 #   This program is free software: you can redistribute it and/or modify
50507 #   it under the terms of the GNU General Public License as published by
50508 #   the Free Software Foundation; either version 3 of the License, or
50509 #   (at your option) any later version.
50510 #
50511 #   This program is distributed in the hope that it will be useful,
50512 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50513 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50514 #   GNU General Public License for more details.
50515 #
50516 #   You should have received a copy of the GNU General Public License
50517
50518 File: ./lib/canon-host.c
50519 Hash: 6e769abcb94fe823344005341e9d566650fc3f05e22afeb853cd498391890071
50520 Copyright: 2005, 2006, 2007, 2008 Free Software Foundation, Inc
50521 License: GPL-3+
50522 Licence_Text: 
50523 #Header: 
50524 #/* Host name canonicalization
50525 #
50526 #   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
50527 #
50528 #   Written by Derek Price <derek@ximbiot.com>.
50529 #
50530 #   This program is free software: you can redistribute it and/or modify
50531 #   it under the terms of the GNU General Public License as published by
50532 #   the Free Software Foundation; either version 3, or (at your option)
50533 #   any later version.
50534 #
50535 #   This program is distributed in the hope that it will be useful,
50536 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50537 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50538 #   GNU General Public License for more details.
50539
50540 File: ./lib/canon-host.h
50541 Hash: 15c3b5a2570e4d2b2501c12ea7f690cd76be7a4271c9f620df17b9e24574ff2d
50542 Copyright: 2005 Free Software Foundation, Inc
50543 License: GPL-3+
50544 Licence_Text: 
50545 #Header: 
50546 #/* Host name canonicalization
50547 #
50548 #   Copyright (C) 2005 Free Software Foundation, Inc.
50549 #
50550 #   Written by Derek Price <derek@ximbiot.com>
50551 #
50552 #   This program is free software: you can redistribute it and/or modify
50553 #   it under the terms of the GNU General Public License as published by
50554 #   the Free Software Foundation; either version 3, or (at your option)
50555 #   any later version.
50556 #
50557 #   This program is distributed in the hope that it will be useful,
50558 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50559 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50560 #   GNU General Public License for more details.
50561
50562 File: ./lib/canonicalize-lgpl.c
50563 Hash: 31572bb94d292f1be2374999e03d2ca1ff506f643e889f1211ad4ec9e42709c3
50564 Copyright: 1996-2003, 2005-2009 Free Software Foundation, Inc
50565 License: GPL-3+ 
50566 Licence_Text: 
50567 #Header: 
50568 #/* Return the canonical absolute name of a given file.
50569 #   Copyright (C) 1996-2003, 2005-2009 Free Software Foundation, Inc.
50570 #   This file is part of the GNU C Library.
50571 #
50572 #   This program is free software: you can redistribute it and/or modify
50573 #   it under the terms of the GNU General Public License as published by
50574 #   the Free Software Foundation; either version 3 of the License, or
50575 #   (at your option) any later version.
50576 #
50577 #   This program is distributed in the hope that it will be useful,
50578 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50579 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50580 #   GNU General Public License for more details.
50581 #
50582 #   You should have received a copy of the GNU General Public License
50583
50584 File: ./lib/canonicalize.c
50585 Hash: 317fb2484d6a487a7ab5c964f7fd86fa711e1ab1ab3fd34518c6d6ae7eb77f6d
50586 Copyright: 1996-2009 Free Software Foundation, Inc
50587 License: GPL-3+ 
50588 Licence_Text: 
50589 #Header: 
50590 #/* Return the canonical absolute name of a given file.
50591 #   Copyright (C) 1996-2009 Free Software Foundation, Inc.
50592 #
50593 #   This program is free software: you can redistribute it and/or modify
50594 #   it under the terms of the GNU General Public License as published by
50595 #   the Free Software Foundation; either version 3 of the License, or
50596 #   (at your option) any later version.
50597 #
50598 #   This program is distributed in the hope that it will be useful,
50599 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50600 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50601 #   GNU General Public License for more details.
50602 #
50603 #   You should have received a copy of the GNU General Public License
50604 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50605
50606 File: ./lib/canonicalize.h
50607 Hash: 8946ae555e9b6d4173814e28c850eef63233d5026e291074af2d999e567e3303
50608 Copyright: 1996-2007 Free Software Foundation, Inc
50609 License: GPL-3+ 
50610 Licence_Text: 
50611 #Header: 
50612 #/* Return the canonical absolute name of a given file.
50613 #   Copyright (C) 1996-2007 Free Software Foundation, Inc.
50614 #
50615 #   This program is free software: you can redistribute it and/or modify
50616 #   it under the terms of the GNU General Public License as published by
50617 #   the Free Software Foundation; either version 3 of the License, or
50618 #   (at your option) any later version.
50619 #
50620 #   This program is distributed in the hope that it will be useful,
50621 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50622 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50623 #   GNU General Public License for more details.
50624 #
50625 #   You should have received a copy of the GNU General Public License
50626 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50627
50628 File: ./lib/ceil.c
50629 Hash: 6433a1e713f776afc49ee529f4cd8ef5c6a96b0e2cbca80031820f2fa538a9d7
50630 Copyright: 2007 Free Software Foundation, Inc
50631 License: GPL-3+ 
50632 Licence_Text: 
50633 #Header: 
50634 #/* Round towards positive infinity.
50635 #   Copyright (C) 2007 Free Software Foundation, Inc.
50636 #
50637 #   This program is free software: you can redistribute it and/or modify
50638 #   it under the terms of the GNU General Public License as published by
50639 #   the Free Software Foundation; either version 3 of the License, or
50640 #   (at your option) any later version.
50641 #
50642 #   This program is distributed in the hope that it will be useful,
50643 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50644 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50645 #   GNU General Public License for more details.
50646 #
50647 #   You should have received a copy of the GNU General Public License
50648 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50649
50650 File: ./lib/ceilf.c
50651 Hash: 6433a1e713f776afc49ee529f4cd8ef5c6a96b0e2cbca80031820f2fa538a9d7
50652 Copyright: 2007 Free Software Foundation, Inc
50653 License: GPL-3+ 
50654 Licence_Text: 
50655 #Header: 
50656 #/* Round towards positive infinity.
50657 #   Copyright (C) 2007 Free Software Foundation, Inc.
50658 #
50659 #   This program is free software: you can redistribute it and/or modify
50660 #   it under the terms of the GNU General Public License as published by
50661 #   the Free Software Foundation; either version 3 of the License, or
50662 #   (at your option) any later version.
50663 #
50664 #   This program is distributed in the hope that it will be useful,
50665 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50666 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50667 #   GNU General Public License for more details.
50668 #
50669 #   You should have received a copy of the GNU General Public License
50670 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50671
50672 File: ./lib/ceill.c
50673 Hash: 6433a1e713f776afc49ee529f4cd8ef5c6a96b0e2cbca80031820f2fa538a9d7
50674 Copyright: 2007 Free Software Foundation, Inc
50675 License: GPL-3+ 
50676 Licence_Text: 
50677 #Header: 
50678 #/* Round towards positive infinity.
50679 #   Copyright (C) 2007 Free Software Foundation, Inc.
50680 #
50681 #   This program is free software: you can redistribute it and/or modify
50682 #   it under the terms of the GNU General Public License as published by
50683 #   the Free Software Foundation; either version 3 of the License, or
50684 #   (at your option) any later version.
50685 #
50686 #   This program is distributed in the hope that it will be useful,
50687 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50688 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50689 #   GNU General Public License for more details.
50690 #
50691 #   You should have received a copy of the GNU General Public License
50692 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50693
50694 File: ./lib/chdir-long.c
50695 Hash: 9bfeec4664bd8ea174475e5c7ca4f26bee69370881752dacddb6aeed908600c7
50696 Copyright: 2004-2009 Free Software Foundation, Inc
50697 License: GPL-3+ 
50698 Licence_Text: 
50699 #Header: 
50700 #/* provide a chdir function that tries not to fail due to ENAMETOOLONG
50701 #   Copyright (C) 2004-2009 Free Software Foundation, Inc.
50702 #
50703 #   This program is free software: you can redistribute it and/or modify
50704 #   it under the terms of the GNU General Public License as published by
50705 #   the Free Software Foundation; either version 3 of the License, or
50706 #   (at your option) any later version.
50707 #
50708 #   This program is distributed in the hope that it will be useful,
50709 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50710 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50711 #   GNU General Public License for more details.
50712 #
50713 #   You should have received a copy of the GNU General Public License
50714 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50715
50716 File: ./lib/chdir-long.h
50717 Hash: 43c6066052ad511d0bbc773ab569ed70bfe41a4e8f0168495d53f289d3b8292c
50718 Copyright: 2004, 2005 Free Software Foundation, Inc
50719 License: GPL-3+ 
50720 Licence_Text: 
50721 #Header: 
50722 #/* provide a chdir function that tries not to fail due to ENAMETOOLONG
50723 #   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
50724 #
50725 #   This program is free software: you can redistribute it and/or modify
50726 #   it under the terms of the GNU General Public License as published by
50727 #   the Free Software Foundation; either version 3 of the License, or
50728 #   (at your option) any later version.
50729 #
50730 #   This program is distributed in the hope that it will be useful,
50731 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50732 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50733 #   GNU General Public License for more details.
50734 #
50735 #   You should have received a copy of the GNU General Public License
50736 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
50737
50738 File: ./lib/chdir-safer.c
50739 Hash: 7fb9baacfff6082c7a5913c4aae0557ff60cfb3e65bd0c09ebd438669d66a570
50740 Copyright: 2005-2006, 2008-2009 Free Software Foundation, Inc
50741 License: GPL-3+ 
50742 Licence_Text: 
50743 #Header: 
50744 #/* much like chdir(2), but safer
50745 #
50746 #   Copyright (C) 2005-2006, 2008-2009 Free Software Foundation, Inc.
50747 #
50748 #   This program is free software: you can redistribute it and/or modify
50749 #   it under the terms of the GNU General Public License as published by
50750 #   the Free Software Foundation; either version 3 of the License, or
50751 #   (at your option) any later version.
50752 #
50753 #   This program is distributed in the hope that it will be useful,
50754 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50755 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50756 #   GNU General Public License for more details.
50757 #
50758 #   You should have received a copy of the GNU General Public License
50759
50760 File: ./lib/chdir-safer.h
50761 Hash: e3232b6124ac91a0910daf805e412816cd3a6ee5a8268acdaa366f4c35f9ed51
50762 Copyright: 2005 Free Software Foundation, Inc
50763 License: GPL-3+ 
50764 Licence_Text: 
50765 #Header: 
50766 #/* much like chdir(2), but safer
50767 #
50768 #   Copyright (C) 2005 Free Software Foundation, Inc.
50769 #
50770 #   This program is free software: you can redistribute it and/or modify
50771 #   it under the terms of the GNU General Public License as published by
50772 #   the Free Software Foundation; either version 3 of the License, or
50773 #   (at your option) any later version.
50774 #
50775 #   This program is distributed in the hope that it will be useful,
50776 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50777 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50778 #   GNU General Public License for more details.
50779 #
50780 #   You should have received a copy of the GNU General Public License
50781
50782 File: ./lib/check-version.c
50783 Hash: b9147d6cca01ee62c2de29c59777283b45be1735a457fb9a748256b9f9cd8f43
50784 Copyright: 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
50785 License: GPL-2+
50786 Licence_Text: 
50787 #Header: 
50788 #/* check-version.h --- Check version string compatibility.
50789 #   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
50790 #   2008 Free Software Foundation, Inc.
50791 #
50792 #   This program is free software; you can redistribute it and/or modify
50793 #   it under the terms of the GNU General Public License as published by
50794 #   the Free Software Foundation; either version 2, or (at your option)
50795 #   any later version.
50796 #
50797 #   This program is distributed in the hope that it will be useful,
50798 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50799 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50800 #   GNU General Public License for more details.
50801 #
50802 #   You should have received a copy of the GNU General Public License
50803
50804 File: ./lib/check-version.h
50805 Hash: eb1e24d6d5f441f55ca7b9ad07249b71a8056ba2eb91ad6584428f97a5a836b5
50806 Copyright: 2005 Free Software Foundation, Inc
50807 License: GPL-2+
50808 Licence_Text: 
50809 #Header: 
50810 #/* check-version.h --- Check version string compatibility.
50811 #   Copyright (C) 2005 Free Software Foundation, Inc.
50812 #
50813 #   This program is free software; you can redistribute it and/or modify
50814 #   it under the terms of the GNU General Public License as published by
50815 #   the Free Software Foundation; either version 2, or (at your option)
50816 #   any later version.
50817 #
50818 #   This program is distributed in the hope that it will be useful,
50819 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50820 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50821 #   GNU General Public License for more details.
50822 #
50823 #   You should have received a copy of the GNU General Public License
50824 #   along with this program; if not, write to the Free Software Foundation,
50825
50826 File: ./lib/chown.c
50827 Hash: e72dbae39e506979332040aa02e82336372fc710944efc83f3da40c5c09ca7a6
50828 Copyright: 1997, 2004-2007, 2009 Free Software Foundation, Inc
50829 License: GPL-3+ 
50830 Licence_Text: 
50831 #Header: 
50832 #/* provide consistent interface to chown for systems that don't interpret
50833 #   an ID of -1 as meaning `don't change the corresponding ID'.
50834 #
50835 #   Copyright (C) 1997, 2004-2007, 2009 Free Software Foundation, Inc.
50836 #
50837 #   This program is free software: you can redistribute it and/or modify
50838 #   it under the terms of the GNU General Public License as published by
50839 #   the Free Software Foundation; either version 3 of the License, or
50840 #   (at your option) any later version.
50841 #
50842 #   This program is distributed in the hope that it will be useful,
50843 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50844 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50845 #   GNU General Public License for more details.
50846
50847 File: ./lib/classpath.c
50848 Hash: d1d34ae2c6f3915f1a22d0399df01102840772c8733b3782ccd4fe220e819b6a
50849 Copyright: 2001-2003, 2006 Free Software Foundation, Inc
50850 License: GPL-3+ 
50851 Licence_Text: 
50852 #Header: 
50853 #/* Java CLASSPATH handling.
50854 #   Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
50855 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
50856 #
50857 #   This program is free software: you can redistribute it and/or modify
50858 #   it under the terms of the GNU General Public License as published by
50859 #   the Free Software Foundation; either version 3 of the License, or
50860 #   (at your option) any later version.
50861 #
50862 #   This program is distributed in the hope that it will be useful,
50863 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50864 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50865 #   GNU General Public License for more details.
50866 #
50867 #   You should have received a copy of the GNU General Public License
50868
50869 File: ./lib/classpath.h
50870 Hash: 9b2071cc61bb9c5fc67562c4b2ae4270c0e61235f0052a91e63542ed1c161ff1
50871 Copyright: 2003 Free Software Foundation, Inc
50872 License: GPL-3+ 
50873 Licence_Text: 
50874 #Header: 
50875 #/* Java CLASSPATH handling.
50876 #   Copyright (C) 2003 Free Software Foundation, Inc.
50877 #   Written by Bruno Haible <haible@clisp.cons.org>, 2003.
50878 #
50879 #   This program is free software: you can redistribute it and/or modify
50880 #   it under the terms of the GNU General Public License as published by
50881 #   the Free Software Foundation; either version 3 of the License, or
50882 #   (at your option) any later version.
50883 #
50884 #   This program is distributed in the hope that it will be useful,
50885 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50886 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50887 #   GNU General Public License for more details.
50888 #
50889 #   You should have received a copy of the GNU General Public License
50890
50891 File: ./lib/clean-temp.c
50892 Hash: 36bc4ff5220f99fef224ee81984f458a050b76097c5a2e5fe8ee40d5d84e1bf4
50893 Copyright: 2001, 2003, 2006-2007 Free Software Foundation, Inc
50894 License: GPL-3+ 
50895 Licence_Text: 
50896 #Header: 
50897 #/* Temporary directories and temporary files with automatic cleanup.
50898 #   Copyright (C) 2001, 2003, 2006-2007 Free Software Foundation, Inc.
50899 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
50900 #
50901 #   This program is free software: you can redistribute it and/or modify
50902 #   it under the terms of the GNU General Public License as published by
50903 #   the Free Software Foundation; either version 3 of the License, or
50904 #   (at your option) any later version.
50905 #
50906 #   This program is distributed in the hope that it will be useful,
50907 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50908 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50909 #   GNU General Public License for more details.
50910 #
50911 #   You should have received a copy of the GNU General Public License
50912
50913 File: ./lib/clean-temp.h
50914 Hash: 7fb51e989292b9fee1580dc431185ca8ee300709983c7ab0137bfc372d6a2b18
50915 Copyright: 2006 Free Software Foundation, Inc
50916 License: GPL-3+ 
50917 Licence_Text: 
50918 #Header: 
50919 #/* Temporary directories and temporary files with automatic cleanup.
50920 #   Copyright (C) 2006 Free Software Foundation, Inc.
50921 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
50922 #
50923 #   This program is free software: you can redistribute it and/or modify
50924 #   it under the terms of the GNU General Public License as published by
50925 #   the Free Software Foundation; either version 3 of the License, or
50926 #   (at your option) any later version.
50927 #
50928 #   This program is distributed in the hope that it will be useful,
50929 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50930 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50931 #   GNU General Public License for more details.
50932 #
50933 #   You should have received a copy of the GNU General Public License
50934
50935 File: ./lib/cloexec.c
50936 Hash: 1f7579bc9888a0a5a4eb18a6a04be6dea54324e346baa4a0c76b240f01ed3329
50937 Copyright: 1991, 2004, 2005, 2006 Free Software Foundation, Inc
50938 License: GPL-3+ 
50939 Licence_Text: 
50940 #Header: 
50941 #/* closexec.c - set or clear the close-on-exec descriptor flag
50942 #
50943 #   Copyright (C) 1991, 2004, 2005, 2006 Free Software Foundation, Inc.
50944 #
50945 #   This program is free software: you can redistribute it and/or modify
50946 #   it under the terms of the GNU General Public License as published by
50947 #   the Free Software Foundation; either version 3 of the License, or
50948 #   (at your option) any later version.
50949 #
50950 #   This program is distributed in the hope that it will be useful,
50951 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50952 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50953 #   GNU General Public License for more details.
50954 #
50955 #   You should have received a copy of the GNU General Public License
50956
50957 File: ./lib/cloexec.h
50958 Hash: cfe5843e2e0ac5ad5fc12a47d962d9f8305a2542693105f25917b8f36614b582
50959 Copyright: 
50960 License: 
50961 Licence_Text: 
50962 #Header: 
50963 ##include <stdbool.h>
50964 #int set_cloexec_flag (int desc, bool value);
50965
50966 File: ./lib/close-hook.c
50967 Hash: ec1354c985be7435887fe9b514e9777b573cf13b674dc55eeffbbf2b6f738034
50968 Copyright: 2009 Free Software Foundation, Inc
50969 License: LGPL-3+ 
50970 Licence_Text: 
50971 #Header: 
50972 #/* Hook for making the close() function extensible.
50973 #   Copyright (C) 2009 Free Software Foundation, Inc.
50974 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
50975 #
50976 #   This program is free software: you can redistribute it and/or modify it
50977 #   under the terms of the GNU Lesser General Public License as published
50978 #   by the Free Software Foundation; either version 3 of the License, or
50979 #   (at your option) any later version.
50980 #
50981 #   This program is distributed in the hope that it will be useful,
50982 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
50983 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
50984 #   Lesser General Public License for more details.
50985 #
50986 #   You should have received a copy of the GNU Lesser General Public License
50987
50988 File: ./lib/close-hook.h
50989 Hash: 0bd92bcbb0e461e75824497facbf3a66e7ae7d8eaf7cc4b91fa7dcb0b827b504
50990 Copyright: 2009 Free Software Foundation, Inc
50991 License: LGPL-3+ 
50992 Licence_Text: 
50993 #Header: 
50994 #/* Hook for making the close() function extensible.
50995 #   Copyright (C) 2009 Free Software Foundation, Inc.
50996 #
50997 #   This program is free software: you can redistribute it and/or modify it
50998 #   under the terms of the GNU Lesser General Public License as published
50999 #   by the Free Software Foundation; either version 3 of the License, or
51000 #   (at your option) any later version.
51001 #
51002 #   This program is distributed in the hope that it will be useful,
51003 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51004 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
51005 #   Lesser General Public License for more details.
51006 #
51007 #   You should have received a copy of the GNU Lesser General Public License
51008 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
51009
51010 File: ./lib/close-stream.c
51011 Hash: 5b1b946e2cdae710a10239f75e632eaac2c083ad0a895384be7a76254efcdb42
51012 Copyright: 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
51013 License: GPL-3+ 
51014 Licence_Text: 
51015 #Header: 
51016 #/* Close a stream, with nicer error checking than fclose's.
51017 #
51018 #   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2007, 2008 Free
51019 #   Software Foundation, Inc.
51020 #
51021 #   This program is free software: you can redistribute it and/or modify
51022 #   it under the terms of the GNU General Public License as published by
51023 #   the Free Software Foundation; either version 3 of the License, or
51024 #   (at your option) any later version.
51025 #
51026 #   This program is distributed in the hope that it will be useful,
51027 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51028 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51029 #   GNU General Public License for more details.
51030
51031 File: ./lib/close-stream.h
51032 Hash: 827172f355991afad504e0cbf0ca7bc6df709d57f14b498de472fed1cff3c71d
51033 Copyright: 
51034 License: 
51035 Licence_Text: 
51036 #Header: 
51037 ##include <stdio.h>
51038 #int close_stream (FILE *stream);
51039
51040 File: ./lib/close.c
51041 Hash: bb1b7ca07113ae43ac558dbd9ba9c62ccef65d984ff7a462df394ded1e8e5a4c
51042 Copyright: 2008-2009 Free Software Foundation, Inc
51043 License: GPL-3+ 
51044 Licence_Text: 
51045 #Header: 
51046 #/* close replacement.
51047 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
51048 #
51049 #   This program is free software: you can redistribute it and/or modify
51050 #   it under the terms of the GNU General Public License as published by
51051 #   the Free Software Foundation; either version 3 of the License, or
51052 #   (at your option) any later version.
51053 #
51054 #   This program is distributed in the hope that it will be useful,
51055 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51056 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51057 #   GNU General Public License for more details.
51058 #
51059 #   You should have received a copy of the GNU General Public License
51060 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
51061
51062 File: ./lib/closein.c
51063 Hash: 4e261752ec61c623fbdf6707be9654503a5998f74833b3b91c56650507c485eb
51064 Copyright: 2007 Free Software Foundation, Inc
51065 License: GPL-3+ 
51066 Licence_Text: 
51067 #Header: 
51068 #/* Close standard input, rewinding seekable stdin if necessary.
51069 #
51070 #   Copyright (C) 2007 Free Software Foundation, Inc.
51071 #
51072 #   This program is free software: you can redistribute it and/or modify
51073 #   it under the terms of the GNU General Public License as published by
51074 #   the Free Software Foundation; either version 3 of the License, or
51075 #   (at your option) any later version.
51076 #
51077 #   This program is distributed in the hope that it will be useful,
51078 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51079 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51080 #   GNU General Public License for more details.
51081 #
51082 #   You should have received a copy of the GNU General Public License
51083
51084 File: ./lib/closein.h
51085 Hash: 4e261752ec61c623fbdf6707be9654503a5998f74833b3b91c56650507c485eb
51086 Copyright: 2007 Free Software Foundation, Inc
51087 License: GPL-3+ 
51088 Licence_Text: 
51089 #Header: 
51090 #/* Close standard input, rewinding seekable stdin if necessary.
51091 #
51092 #   Copyright (C) 2007 Free Software Foundation, Inc.
51093 #
51094 #   This program is free software: you can redistribute it and/or modify
51095 #   it under the terms of the GNU General Public License as published by
51096 #   the Free Software Foundation; either version 3 of the License, or
51097 #   (at your option) any later version.
51098 #
51099 #   This program is distributed in the hope that it will be useful,
51100 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51101 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51102 #   GNU General Public License for more details.
51103 #
51104 #   You should have received a copy of the GNU General Public License
51105
51106 File: ./lib/closeout.c
51107 Hash: 0208f6e721c11f8964c3a52a6e8c4bd6f19d35db790e2a5815dfea345d7444eb
51108 Copyright: 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2008 Free Software Foundation, Inc.
51109 License: GPL-3+ 
51110 Licence_Text: 
51111 #Header: 
51112 #/* Close standard output and standard error, exiting with a diagnostic on error.
51113 #
51114 #   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2008 Free
51115 #   Software Foundation, Inc.
51116 #
51117 #   This program is free software: you can redistribute it and/or modify
51118 #   it under the terms of the GNU General Public License as published by
51119 #   the Free Software Foundation; either version 3 of the License, or
51120 #   (at your option) any later version.
51121 #
51122 #   This program is distributed in the hope that it will be useful,
51123 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51124 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51125 #   GNU General Public License for more details.
51126
51127 File: ./lib/closeout.h
51128 Hash: 2b48405fde7535d4e60a3e539a77ab974fd3e372cf97d8c0ed3a82991c3b9cbe
51129 Copyright: 1998, 2000, 2003, 2004, 2006, 2008 Free Software Foundation Inc.
51130 License: GPL-3+ 
51131 Licence_Text: 
51132 #Header: 
51133 #/* Close standard output and standard error.
51134 #
51135 #   Copyright (C) 1998, 2000, 2003, 2004, 2006, 2008 Free Software Foundation,
51136 #   Inc.
51137 #
51138 #   This program is free software: you can redistribute it and/or modify
51139 #   it under the terms of the GNU General Public License as published by
51140 #   the Free Software Foundation; either version 3 of the License, or
51141 #   (at your option) any later version.
51142 #
51143 #   This program is distributed in the hope that it will be useful,
51144 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51145 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51146 #   GNU General Public License for more details.
51147
51148 File: ./lib/concat-filename.c
51149 Hash: 59cbb064a3c661e6ed52527b3dcacd4909d2ab526a7f030348a09cf9a6416c33
51150 Copyright: 2001-2004, 2006-2008 Free Software Foundation, Inc
51151 License: GPL-3+
51152 Licence_Text: 
51153 #Header: 
51154 #/* Construct a full filename from a directory and a relative filename.
51155 #   Copyright (C) 2001-2004, 2006-2008 Free Software Foundation, Inc.
51156 #
51157 #   This program is free software: you can redistribute it and/or modify it
51158 #   under the terms of the GNU General Public License as published by the
51159 #   Free Software Foundation; either version 3 of the License, or any
51160 #   later version.
51161 #
51162 #   This program is distributed in the hope that it will be useful,
51163 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51164 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51165 #   GNU General Public License for more details.
51166 #
51167 #   You should have received a copy of the GNU General Public License
51168 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
51169
51170 File: ./lib/concat-filename.h
51171 Hash: b84d2c6c2e5a8307529fe2a1345949b40a55aee7271142bf3e56ec008231bc0e
51172 Copyright: 2001-2004, 2007-2008 Free Software Foundation, Inc
51173 License: GPL-3+ 
51174 Licence_Text: 
51175 #Header: 
51176 #/* Construct a full filename from a directory and a relative filename.
51177 #   Copyright (C) 2001-2004, 2007-2008 Free Software Foundation, Inc.
51178 #
51179 #   This program is free software: you can redistribute it and/or modify
51180 #   it under the terms of the GNU General Public License as published by
51181 #   the Free Software Foundation; either version 3 of the License, or
51182 #   (at your option) any later version.
51183 #
51184 #   This program is distributed in the hope that it will be useful,
51185 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51186 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51187 #   GNU General Public License for more details.
51188 #
51189 #   You should have received a copy of the GNU General Public License
51190 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
51191
51192 File: ./lib/config.charset
51193 Hash: 6f0998e29a63e3fcb8c4e044840a073a733d777ab343c1a3f045ce6ab2e9ecf9
51194 Copyright: 2000-2004, 2006-2009 Free Software Foundation, Inc
51195 License: GPL-2+
51196 Licence_Text: 
51197 #Header: 
51198 ##! /bin/sh
51199 ## Output a system dependent table of character encoding aliases.
51200 ##
51201 ##   Copyright (C) 2000-2004, 2006-2009 Free Software Foundation, Inc.
51202 ##
51203 ##   This program is free software; you can redistribute it and/or modify
51204 ##   it under the terms of the GNU General Public License as published by
51205 ##   the Free Software Foundation; either version 2, or (at your option)
51206 ##   any later version.
51207 ##
51208 ##   This program is distributed in the hope that it will be useful,
51209 ##   but WITHOUT ANY WARRANTY; without even the implied warranty of
51210 ##   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51211 ##   GNU General Public License for more details.
51212 ##
51213
51214 File: ./lib/connect.c
51215 Hash: e9e4f3ca46ee356688d1d58e5eba96562c3850b470cc266856bae4cfc7ef5372
51216 Copyright: 2008 Free Software Foundation, Inc
51217 License: GPL-3+ 
51218 Licence_Text: 
51219 #Header: 
51220 #/* connect.c --- wrappers for Windows connect function
51221 #
51222 #   Copyright (C) 2008 Free Software Foundation, Inc.
51223 #
51224 #   This program is free software: you can redistribute it and/or modify
51225 #   it under the terms of the GNU General Public License as published by
51226 #   the Free Software Foundation; either version 3 of the License, or
51227 #   (at your option) any later version.
51228 #
51229 #   This program is distributed in the hope that it will be useful,
51230 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51231 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51232 #   GNU General Public License for more details.
51233 #
51234 #   You should have received a copy of the GNU General Public License
51235
51236 File: ./lib/copy-acl.c
51237 Hash: 40c730e383e47065909dd9b5cfabcdf662f5ca1d3491528c2726551c49d88e49
51238 Copyright: 2002-2003, 2005-2008 Free Software Foundation, Inc
51239 License: GPL-3+ 
51240 Licence_Text: 
51241 #Header: 
51242 #/* copy-acl.c - copy access control list from one file to another file
51243 #
51244 #   Copyright (C) 2002-2003, 2005-2008 Free Software Foundation, Inc.
51245 #
51246 #   This program is free software: you can redistribute it and/or modify
51247 #   it under the terms of the GNU General Public License as published by
51248 #   the Free Software Foundation; either version 3 of the License, or
51249 #   (at your option) any later version.
51250 #
51251 #   This program is distributed in the hope that it will be useful,
51252 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51253 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51254 #   GNU General Public License for more details.
51255 #
51256 #   You should have received a copy of the GNU General Public License
51257
51258 File: ./lib/copy-file.c
51259 Hash: 8d79873160d6735d8e50841f62ddb06b8a12bb54fc4ccaa29e8fd4c8009e7ce9
51260 Copyright: 2001-2003, 2006-2007 Free Software Foundation, Inc
51261 License: GPL-3+ 
51262 Licence_Text: 
51263 #Header: 
51264 #/* Copying of files.
51265 #   Copyright (C) 2001-2003, 2006-2007 Free Software Foundation, Inc.
51266 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
51267 #
51268 #   This program is free software: you can redistribute it and/or modify
51269 #   it under the terms of the GNU General Public License as published by
51270 #   the Free Software Foundation; either version 3 of the License, or
51271 #   (at your option) any later version.
51272 #
51273 #   This program is distributed in the hope that it will be useful,
51274 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51275 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51276 #   GNU General Public License for more details.
51277 #
51278 #   You should have received a copy of the GNU General Public License
51279
51280 File: ./lib/copy-file.h
51281 Hash: b83fade95166bced102f06075d40d1b52c09d72aa62e313053f297f2e89e05e4
51282 Copyright: 2001-2003 Free Software Foundation, Inc
51283 License: GPL-3+ 
51284 Licence_Text: 
51285 #Header: 
51286 #/* Copying of files.
51287 #   Copyright (C) 2001-2003 Free Software Foundation, Inc.
51288 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
51289 #
51290 #   This program is free software: you can redistribute it and/or modify
51291 #   it under the terms of the GNU General Public License as published by
51292 #   the Free Software Foundation; either version 3 of the License, or
51293 #   (at your option) any later version.
51294 #
51295 #   This program is distributed in the hope that it will be useful,
51296 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51297 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51298 #   GNU General Public License for more details.
51299 #
51300 #   You should have received a copy of the GNU General Public License
51301
51302 File: ./lib/cosl.c
51303 Hash: f94441c30759bff7b800832d4a5ca7f10ab4fdec07fa304c2a367ee6814a1ada
51304 Copyright: 1993 by Sun Microsystems, Inc.
51305 License: 
51306 Licence_Text: 
51307 #Header: 
51308 #/* s_cosl.c -- long double version of s_sin.c.
51309 # * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
51310 # */
51311 #
51312 #/*
51313 # * ====================================================
51314  Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
51315
51316  Developed at SunPro, a Sun Microsystems, Inc. business.
51317  Permission to use, copy, modify, and distribute this
51318  software is freely granted, provided that this notice
51319  is preserved.
51320 # * ====================================================
51321 # */
51322
51323 File: ./lib/count-one-bits.h
51324 Hash: 9bfc5b555787364b6d14caddb1e35b0c076627938d3049c7b0d3d0b411409e10
51325 Copyright: 2007-2008 Free Software Foundation, Inc
51326 License: GPL-3+ 
51327 Licence_Text: 
51328 #Header: 
51329 #/* count-one-bits.h -- counts the number of 1-bits in a word.
51330 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
51331 #
51332 #   This program is free software: you can redistribute it and/or modify
51333 #   it under the terms of the GNU General Public License as published by
51334 #   the Free Software Foundation; either version 3 of the License, or
51335 #   (at your option) any later version.
51336 #
51337 #   This program is distributed in the hope that it will be useful,
51338 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51339 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51340 #   GNU General Public License for more details.
51341 #
51342 #   You should have received a copy of the GNU General Public License
51343 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
51344
51345 File: ./lib/crc.c
51346 Hash: 444a38281c2c920f7e54307e2fb960e7e045a71ede5a7793c8b59d19dd42fecc
51347 Copyright: 2005, 2006 Free Software Foundation, Inc
51348 License: GPL-3+
51349 Licence_Text: 
51350 #Header: 
51351 #/* crc.c -- cyclic redundancy checks
51352 #   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
51353 #
51354 #   This program is free software: you can redistribute it and/or modify
51355 #   it under the terms of the GNU General Public License as published by
51356 #   the Free Software Foundation; either version 3, or (at your option)
51357 #   any later version.
51358 #
51359 #   This program is distributed in the hope that it will be useful,
51360 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51361 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51362 #   GNU General Public License for more details.
51363 #
51364 #   You should have received a copy of the GNU General Public License
51365 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
51366
51367 File: ./lib/crc.h
51368 Hash: d20e1f1c17cf2ef4fe9383e09809c60590708ecadd57cf6d967c5634c968eea0
51369 Copyright: 2005 Free Software Foundation, Inc
51370 License: GPL-3+ 
51371 Licence_Text: 
51372 #Header: 
51373 #/* crc.h -- cyclic redundancy checks
51374 #   Copyright (C) 2005 Free Software Foundation, Inc.
51375 #
51376 #   This program is free software: you can redistribute it and/or modify
51377 #   it under the terms of the GNU General Public License as published by
51378 #   the Free Software Foundation; either version 3 of the License, or
51379 #   (at your option) any later version.
51380 #
51381 #   This program is distributed in the hope that it will be useful,
51382 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51383 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51384 #   GNU General Public License for more details.
51385 #
51386 #   You should have received a copy of the GNU General Public License
51387 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
51388
51389 File: ./lib/creat-safer.c
51390 Hash: 675f74818da9e9543301afdb0bacc0922294d33b13d7411ff97044bc83ee5186
51391 Copyright: 2005, 2006 Free Software Foundation, Inc
51392 License: GPL-3+ 
51393 Licence_Text: 
51394 #Header: 
51395 #/* Invoke creat, but avoid some glitches.
51396 #
51397 #   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
51398 #
51399 #   This program is free software: you can redistribute it and/or modify
51400 #   it under the terms of the GNU General Public License as published by
51401 #   the Free Software Foundation; either version 3 of the License, or
51402 #   (at your option) any later version.
51403 #
51404 #   This program is distributed in the hope that it will be useful,
51405 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51406 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51407 #   GNU General Public License for more details.
51408 #
51409 #   You should have received a copy of the GNU General Public License
51410
51411 File: ./lib/csharpcomp.c
51412 Hash: 60500489341e803a1e684450bb9cb161aa03e3d71fd8c469f1bb47b9e5ddcbf4
51413 Copyright: 2003-2008 Free Software Foundation, Inc
51414 License: GPL-3+ 
51415 Licence_Text: 
51416 #Header: 
51417 #/* Compile a C# program.
51418 #   Copyright (C) 2003-2008 Free Software Foundation, Inc.
51419 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
51420 #
51421 #   This program is free software: you can redistribute it and/or modify
51422 #   it under the terms of the GNU General Public License as published by
51423 #   the Free Software Foundation; either version 3 of the License, or
51424 #   (at your option) any later version.
51425 #
51426 #   This program is distributed in the hope that it will be useful,
51427 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51428 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51429 #   GNU General Public License for more details.
51430 #
51431 #   You should have received a copy of the GNU General Public License
51432
51433 File: ./lib/csharpcomp.h
51434 Hash: ed80ee1bdd6a323445877e7988c969b8b4a0699bb70bea8a8f6fd2e98df2f9a2
51435 Copyright: 2003 Free Software Foundation, Inc
51436 License: GPL-3+ 
51437 Licence_Text: 
51438 #Header: 
51439 #/* Compile a C# program.
51440 #   Copyright (C) 2003 Free Software Foundation, Inc.
51441 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
51442 #
51443 #   This program is free software: you can redistribute it and/or modify
51444 #   it under the terms of the GNU General Public License as published by
51445 #   the Free Software Foundation; either version 3 of the License, or
51446 #   (at your option) any later version.
51447 #
51448 #   This program is distributed in the hope that it will be useful,
51449 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51450 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51451 #   GNU General Public License for more details.
51452 #
51453 #   You should have received a copy of the GNU General Public License
51454
51455 File: ./lib/csharpexec.c
51456 Hash: 9c8d0cf212dcaf02bcbd13a6f9fc04f6bde9b26961bcb6b84c8d613eccedbe40
51457 Copyright: 2003-2008 Free Software Foundation, Inc
51458 License: GPL-3+ 
51459 Licence_Text: 
51460 #Header: 
51461 #/* Execute a C# program.
51462 #   Copyright (C) 2003-2008 Free Software Foundation, Inc.
51463 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
51464 #
51465 #   This program is free software: you can redistribute it and/or modify
51466 #   it under the terms of the GNU General Public License as published by
51467 #   the Free Software Foundation; either version 3 of the License, or
51468 #   (at your option) any later version.
51469 #
51470 #   This program is distributed in the hope that it will be useful,
51471 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51472 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51473 #   GNU General Public License for more details.
51474 #
51475 #   You should have received a copy of the GNU General Public License
51476
51477 File: ./lib/csharpexec.h
51478 Hash: b52a0f9c1967e21f490cb0a86d5d0910af3e34b693c1937e965561bbe2b01916
51479 Copyright: 2003 Free Software Foundation, Inc
51480 License: GPL-3+ 
51481 Licence_Text: 
51482 #Header: 
51483 #/* Execute a C# program.
51484 #   Copyright (C) 2003 Free Software Foundation, Inc.
51485 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
51486 #
51487 #   This program is free software: you can redistribute it and/or modify
51488 #   it under the terms of the GNU General Public License as published by
51489 #   the Free Software Foundation; either version 3 of the License, or
51490 #   (at your option) any later version.
51491 #
51492 #   This program is distributed in the hope that it will be useful,
51493 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51494 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51495 #   GNU General Public License for more details.
51496 #
51497 #   You should have received a copy of the GNU General Public License
51498
51499 File: ./lib/cycle-check.c
51500 Hash: 42e37d48e8e2bde63e12bb394fa4c50a6209ed1b592e6c236411dd339e0756a1
51501 Copyright: 2003, 2004, 2005, 2006 Free Software Foundation, Inc
51502 License: GPL-3+ 
51503 Licence_Text: 
51504 #Header: 
51505 #/* help detect directory cycles efficiently
51506 #
51507 #   Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
51508 #
51509 #   This program is free software: you can redistribute it and/or modify
51510 #   it under the terms of the GNU General Public License as published by
51511 #   the Free Software Foundation; either version 3 of the License, or
51512 #   (at your option) any later version.
51513 #
51514 #   This program is distributed in the hope that it will be useful,
51515 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51516 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51517 #   GNU General Public License for more details.
51518 #
51519 #   You should have received a copy of the GNU General Public License
51520
51521 File: ./lib/cycle-check.h
51522 Hash: 42b5265fff4a67fad7b32708c5ffe9ecb8ee2edac006073355fcc563d9cf7e11
51523 Copyright: 2003, 2004, 2006 Free Software Foundation, Inc
51524 License: GPL-3+ 
51525 Licence_Text: 
51526 #Header: 
51527 #/* help detect directory cycles efficiently
51528 #
51529 #   Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
51530 #
51531 #   This program is free software: you can redistribute it and/or modify
51532 #   it under the terms of the GNU General Public License as published by
51533 #   the Free Software Foundation; either version 3 of the License, or
51534 #   (at your option) any later version.
51535 #
51536 #   This program is distributed in the hope that it will be useful,
51537 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51538 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51539 #   GNU General Public License for more details.
51540 #
51541 #   You should have received a copy of the GNU General Public License
51542
51543 File: ./lib/des.c
51544 Hash: fd7196b6a2a037973cfc74df6861f31d3ca3a201113252ddc69f6d49843296df
51545 Copyright: 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
51546 License: GPL-2+
51547 Licence_Text: 
51548 #Header: 
51549 #/* des.c --- DES and Triple-DES encryption/decryption Algorithm
51550 # * Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007
51551 # *    Free Software Foundation, Inc.
51552 # *
51553 # * This file is free software; you can redistribute it and/or modify
51554 # * it under the terms of the GNU General Public License as published
51555 # * by the Free Software Foundation; either version 2, or (at your
51556 # * option) any later version.
51557 # *
51558 # * This file is distributed in the hope that it will be useful, but
51559 # * WITHOUT ANY WARRANTY; without even the implied warranty of
51560 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
51561 # * General Public License for more details.
51562 # *
51563 # * You should have received a copy of the GNU General Public License
51564
51565 File: ./lib/des.h
51566 Hash: 0657bba6a068db36353ae4fc668777b7948049ea563a6e04d5643878c73c0553
51567 Copyright: 2005, 2007 Free Software Foundation, Inc
51568 License: GPL-2+
51569 Licence_Text: 
51570 #Header: 
51571 #/* des.h --- DES cipher implementation.
51572 # * Copyright (C) 2005, 2007 Free Software Foundation, Inc.
51573 # *
51574 # * This file is free software; you can redistribute it and/or modify
51575 # * it under the terms of the GNU General Public License as published
51576 # * by the Free Software Foundation; either version 2, or (at your
51577 # * option) any later version.
51578 # *
51579 # * This file is distributed in the hope that it will be useful, but
51580 # * WITHOUT ANY WARRANTY; without even the implied warranty of
51581 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
51582 # * General Public License for more details.
51583 # *
51584 # * You should have received a copy of the GNU General Public License
51585 # * along with this file; if not, write to the Free Software
51586
51587 File: ./lib/dev-ino.h
51588 Hash: 389d203acc8519fb2e74b471a247ffd831d6dd93ff076a42ee47a8a48b4f821a
51589 Copyright: 
51590 License: 
51591 Licence_Text: 
51592 #Header: 
51593 ##ifndef DEV_INO_H
51594 ## define DEV_INO_H 1
51595 #
51596 ## include <sys/types.h>
51597 ## include <sys/stat.h>
51598 #
51599 #struct dev_ino
51600 #{
51601 #  ino_t st_ino;
51602 #  dev_t st_dev;
51603 #};
51604 #
51605 ##endif
51606
51607 File: ./lib/diacrit.c
51608 Hash: 8fe4fbeca6533f94fe5e22b403d4e9659a74a43af7777951d616971cb58a2865
51609 Copyright: 1990, 1991, 1992, 1993, 2000, 2006 Free Software Foundation, Inc.
51610 License: GPL-3+ 
51611 Licence_Text: 
51612 #Header: 
51613 #/* Diacritics processing for a few character codes.
51614 #
51615 #   Copyright (C) 1990, 1991, 1992, 1993, 2000, 2006 Free Software
51616 #   Foundation, Inc.
51617 #
51618 #   François Pinard <pinard@iro.umontreal.ca>, 1988.
51619 #
51620 #   All this file is a temporary hack, waiting for locales in GNU.
51621 #
51622 #   This program is free software: you can redistribute it and/or modify
51623 #   it under the terms of the GNU General Public License as published by
51624 #   the Free Software Foundation; either version 3 of the License, or
51625 #   (at your option) any later version.
51626 #
51627 #   This program is distributed in the hope that it will be useful,
51628
51629 File: ./lib/diacrit.h
51630 Hash: 1e18e6c700599854713425ac91ef20e1dc1b48d3842826f8ce12c5b8777f6cac
51631 Copyright: 1990, 1991, 1992, 1993 Free Software Foundation, Inc
51632 License: GPL-3+ 
51633 Licence_Text: 
51634 #Header: 
51635 #/* Diacritics processing for a few character codes.
51636 #   Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
51637 #   François Pinard <pinard@iro.umontreal.ca>, 1988.
51638 #
51639 #   All this file is a temporary hack, waiting for locales in GNU.
51640 #
51641 #   This program is free software: you can redistribute it and/or modify
51642 #   it under the terms of the GNU General Public License as published by
51643 #   the Free Software Foundation; either version 3 of the License, or
51644 #   (at your option) any later version.
51645 #
51646 #   This program is distributed in the hope that it will be useful,
51647 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51648 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51649 #   GNU General Public License for more details.
51650
51651 File: ./lib/diffseq.h
51652 Hash: 8e10c66c285feea8e568e48fc868abfd29fca86308f93231c42016b821f5473d
51653 Copyright: 1988-1989, 1992-1995, 2001-2004, 2006-2008 Free Software Foundation, Inc.
51654 License: GPL-3+ 
51655 Licence_Text: 
51656 #Header: 
51657 #/* Analyze differences between two vectors.
51658 #
51659 #   Copyright (C) 1988-1989, 1992-1995, 2001-2004, 2006-2008 Free
51660 #   Software Foundation, Inc.
51661 #
51662 #   This program is free software: you can redistribute it and/or modify
51663 #   it under the terms of the GNU General Public License as published by
51664 #   the Free Software Foundation; either version 3 of the License, or
51665 #   (at your option) any later version.
51666 #
51667 #   This program is distributed in the hope that it will be useful,
51668 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51669 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51670 #   GNU General Public License for more details.
51671
51672 File: ./lib/dirchownmod.c
51673 Hash: c257ba60a2b1e58c04bdd873d5f000f1f03c6f2f364bd25f3f6bda2ce19bf4b7
51674 Copyright: 2006, 2007, 2008 Free Software Foundation, Inc
51675 License: GPL-3+ 
51676 Licence_Text: 
51677 #Header: 
51678 #/* Change the ownership and mode bits of a directory.
51679 #
51680 #   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
51681 #
51682 #   This program is free software: you can redistribute it and/or modify
51683 #   it under the terms of the GNU General Public License as published by
51684 #   the Free Software Foundation; either version 3 of the License, or
51685 #   (at your option) any later version.
51686 #
51687 #   This program is distributed in the hope that it will be useful,
51688 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51689 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51690 #   GNU General Public License for more details.
51691 #
51692 #   You should have received a copy of the GNU General Public License
51693
51694 File: ./lib/dirchownmod.h
51695 Hash: 2377b01e9bac7aabe4b35b4ee9493ca91cf6d0edae1905934deb6462f7dfcdb7
51696 Copyright: 
51697 License: 
51698 Licence_Text: 
51699 #Header: 
51700 ##include <sys/types.h>
51701 #int dirchownmod (int, char const *, mode_t, uid_t, gid_t, mode_t, mode_t);
51702
51703 File: ./lib/dirent--.h
51704 Hash: 07dc0881d2aaf744a41393f3eecee439192d76eb2eb03c62fad51514dc6ffb35
51705 Copyright: 2009 Free Software Foundation, Inc
51706 License: GPL-3+ 
51707 Licence_Text: 
51708 #Header: 
51709 #/* Like dirent.h, but redefine some names to avoid glitches.
51710 #
51711 #   Copyright (C) 2009 Free Software Foundation, Inc.
51712 #
51713 #   This program is free software: you can redistribute it and/or modify
51714 #   it under the terms of the GNU General Public License as published by
51715 #   the Free Software Foundation; either version 3 of the License, or
51716 #   (at your option) any later version.
51717 #
51718 #   This program is distributed in the hope that it will be useful,
51719 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51720 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51721 #   GNU General Public License for more details.
51722 #
51723 #   You should have received a copy of the GNU General Public License
51724
51725 File: ./lib/dirent-safer.h
51726 Hash: 6fa32838fa81f1b4a4e1df89282bd0493df71361847142562db0ebb79c0349da
51727 Copyright: 2009 Free Software Foundation, Inc
51728 License: GPL-3+ 
51729 Licence_Text: 
51730 #Header: 
51731 #/* Invoke dirent-like functions, but avoid some glitches.
51732 #
51733 #   Copyright (C) 2009 Free Software Foundation, Inc.
51734 #
51735 #   This program is free software: you can redistribute it and/or modify
51736 #   it under the terms of the GNU General Public License as published by
51737 #   the Free Software Foundation; either version 3 of the License, or
51738 #   (at your option) any later version.
51739 #
51740 #   This program is distributed in the hope that it will be useful,
51741 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51742 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51743 #   GNU General Public License for more details.
51744 #
51745 #   You should have received a copy of the GNU General Public License
51746
51747 File: ./lib/dirent.in.h
51748 Hash: 6826b90dd9abb410dd4949515a1d15f184e8db441b5ad50f12c2eaf4f6f542c6
51749 Copyright: 2006-2009 Free Software Foundation, Inc
51750 License: GPL-3+ 
51751 Licence_Text: 
51752 #Header: 
51753 #/* A GNU-like <dirent.h>.
51754 #   Copyright (C) 2006-2009 Free Software Foundation, Inc.
51755 #
51756 #   This program is free software: you can redistribute it and/or modify
51757 #   it under the terms of the GNU General Public License as published by
51758 #   the Free Software Foundation; either version 3 of the License, or
51759 #   (at your option) any later version.
51760 #
51761 #   This program is distributed in the hope that it will be useful,
51762 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51763 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51764 #   GNU General Public License for more details.
51765 #
51766 #   You should have received a copy of the GNU General Public License
51767 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
51768
51769 File: ./lib/dirfd.c
51770 Hash: 3d93cdf70fd7be9fc29911d59fe09cb189e040224aaad98a8c9e83309e9c7bc5
51771 Copyright: 2001, 2006, 2008-2009 Free Software Foundation, Inc
51772 License: GPL-3+ 
51773 Licence_Text: 
51774 #Header: 
51775 #/* dirfd.c -- return the file descriptor associated with an open DIR*
51776 #
51777 #   Copyright (C) 2001, 2006, 2008-2009 Free Software Foundation, Inc.
51778 #
51779 #   This program is free software: you can redistribute it and/or modify
51780 #   it under the terms of the GNU General Public License as published by
51781 #   the Free Software Foundation; either version 3 of the License, or
51782 #   (at your option) any later version.
51783 #
51784 #   This program is distributed in the hope that it will be useful,
51785 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51786 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51787 #   GNU General Public License for more details.
51788 #
51789 #   You should have received a copy of the GNU General Public License
51790
51791 File: ./lib/dirname.c
51792 Hash: e875ed57e50a82603de0ee7a830a6d495673d3cf95ad330deed4ec9cc540fd7f
51793 Copyright: 1990, 1998, 2000, 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
51794 License: GPL-3+ 
51795 Licence_Text: 
51796 #Header: 
51797 #/* dirname.c -- return all but the last element in a file name
51798 #
51799 #   Copyright (C) 1990, 1998, 2000, 2001, 2003, 2004, 2005, 2006 Free Software
51800 #   Foundation, Inc.
51801 #
51802 #   This program is free software: you can redistribute it and/or modify
51803 #   it under the terms of the GNU General Public License as published by
51804 #   the Free Software Foundation; either version 3 of the License, or
51805 #   (at your option) any later version.
51806 #
51807 #   This program is distributed in the hope that it will be useful,
51808 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51809 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51810 #   GNU General Public License for more details.
51811
51812 File: ./lib/dirname.h
51813 Hash: 5ecde11db04080822441842ce9cdf1c7d12872412af9305e768bfc5c867e3000
51814 Copyright: 1998, 2001, 2003-2006 Free Software Foundation, Inc
51815 License: GPL-3+ 
51816 Licence_Text: 
51817 #Header: 
51818 #/*  Take file names apart into directory and base names.
51819 #
51820 #    Copyright (C) 1998, 2001, 2003-2006 Free Software Foundation, Inc.
51821 #
51822 #    This program is free software: you can redistribute it and/or modify
51823 #    it under the terms of the GNU General Public License as published by
51824 #    the Free Software Foundation; either version 3 of the License, or
51825 #    (at your option) any later version.
51826 #
51827 #    This program is distributed in the hope that it will be useful,
51828 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
51829 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51830 #    GNU General Public License for more details.
51831 #
51832 #    You should have received a copy of the GNU General Public License
51833
51834 File: ./lib/dprintf.c
51835 Hash: da1c7c53e8a8c30976ec7a4bed151fb411c3b8f16b95c8e5b8d7e0b0ee003342
51836 Copyright: 2009 Free Software Foundation, Inc
51837 License: GPL-3+ 
51838 Licence_Text: 
51839 #Header: 
51840 #/* Formatted output to a file descriptor.
51841 #   Copyright (C) 2009 Free Software Foundation, Inc.
51842 #
51843 #   This program is free software: you can redistribute it and/or modify
51844 #   it under the terms of the GNU General Public License as published by
51845 #   the Free Software Foundation; either version 3 of the License, or
51846 #   (at your option) any later version.
51847 #
51848 #   This program is distributed in the hope that it will be useful,
51849 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51850 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51851 #   GNU General Public License for more details.
51852 #
51853 #   You should have received a copy of the GNU General Public License
51854 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
51855
51856 File: ./lib/dummy.c
51857 Hash: 3afbebab4922858335d8687bdd39bf0881f6eea6ed63f9d8d2999e9010b6704c
51858 Copyright: 2004, 2007 Free Software Foundation, Inc
51859 License: GPL-3+ 
51860 Licence_Text: 
51861 #Header: 
51862 #/* A dummy file, to prevent empty libraries from breaking builds.
51863 #   Copyright (C) 2004, 2007 Free Software Foundation, Inc.
51864 #
51865 #   This program is free software: you can redistribute it and/or modify
51866 #   it under the terms of the GNU General Public License as published by
51867 #   the Free Software Foundation; either version 3 of the License, or
51868 #   (at your option) any later version.
51869 #
51870 #   This program is distributed in the hope that it will be useful,
51871 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51872 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51873 #   GNU General Public License for more details.
51874 #
51875 #   You should have received a copy of the GNU General Public License
51876 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
51877
51878 File: ./lib/dup-safer.c
51879 Hash: 37fd02f35d9bbe9b3673b9681de76101a235e4a0fc4d7c630773aabe959455fa
51880 Copyright: 2001, 2004, 2005, 2006, 2009 Free Software Foundation, Inc.
51881 License: GPL-3+ 
51882 Licence_Text: 
51883 #Header: 
51884 #/* Invoke dup, but avoid some glitches.
51885 #
51886 #   Copyright (C) 2001, 2004, 2005, 2006, 2009 Free Software
51887 #   Foundation, Inc.
51888 #
51889 #   This program is free software: you can redistribute it and/or modify
51890 #   it under the terms of the GNU General Public License as published by
51891 #   the Free Software Foundation; either version 3 of the License, or
51892 #   (at your option) any later version.
51893 #
51894 #   This program is distributed in the hope that it will be useful,
51895 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51896 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51897 #   GNU General Public License for more details.
51898
51899 File: ./lib/dup2.c
51900 Hash: a27cbfd58d5eb3c2d99b2a053764f3f1085841d3f29434c0a8001d845d1387c8
51901 Copyright: 1999, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
51902 License: GPL-3+ 
51903 Licence_Text: 
51904 #Header: 
51905 #/* Duplicate an open file descriptor to a specified file descriptor.
51906 #
51907 #   Copyright (C) 1999, 2004, 2005, 2006, 2007, 2009 Free Software
51908 #   Foundation, Inc.
51909 #
51910 #   This program is free software: you can redistribute it and/or modify
51911 #   it under the terms of the GNU General Public License as published by
51912 #   the Free Software Foundation; either version 3 of the License, or
51913 #   (at your option) any later version.
51914 #
51915 #   This program is distributed in the hope that it will be useful,
51916 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51917 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51918 #   GNU General Public License for more details.
51919
51920 File: ./lib/dup3.c
51921 Hash: 5a1a146029856f33980e0ca9fb03df16e17c36957b8af8c5f19839cba93b392d
51922 Copyright: 2009 Free Software Foundation, Inc
51923 License: GPL-2+
51924 Licence_Text: 
51925 #Header: 
51926 #/* Copy a file descriptor, applying specific flags.
51927 #   Copyright (C) 2009 Free Software Foundation, Inc.
51928 #
51929 #   This program is free software; you can redistribute it and/or modify
51930 #   it under the terms of the GNU General Public License as published by
51931 #   the Free Software Foundation; either version 2, or (at your option)
51932 #   any later version.
51933 #
51934 #   This program is distributed in the hope that it will be useful,
51935 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51936 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51937 #   GNU General Public License for more details.
51938 #
51939 #   You should have received a copy of the GNU General Public License along
51940 #   with this program; if not, write to the Free Software Foundation,
51941
51942 File: ./lib/eealloc.h
51943 Hash: 14128ce1ce8fbad4f7358db50d4b6d6ce1c9c524e4ea23b6e266f36b39a82695
51944 Copyright: 2003, 2008 Free Software Foundation, Inc
51945 License: GPL-3+ 
51946 Licence_Text: 
51947 #Header: 
51948 #/* Memory allocation with expensive empty allocations.
51949 #   Copyright (C) 2003, 2008 Free Software Foundation, Inc.
51950 #   Written by Bruno Haible <bruno@clisp.org>, 2003,
51951 #   based on prior work by Jim Meyering.
51952 #
51953 #   This program is free software: you can redistribute it and/or modify
51954 #   it under the terms of the GNU General Public License as published by
51955 #   the Free Software Foundation; either version 3 of the License, or
51956 #   (at your option) any later version.
51957 #
51958 #   This program is distributed in the hope that it will be useful,
51959 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51960 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51961 #   GNU General Public License for more details.
51962
51963 File: ./lib/errno.in.h
51964 Hash: fe88fbd6fac6eb6acc5b84e204ef7b20b5968de6725682e3694d1f027bcf3b32
51965 Copyright: 2008-2009 Free Software Foundation, Inc
51966 License: GPL-2+
51967 Licence_Text: 
51968 #Header: 
51969 #/* A POSIX-like <errno.h>.
51970 #
51971 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
51972 #
51973 #   This program is free software; you can redistribute it and/or modify
51974 #   it under the terms of the GNU General Public License as published by
51975 #   the Free Software Foundation; either version 2, or (at your option)
51976 #   any later version.
51977 #
51978 #   This program is distributed in the hope that it will be useful,
51979 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
51980 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51981 #   GNU General Public License for more details.
51982 #
51983 #   You should have received a copy of the GNU General Public License
51984
51985 File: ./lib/error.c
51986 Hash: 759532401c6333a4e942e57b2d1ec3efe68990086230f50dfc8018148c6241a9
51987 Copyright: 1990-1998, 2000-2007, 2009 Free Software Foundation, Inc
51988 License: GPL-3+ 
51989 Licence_Text: 
51990 #Header: 
51991 #/* Error handler for noninteractive utilities
51992 #   Copyright (C) 1990-1998, 2000-2007, 2009 Free Software Foundation, Inc.
51993 #   This file is part of the GNU C Library.
51994 #
51995 #   This program is free software: you can redistribute it and/or modify
51996 #   it under the terms of the GNU General Public License as published by
51997 #   the Free Software Foundation; either version 3 of the License, or
51998 #   (at your option) any later version.
51999 #
52000 #   This program is distributed in the hope that it will be useful,
52001 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52002 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52003 #   GNU General Public License for more details.
52004 #
52005 #   You should have received a copy of the GNU General Public License
52006
52007 File: ./lib/error.h
52008 Hash: c14e8a46030c1ac6f69b89a732b7b3a0c35ab78d550419c08c02a626010c3073
52009 Copyright: 1995, 1996, 1997, 2003, 2006, 2008 Free Software Foundation, Inc
52010 License: GPL-3+ 
52011 Licence_Text: 
52012 #Header: 
52013 #/* Declaration for error-reporting function
52014 #   Copyright (C) 1995, 1996, 1997, 2003, 2006, 2008 Free Software Foundation, Inc.
52015 #   This file is part of the GNU C Library.
52016 #
52017 #   This program is free software: you can redistribute it and/or modify
52018 #   it under the terms of the GNU General Public License as published by
52019 #   the Free Software Foundation; either version 3 of the License, or
52020 #   (at your option) any later version.
52021 #
52022 #   This program is distributed in the hope that it will be useful,
52023 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52024 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52025 #   GNU General Public License for more details.
52026 #
52027 #   You should have received a copy of the GNU General Public License
52028
52029 File: ./lib/euidaccess.c
52030 Hash: 88c401261238a10e8eb01df632a0149146590e3692034046262b614e176b7677
52031 Copyright: 1990, 1991, 1995, 1998, 2000, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
52032 License: GPL-3+ 
52033 Licence_Text: 
52034 #Header: 
52035 #/* euidaccess -- check if effective user id can access file
52036 #
52037 #   Copyright (C) 1990, 1991, 1995, 1998, 2000, 2003, 2004, 2005, 2006,
52038 #   2008, 2009 Free Software Foundation, Inc.
52039 #
52040 #   This file is part of the GNU C Library.
52041 #
52042 #   This program is free software: you can redistribute it and/or modify
52043 #   it under the terms of the GNU General Public License as published by
52044 #   the Free Software Foundation; either version 3 of the License, or
52045 #   (at your option) any later version.
52046 #
52047 #   This program is distributed in the hope that it will be useful,
52048 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52049 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52050
52051 File: ./lib/exclude.c
52052 Hash: d841af1f422218e8e2c99fbda36b8626a810eae7a5e2be71c587bf33ecf2a895
52053 Copyright: 1992, 1993, 1994, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
52054 License: GPL-3+ 
52055 Licence_Text: 
52056 #Header: 
52057 #/* exclude.c -- exclude file names
52058 #
52059 #   Copyright (C) 1992, 1993, 1994, 1997, 1999, 2000, 2001, 2002, 2003,
52060 #   2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
52061 #
52062 #   This program is free software: you can redistribute it and/or modify
52063 #   it under the terms of the GNU General Public License as published by
52064 #   the Free Software Foundation; either version 3 of the License, or
52065 #   (at your option) any later version.
52066 #
52067 #   This program is distributed in the hope that it will be useful,
52068 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52069 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52070 #   GNU General Public License for more details.
52071
52072 File: ./lib/exclude.h
52073 Hash: 2b13111b63be6c6ecb81a5e34429097b34c88b4a889ea6a41ef41309a6ef3ca5
52074 Copyright: 1992, 1993, 1994, 1997, 1999, 2001, 2002, 2003, 2005, 2006, 2009 Free Software Foundation, Inc.
52075 License: GPL-3+ 
52076 Licence_Text: 
52077 #Header: 
52078 #/* exclude.h -- declarations for excluding file names
52079 #
52080 #   Copyright (C) 1992, 1993, 1994, 1997, 1999, 2001, 2002, 2003, 2005,
52081 #   2006, 2009 Free Software Foundation, Inc.
52082 #
52083 #   This program is free software: you can redistribute it and/or modify
52084 #   it under the terms of the GNU General Public License as published by
52085 #   the Free Software Foundation; either version 3 of the License, or
52086 #   (at your option) any later version.
52087 #
52088 #   This program is distributed in the hope that it will be useful,
52089 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52090 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52091 #   GNU General Public License for more details.
52092
52093 File: ./lib/execute.c
52094 Hash: fada894c258c01aed0dcacdb27e67b8302428f122a9a80bd346df99e5e29b461
52095 Copyright: 2001-2004, 2006-2009 Free Software Foundation, Inc
52096 License: GPL-3+ 
52097 Licence_Text: 
52098 #Header: 
52099 #/* Creation of autonomous subprocesses.
52100 #   Copyright (C) 2001-2004, 2006-2009 Free Software Foundation, Inc.
52101 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
52102 #
52103 #   This program is free software: you can redistribute it and/or modify
52104 #   it under the terms of the GNU General Public License as published by
52105 #   the Free Software Foundation; either version 3 of the License, or
52106 #   (at your option) any later version.
52107 #
52108 #   This program is distributed in the hope that it will be useful,
52109 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52110 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52111 #   GNU General Public License for more details.
52112 #
52113 #   You should have received a copy of the GNU General Public License
52114
52115 File: ./lib/execute.h
52116 Hash: 4e56a6cb0389acc2d1a3f91209fd3781803a0acfeb907ff3d0448286af4e35d9
52117 Copyright: 2001-2003, 2008 Free Software Foundation, Inc
52118 License: GPL-3+ 
52119 Licence_Text: 
52120 #Header: 
52121 #/* Creation of autonomous subprocesses.
52122 #   Copyright (C) 2001-2003, 2008 Free Software Foundation, Inc.
52123 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
52124 #
52125 #   This program is free software: you can redistribute it and/or modify
52126 #   it under the terms of the GNU General Public License as published by
52127 #   the Free Software Foundation; either version 3 of the License, or
52128 #   (at your option) any later version.
52129 #
52130 #   This program is distributed in the hope that it will be useful,
52131 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52132 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52133 #   GNU General Public License for more details.
52134 #
52135 #   You should have received a copy of the GNU General Public License
52136
52137 File: ./lib/exitfail.c
52138 Hash: 5a9a124a57c5dacad4bf2b5e021b77a42a33ee35872481ff71c4e0cd00afc2ec
52139 Copyright: 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc
52140 License: GPL-3+ 
52141 Licence_Text: 
52142 #Header: 
52143 #/* Failure exit status
52144 #
52145 #   Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
52146 #
52147 #   This program is free software: you can redistribute it and/or modify
52148 #   it under the terms of the GNU General Public License as published by
52149 #   the Free Software Foundation; either version 3 of the License, or
52150 #   (at your option) any later version.
52151 #
52152 #   This program is distributed in the hope that it will be useful,
52153 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52154 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52155 #   GNU General Public License for more details.
52156 #
52157 #   You should have received a copy of the GNU General Public License
52158
52159 File: ./lib/exitfail.h
52160 Hash: 877a42c98a8a8b7975c4a116bcc0afead63f92402e05649936af61e72493f252
52161 Copyright: 2002 Free Software Foundation, Inc
52162 License: GPL-3+ 
52163 Licence_Text: 
52164 #Header: 
52165 #/* Failure exit status
52166 #
52167 #   Copyright (C) 2002 Free Software Foundation, Inc.
52168 #
52169 #   This program is free software: you can redistribute it and/or modify
52170 #   it under the terms of the GNU General Public License as published by
52171 #   the Free Software Foundation; either version 3 of the License, or
52172 #   (at your option) any later version.
52173 #
52174 #   This program is distributed in the hope that it will be useful,
52175 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52176 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52177 #   GNU General Public License for more details.
52178 #
52179 #   You should have received a copy of the GNU General Public License
52180
52181 File: ./lib/expl.c
52182 Hash: f570f9a7eb0fc19acf0bd0b30e1482a7ed8ba594dc26eb7951dd8a8f119be46c
52183 Copyright: 2002, 2003, 2007 Free Software Foundation, Inc
52184 License: GPL-3+ 
52185 Licence_Text: 
52186 #Header: 
52187 #/* Emulation for expl.
52188 #   Contributed by Paolo Bonzini
52189 #
52190 #   Copyright 2002, 2003, 2007 Free Software Foundation, Inc.
52191 #
52192 #   This file is part of gnulib.
52193 #
52194 #   This program is free software: you can redistribute it and/or modify
52195 #   it under the terms of the GNU General Public License as published by
52196 #   the Free Software Foundation; either version 3 of the License, or
52197 #   (at your option) any later version.
52198 #
52199 #   This program is distributed in the hope that it will be useful,
52200 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52201 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52202
52203 File: ./lib/faccessat.c
52204 Hash: b11aa6f0dacf29b21357e6fc7694c750c8a7b4d6601f5fbc8b869d1f7c1cfff5
52205 Copyright: 2009 Free Software Foundation, Inc
52206 License: GPL-3+ 
52207 Licence_Text: 
52208 #Header: 
52209 #/* Check the access rights of a file relative to an open directory.
52210 #   Copyright (C) 2009 Free Software Foundation, Inc.
52211 #
52212 #   This program is free software: you can redistribute it and/or modify
52213 #   it under the terms of the GNU General Public License as published by
52214 #   the Free Software Foundation; either version 3 of the License, or
52215 #   (at your option) any later version.
52216 #
52217 #   This program is distributed in the hope that it will be useful,
52218 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52219 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52220 #   GNU General Public License for more details.
52221 #
52222 #   You should have received a copy of the GNU General Public License
52223 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
52224
52225 File: ./lib/fatal-signal.c
52226 Hash: 2439def8a904b9fec75774ba5e8dcc0c4df0ac24598e0395fa54277e258bcaf8
52227 Copyright: 2003-2004, 2006-2008 Free Software Foundation, Inc
52228 License: GPL-3+ 
52229 Licence_Text: 
52230 #Header: 
52231 #/* Emergency actions in case of a fatal signal.
52232 #   Copyright (C) 2003-2004, 2006-2008 Free Software Foundation, Inc.
52233 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
52234 #
52235 #   This program is free software: you can redistribute it and/or modify
52236 #   it under the terms of the GNU General Public License as published by
52237 #   the Free Software Foundation; either version 3 of the License, or
52238 #   (at your option) any later version.
52239 #
52240 #   This program is distributed in the hope that it will be useful,
52241 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52242 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52243 #   GNU General Public License for more details.
52244 #
52245 #   You should have received a copy of the GNU General Public License
52246
52247 File: ./lib/fatal-signal.h
52248 Hash: 161abae5aa433aa22b95dbeacf7abe6b3813df0983bbc3e90d1ac806b398dcdc
52249 Copyright: 2003-2004 Free Software Foundation, Inc
52250 License: GPL-3+ 
52251 Licence_Text: 
52252 #Header: 
52253 #/* Emergency actions in case of a fatal signal.
52254 #   Copyright (C) 2003-2004 Free Software Foundation, Inc.
52255 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
52256 #
52257 #   This program is free software: you can redistribute it and/or modify
52258 #   it under the terms of the GNU General Public License as published by
52259 #   the Free Software Foundation; either version 3 of the License, or
52260 #   (at your option) any later version.
52261 #
52262 #   This program is distributed in the hope that it will be useful,
52263 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52264 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52265 #   GNU General Public License for more details.
52266 #
52267 #   You should have received a copy of the GNU General Public License
52268
52269 File: ./lib/fbufmode.c
52270 Hash: a5abdbf63e5f0a4445b38c4af2b59138283911fe1cd2e69236cf839d7baada5f
52271 Copyright: 2007-2009 Free Software Foundation, Inc
52272 License: GPL-3+ 
52273 Licence_Text: 
52274 #Header: 
52275 #/* Retrieve information about a FILE stream.
52276 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
52277 #
52278 #   This program is free software: you can redistribute it and/or modify
52279 #   it under the terms of the GNU General Public License as published by
52280 #   the Free Software Foundation; either version 3 of the License, or
52281 #   (at your option) any later version.
52282 #
52283 #   This program is distributed in the hope that it will be useful,
52284 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52285 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52286 #   GNU General Public License for more details.
52287 #
52288 #   You should have received a copy of the GNU General Public License
52289 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
52290
52291 File: ./lib/fbufmode.h
52292 Hash: 6ed3175e10c5665dcf6db713c0e2349045f3bd4fd4168fd28f47c63e550bc6be
52293 Copyright: 2007 Free Software Foundation, Inc
52294 License: GPL-3+ 
52295 Licence_Text: 
52296 #Header: 
52297 #/* Retrieve information about a FILE stream.
52298 #   Copyright (C) 2007 Free Software Foundation, Inc.
52299 #
52300 #   This program is free software: you can redistribute it and/or modify
52301 #   it under the terms of the GNU General Public License as published by
52302 #   the Free Software Foundation; either version 3 of the License, or
52303 #   (at your option) any later version.
52304 #
52305 #   This program is distributed in the hope that it will be useful,
52306 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52307 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52308 #   GNU General Public License for more details.
52309 #
52310 #   You should have received a copy of the GNU General Public License
52311 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
52312
52313 File: ./lib/fchdir.c
52314 Hash: 1cff01be35d904c715c02a565711422784c3ab81ba68517b8d166ed3fdc8172b
52315 Copyright: 2006-2009 Free Software Foundation, Inc
52316 License: GPL-3+ 
52317 Licence_Text: 
52318 #Header: 
52319 #/* fchdir replacement.
52320 #   Copyright (C) 2006-2009 Free Software Foundation, Inc.
52321 #
52322 #   This program is free software: you can redistribute it and/or modify
52323 #   it under the terms of the GNU General Public License as published by
52324 #   the Free Software Foundation; either version 3 of the License, or
52325 #   (at your option) any later version.
52326 #
52327 #   This program is distributed in the hope that it will be useful,
52328 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52329 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52330 #   GNU General Public License for more details.
52331 #
52332 #   You should have received a copy of the GNU General Public License
52333 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
52334
52335 File: ./lib/fchmodat.c
52336 Hash: cb14ca8efe705c5d31767cda4078b03e79cb5401098cd07215414b4af7ccda80
52337 Copyright: 2006, 2009 Free Software Foundation, Inc
52338 License: GPL-3+ 
52339 Licence_Text: 
52340 #Header: 
52341 #/* Change the protections of file relative to an open directory.
52342 #   Copyright (C) 2006, 2009 Free Software Foundation, Inc.
52343 #
52344 #   This program is free software: you can redistribute it and/or modify
52345 #   it under the terms of the GNU General Public License as published by
52346 #   the Free Software Foundation; either version 3 of the License, or
52347 #   (at your option) any later version.
52348 #
52349 #   This program is distributed in the hope that it will be useful,
52350 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52351 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52352 #   GNU General Public License for more details.
52353 #
52354 #   You should have received a copy of the GNU General Public License
52355 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
52356
52357 File: ./lib/fchown-stub.c
52358 Hash: 01f08654cdc736f611bedc64897d6cde20db20238576d2e399050a59b54b6609
52359 Copyright: 
52360 License: 
52361 Licence_Text: 
52362 #Header: 
52363 ##include <config.h>
52364 #
52365 ##include <sys/types.h>
52366 ##include <errno.h>
52367 #
52368 #/* A trivial substitute for `fchown'.
52369 #
52370 #   DJGPP 2.03 and earlier (and perhaps later) don't have `fchown',
52371 #   so we pretend no-one has permission for this operation. */
52372 #
52373 #int
52374 #fchown (int fd, uid_t uid, gid_t gid)
52375 #{
52376 #  errno = EPERM;
52377 #  return -1;
52378
52379 File: ./lib/fchownat.c
52380 Hash: f4ccacb449cfd52c9bb32d38c9282f9eb6db3e21bb40fe343f32361e2f2eee4b
52381 Copyright: 2006-2007, 2009 Free Software Foundation, Inc
52382 License: GPL-3+ 
52383 Licence_Text: 
52384 #Header: 
52385 #/* This function serves as replacement for a missing fchownat function,
52386 #   as well as a work around for the fchownat bug in glibc-2.4:
52387 #    <http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html>
52388 #   when the buggy fchownat-with-AT_SYMLINK_NOFOLLOW operates on a symlink, it
52389 #   mistakenly affects the symlink referent, rather than the symlink itself.
52390 #
52391 #   Copyright (C) 2006-2007, 2009 Free Software Foundation, Inc.
52392 #
52393 #   This program is free software: you can redistribute it and/or modify
52394 #   it under the terms of the GNU General Public License as published by
52395 #   the Free Software Foundation; either version 3 of the License, or
52396 #   (at your option) any later version.
52397 #
52398 #   This program is distributed in the hope that it will be useful,
52399 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52400
52401 File: ./lib/fclose.c
52402 Hash: b9ff3e698a5bc176cc516f2d1bc0f1caeb31ce6ef5bc03a59f86d41f8c9a061a
52403 Copyright: 2008 Free Software Foundation, Inc
52404 License: GPL-3+ 
52405 Licence_Text: 
52406 #Header: 
52407 #/* fclose replacement.
52408 #   Copyright (C) 2008 Free Software Foundation, Inc.
52409 #
52410 #   This program is free software: you can redistribute it and/or modify
52411 #   it under the terms of the GNU General Public License as published by
52412 #   the Free Software Foundation; either version 3 of the License, or
52413 #   (at your option) any later version.
52414 #
52415 #   This program is distributed in the hope that it will be useful,
52416 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52417 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52418 #   GNU General Public License for more details.
52419 #
52420 #   You should have received a copy of the GNU General Public License
52421 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
52422
52423 File: ./lib/fcntl--.h
52424 Hash: 3b7416a86275dcfa8f78d2f70ac320e95583cb68a3c2710dfd3d0c0ad79674f5
52425 Copyright: 2005, 2009 Free Software Foundation, Inc
52426 License: GPL-3+ 
52427 Licence_Text: 
52428 #Header: 
52429 #/* Like fcntl.h, but redefine some names to avoid glitches.
52430 #
52431 #   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
52432 #
52433 #   This program is free software: you can redistribute it and/or modify
52434 #   it under the terms of the GNU General Public License as published by
52435 #   the Free Software Foundation; either version 3 of the License, or
52436 #   (at your option) any later version.
52437 #
52438 #   This program is distributed in the hope that it will be useful,
52439 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52440 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52441 #   GNU General Public License for more details.
52442 #
52443 #   You should have received a copy of the GNU General Public License
52444
52445 File: ./lib/fcntl-safer.h
52446 Hash: 1b38a5c280f10b1be082ade7aa7a7094e8e48ad6610748a54b3e1e463c6955ec
52447 Copyright: 2005, 2009 Free Software Foundation, Inc
52448 License: GPL-3+ 
52449 Licence_Text: 
52450 #Header: 
52451 #/* Invoke fcntl-like functions, but avoid some glitches.
52452 #
52453 #   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
52454 #
52455 #   This program is free software: you can redistribute it and/or modify
52456 #   it under the terms of the GNU General Public License as published by
52457 #   the Free Software Foundation; either version 3 of the License, or
52458 #   (at your option) any later version.
52459 #
52460 #   This program is distributed in the hope that it will be useful,
52461 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52462 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52463 #   GNU General Public License for more details.
52464 #
52465 #   You should have received a copy of the GNU General Public License
52466
52467 File: ./lib/fcntl.in.h
52468 Hash: 8f4cd6edcf635c7f343e2b03cd1b7d40d742b57ea937a23b4acbac9f79deb464
52469 Copyright: 2006-2009 Free Software Foundation, Inc
52470 License: GPL-3+ 
52471 Licence_Text: 
52472 #Header: 
52473 #/* Like <fcntl.h>, but with non-working flags defined to 0.
52474 #
52475 #   Copyright (C) 2006-2009 Free Software Foundation, Inc.
52476 #
52477 #   This program is free software: you can redistribute it and/or modify
52478 #   it under the terms of the GNU General Public License as published by
52479 #   the Free Software Foundation; either version 3 of the License, or
52480 #   (at your option) any later version.
52481 #
52482 #   This program is distributed in the hope that it will be useful,
52483 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52484 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52485 #   GNU General Public License for more details.
52486 #
52487 #   You should have received a copy of the GNU General Public License
52488
52489 File: ./lib/fd-safer.c
52490 Hash: fe1b4e960de5e5b3af0103f56e2cb6654a051d17aee26df93bda76176ba04d00
52491 Copyright: 2005, 2006, 2009 Free Software Foundation, Inc
52492 License: GPL-3+ 
52493 Licence_Text: 
52494 #Header: 
52495 #/* Return a safer copy of a file descriptor.
52496 #
52497 #   Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
52498 #
52499 #   This program is free software: you can redistribute it and/or modify
52500 #   it under the terms of the GNU General Public License as published by
52501 #   the Free Software Foundation; either version 3 of the License, or
52502 #   (at your option) any later version.
52503 #
52504 #   This program is distributed in the hope that it will be useful,
52505 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52506 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52507 #   GNU General Public License for more details.
52508 #
52509 #   You should have received a copy of the GNU General Public License
52510
52511 File: ./lib/fdopendir.c
52512 Hash: 6fa3102cfff5b57b78e4709b2c03cdcb8dc5519c9889f635ba73c34887212a84
52513 Copyright: 2004-2009 Free Software Foundation, Inc
52514 License: GPL-3+ 
52515 Licence_Text: 
52516 #Header: 
52517 #/* provide a replacement fdopendir function
52518 #   Copyright (C) 2004-2009 Free Software Foundation, Inc.
52519 #
52520 #   This program is free software: you can redistribute it and/or modify
52521 #   it under the terms of the GNU General Public License as published by
52522 #   the Free Software Foundation; either version 3 of the License, or
52523 #   (at your option) any later version.
52524 #
52525 #   This program is distributed in the hope that it will be useful,
52526 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52527 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52528 #   GNU General Public License for more details.
52529 #
52530 #   You should have received a copy of the GNU General Public License
52531 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
52532
52533 File: ./lib/fflush.c
52534 Hash: 2622273e90952bfaa2fca8364132393c33b80f90a66a35c6b75240af7e94606c
52535 Copyright: 2007-2009 Free Software Foundation, Inc
52536 License: GPL-3+ 
52537 Licence_Text: 
52538 #Header: 
52539 #/* fflush.c -- allow flushing input streams
52540 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
52541 #
52542 #   This program is free software: you can redistribute it and/or modify
52543 #   it under the terms of the GNU General Public License as published by
52544 #   the Free Software Foundation; either version 3 of the License, or
52545 #   (at your option) any later version.
52546 #
52547 #   This program is distributed in the hope that it will be useful,
52548 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52549 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52550 #   GNU General Public License for more details.
52551 #
52552 #   You should have received a copy of the GNU General Public License
52553 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
52554
52555 File: ./lib/file-has-acl.c
52556 Hash: 2f4bae0d818e2fcf56e772e9c9caa2310f7f7dc7d3cd3556335b0d04d46964a2
52557 Copyright: 2002-2003, 2005-2009 Free Software Foundation, Inc
52558 License: GPL-3+ 
52559 Licence_Text: 
52560 #Header: 
52561 #/* Test whether a file has a nontrivial access control list.
52562 #
52563 #   Copyright (C) 2002-2003, 2005-2009 Free Software Foundation, Inc.
52564 #
52565 #   This program is free software: you can redistribute it and/or modify
52566 #   it under the terms of the GNU General Public License as published by
52567 #   the Free Software Foundation; either version 3 of the License, or
52568 #   (at your option) any later version.
52569 #
52570 #   This program is distributed in the hope that it will be useful,
52571 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52572 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52573 #   GNU General Public License for more details.
52574 #
52575 #   You should have received a copy of the GNU General Public License
52576
52577 File: ./lib/file-set.c
52578 Hash: 45dea5f9b0a95afa2babe22d9de18010fe4078005351697ce25c587c75173b3a
52579 Copyright: 2007 Free Software Foundation, Inc
52580 License: GPL-3+ 
52581 Licence_Text: 
52582 #Header: 
52583 #/* Specialized functions to manipulate a set of files.
52584 #   Copyright (C) 2007 Free Software Foundation, Inc.
52585 #
52586 #   This program is free software: you can redistribute it and/or modify
52587 #   it under the terms of the GNU General Public License as published by
52588 #   the Free Software Foundation; either version 3 of the License, or
52589 #   (at your option) any later version.
52590 #
52591 #   This program is distributed in the hope that it will be useful,
52592 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52593 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52594 #   GNU General Public License for more details.
52595 #
52596 #   You should have received a copy of the GNU General Public License
52597 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
52598
52599 File: ./lib/file-set.h
52600 Hash: 4bacc096f8105ab71d14c90967bb7855d2ad8da0afc132d32c8df03d2eb427dd
52601 Copyright: 
52602 License: 
52603 Licence_Text: 
52604 #Header: 
52605 ##include <sys/types.h>
52606 ##include <sys/stat.h>
52607 ##include <stdbool.h>
52608 #
52609 ##include "hash.h"
52610 #
52611 #extern void record_file (Hash_table *ht, char const *file,
52612 #                        struct stat const *stats)
52613 #  __attribute__((nonnull(2, 3)));
52614 #
52615 #extern bool seen_file (Hash_table const *ht, char const *file,
52616 #                      struct stat const *stats);
52617
52618 File: ./lib/file-type.c
52619 Hash: 9b360c9dba47a27fbcdcfa7c880672f23094a4332459655d5a06abaf75724544
52620 Copyright: 1993, 1994, 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
52621 License: GPL-3+ 
52622 Licence_Text: 
52623 #Header: 
52624 #/* Return a string describing the type of a file.
52625 #
52626 #   Copyright (C) 1993, 1994, 2001, 2002, 2004, 2005, 2006 Free
52627 #   Software Foundation, Inc.
52628 #
52629 #   This program is free software: you can redistribute it and/or modify
52630 #   it under the terms of the GNU General Public License as published by
52631 #   the Free Software Foundation; either version 3 of the License, or
52632 #   (at your option) any later version.
52633 #
52634 #   This program is distributed in the hope that it will be useful,
52635 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52636 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52637 #   GNU General Public License for more details.
52638
52639 File: ./lib/file-type.h
52640 Hash: 33f7ce18b9037520c8a1d64bce9ba5ccfccc1ac39b4b08510f2f2caab56064b9
52641 Copyright: 1993, 1994, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
52642 License: GPL-3+ 
52643 Licence_Text: 
52644 #Header: 
52645 #/* Return a string describing the type of a file.
52646 #
52647 #   Copyright (C) 1993, 1994, 2001, 2002, 2004, 2005 Free Software
52648 #   Foundation, Inc.
52649 #
52650 #   This program is free software: you can redistribute it and/or modify
52651 #   it under the terms of the GNU General Public License as published by
52652 #   the Free Software Foundation; either version 3 of the License, or
52653 #   (at your option) any later version.
52654 #
52655 #   This program is distributed in the hope that it will be useful,
52656 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52657 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52658 #   GNU General Public License for more details.
52659
52660 File: ./lib/fileblocks.c
52661 Hash: 15debca15418300f226a883a5ce4e98d3b687ef448b5b30e08247e56908be2ae
52662 Copyright: 1990, 1997, 1998, 1999, 2004, 2005, 2006 Free Software Foundation, Inc.
52663 License: GPL-3+ 
52664 Licence_Text: 
52665 #Header: 
52666 #/* Convert file size to number of blocks on System V-like machines.
52667 #
52668 #   Copyright (C) 1990, 1997, 1998, 1999, 2004, 2005, 2006 Free Software
52669 #   Foundation, Inc.
52670 #
52671 #   This program is free software: you can redistribute it and/or modify
52672 #   it under the terms of the GNU General Public License as published by
52673 #   the Free Software Foundation; either version 3 of the License, or
52674 #   (at your option) any later version.
52675 #
52676 #   This program is distributed in the hope that it will be useful,
52677 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52678 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52679 #   GNU General Public License for more details.
52680
52681 File: ./lib/filemode.c
52682 Hash: 169a543533dec3c22ffde0c0391528ea49b2440c80bc3ffde47196967ad49af0
52683 Copyright: 1985, 1990, 1993, 1998-2000, 2004, 2006 Free Software Foundation, Inc.
52684 License: GPL-3+ 
52685 Licence_Text: 
52686 #Header: 
52687 #/* filemode.c -- make a string describing file modes
52688 #
52689 #   Copyright (C) 1985, 1990, 1993, 1998-2000, 2004, 2006 Free Software
52690 #   Foundation, Inc.
52691 #
52692 #   This program is free software: you can redistribute it and/or modify
52693 #   it under the terms of the GNU General Public License as published by
52694 #   the Free Software Foundation; either version 3 of the License, or
52695 #   (at your option) any later version.
52696 #
52697 #   This program is distributed in the hope that it will be useful,
52698 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52699 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52700 #   GNU General Public License for more details.
52701
52702 File: ./lib/filemode.h
52703 Hash: 6439a9bafba8f71ce6dd51c897b653f713d013a8496413a19361cac6f515dcaf
52704 Copyright: 1998, 1999, 2003, 2006 Free Software Foundation, Inc
52705 License: GPL-3+ 
52706 Licence_Text: 
52707 #Header: 
52708 #/* Make a string describing file modes.
52709 #
52710 #   Copyright (C) 1998, 1999, 2003, 2006 Free Software Foundation, Inc.
52711 #
52712 #   This program is free software: you can redistribute it and/or modify
52713 #   it under the terms of the GNU General Public License as published by
52714 #   the Free Software Foundation; either version 3 of the License, or
52715 #   (at your option) any later version.
52716 #
52717 #   This program is distributed in the hope that it will be useful,
52718 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52719 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52720 #   GNU General Public License for more details.
52721 #
52722 #   You should have received a copy of the GNU General Public License
52723
52724 File: ./lib/filename.h
52725 Hash: 4f53c064d5d3411085081f0e8d109ed3132ab4333b1eefff9c22a968fa751ad8
52726 Copyright: 2001-2004, 2007-2008 Free Software Foundation, Inc
52727 License: GPL-3+ 
52728 Licence_Text: 
52729 #Header: 
52730 #/* Basic filename support macros.
52731 #   Copyright (C) 2001-2004, 2007-2008 Free Software Foundation, Inc.
52732 #
52733 #   This program is free software: you can redistribute it and/or modify
52734 #   it under the terms of the GNU General Public License as published by
52735 #   the Free Software Foundation; either version 3 of the License, or
52736 #   (at your option) any later version.
52737 #
52738 #   This program is distributed in the hope that it will be useful,
52739 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52740 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52741 #   GNU General Public License for more details.
52742 #
52743 #   You should have received a copy of the GNU General Public License
52744 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
52745
52746 File: ./lib/filenamecat.c
52747 Hash: d956c0d319ac571bc4c8d3e7d5be91e47dfbe356a8f4c2c64abe944b8e094af8
52748 Copyright: 1996-2007 Free Software Foundation, Inc
52749 License: GPL-3+ 
52750 Licence_Text: 
52751 #Header: 
52752 #/* Concatenate two arbitrary file names.
52753 #
52754 #   Copyright (C) 1996-2007 Free Software Foundation, Inc.
52755 #
52756 #   This program is free software: you can redistribute it and/or modify
52757 #   it under the terms of the GNU General Public License as published by
52758 #   the Free Software Foundation; either version 3 of the License, or
52759 #   (at your option) any later version.
52760 #
52761 #   This program is distributed in the hope that it will be useful,
52762 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52763 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52764 #   GNU General Public License for more details.
52765 #
52766 #   You should have received a copy of the GNU General Public License
52767
52768 File: ./lib/filenamecat.h
52769 Hash: 6ddfa3af34686669e746d1cb478b10753b7d450b3097c4b856230acdf11a5a6a
52770 Copyright: 1996, 1997, 2003, 2005, 2007 Free Software Foundation, Inc
52771 License: GPL-3+ 
52772 Licence_Text: 
52773 #Header: 
52774 #/* Concatenate two arbitrary file names.
52775 #
52776 #   Copyright (C) 1996, 1997, 2003, 2005, 2007 Free Software Foundation, Inc.
52777 #
52778 #   This program is free software: you can redistribute it and/or modify
52779 #   it under the terms of the GNU General Public License as published by
52780 #   the Free Software Foundation; either version 3 of the License, or
52781 #   (at your option) any later version.
52782 #
52783 #   This program is distributed in the hope that it will be useful,
52784 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52785 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52786 #   GNU General Public License for more details.
52787 #
52788 #   You should have received a copy of the GNU General Public License
52789
52790 File: ./lib/filevercmp.c
52791 Hash: 0ce28d9844bce3d3e9f26b062ac47e2cf4da42ab2ee00ae731a79879eed35024
52792 Copyright: 2008-2009 Free Software Foundation, Inc / 1995 Ian Jackson <iwj10@cus.cam.ac.uk> / 2001 Anthony Towns <aj@azure.humbug.org.au>
52793 License: GPL-3+ 
52794 Licence_Text: 
52795 #Header: 
52796 #/*
52797 #   Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.uk>
52798 #   Copyright (C) 2001 Anthony Towns <aj@azure.humbug.org.au>
52799 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
52800 #
52801 #   This program is free software: you can redistribute it and/or modify
52802 #   it under the terms of the GNU General Public License as published by
52803 #   the Free Software Foundation, either version 3 of the License, or
52804 #   (at your option) any later version.
52805 #
52806 #   This program is distributed in the hope that it will be useful,
52807 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52808 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52809 #   GNU General Public License for more details.
52810
52811 File: ./lib/filevercmp.h
52812 Hash: 0ce28d9844bce3d3e9f26b062ac47e2cf4da42ab2ee00ae731a79879eed35024
52813 Copyright: 2008-2009 Free Software Foundation, Inc / 1995 Ian Jackson <iwj10@cus.cam.ac.uk> / 2001 Anthony Towns <aj@azure.humbug.org.au>
52814 License: GPL-3+ 
52815 Licence_Text: 
52816 #Header: 
52817 #/*
52818 #   Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.uk>
52819 #   Copyright (C) 2001 Anthony Towns <aj@azure.humbug.org.au>
52820 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
52821 #
52822 #   This program is free software: you can redistribute it and/or modify
52823 #   it under the terms of the GNU General Public License as published by
52824 #   the Free Software Foundation, either version 3 of the License, or
52825 #   (at your option) any later version.
52826 #
52827 #   This program is distributed in the hope that it will be useful,
52828 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52829 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52830 #   GNU General Public License for more details.
52831
52832 File: ./lib/findprog-lgpl.c
52833 Hash: f142976d34ef0acffd72143865aadaacf7318c9391ac036941d725be41fd1424
52834 Copyright: 2001-2004, 2006-2008 Free Software Foundation, Inc
52835 License: GPL-3+ 
52836 Licence_Text: 
52837 #Header: 
52838 #/* Locating a program in PATH.
52839 #   Copyright (C) 2001-2004, 2006-2008 Free Software Foundation, Inc.
52840 #   Written by Bruno Haible <haible@clisp.cons.org>, 2008.
52841 #
52842 #   This program is free software: you can redistribute it and/or modify
52843 #   it under the terms of the GNU General Public License as published by
52844 #   the Free Software Foundation; either version 3 of the License, or
52845 #   (at your option) any later version.
52846 #
52847 #   This program is distributed in the hope that it will be useful,
52848 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52849 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52850 #   GNU General Public License for more details.
52851 #
52852 #   You should have received a copy of the GNU General Public License
52853
52854 File: ./lib/findprog.c
52855 Hash: 0dfc19e772afe61de75fb5844aec46027116c8e89e71b3d1da85482635daf928
52856 Copyright: 2001-2004, 2006-2008 Free Software Foundation, Inc
52857 License: GPL-3+ 
52858 Licence_Text: 
52859 #Header: 
52860 #/* Locating a program in PATH.
52861 #   Copyright (C) 2001-2004, 2006-2008 Free Software Foundation, Inc.
52862 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
52863 #
52864 #   This program is free software: you can redistribute it and/or modify
52865 #   it under the terms of the GNU General Public License as published by
52866 #   the Free Software Foundation; either version 3 of the License, or
52867 #   (at your option) any later version.
52868 #
52869 #   This program is distributed in the hope that it will be useful,
52870 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52871 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52872 #   GNU General Public License for more details.
52873 #
52874 #   You should have received a copy of the GNU General Public License
52875
52876 File: ./lib/findprog.h
52877 Hash: 52461483d830d7ff18633a15addd92530f4b6d1632f3cb1dbf15de8092a7758f
52878 Copyright: 2001-2003 Free Software Foundation, Inc
52879 License: GPL-3+ 
52880 Licence_Text: 
52881 #Header: 
52882 #/* Locating a program in PATH.
52883 #   Copyright (C) 2001-2003 Free Software Foundation, Inc.
52884 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
52885 #
52886 #   This program is free software: you can redistribute it and/or modify
52887 #   it under the terms of the GNU General Public License as published by
52888 #   the Free Software Foundation; either version 3 of the License, or
52889 #   (at your option) any later version.
52890 #
52891 #   This program is distributed in the hope that it will be useful,
52892 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52893 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52894 #   GNU General Public License for more details.
52895 #
52896 #   You should have received a copy of the GNU General Public License
52897
52898 File: ./lib/float+.h
52899 Hash: e0f837de3dc39e0b747f0927653fa501e3e873bdfe1c26b0961519fd8dd897b4
52900 Copyright: 2007 Free Software Foundation, Inc
52901 License: GPL-2+
52902 Licence_Text: 
52903 #Header: 
52904 #/* Supplemental information about the floating-point formats.
52905 #   Copyright (C) 2007 Free Software Foundation, Inc.
52906 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
52907 #
52908 #   This program is free software; you can redistribute it and/or modify
52909 #   it under the terms of the GNU General Public License as published by
52910 #   the Free Software Foundation; either version 2, or (at your option)
52911 #   any later version.
52912 #
52913 #   This program is distributed in the hope that it will be useful,
52914 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52915 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52916 #   GNU General Public License for more details.
52917 #
52918 #   You should have received a copy of the GNU General Public License
52919
52920 File: ./lib/float.in.h
52921 Hash: 0c19c5ab4c8e1d8499f9edd1fd44d287083f329b75ec2b54100b101310e88ab6
52922 Copyright: 2007-2008 Free Software Foundation, Inc
52923 License: GPL-3+ 
52924 Licence_Text: 
52925 #Header: 
52926 #/* A correct <float.h>.
52927 #
52928 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
52929 #
52930 #   This program is free software: you can redistribute it and/or modify
52931 #   it under the terms of the GNU General Public License as published by
52932 #   the Free Software Foundation; either version 3 of the License, or
52933 #   (at your option) any later version.
52934 #
52935 #   This program is distributed in the hope that it will be useful,
52936 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52937 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52938 #   GNU General Public License for more details.
52939 #
52940 #   You should have received a copy of the GNU General Public License
52941
52942 File: ./lib/flock.c
52943 Hash: c4837f3ed93fcac221405077e40e31648eda752325afe74b7b28d32928fbdec3
52944 Copyright: 2008 Free Software Foundation, Inc
52945 License: LGPL-2.1+ 
52946 Licence_Text: 
52947 #Header: 
52948 #/* Emulate flock on platforms that lack it, primarily Windows and MinGW.
52949 #
52950 #   This is derived from sqlite3 sources.
52951 #   http://www.sqlite.org/cvstrac/rlog?f=sqlite/src/os_win.c
52952 #   http://www.sqlite.org/copyright.html
52953 #
52954 #   Written by Richard W.M. Jones <rjones.at.redhat.com>
52955 #
52956 #   Copyright (C) 2008 Free Software Foundation, Inc.
52957 #
52958 #   This library is free software; you can redistribute it and/or
52959 #   modify it under the terms of the GNU Lesser General Public
52960 #   License as published by the Free Software Foundation; either
52961 #   version 2.1 of the License, or (at your option) any later version.
52962
52963 File: ./lib/floor.c
52964 Hash: 72b8c6aaf7655ad7df6333e04796ec29152012f8279842d977ec5469f240ccbe
52965 Copyright: 2007 Free Software Foundation, Inc
52966 License: GPL-3+ 
52967 Licence_Text: 
52968 #Header: 
52969 #/* Round towards negative infinity.
52970 #   Copyright (C) 2007 Free Software Foundation, Inc.
52971 #
52972 #   This program is free software: you can redistribute it and/or modify
52973 #   it under the terms of the GNU General Public License as published by
52974 #   the Free Software Foundation; either version 3 of the License, or
52975 #   (at your option) any later version.
52976 #
52977 #   This program is distributed in the hope that it will be useful,
52978 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52979 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52980 #   GNU General Public License for more details.
52981 #
52982 #   You should have received a copy of the GNU General Public License
52983 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
52984
52985 File: ./lib/floorf.c
52986 Hash: 72b8c6aaf7655ad7df6333e04796ec29152012f8279842d977ec5469f240ccbe
52987 Copyright: 2007 Free Software Foundation, Inc
52988 License: GPL-3+ 
52989 Licence_Text: 
52990 #Header: 
52991 #/* Round towards negative infinity.
52992 #   Copyright (C) 2007 Free Software Foundation, Inc.
52993 #
52994 #   This program is free software: you can redistribute it and/or modify
52995 #   it under the terms of the GNU General Public License as published by
52996 #   the Free Software Foundation; either version 3 of the License, or
52997 #   (at your option) any later version.
52998 #
52999 #   This program is distributed in the hope that it will be useful,
53000 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53001 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53002 #   GNU General Public License for more details.
53003 #
53004 #   You should have received a copy of the GNU General Public License
53005 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53006
53007 File: ./lib/floorl.c
53008 Hash: 72b8c6aaf7655ad7df6333e04796ec29152012f8279842d977ec5469f240ccbe
53009 Copyright: 2007 Free Software Foundation, Inc
53010 License: GPL-3+ 
53011 Licence_Text: 
53012 #Header: 
53013 #/* Round towards negative infinity.
53014 #   Copyright (C) 2007 Free Software Foundation, Inc.
53015 #
53016 #   This program is free software: you can redistribute it and/or modify
53017 #   it under the terms of the GNU General Public License as published by
53018 #   the Free Software Foundation; either version 3 of the License, or
53019 #   (at your option) any later version.
53020 #
53021 #   This program is distributed in the hope that it will be useful,
53022 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53023 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53024 #   GNU General Public License for more details.
53025 #
53026 #   You should have received a copy of the GNU General Public License
53027 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53028
53029 File: ./lib/fnmatch.c
53030 Hash: a1023b214fa5f3433ca30359a6857be416dc1dade27370bdbd7100857341f56c
53031 Copyright: 1991,1992,1993,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2009 Free Software Foundation, Inc.
53032 License: GPL-2+
53033 Licence_Text: 
53034 #Header: 
53035 #/* Copyright (C) 1991,1992,1993,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2009
53036 #       Free Software Foundation, Inc.
53037 #
53038 #   This program is free software; you can redistribute it and/or modify
53039 #   it under the terms of the GNU General Public License as published by
53040 #   the Free Software Foundation; either version 2, or (at your option)
53041 #   any later version.
53042 #
53043 #   This program is distributed in the hope that it will be useful,
53044 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53045 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53046 #   GNU General Public License for more details.
53047 #
53048 #   You should have received a copy of the GNU General Public License
53049 #   along with this program; if not, write to the Free Software Foundation,
53050
53051 File: ./lib/fnmatch.in.h
53052 Hash: a5c8c5adbf49f1404d18740af34363323265ef6c7588387425b5797518dd9317
53053 Copyright: 1991, 1992, 1993, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
53054 License: GPL-2+
53055 Licence_Text: 
53056 #Header: 
53057 #/* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
53058 #   2005, 2007 Free Software Foundation, Inc.
53059 #
53060 #   This file is part of the GNU C Library.
53061 #
53062 #   This program is free software; you can redistribute it and/or modify
53063 #   it under the terms of the GNU General Public License as published by
53064 #   the Free Software Foundation; either version 2, or (at your option)
53065 #   any later version.
53066 #
53067 #   This program is distributed in the hope that it will be useful,
53068 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53069 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53070 #   GNU General Public License for more details.
53071
53072 File: ./lib/fnmatch_loop.c
53073 Hash: 5351dffc7f21918d5a731915aca1c452c091beb8a7df2ed78acf823afad6d785
53074 Copyright: 1991,1992,1993,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006 Free Software Foundation, Inc.
53075 License: GPL-2+
53076 Licence_Text: 
53077 #Header: 
53078 #/* Copyright (C) 1991,1992,1993,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006
53079 #   Free Software Foundation, Inc.
53080 #   This file is part of the GNU C Library.
53081 #
53082 #   This program is free software; you can redistribute it and/or modify
53083 #   it under the terms of the GNU General Public License as published by
53084 #   the Free Software Foundation; either version 2, or (at your option)
53085 #   any later version.
53086 #
53087 #   This program is distributed in the hope that it will be useful,
53088 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53089 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53090 #   GNU General Public License for more details.
53091 #
53092 #   You should have received a copy of the GNU General Public License
53093
53094 File: ./lib/fopen-safer.c
53095 Hash: 2c3a39bc70dada2b591df7cbf00ccc0ceed6e2f66c08fd5e01c7f70cc55eade6
53096 Copyright: 2001, 2004, 2005, 2006, 2009 Free Software Foundation, Inc.
53097 License: GPL-3+ 
53098 Licence_Text: 
53099 #Header: 
53100 #/* Invoke fopen, but avoid some glitches.
53101 #
53102 #   Copyright (C) 2001, 2004, 2005, 2006, 2009 Free Software
53103 #   Foundation, Inc.
53104 #
53105 #   This program is free software: you can redistribute it and/or modify
53106 #   it under the terms of the GNU General Public License as published by
53107 #   the Free Software Foundation; either version 3 of the License, or
53108 #   (at your option) any later version.
53109 #
53110 #   This program is distributed in the hope that it will be useful,
53111 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53112 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53113 #   GNU General Public License for more details.
53114
53115 File: ./lib/fopen.c
53116 Hash: 0eae410e55fc3de8810a3f68d37626df92ba75bbadf58269f8e802be2c05310b
53117 Copyright: 2007-2009 Free Software Foundation, Inc
53118 License: GPL-3+ 
53119 Licence_Text: 
53120 #Header: 
53121 #/* Open a stream to a file.
53122 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
53123 #
53124 #   This program is free software: you can redistribute it and/or modify
53125 #   it under the terms of the GNU General Public License as published by
53126 #   the Free Software Foundation; either version 3 of the License, or
53127 #   (at your option) any later version.
53128 #
53129 #   This program is distributed in the hope that it will be useful,
53130 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53131 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53132 #   GNU General Public License for more details.
53133 #
53134 #   You should have received a copy of the GNU General Public License
53135 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53136
53137 File: ./lib/fpending.c
53138 Hash: af0350b9abdd28ebb8e56a842c10a760620a22b242a6a2f74402ee4222dcc8a2
53139 Copyright: 2000, 2004, 2006, 2007 Free Software Foundation, Inc
53140 License: GPL-3+ 
53141 Licence_Text: 
53142 #Header: 
53143 #/* fpending.c -- return the number of pending output bytes on a stream
53144 #   Copyright (C) 2000, 2004, 2006, 2007 Free Software Foundation, Inc.
53145 #
53146 #   This program is free software: you can redistribute it and/or modify
53147 #   it under the terms of the GNU General Public License as published by
53148 #   the Free Software Foundation; either version 3 of the License, or
53149 #   (at your option) any later version.
53150 #
53151 #   This program is distributed in the hope that it will be useful,
53152 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53153 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53154 #   GNU General Public License for more details.
53155 #
53156 #   You should have received a copy of the GNU General Public License
53157 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53158
53159 File: ./lib/fpending.h
53160 Hash: 01eea55927650242b2ec6a6293963c43ab840f135e5d4e9895c43aaff5d529a1
53161 Copyright: 2000, 2003, 2005, 2006 Free Software Foundation, Inc
53162 License: GPL-3+ 
53163 Licence_Text: 
53164 #Header: 
53165 #/* Declare __fpending.
53166 #
53167 #   Copyright (C) 2000, 2003, 2005, 2006 Free Software Foundation, Inc.
53168 #
53169 #   This program is free software: you can redistribute it and/or modify
53170 #   it under the terms of the GNU General Public License as published by
53171 #   the Free Software Foundation; either version 3 of the License, or
53172 #   (at your option) any later version.
53173 #
53174 #   This program is distributed in the hope that it will be useful,
53175 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53176 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53177 #   GNU General Public License for more details.
53178 #
53179 #   You should have received a copy of the GNU General Public License
53180
53181 File: ./lib/fprintf.c
53182 Hash: aa1a253878623a94f68f010ac82170a4014be547950a022203713850bbb93740
53183 Copyright: 2004, 2006-2008 Free Software Foundation, Inc
53184 License: GPL-3+ 
53185 Licence_Text: 
53186 #Header: 
53187 #/* Formatted output to a stream.
53188 #   Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc.
53189 #
53190 #   This program is free software: you can redistribute it and/or modify
53191 #   it under the terms of the GNU General Public License as published by
53192 #   the Free Software Foundation; either version 3 of the License, or
53193 #   (at your option) any later version.
53194 #
53195 #   This program is distributed in the hope that it will be useful,
53196 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53197 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53198 #   GNU General Public License for more details.
53199 #
53200 #   You should have received a copy of the GNU General Public License
53201 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53202
53203 File: ./lib/fprintftime.c
53204 Hash: 2f439ed60059d2a1a96bdb1e19ca32c81fdcced639c884f1deaf416f4d750e84
53205 Copyright: 
53206 License: 
53207 Licence_Text: 
53208 #Header: 
53209 ##define FPRINTFTIME 1
53210 ##include "strftime.c"
53211
53212 File: ./lib/fprintftime.h
53213 Hash: 4f0efdf4cf65af56c865a1cf73b3314360fe7b326a00eb9994ba12a5bb0d2920
53214 Copyright: 2005 Free Software Foundation, Inc
53215 License: GPL-3+ 
53216 Licence_Text: 
53217 #Header: 
53218 #/* Generate time strings directly to the output.  */
53219 #
53220 #/* Copyright (C) 2005 Free Software Foundation, Inc.
53221 #
53222 #   This program is free software: you can redistribute it and/or modify
53223 #   it under the terms of the GNU General Public License as published by
53224 #   the Free Software Foundation; either version 3 of the License, or
53225 #   (at your option) any later version.
53226 #
53227 #   This program is distributed in the hope that it will be useful,
53228 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53229 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53230 #   GNU General Public License for more details.
53231 #
53232 #   You should have received a copy of the GNU General Public License
53233
53234 File: ./lib/fpucw.h
53235 Hash: e47878db46d7035debf5275a50634b563f90405b938fb8721ade14b526fc4738
53236 Copyright: 2007-2008 Free Software Foundation, Inc
53237 License: GPL-3+ 
53238 Licence_Text: 
53239 #Header: 
53240 #/* Manipulating the FPU control word.
53241 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
53242 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
53243 #
53244 #   This program is free software: you can redistribute it and/or modify
53245 #   it under the terms of the GNU General Public License as published by
53246 #   the Free Software Foundation; either version 3 of the License, or
53247 #   (at your option) any later version.
53248 #
53249 #   This program is distributed in the hope that it will be useful,
53250 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53251 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53252 #   GNU General Public License for more details.
53253 #
53254 #   You should have received a copy of the GNU General Public License
53255
53256 File: ./lib/fpurge.c
53257 Hash: 979d16d694737fea189e9bf8d29a91f31305bc10386618604a2efd317703b257
53258 Copyright: 2007-2009 Free Software Foundation, Inc
53259 License: GPL-3+ 
53260 Licence_Text: 
53261 #Header: 
53262 #/* Flushing buffers of a FILE stream.
53263 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
53264 #
53265 #   This program is free software: you can redistribute it and/or modify
53266 #   it under the terms of the GNU General Public License as published by
53267 #   the Free Software Foundation; either version 3 of the License, or
53268 #   (at your option) any later version.
53269 #
53270 #   This program is distributed in the hope that it will be useful,
53271 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53272 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53273 #   GNU General Public License for more details.
53274 #
53275 #   You should have received a copy of the GNU General Public License
53276 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53277
53278 File: ./lib/freadable.c
53279 Hash: a5abdbf63e5f0a4445b38c4af2b59138283911fe1cd2e69236cf839d7baada5f
53280 Copyright: 2007-2009 Free Software Foundation, Inc
53281 License: GPL-3+ 
53282 Licence_Text: 
53283 #Header: 
53284 #/* Retrieve information about a FILE stream.
53285 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
53286 #
53287 #   This program is free software: you can redistribute it and/or modify
53288 #   it under the terms of the GNU General Public License as published by
53289 #   the Free Software Foundation; either version 3 of the License, or
53290 #   (at your option) any later version.
53291 #
53292 #   This program is distributed in the hope that it will be useful,
53293 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53294 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53295 #   GNU General Public License for more details.
53296 #
53297 #   You should have received a copy of the GNU General Public License
53298 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53299
53300 File: ./lib/freadable.h
53301 Hash: 6ed3175e10c5665dcf6db713c0e2349045f3bd4fd4168fd28f47c63e550bc6be
53302 Copyright: 2007 Free Software Foundation, Inc
53303 License: GPL-3+ 
53304 Licence_Text: 
53305 #Header: 
53306 #/* Retrieve information about a FILE stream.
53307 #   Copyright (C) 2007 Free Software Foundation, Inc.
53308 #
53309 #   This program is free software: you can redistribute it and/or modify
53310 #   it under the terms of the GNU General Public License as published by
53311 #   the Free Software Foundation; either version 3 of the License, or
53312 #   (at your option) any later version.
53313 #
53314 #   This program is distributed in the hope that it will be useful,
53315 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53316 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53317 #   GNU General Public License for more details.
53318 #
53319 #   You should have received a copy of the GNU General Public License
53320 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53321
53322 File: ./lib/freadahead.c
53323 Hash: a5abdbf63e5f0a4445b38c4af2b59138283911fe1cd2e69236cf839d7baada5f
53324 Copyright: 2007-2009 Free Software Foundation, Inc
53325 License: GPL-3+ 
53326 Licence_Text: 
53327 #Header: 
53328 #/* Retrieve information about a FILE stream.
53329 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
53330 #
53331 #   This program is free software: you can redistribute it and/or modify
53332 #   it under the terms of the GNU General Public License as published by
53333 #   the Free Software Foundation; either version 3 of the License, or
53334 #   (at your option) any later version.
53335 #
53336 #   This program is distributed in the hope that it will be useful,
53337 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53338 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53339 #   GNU General Public License for more details.
53340 #
53341 #   You should have received a copy of the GNU General Public License
53342 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53343
53344 File: ./lib/freadahead.h
53345 Hash: 00304cead11097ec9ffc74b1142d025cf304498f8219973a092cd80fa9a2128f
53346 Copyright: 2007-2008 Free Software Foundation, Inc
53347 License: GPL-3+ 
53348 Licence_Text: 
53349 #Header: 
53350 #/* Retrieve information about a FILE stream.
53351 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
53352 #
53353 #   This program is free software: you can redistribute it and/or modify
53354 #   it under the terms of the GNU General Public License as published by
53355 #   the Free Software Foundation; either version 3 of the License, or
53356 #   (at your option) any later version.
53357 #
53358 #   This program is distributed in the hope that it will be useful,
53359 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53360 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53361 #   GNU General Public License for more details.
53362 #
53363 #   You should have received a copy of the GNU General Public License
53364 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53365
53366 File: ./lib/freading.c
53367 Hash: a5abdbf63e5f0a4445b38c4af2b59138283911fe1cd2e69236cf839d7baada5f
53368 Copyright: 2007-2009 Free Software Foundation, Inc
53369 License: GPL-3+ 
53370 Licence_Text: 
53371 #Header: 
53372 #/* Retrieve information about a FILE stream.
53373 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
53374 #
53375 #   This program is free software: you can redistribute it and/or modify
53376 #   it under the terms of the GNU General Public License as published by
53377 #   the Free Software Foundation; either version 3 of the License, or
53378 #   (at your option) any later version.
53379 #
53380 #   This program is distributed in the hope that it will be useful,
53381 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53382 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53383 #   GNU General Public License for more details.
53384 #
53385 #   You should have received a copy of the GNU General Public License
53386 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53387
53388 File: ./lib/freading.h
53389 Hash: 00304cead11097ec9ffc74b1142d025cf304498f8219973a092cd80fa9a2128f
53390 Copyright: 2007-2008 Free Software Foundation, Inc
53391 License: GPL-3+ 
53392 Licence_Text: 
53393 #Header: 
53394 #/* Retrieve information about a FILE stream.
53395 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
53396 #
53397 #   This program is free software: you can redistribute it and/or modify
53398 #   it under the terms of the GNU General Public License as published by
53399 #   the Free Software Foundation; either version 3 of the License, or
53400 #   (at your option) any later version.
53401 #
53402 #   This program is distributed in the hope that it will be useful,
53403 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53404 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53405 #   GNU General Public License for more details.
53406 #
53407 #   You should have received a copy of the GNU General Public License
53408 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53409
53410 File: ./lib/freadptr.c
53411 Hash: a5abdbf63e5f0a4445b38c4af2b59138283911fe1cd2e69236cf839d7baada5f
53412 Copyright: 2007-2009 Free Software Foundation, Inc
53413 License: GPL-3+ 
53414 Licence_Text: 
53415 #Header: 
53416 #/* Retrieve information about a FILE stream.
53417 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
53418 #
53419 #   This program is free software: you can redistribute it and/or modify
53420 #   it under the terms of the GNU General Public License as published by
53421 #   the Free Software Foundation; either version 3 of the License, or
53422 #   (at your option) any later version.
53423 #
53424 #   This program is distributed in the hope that it will be useful,
53425 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53426 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53427 #   GNU General Public License for more details.
53428 #
53429 #   You should have received a copy of the GNU General Public License
53430 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53431
53432 File: ./lib/freadptr.h
53433 Hash: 00304cead11097ec9ffc74b1142d025cf304498f8219973a092cd80fa9a2128f
53434 Copyright: 2007-2008 Free Software Foundation, Inc
53435 License: GPL-3+ 
53436 Licence_Text: 
53437 #Header: 
53438 #/* Retrieve information about a FILE stream.
53439 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
53440 #
53441 #   This program is free software: you can redistribute it and/or modify
53442 #   it under the terms of the GNU General Public License as published by
53443 #   the Free Software Foundation; either version 3 of the License, or
53444 #   (at your option) any later version.
53445 #
53446 #   This program is distributed in the hope that it will be useful,
53447 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53448 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53449 #   GNU General Public License for more details.
53450 #
53451 #   You should have received a copy of the GNU General Public License
53452 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53453
53454 File: ./lib/freadseek.c
53455 Hash: e5dad14d411c6ebf4122bb8b36c186dc7c6c396d1a13b24aeea84bd19679c098
53456 Copyright: 2007-2009 Free Software Foundation, Inc
53457 License: GPL-3+ 
53458 Licence_Text: 
53459 #Header: 
53460 #/* Skipping input from a FILE stream.
53461 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
53462 #
53463 #   This program is free software: you can redistribute it and/or modify
53464 #   it under the terms of the GNU General Public License as published by
53465 #   the Free Software Foundation; either version 3 of the License, or
53466 #   (at your option) any later version.
53467 #
53468 #   This program is distributed in the hope that it will be useful,
53469 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53470 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53471 #   GNU General Public License for more details.
53472 #
53473 #   You should have received a copy of the GNU General Public License
53474 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53475
53476 File: ./lib/freadseek.h
53477 Hash: c7545f90ba5bf8bba37c297551a1a35b4c1814f8cf6d6c3f8d57b2e56ebaba0c
53478 Copyright: 2007-2008 Free Software Foundation, Inc
53479 License: GPL-3+ 
53480 Licence_Text: 
53481 #Header: 
53482 #/* Skipping input from a FILE stream.
53483 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
53484 #
53485 #   This program is free software: you can redistribute it and/or modify
53486 #   it under the terms of the GNU General Public License as published by
53487 #   the Free Software Foundation; either version 3 of the License, or
53488 #   (at your option) any later version.
53489 #
53490 #   This program is distributed in the hope that it will be useful,
53491 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53492 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53493 #   GNU General Public License for more details.
53494 #
53495 #   You should have received a copy of the GNU General Public License
53496 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53497
53498 File: ./lib/free.c
53499 Hash: b573f5b5fea990902e68d85f02b015cf9320100fe56678f14e732f90cf83e473
53500 Copyright: 2003, 2006 Free Software Foundation, Inc
53501 License: GPL-3+ 
53502 Licence_Text: 
53503 #Header: 
53504 #/* Work around incompatibility on older systems where free (NULL) fails.
53505 #
53506 #   Copyright (C) 2003, 2006 Free Software Foundation, Inc.
53507 #
53508 #   This program is free software: you can redistribute it and/or modify
53509 #   it under the terms of the GNU General Public License as published by
53510 #   the Free Software Foundation; either version 3 of the License, or
53511 #   (at your option) any later version.
53512 #
53513 #   This program is distributed in the hope that it will be useful,
53514 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53515 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53516 #   GNU General Public License for more details.
53517 #
53518 #   You should have received a copy of the GNU General Public License
53519
53520 File: ./lib/freopen.c
53521 Hash: 58204a89790d1470a883e67f10cd0ddd7153655334e185ca64530467b797a4f9
53522 Copyright: 2007-2008 Free Software Foundation, Inc
53523 License: GPL-3+ 
53524 Licence_Text: 
53525 #Header: 
53526 #/* Open a stream to a file.
53527 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
53528 #
53529 #   This program is free software: you can redistribute it and/or modify
53530 #   it under the terms of the GNU General Public License as published by
53531 #   the Free Software Foundation; either version 3 of the License, or
53532 #   (at your option) any later version.
53533 #
53534 #   This program is distributed in the hope that it will be useful,
53535 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53536 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53537 #   GNU General Public License for more details.
53538 #
53539 #   You should have received a copy of the GNU General Public License
53540 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53541
53542 File: ./lib/frexp.c
53543 Hash: 91c12c41ce9b83e5cb3b66a32ee07dd6c30c8d24dd94f452238c006a0322287e
53544 Copyright: 2007-2008 Free Software Foundation, Inc
53545 License: GPL-3+ 
53546 Licence_Text: 
53547 #Header: 
53548 #/* Split a double into fraction and mantissa.
53549 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
53550 #
53551 #   This program is free software: you can redistribute it and/or modify
53552 #   it under the terms of the GNU General Public License as published by
53553 #   the Free Software Foundation; either version 3 of the License, or
53554 #   (at your option) any later version.
53555 #
53556 #   This program is distributed in the hope that it will be useful,
53557 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53558 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53559 #   GNU General Public License for more details.
53560 #
53561 #   You should have received a copy of the GNU General Public License
53562 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53563
53564 File: ./lib/frexpl.c
53565 Hash: c03c58defe40517c302193125927eacad08dcda5bf4f49afaec567a5729e3a3d
53566 Copyright: 2007 Free Software Foundation, Inc
53567 License: GPL-3+ 
53568 Licence_Text: 
53569 #Header: 
53570 #/* Split a 'long double' into fraction and mantissa.
53571 #   Copyright (C) 2007 Free Software Foundation, Inc.
53572 #
53573 #   This program is free software: you can redistribute it and/or modify
53574 #   it under the terms of the GNU General Public License as published by
53575 #   the Free Software Foundation; either version 3 of the License, or
53576 #   (at your option) any later version.
53577 #
53578 #   This program is distributed in the hope that it will be useful,
53579 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53580 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53581 #   GNU General Public License for more details.
53582 #
53583 #   You should have received a copy of the GNU General Public License
53584 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53585
53586 File: ./lib/fseek.c
53587 Hash: 0047d7b482dad80bda7de91feaa9d092a02a2a7fdcc852df3c8dc2f9c4bd0191
53588 Copyright: 2007 Free Software Foundation, Inc
53589 License: GPL-3+ 
53590 Licence_Text: 
53591 #Header: 
53592 #/* An fseek() function that, together with fflush(), is POSIX compliant.
53593 #   Copyright (C) 2007 Free Software Foundation, Inc.
53594 #
53595 #   This program is free software: you can redistribute it and/or modify
53596 #   it under the terms of the GNU General Public License as published by
53597 #   the Free Software Foundation; either version 3 of the License, or
53598 #   (at your option) any later version.
53599 #
53600 #   This program is distributed in the hope that it will be useful,
53601 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53602 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53603 #   GNU General Public License for more details.
53604 #
53605 #   You should have received a copy of the GNU General Public License
53606 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53607
53608 File: ./lib/fseeko.c
53609 Hash: 7b2541be24bdcf54f417ab2189fb821a645f6a4f06a21adaff8f058594862194
53610 Copyright: 2007-2009 Free Software Foundation, Inc
53611 License: GPL-2+
53612 Licence_Text: 
53613 #Header: 
53614 #/* An fseeko() function that, together with fflush(), is POSIX compliant.
53615 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
53616 #
53617 #   This program is free software; you can redistribute it and/or modify
53618 #   it under the terms of the GNU General Public License as published by
53619 #   the Free Software Foundation; either version 2, or (at your option)
53620 #   any later version.
53621 #
53622 #   This program is distributed in the hope that it will be useful,
53623 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53624 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53625 #   GNU General Public License for more details.
53626 #
53627 #   You should have received a copy of the GNU General Public License along
53628 #   with this program; if not, write to the Free Software Foundation,
53629
53630 File: ./lib/fseterr.c
53631 Hash: 7db3706c69835761a78a456fd39fb66f59d80b7ec061c6c204cceb4ac8cc5094
53632 Copyright: 2007-2009 Free Software Foundation, Inc
53633 License: GPL-3+ 
53634 Licence_Text: 
53635 #Header: 
53636 #/* Set the error indicator of a stream.
53637 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
53638 #
53639 #   This program is free software: you can redistribute it and/or modify
53640 #   it under the terms of the GNU General Public License as published by
53641 #   the Free Software Foundation; either version 3 of the License, or
53642 #   (at your option) any later version.
53643 #
53644 #   This program is distributed in the hope that it will be useful,
53645 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53646 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53647 #   GNU General Public License for more details.
53648 #
53649 #   You should have received a copy of the GNU General Public License
53650 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53651
53652 File: ./lib/fseterr.h
53653 Hash: 59926523da017089371d4894c0e5bccd77843a75a6a837ab203c875d993393fb
53654 Copyright: 2007 Free Software Foundation, Inc
53655 License: GPL-3+ 
53656 Licence_Text: 
53657 #Header: 
53658 #/* Set the error indicator of a stream.
53659 #   Copyright (C) 2007 Free Software Foundation, Inc.
53660 #
53661 #   This program is free software: you can redistribute it and/or modify
53662 #   it under the terms of the GNU General Public License as published by
53663 #   the Free Software Foundation; either version 3 of the License, or
53664 #   (at your option) any later version.
53665 #
53666 #   This program is distributed in the hope that it will be useful,
53667 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53668 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53669 #   GNU General Public License for more details.
53670 #
53671 #   You should have received a copy of the GNU General Public License
53672 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53673
53674 File: ./lib/fstatat.c
53675 Hash: e4dee1ca9774aa96627d99386e03d3a973f79dd331825b6d818b8f50a77bd65d
53676 Copyright: 2006, 2009 Free Software Foundation, Inc
53677 License: GPL-3+ 
53678 Licence_Text: 
53679 #Header: 
53680 #/* Work around an fstatat bug on Solaris 9.
53681 #
53682 #   Copyright (C) 2006, 2009 Free Software Foundation, Inc.
53683 #
53684 #   This program is free software: you can redistribute it and/or modify
53685 #   it under the terms of the GNU General Public License as published by
53686 #   the Free Software Foundation; either version 3 of the License, or
53687 #   (at your option) any later version.
53688 #
53689 #   This program is distributed in the hope that it will be useful,
53690 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53691 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53692 #   GNU General Public License for more details.
53693 #
53694 #   You should have received a copy of the GNU General Public License
53695
53696 File: ./lib/fstrcmp.c
53697 Hash: bfca8347502966f7b7e533a47fc2545366b589adee21a653689f4503158b2e5e
53698 Copyright: 1988-1989, 1992-1993, 1995, 2001-2003, 2006, 2008, Free Software Foundation, Inc.
53699 License: GPL-3+ 
53700 Licence_Text: 
53701 #Header: 
53702 #/* Functions to make fuzzy comparisons between strings
53703 #   Copyright (C) 1988-1989, 1992-1993, 1995, 2001-2003, 2006, 2008
53704 #   Free Software Foundation, Inc.
53705 #
53706 #   This program is free software: you can redistribute it and/or modify
53707 #   it under the terms of the GNU General Public License as published by
53708 #   the Free Software Foundation; either version 3 of the License, or
53709 #   (at your option) any later version.
53710 #
53711 #   This program is distributed in the hope that it will be useful,
53712 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53713 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53714 #   GNU General Public License for more details.
53715 #
53716 #   You should have received a copy of the GNU General Public License
53717
53718 File: ./lib/fstrcmp.h
53719 Hash: affd05fb827a563d7f36a218fddb5aabf27be47e86157d97d850ff3f98ef74e1
53720 Copyright: 1995, 2000, 2002-2003, 2006, 2008 Free Software Foundation, Inc.
53721 License: GPL-3+ 
53722 Licence_Text: 
53723 #Header: 
53724 #/* Fuzzy string comparison.
53725 #   Copyright (C) 1995, 2000, 2002-2003, 2006, 2008 Free Software
53726 #   Foundation, Inc.
53727 #
53728 #   This file was written by Peter Miller <pmiller@agso.gov.au>
53729 #
53730 #This program is free software: you can redistribute it and/or modify
53731 #it under the terms of the GNU General Public License as published by
53732 #the Free Software Foundation; either version 3 of the License, or
53733 #(at your option) any later version.
53734 #
53735 #This program is distributed in the hope that it will be useful,
53736 #but WITHOUT ANY WARRANTY; without even the implied warranty of
53737 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53738 #GNU General Public License for more details.
53739
53740 File: ./lib/fsusage.c
53741 Hash: bf6546df7e894ec6855dfb9c9548dae4acbe9b4d69acde87b3c3d5deb1534091
53742 Copyright: 1991-1992, 1996, 1998-1999, 2002-2006, 2009 Free Software Foundation, Inc.
53743 License: GPL-3+ 
53744 Licence_Text: 
53745 #Header: 
53746 #/* fsusage.c -- return space usage of mounted file systems
53747 #
53748 #   Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009
53749 #   Free Software Foundation, Inc.
53750 #
53751 #   This program is free software: you can redistribute it and/or modify
53752 #   it under the terms of the GNU General Public License as published by
53753 #   the Free Software Foundation; either version 3 of the License, or
53754 #   (at your option) any later version.
53755 #
53756 #   This program is distributed in the hope that it will be useful,
53757 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53758 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53759 #   GNU General Public License for more details.
53760
53761 File: ./lib/fsusage.h
53762 Hash: 0fbfea12b9dabb5987b88390bdc84d23c2dcd6a435f842f44d26c0a985a490b7
53763 Copyright: 1991, 1992, 1997, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
53764 License: GPL-3+ 
53765 Licence_Text: 
53766 #Header: 
53767 #/* fsusage.h -- declarations for file system space usage info
53768 #
53769 #   Copyright (C) 1991, 1992, 1997, 2003, 2004, 2005, 2006 Free Software
53770 #   Foundation, Inc.
53771 #
53772 #   This program is free software: you can redistribute it and/or modify
53773 #   it under the terms of the GNU General Public License as published by
53774 #   the Free Software Foundation; either version 3 of the License, or
53775 #   (at your option) any later version.
53776 #
53777 #   This program is distributed in the hope that it will be useful,
53778 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53779 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53780 #   GNU General Public License for more details.
53781
53782 File: ./lib/fsync.c
53783 Hash: 3d47bf5b981a180ca9cc8a052b84b52744342a9cc13c1c814274b04ed0ccce99
53784 Copyright: 2008 Free Software Foundation, Inc
53785 License: LGPL-2.1+ 
53786 Licence_Text: 
53787 #Header: 
53788 #/* Emulate fsync on platforms that lack it, primarily Windows and
53789 #   cross-compilers like MinGW.
53790 #
53791 #   This is derived from sqlite3 sources.
53792 #   http://www.sqlite.org/cvstrac/rlog?f=sqlite/src/os_win.c
53793 #   http://www.sqlite.org/copyright.html
53794 #
53795 #   Written by Richard W.M. Jones <rjones.at.redhat.com>
53796 #
53797 #   Copyright (C) 2008 Free Software Foundation, Inc.
53798 #
53799 #   This library is free software; you can redistribute it and/or
53800 #   modify it under the terms of the GNU Lesser General Public
53801 #   License as published by the Free Software Foundation; either
53802 #   version 2.1 of the License, or (at your option) any later version.
53803
53804
53805 ######################################################################
53806 # UPTOHERE
53807 ######################################################################
53808
53809 File: ./lib/ftell.c
53810 Hash: bdacd27661da79a67395f4c109a4ca358cbf5f7708013ac8b4597e1748cb866c
53811 Copyright: 2007, 2008 Free Software Foundation, Inc
53812 License: GPL-3+ 
53813 Licence_Text: 
53814 #Header: 
53815 #/* An ftell() function that works around platform bugs.
53816 #   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
53817 #
53818 #   This program is free software: you can redistribute it and/or modify
53819 #   it under the terms of the GNU General Public License as published by
53820 #   the Free Software Foundation; either version 3 of the License, or
53821 #   (at your option) any later version.
53822 #
53823 #   This program is distributed in the hope that it will be useful,
53824 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53825 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53826 #   GNU General Public License for more details.
53827 #
53828 #   You should have received a copy of the GNU General Public License
53829 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53830
53831 File: ./lib/ftello.c
53832 Hash: 8eb3edb3ac0a89c7d9fbf79c0f5b80d54bf4ba9150f30175b5c00d56b78da476
53833 Copyright: 2007 Free Software Foundation, Inc
53834 License: GPL-3+ 
53835 Licence_Text: 
53836 #Header: 
53837 #/* An ftello() function that works around platform bugs.
53838 #   Copyright (C) 2007 Free Software Foundation, Inc.
53839 #
53840 #   This program is free software: you can redistribute it and/or modify
53841 #   it under the terms of the GNU General Public License as published by
53842 #   the Free Software Foundation; either version 3 of the License, or
53843 #   (at your option) any later version.
53844 #
53845 #   This program is distributed in the hope that it will be useful,
53846 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53847 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53848 #   GNU General Public License for more details.
53849 #
53850 #   You should have received a copy of the GNU General Public License
53851 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53852
53853 File: ./lib/ftruncate.c
53854 Hash: 7e7eb364e0c33931844842e8432d1ba9a9f8b8dd506599b01ab206d1a414039f
53855 Copyright: 
53856 License: 
53857 Licence_Text: 
53858 #Header: 
53859 #/* ftruncate emulations that work on some System V's.
53860    This file is in the public domain.
53861 #
53862 ##include <config.h>
53863 #
53864 #/* Specification.  */
53865 ##include <unistd.h>
53866 #
53867 ##include <sys/types.h>
53868 ##include <fcntl.h>
53869 #
53870 ##ifdef F_CHSIZE
53871 #
53872 #int
53873 #ftruncate (int fd, off_t length)
53874
53875 File: ./lib/fts-cycle.c
53876 Hash: fc1d44a722404dd98d94914dab1b5ec263ac0d9749adcb8eadab0455348c1b8e
53877 Copyright: 2003, 2004, 2005, 2006 Free Software Foundation, Inc
53878 License: GPL-3+ 
53879 Licence_Text: 
53880 #Header: 
53881 #/* Detect cycles in file tree walks.
53882 #
53883 #   Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
53884 #
53885 #   Written by Jim Meyering.
53886 #
53887 #   This program is free software: you can redistribute it and/or modify
53888 #   it under the terms of the GNU General Public License as published by
53889 #   the Free Software Foundation; either version 3 of the License, or
53890 #   (at your option) any later version.
53891 #
53892 #   This program is distributed in the hope that it will be useful,
53893 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53894 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53895 #   GNU General Public License for more details.
53896
53897 File: ./lib/fts.c
53898 Hash: 031ee2fa332e516ef11403356250388f67d165775a3ca9f03fa43bc7fe3695ec
53899 Copyright: 1990, 1993, 1994 The Regents of the University of California / 2004-2009 Free Software Foundation, Inc
53900 License: GPL-3+ 
53901 Licence_Text: 
53902 #Header: 
53903 #/* Traverse a file hierarchy.
53904 #
53905 #   Copyright (C) 2004-2009 Free Software Foundation, Inc.
53906 #
53907 #   This program is free software: you can redistribute it and/or modify
53908 #   it under the terms of the GNU General Public License as published by
53909 #   the Free Software Foundation; either version 3 of the License, or
53910 #   (at your option) any later version.
53911 #
53912 #   This program is distributed in the hope that it will be useful,
53913 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53914 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53915 #   GNU General Public License for more details.
53916 #
53917 #   You should have received a copy of the GNU General Public License
53918
53919 File: ./lib/fts_.h
53920 Hash: 031ee2fa332e516ef11403356250388f67d165775a3ca9f03fa43bc7fe3695ec
53921 Copyright: 1989, 1993 The Regents of the University of California / 2004-2009 Free Software Foundation, Inc
53922 License: GPL-3+ 
53923 Licence_Text: 
53924 #Header: 
53925 #/* Traverse a file hierarchy.
53926 #
53927 #   Copyright (C) 2004-2009 Free Software Foundation, Inc.
53928 #
53929 #   This program is free software: you can redistribute it and/or modify
53930 #   it under the terms of the GNU General Public License as published by
53931 #   the Free Software Foundation; either version 3 of the License, or
53932 #   (at your option) any later version.
53933 #
53934 #   This program is distributed in the hope that it will be useful,
53935 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53936 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53937 #   GNU General Public License for more details.
53938 #
53939 #   You should have received a copy of the GNU General Public License
53940
53941 File: ./lib/full-read.c
53942 Hash: 8a27da95d11da5cac1d6d93a7c5408ac9e9e9b84c727c9d6426d536d74329533
53943 Copyright: 2002, 2003 Free Software Foundation, Inc
53944 License: GPL-3+ 
53945 Licence_Text: 
53946 #Header: 
53947 #/* An interface to read that retries after partial reads and interrupts.
53948 #   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
53949 #
53950 #   This program is free software: you can redistribute it and/or modify
53951 #   it under the terms of the GNU General Public License as published by
53952 #   the Free Software Foundation; either version 3 of the License, or
53953 #   (at your option) any later version.
53954 #
53955 #   This program is distributed in the hope that it will be useful,
53956 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53957 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53958 #   GNU General Public License for more details.
53959 #
53960 #   You should have received a copy of the GNU General Public License
53961 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
53962
53963 File: ./lib/full-read.h
53964 Hash: d4d3d1e43b305e2074d6ceb67dfc077058f73fa50b9188c61e3322de4c84a156
53965 Copyright: 2002 Free Software Foundation, Inc
53966 License: GPL-3+ 
53967 Licence_Text: 
53968 #Header: 
53969 #/* An interface to read() that reads all it is asked to read.
53970 #
53971 #   Copyright (C) 2002 Free Software Foundation, Inc.
53972 #
53973 #   This program is free software: you can redistribute it and/or modify
53974 #   it under the terms of the GNU General Public License as published by
53975 #   the Free Software Foundation; either version 3 of the License, or
53976 #   (at your option) any later version.
53977 #
53978 #   This program is distributed in the hope that it will be useful,
53979 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
53980 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53981 #   GNU General Public License for more details.
53982 #
53983 #   You should have received a copy of the GNU General Public License
53984
53985 File: ./lib/full-write.c
53986 Hash: 14aac294502e565d0475a4605c4fa84cd3ba3b006dc9f31359bd20cd01d223fb
53987 Copyright: 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
53988 License: GPL-3+ 
53989 Licence_Text: 
53990 #Header: 
53991 #/* An interface to read and write that retries (if necessary) until complete.
53992 #
53993 #   Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
53994 #   2004, 2005, 2006 Free Software Foundation, Inc.
53995 #
53996 #   This program is free software: you can redistribute it and/or modify
53997 #   it under the terms of the GNU General Public License as published by
53998 #   the Free Software Foundation; either version 3 of the License, or
53999 #   (at your option) any later version.
54000 #
54001 #   This program is distributed in the hope that it will be useful,
54002 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54003 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54004 #   GNU General Public License for more details.
54005
54006 File: ./lib/full-write.h
54007 Hash: 6fc92b2c6f57f68ee664efc58bd464d3694584a11c7895b3e10d073f7463e4eb
54008 Copyright: 2002-2003 Free Software Foundation, Inc
54009 License: GPL-3+ 
54010 Licence_Text: 
54011 #Header: 
54012 #/* An interface to write() that writes all it is asked to write.
54013 #
54014 #   Copyright (C) 2002-2003 Free Software Foundation, Inc.
54015 #
54016 #   This program is free software: you can redistribute it and/or modify
54017 #   it under the terms of the GNU General Public License as published by
54018 #   the Free Software Foundation; either version 3 of the License, or
54019 #   (at your option) any later version.
54020 #
54021 #   This program is distributed in the hope that it will be useful,
54022 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54023 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54024 #   GNU General Public License for more details.
54025 #
54026 #   You should have received a copy of the GNU General Public License
54027
54028 File: ./lib/fwritable.c
54029 Hash: a5abdbf63e5f0a4445b38c4af2b59138283911fe1cd2e69236cf839d7baada5f
54030 Copyright: 2007-2009 Free Software Foundation, Inc
54031 License: GPL-3+ 
54032 Licence_Text: 
54033 #Header: 
54034 #/* Retrieve information about a FILE stream.
54035 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
54036 #
54037 #   This program is free software: you can redistribute it and/or modify
54038 #   it under the terms of the GNU General Public License as published by
54039 #   the Free Software Foundation; either version 3 of the License, or
54040 #   (at your option) any later version.
54041 #
54042 #   This program is distributed in the hope that it will be useful,
54043 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54044 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54045 #   GNU General Public License for more details.
54046 #
54047 #   You should have received a copy of the GNU General Public License
54048 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
54049
54050 File: ./lib/fwritable.h
54051 Hash: 6ed3175e10c5665dcf6db713c0e2349045f3bd4fd4168fd28f47c63e550bc6be
54052 Copyright: 2007 Free Software Foundation, Inc
54053 License: GPL-3+ 
54054 Licence_Text: 
54055 #Header: 
54056 #/* Retrieve information about a FILE stream.
54057 #   Copyright (C) 2007 Free Software Foundation, Inc.
54058 #
54059 #   This program is free software: you can redistribute it and/or modify
54060 #   it under the terms of the GNU General Public License as published by
54061 #   the Free Software Foundation; either version 3 of the License, or
54062 #   (at your option) any later version.
54063 #
54064 #   This program is distributed in the hope that it will be useful,
54065 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54066 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54067 #   GNU General Public License for more details.
54068 #
54069 #   You should have received a copy of the GNU General Public License
54070 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
54071
54072 File: ./lib/fwriteerror.c
54073 Hash: 1a1137f1f41c92585bea0ad15c2c294253d8d496638763318511930ddc34559f
54074 Copyright: 2003-2006, 2008 Free Software Foundation, Inc
54075 License: GPL-3+ 
54076 Licence_Text: 
54077 #Header: 
54078 #/* Detect write error on a stream.
54079 #   Copyright (C) 2003-2006, 2008 Free Software Foundation, Inc.
54080 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
54081 #
54082 #   This program is free software: you can redistribute it and/or modify
54083 #   it under the terms of the GNU General Public License as published by
54084 #   the Free Software Foundation; either version 3 of the License, or
54085 #   (at your option) any later version.
54086 #
54087 #   This program is distributed in the hope that it will be useful,
54088 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54089 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54090 #   GNU General Public License for more details.
54091 #
54092 #   You should have received a copy of the GNU General Public License
54093
54094 File: ./lib/fwriteerror.h
54095 Hash: 57d77b30a81499334eeb50f7dfc84fa69ae4232ff0670018e7d4544f670e33a0
54096 Copyright: 2003, 2005-2006 Free Software Foundation, Inc
54097 License: GPL-3+ 
54098 Licence_Text: 
54099 #Header: 
54100 #/* Detect write error on a stream.
54101 #   Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
54102 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
54103 #
54104 #   This program is free software: you can redistribute it and/or modify
54105 #   it under the terms of the GNU General Public License as published by
54106 #   the Free Software Foundation; either version 3 of the License, or
54107 #   (at your option) any later version.
54108 #
54109 #   This program is distributed in the hope that it will be useful,
54110 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54111 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54112 #   GNU General Public License for more details.
54113 #
54114 #   You should have received a copy of the GNU General Public License
54115
54116 File: ./lib/fwriting.c
54117 Hash: a5abdbf63e5f0a4445b38c4af2b59138283911fe1cd2e69236cf839d7baada5f
54118 Copyright: 2007-2009 Free Software Foundation, Inc
54119 License: GPL-3+ 
54120 Licence_Text: 
54121 #Header: 
54122 #/* Retrieve information about a FILE stream.
54123 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
54124 #
54125 #   This program is free software: you can redistribute it and/or modify
54126 #   it under the terms of the GNU General Public License as published by
54127 #   the Free Software Foundation; either version 3 of the License, or
54128 #   (at your option) any later version.
54129 #
54130 #   This program is distributed in the hope that it will be useful,
54131 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54132 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54133 #   GNU General Public License for more details.
54134 #
54135 #   You should have received a copy of the GNU General Public License
54136 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
54137
54138 File: ./lib/fwriting.h
54139 Hash: 6ed3175e10c5665dcf6db713c0e2349045f3bd4fd4168fd28f47c63e550bc6be
54140 Copyright: 2007 Free Software Foundation, Inc
54141 License: GPL-3+ 
54142 Licence_Text: 
54143 #Header: 
54144 #/* Retrieve information about a FILE stream.
54145 #   Copyright (C) 2007 Free Software Foundation, Inc.
54146 #
54147 #   This program is free software: you can redistribute it and/or modify
54148 #   it under the terms of the GNU General Public License as published by
54149 #   the Free Software Foundation; either version 3 of the License, or
54150 #   (at your option) any later version.
54151 #
54152 #   This program is distributed in the hope that it will be useful,
54153 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54154 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54155 #   GNU General Public License for more details.
54156 #
54157 #   You should have received a copy of the GNU General Public License
54158 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
54159
54160 File: ./lib/gai_strerror.c
54161 Hash: 6fa8c98c6159a1bc336cc672906d02a7c2b14a0db56b900ebd375c79e93e0a51
54162 Copyright: 1997, 2001, 2002, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc
54163 License: GPL-2+
54164 Licence_Text: 
54165 #Header: 
54166 #/* Copyright (C) 1997, 2001, 2002, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
54167 #   This file is part of the GNU C Library.
54168 #   Contributed by Philip Blundell <pjb27@cam.ac.uk>, 1997.
54169 #
54170 #   This program is free software; you can redistribute it and/or modify
54171 #   it under the terms of the GNU General Public License as published by
54172 #   the Free Software Foundation; either version 2, or (at your option)
54173 #   any later version.
54174 #
54175 #   This program is distributed in the hope that it will be useful,
54176 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54177 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54178 #   GNU General Public License for more details.
54179 #
54180 #   You should have received a copy of the GNU General Public License
54181
54182 File: ./lib/gc-gnulib.c
54183 Hash: a1a6cd40081db989deb6d637777e1ea5e616b3d6a283a7a7f4a9d5e09291c419
54184 Copyright: 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
54185 License: GPL-2+
54186 Licence_Text: 
54187 #Header: 
54188 #/* gc-gnulib.c --- Common gnulib internal crypto interface functions
54189 # * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
54190 # * Software Foundation, Inc.
54191 # *
54192 # * This file is free software; you can redistribute it and/or modify
54193 # * it under the terms of the GNU General Public License as published
54194 # * by the Free Software Foundation; either version 2, or (at your
54195 # * option) any later version.
54196 # *
54197 # * This file is distributed in the hope that it will be useful, but
54198 # * WITHOUT ANY WARRANTY; without even the implied warranty of
54199 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
54200 # * General Public License for more details.
54201 # *
54202 # * You should have received a copy of the GNU General Public License
54203
54204 File: ./lib/gc-libgcrypt.c
54205 Hash: 17a44f44fe9aa32fa885740126dc77e9789d91af8a7b6481c1c03a99b378b010
54206 Copyright: 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
54207 License: GPL-2+
54208 Licence_Text: 
54209 #Header: 
54210 #/* gc-libgcrypt.c --- Crypto wrappers around Libgcrypt for GC.
54211 # * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
54212 # * Software Foundation, Inc.
54213 # *
54214 # * This file is free software; you can redistribute it and/or modify
54215 # * it under the terms of the GNU General Public License as published
54216 # * by the Free Software Foundation; either version 2, or (at your
54217 # * option) any later version.
54218 # *
54219 # * This file is distributed in the hope that it will be useful, but
54220 # * WITHOUT ANY WARRANTY; without even the implied warranty of
54221 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
54222 # * General Public License for more details.
54223 # *
54224 # * You should have received a copy of the GNU General Public License
54225
54226 File: ./lib/gc-pbkdf2-sha1.c
54227 Hash: 2286c6ae2cbbc15032408e0ab1b986db3f9ba1b141f1a542dbddcbb50c8dce4c
54228 Copyright: 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc
54229 License: GPL-2+
54230 Licence_Text: 
54231 #Header: 
54232 #/* gc-pbkdf2-sha1.c --- Password-Based Key Derivation Function a'la PKCS#5
54233 #   Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
54234 #
54235 #   This program is free software; you can redistribute it and/or modify
54236 #   it under the terms of the GNU General Public License as published by
54237 #   the Free Software Foundation; either version 2, or (at your option)
54238 #   any later version.
54239 #
54240 #   This program is distributed in the hope that it will be useful,
54241 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54242 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54243 #   GNU General Public License for more details.
54244 #
54245 #   You should have received a copy of the GNU General Public License
54246 #   along with this program; if not, write to the Free Software Foundation,
54247
54248 File: ./lib/gc.h
54249 Hash: a4f94bdf9e032840c9e93a7a9da02fd788642e5def0abcfa0107c6a129f2f4b8
54250 Copyright: 2002, 2003, 2004, 2005, 2007, 2008 Simon Josefsson
54251 License: GPL-2+
54252 Licence_Text: 
54253 #Header: 
54254 #/* gc.h --- Header file for implementation agnostic crypto wrapper API.
54255 # * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008  Simon Josefsson
54256 # *
54257 # * This file is free software; you can redistribute it and/or modify
54258 # * it under the terms of the GNU General Public License as published
54259 # * by the Free Software Foundation; either version 2, or (at your
54260 # * option) any later version.
54261 # *
54262 # * This file is distributed in the hope that it will be useful, but
54263 # * WITHOUT ANY WARRANTY; without even the implied warranty of
54264 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
54265 # * General Public License for more details.
54266 # *
54267 # * You should have received a copy of the GNU General Public License
54268 # * along with this file; if not, write to the Free Software
54269
54270 File: ./lib/gcd.c
54271 Hash: a2ea24efb51452f1ebaf0e5bbb73d198ea84aafce9245acb74dca920986c4acf
54272 Copyright: 2001-2002, 2006 Free Software Foundation, Inc
54273 License: GPL-3+ 
54274 Licence_Text: 
54275 #Header: 
54276 #/* Arithmetic.
54277 #   Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
54278 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
54279 #
54280 #   This program is free software: you can redistribute it and/or modify
54281 #   it under the terms of the GNU General Public License as published by
54282 #   the Free Software Foundation; either version 3 of the License, or
54283 #   (at your option) any later version.
54284 #
54285 #   This program is distributed in the hope that it will be useful,
54286 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54287 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54288 #   GNU General Public License for more details.
54289 #
54290 #   You should have received a copy of the GNU General Public License
54291
54292 File: ./lib/gcd.h
54293 Hash: a2ea24efb51452f1ebaf0e5bbb73d198ea84aafce9245acb74dca920986c4acf
54294 Copyright: 2001-2002, 2006 Free Software Foundation, Inc
54295 License: GPL-3+ 
54296 Licence_Text: 
54297 #Header: 
54298 #/* Arithmetic.
54299 #   Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
54300 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
54301 #
54302 #   This program is free software: you can redistribute it and/or modify
54303 #   it under the terms of the GNU General Public License as published by
54304 #   the Free Software Foundation; either version 3 of the License, or
54305 #   (at your option) any later version.
54306 #
54307 #   This program is distributed in the hope that it will be useful,
54308 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54309 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54310 #   GNU General Public License for more details.
54311 #
54312 #   You should have received a copy of the GNU General Public License
54313
54314 File: ./lib/gen-uni-tables.c
54315 Hash: aad2b45b19beca4f2ac5d5f5bb9edce6d0afc88e1b7b9d1047748f876a287f4a
54316 Copyright: 2000-2002, 2004, 2007-2009 Free Software Foundation, Inc
54317 License: GPL-3+ 
54318 Licence_Text: 
54319 #Header: 
54320 #/* Generate Unicode conforming character classification tables and
54321 #   line break properties tables and word break property tables and
54322 #   decomposition/composition and case mapping tables from a UnicodeData file.
54323 #   Copyright (C) 2000-2002, 2004, 2007-2009 Free Software Foundation, Inc.
54324 #   Written by Bruno Haible <bruno@clisp.org>, 2000-2002.
54325 #
54326 #   This program is free software: you can redistribute it and/or modify
54327 #   it under the terms of the GNU General Public License as published by
54328 #   the Free Software Foundation; either version 3 of the License, or
54329 #   (at your option) any later version.
54330 #
54331 #   This program is distributed in the hope that it will be useful,
54332 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54333 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54334 #   GNU General Public License for more details.
54335
54336 File: ./lib/getaddrinfo.c
54337 Hash: adc75b9ed0c95c54930e8aed577992958efb7d055fee5326a497b8abb69d0316
54338 Copyright: 1997, 2001, 2002, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
54339 License: GPL-2+
54340 Licence_Text: 
54341 #Header: 
54342 #/* Get address information (partial implementation).
54343 #   Copyright (C) 1997, 2001, 2002, 2004, 2005, 2006, 2007, 2008 Free Software
54344 #   Foundation, Inc.
54345 #   Contributed by Simon Josefsson <simon@josefsson.org>.
54346 #
54347 #   This program is free software; you can redistribute it and/or modify
54348 #   it under the terms of the GNU General Public License as published by
54349 #   the Free Software Foundation; either version 2, or (at your option)
54350 #   any later version.
54351 #
54352 #   This program is distributed in the hope that it will be useful,
54353 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54354 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54355 #   GNU General Public License for more details.
54356
54357 File: ./lib/getcwd.c
54358 Hash: 5875b69c2fe815331158284d7517251ab1bf88edae205ac42d739b529a6d4873
54359 Copyright: 1991-1999, 2004-2009 Free Software Foundation, Inc
54360 License: GPL-3+ 
54361 Licence_Text: 
54362 #Header: 
54363 #/* Copyright (C) 1991-1999, 2004-2009 Free Software Foundation, Inc.
54364 #   This file is part of the GNU C Library.
54365 #
54366 #   This program is free software: you can redistribute it and/or modify
54367 #   it under the terms of the GNU General Public License as published by
54368 #   the Free Software Foundation; either version 3 of the License, or
54369 #   (at your option) any later version.
54370 #
54371 #   This program is distributed in the hope that it will be useful,
54372 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54373 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54374 #   GNU General Public License for more details.
54375 #
54376 #   You should have received a copy of the GNU General Public License
54377 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
54378
54379 File: ./lib/getdate.h
54380 Hash: b9389accd94ac78a67232edb3c527f3f70ee67ad6f01602d68b55ba4fbcd0dba
54381 Copyright: 1995, 1997, 1998, 2003, 2004, 2007 Free Software Foundation, Inc.
54382 License: GPL-3+ 
54383 Licence_Text: 
54384 #Header: 
54385 #/* Parse a string into an internal time stamp.
54386 #
54387 #   Copyright (C) 1995, 1997, 1998, 2003, 2004, 2007 Free Software
54388 #   Foundation, Inc.
54389 #
54390 #   This program is free software: you can redistribute it and/or modify
54391 #   it under the terms of the GNU General Public License as published by
54392 #   the Free Software Foundation; either version 3 of the License, or
54393 #   (at your option) any later version.
54394 #
54395 #   This program is distributed in the hope that it will be useful,
54396 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54397 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54398 #   GNU General Public License for more details.
54399
54400 File: ./lib/getdate.y
54401 Hash: b5fca8ba27d142ddf8675e4f97a669f215e388619b18a6be948a2fb748066a5c
54402 Copyright: 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
54403 License: GPL-3+ 
54404 Licence_Text: 
54405 #Header: 
54406 #%{
54407 #/* Parse a string into an internal time stamp.
54408 #
54409 #   Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
54410 #   Free Software Foundation, Inc.
54411 #
54412 #   This program is free software: you can redistribute it and/or modify
54413 #   it under the terms of the GNU General Public License as published by
54414 #   the Free Software Foundation; either version 3 of the License, or
54415 #   (at your option) any later version.
54416 #
54417 #   This program is distributed in the hope that it will be useful,
54418 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54419 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54420 #   GNU General Public License for more details.
54421
54422 File: ./lib/getdelim.c
54423 Hash: 992ace4fcbea4653a4c94a5e3161682e707b458f19befe7a2efe9b6d0536c45b
54424 Copyright: 1994, 1996, 1997, 1998, 2001, 2003, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
54425 License: GPL-2+
54426 Licence_Text: 
54427 #Header: 
54428 #/* getdelim.c --- Implementation of replacement getdelim function.
54429 #   Copyright (C) 1994, 1996, 1997, 1998, 2001, 2003, 2005, 2006, 2007,
54430 #   2008, 2009 Free Software Foundation, Inc.
54431 #
54432 #   This program is free software; you can redistribute it and/or
54433 #   modify it under the terms of the GNU General Public License as
54434 #   published by the Free Software Foundation; either version 2, or (at
54435 #   your option) any later version.
54436 #
54437 #   This program is distributed in the hope that it will be useful, but
54438 #   WITHOUT ANY WARRANTY; without even the implied warranty of
54439 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
54440 #   General Public License for more details.
54441 #
54442 #   You should have received a copy of the GNU General Public License
54443
54444 File: ./lib/getdomainname.c
54445 Hash: 49d9ff73b25a4e25ab534f038da03ecc6bd4f1e55511d312f3e3652d79e561f3
54446 Copyright: 2003, 2006, 2008 Free Software Foundation, Inc
54447 License: GPL-3+ 
54448 Licence_Text: 
54449 #Header: 
54450 #/* getdomainname emulation for systems that doesn't have it.
54451 #
54452 #   Copyright (C) 2003, 2006, 2008 Free Software Foundation, Inc.
54453 #
54454 #   This program is free software: you can redistribute it and/or modify
54455 #   it under the terms of the GNU General Public License as published by
54456 #   the Free Software Foundation; either version 3 of the License, or
54457 #   (at your option) any later version.
54458 #
54459 #   This program is distributed in the hope that it will be useful,
54460 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54461 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54462 #   GNU General Public License for more details.
54463 #
54464 #   You should have received a copy of the GNU General Public License
54465
54466 File: ./lib/getdtablesize.c
54467 Hash: 51191e642c33bb0d979044844f6eff55029ec458cd21474f85bb0b0d51eb1353
54468 Copyright: 2008-2009 Free Software Foundation, Inc
54469 License: GPL-3+ 
54470 Licence_Text: 
54471 #Header: 
54472 #/* getdtablesize() function for platforms that don't have it.
54473 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
54474 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
54475 #
54476 #   This program is free software: you can redistribute it and/or modify
54477 #   it under the terms of the GNU General Public License as published by
54478 #   the Free Software Foundation; either version 3 of the License, or
54479 #   (at your option) any later version.
54480 #
54481 #   This program is distributed in the hope that it will be useful,
54482 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54483 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54484 #   GNU General Public License for more details.
54485 #
54486 #   You should have received a copy of the GNU General Public License
54487
54488 File: ./lib/getgroups.c
54489 Hash: 0f0b9f4b7e5c2b88b951017ee86711bfeafe90b04b0b610061b888563f4fdded
54490 Copyright: 1996, 1999, 2003, 2006, 2007, 2008 Free Software Foundation, Inc.
54491 License: GPL-3+ 
54492 Licence_Text: 
54493 #Header: 
54494 #/* provide consistent interface to getgroups for systems that don't allow N==0
54495 #
54496 #   Copyright (C) 1996, 1999, 2003, 2006, 2007, 2008 Free Software
54497 #   Foundation, Inc.
54498 #
54499 #   This program is free software: you can redistribute it and/or modify
54500 #   it under the terms of the GNU General Public License as published by
54501 #   the Free Software Foundation; either version 3 of the License, or
54502 #   (at your option) any later version.
54503 #
54504 #   This program is distributed in the hope that it will be useful,
54505 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54506 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54507 #   GNU General Public License for more details.
54508
54509 File: ./lib/gethostname.c
54510 Hash: 08b8fc75fb3ab4c65596a95988f9a243016039c6a6d58db033df382b3e85ef91
54511 Copyright: 1992, 2003, 2006, 2008, 2009 Free Software Foundation, Inc
54512 License: GPL-3+ 
54513 Licence_Text: 
54514 #Header: 
54515 #/* gethostname emulation for SysV and POSIX.1.
54516 #
54517 #   Copyright (C) 1992, 2003, 2006, 2008, 2009 Free Software Foundation, Inc.
54518 #
54519 #   This program is free software: you can redistribute it and/or modify
54520 #   it under the terms of the GNU General Public License as published by
54521 #   the Free Software Foundation; either version 3 of the License, or
54522 #   (at your option) any later version.
54523 #
54524 #   This program is distributed in the hope that it will be useful,
54525 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54526 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54527 #   GNU General Public License for more details.
54528 #
54529 #   You should have received a copy of the GNU General Public License
54530
54531 File: ./lib/gethrxtime.c
54532 Hash: 1cec40c1dcc320f69be6e1c805d217f9abab323dfc4d321daeb53e6d8a47b7d8
54533 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
54534 License: GPL-3+ 
54535 Licence_Text: 
54536 #Header: 
54537 #/* gethrxtime -- get high resolution real time
54538 #
54539 #   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
54540 #
54541 #   This program is free software: you can redistribute it and/or modify
54542 #   it under the terms of the GNU General Public License as published by
54543 #   the Free Software Foundation; either version 3 of the License, or
54544 #   (at your option) any later version.
54545 #
54546 #   This program is distributed in the hope that it will be useful,
54547 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54548 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54549 #   GNU General Public License for more details.
54550 #
54551 #   You should have received a copy of the GNU General Public License
54552
54553 File: ./lib/gethrxtime.h
54554 Hash: 0f5ade662a7551e4b033ef5d892a59fa220a1ca1e4fca8feb3778e6102444739
54555 Copyright: 2005 Free Software Foundation, Inc
54556 License: GPL-3+ 
54557 Licence_Text: 
54558 #Header: 
54559 #/* gethrxtime -- get high resolution real time
54560 #
54561 #   Copyright (C) 2005 Free Software Foundation, Inc.
54562 #
54563 #   This program is free software: you can redistribute it and/or modify
54564 #   it under the terms of the GNU General Public License as published by
54565 #   the Free Software Foundation; either version 3 of the License, or
54566 #   (at your option) any later version.
54567 #
54568 #   This program is distributed in the hope that it will be useful,
54569 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54570 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54571 #   GNU General Public License for more details.
54572 #
54573 #   You should have received a copy of the GNU General Public License
54574
54575 File: ./lib/getline.c
54576 Hash: db509c33815c26829232154304e781d89be477ad3f316afe1d06f654877e7697
54577 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
54578 License: GPL-2+
54579 Licence_Text: 
54580 #Header: 
54581 #/* getline.c --- Implementation of replacement getline function.
54582 #   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
54583 #
54584 #   This program is free software; you can redistribute it and/or
54585 #   modify it under the terms of the GNU General Public License as
54586 #   published by the Free Software Foundation; either version 2, or (at
54587 #   your option) any later version.
54588 #
54589 #   This program is distributed in the hope that it will be useful, but
54590 #   WITHOUT ANY WARRANTY; without even the implied warranty of
54591 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
54592 #   General Public License for more details.
54593 #
54594 #   You should have received a copy of the GNU General Public License
54595 #   along with this program; if not, write to the Free Software
54596
54597 File: ./lib/getloadavg.c
54598 Hash: 2d24f7a43c161425aa87eff2a7f2fb2bc4a9a1f84761f74178139d04c1fece2b
54599 Copyright: 1985, 1986, 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1997, 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
54600 License: GPL-3+ 
54601 Licence_Text: 
54602 #Header: 
54603 #/* Get the system load averages.
54604 #
54605 #   Copyright (C) 1985, 1986, 1987, 1988, 1989, 1991, 1992, 1993, 1994,
54606 #   1995, 1997, 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
54607 #   Software Foundation, Inc.
54608 #
54609 #   NOTE: The canonical source of this file is maintained with gnulib.
54610 #   Bugs can be reported to bug-gnulib@gnu.org.
54611 #
54612 #   This program is free software: you can redistribute it and/or modify
54613 #   it under the terms of the GNU General Public License as published by
54614 #   the Free Software Foundation; either version 3 of the License, or
54615 #   (at your option) any later version.
54616 #
54617 #   This program is distributed in the hope that it will be useful,
54618
54619 File: ./lib/getlogin_r.c
54620 Hash: 71342da5c9fce5ffc521819fbf5ea380288d8dd31a5a80d9272b7f75b422173c
54621 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
54622 License: GPL-2+
54623 Licence_Text: 
54624 #Header: 
54625 #/* Provide a working getlogin_r for systems which lack it.
54626 #
54627 #   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
54628 #
54629 #   This program is free software; you can redistribute it and/or modify
54630 #   it under the terms of the GNU General Public License as published by
54631 #   the Free Software Foundation; either version 2, or (at your option)
54632 #   any later version.
54633 #
54634 #   This program is distributed in the hope that it will be useful,
54635 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54636 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54637 #   GNU General Public License for more details.
54638 #
54639 #   You should have received a copy of the GNU General Public License
54640
54641 File: ./lib/getndelim2.c
54642 Hash: 9ee7610ebe6f8a37f5a5a68a7b3449214c14a38ff0d7dd572812bb7859df98f1
54643 Copyright: 1993, 1996, 1997, 1998, 2000, 2003, 2004, 2006, 2008 Free Software Foundation, Inc.
54644 License: GPL-3+ 
54645 Licence_Text: 
54646 #Header: 
54647 #/* getndelim2 - Read a line from a stream, stopping at one of 2 delimiters,
54648 #   with bounded memory allocation.
54649 #
54650 #   Copyright (C) 1993, 1996, 1997, 1998, 2000, 2003, 2004, 2006, 2008 Free
54651 #   Software Foundation, Inc.
54652 #
54653 #   This program is free software: you can redistribute it and/or modify
54654 #   it under the terms of the GNU General Public License as published by
54655 #   the Free Software Foundation; either version 3 of the License, or
54656 #   (at your option) any later version.
54657 #
54658 #   This program is distributed in the hope that it will be useful,
54659 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54660 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54661 #   GNU General Public License for more details.
54662
54663 File: ./lib/getndelim2.h
54664 Hash: f5045e0d348580d1368f95e10cdc98ef5dc5cb756ace0005aa8ea0b4b3ec3c44
54665 Copyright: 2003, 2004, 2006 Free Software Foundation, Inc
54666 License: GPL-3+ 
54667 Licence_Text: 
54668 #Header: 
54669 #/* getndelim2 - Read a line from a stream, stopping at one of 2 delimiters,
54670 #   with bounded memory allocation.
54671 #
54672 #   Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
54673 #
54674 #   This program is free software: you can redistribute it and/or modify
54675 #   it under the terms of the GNU General Public License as published by
54676 #   the Free Software Foundation; either version 3 of the License, or
54677 #   (at your option) any later version.
54678 #
54679 #   This program is distributed in the hope that it will be useful,
54680 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54681 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54682 #   GNU General Public License for more details.
54683
54684 File: ./lib/getnline.c
54685 Hash: bbdd86a205f27f15ef28fbde34d1623b507bb2453e631af80a1afab6cd8981ec
54686 Copyright: 2003, 2004, 2006 Free Software Foundation, Inc
54687 License: GPL-3+ 
54688 Licence_Text: 
54689 #Header: 
54690 #/* getnline - Read a line from a stream, with bounded memory allocation.
54691 #
54692 #   Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
54693 #
54694 #   This program is free software: you can redistribute it and/or modify
54695 #   it under the terms of the GNU General Public License as published by
54696 #   the Free Software Foundation; either version 3 of the License, or
54697 #   (at your option) any later version.
54698 #
54699 #   This program is distributed in the hope that it will be useful,
54700 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54701 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54702 #   GNU General Public License for more details.
54703 #
54704 #   You should have received a copy of the GNU General Public License
54705
54706 File: ./lib/getnline.h
54707 Hash: 03573e9a526808be4f0f78b44449e9d23df1f24379e10ec2ba8ca76d47a3c4a6
54708 Copyright: 2003, 2004 Free Software Foundation, Inc
54709 License: GPL-3+ 
54710 Licence_Text: 
54711 #Header: 
54712 #/* getnline - Read a line from a stream, with bounded memory allocation.
54713 #
54714 #   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
54715 #
54716 #   This program is free software: you can redistribute it and/or modify
54717 #   it under the terms of the GNU General Public License as published by
54718 #   the Free Software Foundation; either version 3 of the License, or
54719 #   (at your option) any later version.
54720 #
54721 #   This program is distributed in the hope that it will be useful,
54722 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54723 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54724 #   GNU General Public License for more details.
54725 #
54726 #   You should have received a copy of the GNU General Public License
54727
54728 File: ./lib/getopt.c
54729 Hash: 4d0fd46f29bb8073586f8ec6d6970bb6076904b387b4ba39b52e67f894fad2ac
54730 Copyright: 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004,2006,2008 Free Software Foundation, Inc.
54731 License: GPL-3+ 
54732 Licence_Text: 
54733 #Header: 
54734 #/* Getopt for GNU.
54735 #   NOTE: getopt is now part of the C library, so if you don't know what
54736 #   "Keep this file name-space clean" means, talk to drepper@gnu.org
54737 #   before changing it!
54738 #   Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004,2006,2008
54739 #       Free Software Foundation, Inc.
54740 #   This file is part of the GNU C Library.
54741 #
54742 #   This program is free software: you can redistribute it and/or modify
54743 #   it under the terms of the GNU General Public License as published by
54744 #   the Free Software Foundation; either version 3 of the License, or
54745 #   (at your option) any later version.
54746 #
54747 #   This program is distributed in the hope that it will be useful,
54748 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54749
54750 File: ./lib/getopt.in.h
54751 Hash: 85fd6cbd9bf519076eb2762b34c713e170afc8e197126defee267fedcee58ff4
54752 Copyright: 1989-1994,1996-1999,2001,2003,2004,2005,2006,2007 Free Software Foundation, Inc.
54753 License: GPL-3+ 
54754 Licence_Text: 
54755 #Header: 
54756 #/* Declarations for getopt.
54757 #   Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2005,2006,2007
54758 #   Free Software Foundation, Inc.
54759 #   This file is part of the GNU C Library.
54760 #
54761 #   This program is free software: you can redistribute it and/or modify
54762 #   it under the terms of the GNU General Public License as published by
54763 #   the Free Software Foundation; either version 3 of the License, or
54764 #   (at your option) any later version.
54765 #
54766 #   This program is distributed in the hope that it will be useful,
54767 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54768 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54769 #   GNU General Public License for more details.
54770
54771 File: ./lib/getopt1.c
54772 Hash: 40109d2a58167504326aad2cb1b61592e621cfc075c9499cc9fc8c4428517863
54773 Copyright: 1987,88,89,90,91,92,93,94,96,97,98,2004,2006,2009 Free Software Foundation, Inc.
54774 License: GPL-3+ 
54775 Licence_Text: 
54776 #Header: 
54777 #/* getopt_long and getopt_long_only entry points for GNU getopt.
54778 #   Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98,2004,2006,2009
54779 #     Free Software Foundation, Inc.
54780 #   This file is part of the GNU C Library.
54781 #
54782 #   This program is free software: you can redistribute it and/or modify
54783 #   it under the terms of the GNU General Public License as published by
54784 #   the Free Software Foundation; either version 3 of the License, or
54785 #   (at your option) any later version.
54786 #
54787 #   This program is distributed in the hope that it will be useful,
54788 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54789 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54790 #   GNU General Public License for more details.
54791
54792 File: ./lib/getopt_int.h
54793 Hash: 54606da8ebed47f74fd89143417b60de590aa10ec0620f8a7a78ebd0c36557e3
54794 Copyright: 1989-1994,1996-1999,2001,2003,2004 Free Software Foundation, Inc.
54795 License: GPL-3+ 
54796 Licence_Text: 
54797 #Header: 
54798 #/* Internal declarations for getopt.
54799 #   Copyright (C) 1989-1994,1996-1999,2001,2003,2004
54800 #   Free Software Foundation, Inc.
54801 #   This file is part of the GNU C Library.
54802 #
54803 #   This program is free software: you can redistribute it and/or modify
54804 #   it under the terms of the GNU General Public License as published by
54805 #   the Free Software Foundation; either version 3 of the License, or
54806 #   (at your option) any later version.
54807 #
54808 #   This program is distributed in the hope that it will be useful,
54809 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54810 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54811 #   GNU General Public License for more details.
54812
54813 File: ./lib/getpagesize.c
54814 Hash: cc8c7a17126f58bdff2c354feec2eed60d44ff713caa57dc3075bc3f136601ba
54815 Copyright: 2007 Free Software Foundation, Inc
54816 License: GPL-3+ 
54817 Licence_Text: 
54818 #Header: 
54819 #/* getpagesize emulation for systems where it cannot be done in a C macro.
54820 #
54821 #   Copyright (C) 2007 Free Software Foundation, Inc.
54822 #
54823 #   This program is free software: you can redistribute it and/or modify
54824 #   it under the terms of the GNU General Public License as published by
54825 #   the Free Software Foundation; either version 3 of the License, or
54826 #   (at your option) any later version.
54827 #
54828 #   This program is distributed in the hope that it will be useful,
54829 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54830 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54831 #   GNU General Public License for more details.
54832 #
54833 #   You should have received a copy of the GNU General Public License
54834
54835 File: ./lib/getpass.c
54836 Hash: 3c4602671b814d6de906dbab501db462e449060ec3b662a3cc813158469c1c41
54837 Copyright: 1992-2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
54838 License: GPL-2+
54839 Licence_Text: 
54840 #Header: 
54841 #/* Copyright (C) 1992-2001, 2003, 2004, 2005, 2006, 2007 Free Software
54842 #   Foundation, Inc.
54843 #
54844 #   This file is part of the GNU C Library.
54845 #
54846 #   This program is free software; you can redistribute it and/or modify
54847 #   it under the terms of the GNU General Public License as published by
54848 #   the Free Software Foundation; either version 2, or (at your option)
54849 #   any later version.
54850 #
54851 #   This program is distributed in the hope that it will be useful,
54852 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54853 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54854 #   GNU General Public License for more details.
54855
54856 File: ./lib/getpass.h
54857 Hash: 715da55d6addef9aba7f35a6d79bf776995ba58b92e85e1355038b36d4dd757c
54858 Copyright: 2004 Free Software Foundation, Inc
54859 License: GPL-2+
54860 Licence_Text: 
54861 #Header: 
54862 #/* getpass.h -- Read a password of arbitrary length from /dev/tty or stdin.
54863 #   Copyright (C) 2004 Free Software Foundation, Inc.
54864 #   Contributed by Simon Josefsson <jas@extundo.com>, 2004.
54865 #
54866 #   This program is free software; you can redistribute it and/or modify
54867 #   it under the terms of the GNU General Public License as published by
54868 #   the Free Software Foundation; either version 2, or (at your option)
54869 #   any later version.
54870 #
54871 #   This program is distributed in the hope that it will be useful,
54872 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54873 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54874 #   GNU General Public License for more details.
54875 #
54876 #   You should have received a copy of the GNU General Public License
54877
54878 File: ./lib/getpeername.c
54879 Hash: 3a2f22e1c404ed3915fd5dfe38a6d499d2cb70e1fd51eaa0dd53aadc7b7be703
54880 Copyright: 2008 Free Software Foundation, Inc
54881 License: GPL-3+ 
54882 Licence_Text: 
54883 #Header: 
54884 #/* getpeername.c --- wrappers for Windows getpeername function
54885 #
54886 #   Copyright (C) 2008 Free Software Foundation, Inc.
54887 #
54888 #   This program is free software: you can redistribute it and/or modify
54889 #   it under the terms of the GNU General Public License as published by
54890 #   the Free Software Foundation; either version 3 of the License, or
54891 #   (at your option) any later version.
54892 #
54893 #   This program is distributed in the hope that it will be useful,
54894 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54895 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54896 #   GNU General Public License for more details.
54897 #
54898 #   You should have received a copy of the GNU General Public License
54899
54900 File: ./lib/getsockname.c
54901 Hash: db4f104421692ccfcaec0efbeefb8abf3170e8e83c3f80d16d4088a9570c0747
54902 Copyright: 2008 Free Software Foundation, Inc
54903 License: GPL-3+ 
54904 Licence_Text: 
54905 #Header: 
54906 #/* getsockname.c --- wrappers for Windows getsockname function
54907 #
54908 #   Copyright (C) 2008 Free Software Foundation, Inc.
54909 #
54910 #   This program is free software: you can redistribute it and/or modify
54911 #   it under the terms of the GNU General Public License as published by
54912 #   the Free Software Foundation; either version 3 of the License, or
54913 #   (at your option) any later version.
54914 #
54915 #   This program is distributed in the hope that it will be useful,
54916 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54917 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54918 #   GNU General Public License for more details.
54919 #
54920 #   You should have received a copy of the GNU General Public License
54921
54922 File: ./lib/getsockopt.c
54923 Hash: cfa28503953c834f7db8e9d1e3113792201bf64a0b7ef2ef1e4f2cbb56b5ac98
54924 Copyright: 2008-2009 Free Software Foundation, Inc
54925 License: GPL-3+ 
54926 Licence_Text: 
54927 #Header: 
54928 #/* getsockopt.c --- wrappers for Windows getsockopt function
54929 #
54930 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
54931 #
54932 #   This program is free software: you can redistribute it and/or modify
54933 #   it under the terms of the GNU General Public License as published by
54934 #   the Free Software Foundation; either version 3 of the License, or
54935 #   (at your option) any later version.
54936 #
54937 #   This program is distributed in the hope that it will be useful,
54938 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54939 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54940 #   GNU General Public License for more details.
54941 #
54942 #   You should have received a copy of the GNU General Public License
54943
54944 File: ./lib/getsubopt.c
54945 Hash: ec9a4323b51dc83a8a3dab5470517e58f1bb6eade183c6dc3eba458312ab0d3e
54946 Copyright: 1996, 1997, 1999, 2004, 2007 Free Software Foundation, Inc
54947 License: GPL-3+ 
54948 Licence_Text: 
54949 #Header: 
54950 #/* Parse comma separated list into words.
54951 #   Copyright (C) 1996, 1997, 1999, 2004, 2007 Free Software Foundation, Inc.
54952 #   This file is part of the GNU C Library.
54953 #   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
54954 #
54955 #   This program is free software: you can redistribute it and/or modify
54956 #   it under the terms of the GNU General Public License as published by
54957 #   the Free Software Foundation; either version 3 of the License, or
54958 #   (at your option) any later version.
54959 #
54960 #   This program is distributed in the hope that it will be useful,
54961 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54962 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54963 #   GNU General Public License for more details.
54964
54965 File: ./lib/gettext.h
54966 Hash: 136f1ff682700ad9f5fb60428eeada20f160e6ed38a19ad78bd1dc4e440f55f0
54967 Copyright: 1995-1998, 2000-2002, 2004-2006, 2009 Free Software Foundation, Inc
54968 License: GPL-2+
54969 Licence_Text: 
54970 #Header: 
54971 #/* Convenience header for conditional use of GNU <libintl.h>.
54972 #   Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009 Free Software Foundation, Inc.
54973 #
54974 #   This program is free software; you can redistribute it and/or modify
54975 #   it under the terms of the GNU General Public License as published by
54976 #   the Free Software Foundation; either version 2, or (at your option)
54977 #   any later version.
54978 #
54979 #   This program is distributed in the hope that it will be useful,
54980 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
54981 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54982 #   GNU General Public License for more details.
54983 #
54984 #   You should have received a copy of the GNU General Public License along
54985 #   with this program; if not, write to the Free Software Foundation,
54986
54987 File: ./lib/gettime.c
54988 Hash: 77086b931aa5e0345ebf249afe25b980450af522098b0dc7db39c72cda600702
54989 Copyright: 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc
54990 License: GPL-3+ 
54991 Licence_Text: 
54992 #Header: 
54993 #/* gettime -- get the system clock
54994 #
54995 #   Copyright (C) 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
54996 #
54997 #   This program is free software: you can redistribute it and/or modify
54998 #   it under the terms of the GNU General Public License as published by
54999 #   the Free Software Foundation; either version 3 of the License, or
55000 #   (at your option) any later version.
55001 #
55002 #   This program is distributed in the hope that it will be useful,
55003 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55004 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55005 #   GNU General Public License for more details.
55006 #
55007 #   You should have received a copy of the GNU General Public License
55008
55009 File: ./lib/gettimeofday.c
55010 Hash: cde7080c035c43c360bf0a39981d8e1f56a5745a9f0857f3fab617c0414c9aa6
55011 Copyright: 2001, 2002, 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
55012 License: GPL-2+
55013 Licence_Text: 
55014 #Header: 
55015 #/* Provide gettimeofday for systems that don't have it or for which it's broken.
55016 #
55017 #   Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2009 Free Software
55018 #   Foundation, Inc.
55019 #
55020 #   This program is free software; you can redistribute it and/or modify
55021 #   it under the terms of the GNU General Public License as published by
55022 #   the Free Software Foundation; either version 2, or (at your option)
55023 #   any later version.
55024 #
55025 #   This program is distributed in the hope that it will be useful,
55026 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55027 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55028 #   GNU General Public License for more details.
55029
55030 File: ./lib/getugroups.c
55031 Hash: 270b3c42be956bed158bfc6996f80f6ea8860856d9d24ce150bc04e2d49c0cb4
55032 Copyright: 1990, 1991, 1998-2000, 2003-2009 Free Software Foundation.
55033 License: GPL-3+ 
55034 Licence_Text: 
55035 #Header: 
55036 #/* getugroups.c -- return a list of the groups a user is in
55037 #
55038 #   Copyright (C) 1990, 1991, 1998-2000, 2003-2009 Free Software Foundation.
55039 #
55040 #   This program is free software: you can redistribute it and/or modify
55041 #   it under the terms of the GNU General Public License as published by
55042 #   the Free Software Foundation; either version 3 of the License, or
55043 #   (at your option) any later version.
55044 #
55045 #   This program is distributed in the hope that it will be useful,
55046 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55047 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55048 #   GNU General Public License for more details.
55049 #
55050 #   You should have received a copy of the GNU General Public License
55051
55052 File: ./lib/getugroups.h
55053 Hash: 5a293b9aa238d490fa967e3b2edb180d4e6dc234cc662fd796ebefe226ef0c7d
55054 Copyright: 2007 Free Software Foundation, Inc
55055 License: GPL-3+ 
55056 Licence_Text: 
55057 #Header: 
55058 #/* Get a list of group IDs associated with a specified user ID.
55059 #   Copyright (C) 2007 Free Software Foundation, Inc.
55060 #
55061 #   This program is free software: you can redistribute it and/or modify
55062 #   it under the terms of the GNU General Public License as published by
55063 #   the Free Software Foundation; either version 3 of the License, or
55064 #   (at your option) any later version.
55065 #
55066 #   This program is distributed in the hope that it will be useful,
55067 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55068 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55069 #   GNU General Public License for more details.
55070 #
55071 #   You should have received a copy of the GNU General Public License
55072 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
55073
55074 File: ./lib/getusershell.c
55075 Hash: 1fd7fb9cb095692b1bf2300b27d245389e99a34347ace403e72b60d4bf3dd633
55076 Copyright: 1991, 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
55077 License: GPL-3+ 
55078 Licence_Text: 
55079 #Header: 
55080 #/* getusershell.c -- Return names of valid user shells.
55081 #
55082 #   Copyright (C) 1991, 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 Free
55083 #   Software Foundation, Inc.
55084 #
55085 #   This program is free software: you can redistribute it and/or modify
55086 #   it under the terms of the GNU General Public License as published by
55087 #   the Free Software Foundation; either version 3 of the License, or
55088 #   (at your option) any later version.
55089 #
55090 #   This program is distributed in the hope that it will be useful,
55091 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55092 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55093 #   GNU General Public License for more details.
55094
55095 File: ./lib/git-merge-changelog.c
55096 Hash: 1eb639ccc3a04697cdb5744ebbcb63f90893e0de7ec866b6dd449e350d28915f
55097 Copyright: 2008-2009 Bruno Haible <bruno@clisp.org>
55098 License: GPL-2+ 
55099 Licence_Text: 
55100 #Header: 
55101 #/* git-merge-changelog - git "merge" driver for GNU style ChangeLog files.
55102 #   Copyright (C) 2008-2009 Bruno Haible <bruno@clisp.org>
55103 #
55104 #   This program is free software: you can redistribute it and/or modify
55105 #   it under the terms of the GNU General Public License as published by
55106 #   the Free Software Foundation; either version 2 of the License, or
55107 #   (at your option) any later version.
55108 #
55109 #   This program is distributed in the hope that it will be useful,
55110 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55111 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55112 #   GNU General Public License for more details.
55113 #
55114 #   You should have received a copy of the GNU General Public License
55115 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
55116
55117 File: ./lib/gl_anyavltree_list1.h
55118 Hash: 8ac70eb000a4bcc6a992b5e313e1a9ff249140a28f8860d985beee4c432ac540
55119 Copyright: 2006 Free Software Foundation, Inc
55120 License: GPL-3+ 
55121 Licence_Text: 
55122 #Header: 
55123 #/* Sequential list data type implemented by a binary tree.
55124 #   Copyright (C) 2006 Free Software Foundation, Inc.
55125 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55126 #
55127 #   This program is free software: you can redistribute it and/or modify
55128 #   it under the terms of the GNU General Public License as published by
55129 #   the Free Software Foundation; either version 3 of the License, or
55130 #   (at your option) any later version.
55131 #
55132 #   This program is distributed in the hope that it will be useful,
55133 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55134 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55135 #   GNU General Public License for more details.
55136 #
55137 #   You should have received a copy of the GNU General Public License
55138
55139 File: ./lib/gl_anyavltree_list2.h
55140 Hash: 2f28e0e9b640419e3adc55dde88d2c484a1a854b13974ed27b450acec3791e75
55141 Copyright: 2006-2007 Free Software Foundation, Inc
55142 License: GPL-3+ 
55143 Licence_Text: 
55144 #Header: 
55145 #/* Sequential list data type implemented by a binary tree.
55146 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
55147 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55148 #
55149 #   This program is free software: you can redistribute it and/or modify
55150 #   it under the terms of the GNU General Public License as published by
55151 #   the Free Software Foundation; either version 3 of the License, or
55152 #   (at your option) any later version.
55153 #
55154 #   This program is distributed in the hope that it will be useful,
55155 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55156 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55157 #   GNU General Public License for more details.
55158 #
55159 #   You should have received a copy of the GNU General Public License
55160
55161 File: ./lib/gl_anyhash_list1.h
55162 Hash: dbcade12e1f50e403d11ebbaad5a9e362dff88d6f9e130105030da8d8d6fae64
55163 Copyright: 2006 Free Software Foundation, Inc
55164 License: GPL-3+ 
55165 Licence_Text: 
55166 #Header: 
55167 #/* Sequential list data type implemented by a hash table with another list.
55168 #   Copyright (C) 2006 Free Software Foundation, Inc.
55169 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55170 #
55171 #   This program is free software: you can redistribute it and/or modify
55172 #   it under the terms of the GNU General Public License as published by
55173 #   the Free Software Foundation; either version 3 of the License, or
55174 #   (at your option) any later version.
55175 #
55176 #   This program is distributed in the hope that it will be useful,
55177 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55178 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55179 #   GNU General Public License for more details.
55180 #
55181 #   You should have received a copy of the GNU General Public License
55182
55183 File: ./lib/gl_anyhash_list2.h
55184 Hash: dbcade12e1f50e403d11ebbaad5a9e362dff88d6f9e130105030da8d8d6fae64
55185 Copyright: 2006 Free Software Foundation, Inc
55186 License: GPL-3+ 
55187 Licence_Text: 
55188 #Header: 
55189 #/* Sequential list data type implemented by a hash table with another list.
55190 #   Copyright (C) 2006 Free Software Foundation, Inc.
55191 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55192 #
55193 #   This program is free software: you can redistribute it and/or modify
55194 #   it under the terms of the GNU General Public License as published by
55195 #   the Free Software Foundation; either version 3 of the License, or
55196 #   (at your option) any later version.
55197 #
55198 #   This program is distributed in the hope that it will be useful,
55199 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55200 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55201 #   GNU General Public License for more details.
55202 #
55203 #   You should have received a copy of the GNU General Public License
55204
55205 File: ./lib/gl_anylinked_list1.h
55206 Hash: 3d18920349eb96b1c9c8412fbffd5bd4869cdf18aeee313529abf6e7a275cbdb
55207 Copyright: 2006 Free Software Foundation, Inc
55208 License: GPL-3+ 
55209 Licence_Text: 
55210 #Header: 
55211 #/* Sequential list data type implemented by a linked list.
55212 #   Copyright (C) 2006 Free Software Foundation, Inc.
55213 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55214 #
55215 #   This program is free software: you can redistribute it and/or modify
55216 #   it under the terms of the GNU General Public License as published by
55217 #   the Free Software Foundation; either version 3 of the License, or
55218 #   (at your option) any later version.
55219 #
55220 #   This program is distributed in the hope that it will be useful,
55221 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55222 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55223 #   GNU General Public License for more details.
55224 #
55225 #   You should have received a copy of the GNU General Public License
55226
55227 File: ./lib/gl_anylinked_list2.h
55228 Hash: ebec01e1e27b8f47a348c6c8aab61a6cd8a6d756d7af2d6af0fb0717ebac9699
55229 Copyright: 2006-2008 Free Software Foundation, Inc
55230 License: GPL-3+ 
55231 Licence_Text: 
55232 #Header: 
55233 #/* Sequential list data type implemented by a linked list.
55234 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
55235 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55236 #
55237 #   This program is free software: you can redistribute it and/or modify
55238 #   it under the terms of the GNU General Public License as published by
55239 #   the Free Software Foundation; either version 3 of the License, or
55240 #   (at your option) any later version.
55241 #
55242 #   This program is distributed in the hope that it will be useful,
55243 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55244 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55245 #   GNU General Public License for more details.
55246 #
55247 #   You should have received a copy of the GNU General Public License
55248
55249 File: ./lib/gl_anyrbtree_list1.h
55250 Hash: 8ac70eb000a4bcc6a992b5e313e1a9ff249140a28f8860d985beee4c432ac540
55251 Copyright: 2006 Free Software Foundation, Inc
55252 License: GPL-3+ 
55253 Licence_Text: 
55254 #Header: 
55255 #/* Sequential list data type implemented by a binary tree.
55256 #   Copyright (C) 2006 Free Software Foundation, Inc.
55257 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55258 #
55259 #   This program is free software: you can redistribute it and/or modify
55260 #   it under the terms of the GNU General Public License as published by
55261 #   the Free Software Foundation; either version 3 of the License, or
55262 #   (at your option) any later version.
55263 #
55264 #   This program is distributed in the hope that it will be useful,
55265 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55266 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55267 #   GNU General Public License for more details.
55268 #
55269 #   You should have received a copy of the GNU General Public License
55270
55271 File: ./lib/gl_anyrbtree_list2.h
55272 Hash: 2f28e0e9b640419e3adc55dde88d2c484a1a854b13974ed27b450acec3791e75
55273 Copyright: 2006-2007 Free Software Foundation, Inc
55274 License: GPL-3+ 
55275 Licence_Text: 
55276 #Header: 
55277 #/* Sequential list data type implemented by a binary tree.
55278 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
55279 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55280 #
55281 #   This program is free software: you can redistribute it and/or modify
55282 #   it under the terms of the GNU General Public License as published by
55283 #   the Free Software Foundation; either version 3 of the License, or
55284 #   (at your option) any later version.
55285 #
55286 #   This program is distributed in the hope that it will be useful,
55287 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55288 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55289 #   GNU General Public License for more details.
55290 #
55291 #   You should have received a copy of the GNU General Public License
55292
55293 File: ./lib/gl_anytree_list1.h
55294 Hash: 8ac70eb000a4bcc6a992b5e313e1a9ff249140a28f8860d985beee4c432ac540
55295 Copyright: 2006 Free Software Foundation, Inc
55296 License: GPL-3+ 
55297 Licence_Text: 
55298 #Header: 
55299 #/* Sequential list data type implemented by a binary tree.
55300 #   Copyright (C) 2006 Free Software Foundation, Inc.
55301 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55302 #
55303 #   This program is free software: you can redistribute it and/or modify
55304 #   it under the terms of the GNU General Public License as published by
55305 #   the Free Software Foundation; either version 3 of the License, or
55306 #   (at your option) any later version.
55307 #
55308 #   This program is distributed in the hope that it will be useful,
55309 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55310 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55311 #   GNU General Public License for more details.
55312 #
55313 #   You should have received a copy of the GNU General Public License
55314
55315 File: ./lib/gl_anytree_list2.h
55316 Hash: 40c2faf4dbc261cf4e9ef93bd5c202d96530b5ad6198c8421f85b2d5c9e841ef
55317 Copyright: 2006-2008 Free Software Foundation, Inc
55318 License: GPL-3+ 
55319 Licence_Text: 
55320 #Header: 
55321 #/* Sequential list data type implemented by a binary tree.
55322 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
55323 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55324 #
55325 #   This program is free software: you can redistribute it and/or modify
55326 #   it under the terms of the GNU General Public License as published by
55327 #   the Free Software Foundation; either version 3 of the License, or
55328 #   (at your option) any later version.
55329 #
55330 #   This program is distributed in the hope that it will be useful,
55331 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55332 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55333 #   GNU General Public License for more details.
55334 #
55335 #   You should have received a copy of the GNU General Public License
55336
55337 File: ./lib/gl_anytree_oset.h
55338 Hash: eb71f87b156ea9fbb2d5e66ff268b540cd0b8ae8d368fa8bd5944f989ae9b582
55339 Copyright: 2006-2007 Free Software Foundation, Inc
55340 License: GPL-3+ 
55341 Licence_Text: 
55342 #Header: 
55343 #/* Ordered set data type implemented by a binary tree.
55344 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
55345 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55346 #
55347 #   This program is free software: you can redistribute it and/or modify
55348 #   it under the terms of the GNU General Public License as published by
55349 #   the Free Software Foundation; either version 3 of the License, or
55350 #   (at your option) any later version.
55351 #
55352 #   This program is distributed in the hope that it will be useful,
55353 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55354 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55355 #   GNU General Public License for more details.
55356 #
55357 #   You should have received a copy of the GNU General Public License
55358
55359 File: ./lib/gl_anytreehash_list1.h
55360 Hash: 005fd6a046fcc5e517cffe8fc6f8e653eb1b3dd14a09c48681a9af382b7cb41f
55361 Copyright: 2006-2007 Free Software Foundation, Inc
55362 License: GPL-3+ 
55363 Licence_Text: 
55364 #Header: 
55365 #/* Sequential list data type implemented by a hash table with a binary tree.
55366 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
55367 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55368 #
55369 #   This program is free software: you can redistribute it and/or modify
55370 #   it under the terms of the GNU General Public License as published by
55371 #   the Free Software Foundation; either version 3 of the License, or
55372 #   (at your option) any later version.
55373 #
55374 #   This program is distributed in the hope that it will be useful,
55375 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55376 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55377 #   GNU General Public License for more details.
55378 #
55379 #   You should have received a copy of the GNU General Public License
55380
55381 File: ./lib/gl_anytreehash_list2.h
55382 Hash: 005fd6a046fcc5e517cffe8fc6f8e653eb1b3dd14a09c48681a9af382b7cb41f
55383 Copyright: 2006-2007 Free Software Foundation, Inc
55384 License: GPL-3+ 
55385 Licence_Text: 
55386 #Header: 
55387 #/* Sequential list data type implemented by a hash table with a binary tree.
55388 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
55389 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55390 #
55391 #   This program is free software: you can redistribute it and/or modify
55392 #   it under the terms of the GNU General Public License as published by
55393 #   the Free Software Foundation; either version 3 of the License, or
55394 #   (at your option) any later version.
55395 #
55396 #   This program is distributed in the hope that it will be useful,
55397 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55398 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55399 #   GNU General Public License for more details.
55400 #
55401 #   You should have received a copy of the GNU General Public License
55402
55403 File: ./lib/gl_array_list.c
55404 Hash: 0c25ceacf9c0bdb5aab3741b0cb9cda44011e1dc5d268cbc8bf5101e0acce283
55405 Copyright: 2006-2008 Free Software Foundation, Inc
55406 License: GPL-3+ 
55407 Licence_Text: 
55408 #Header: 
55409 #/* Sequential list data type implemented by an array.
55410 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
55411 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55412 #
55413 #   This program is free software: you can redistribute it and/or modify
55414 #   it under the terms of the GNU General Public License as published by
55415 #   the Free Software Foundation; either version 3 of the License, or
55416 #   (at your option) any later version.
55417 #
55418 #   This program is distributed in the hope that it will be useful,
55419 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55420 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55421 #   GNU General Public License for more details.
55422 #
55423 #   You should have received a copy of the GNU General Public License
55424
55425 File: ./lib/gl_array_list.h
55426 Hash: 863f801e67908ee9891c3f0dcb4f8ce0e131de5453303e2a7790b0bd3958ca0a
55427 Copyright: 2006 Free Software Foundation, Inc
55428 License: GPL-3+ 
55429 Licence_Text: 
55430 #Header: 
55431 #/* Sequential list data type implemented by an array.
55432 #   Copyright (C) 2006 Free Software Foundation, Inc.
55433 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55434 #
55435 #   This program is free software: you can redistribute it and/or modify
55436 #   it under the terms of the GNU General Public License as published by
55437 #   the Free Software Foundation; either version 3 of the License, or
55438 #   (at your option) any later version.
55439 #
55440 #   This program is distributed in the hope that it will be useful,
55441 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55442 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55443 #   GNU General Public License for more details.
55444 #
55445 #   You should have received a copy of the GNU General Public License
55446
55447 File: ./lib/gl_array_oset.c
55448 Hash: c819d4f4a184e90641f6cefcacbf6b02abed3b6e38373b86c138dea7cac916ac
55449 Copyright: 2006-2007 Free Software Foundation, Inc
55450 License: GPL-3+ 
55451 Licence_Text: 
55452 #Header: 
55453 #/* Ordered set data type implemented by an array.
55454 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
55455 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55456 #
55457 #   This program is free software: you can redistribute it and/or modify
55458 #   it under the terms of the GNU General Public License as published by
55459 #   the Free Software Foundation; either version 3 of the License, or
55460 #   (at your option) any later version.
55461 #
55462 #   This program is distributed in the hope that it will be useful,
55463 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55464 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55465 #   GNU General Public License for more details.
55466 #
55467 #   You should have received a copy of the GNU General Public License
55468
55469 File: ./lib/gl_array_oset.h
55470 Hash: 019de04fadf81baec6bf31de9ff73bb78d4ad248796b60a6875b604a8a4fbaa7
55471 Copyright: 2006 Free Software Foundation, Inc
55472 License: GPL-3+ 
55473 Licence_Text: 
55474 #Header: 
55475 #/* Ordered set data type implemented by an array.
55476 #   Copyright (C) 2006 Free Software Foundation, Inc.
55477 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55478 #
55479 #   This program is free software: you can redistribute it and/or modify
55480 #   it under the terms of the GNU General Public License as published by
55481 #   the Free Software Foundation; either version 3 of the License, or
55482 #   (at your option) any later version.
55483 #
55484 #   This program is distributed in the hope that it will be useful,
55485 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55486 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55487 #   GNU General Public License for more details.
55488 #
55489 #   You should have received a copy of the GNU General Public License
55490
55491 File: ./lib/gl_avltree_list.c
55492 Hash: a92f8069aaceab0d000fbc884fddfbff3643775bcdea56be024ce95e33ecf71c
55493 Copyright: 2006, 2008 Free Software Foundation, Inc
55494 License: GPL-3+ 
55495 Licence_Text: 
55496 #Header: 
55497 #/* Sequential list data type implemented by a binary tree.
55498 #   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
55499 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55500 #
55501 #   This program is free software: you can redistribute it and/or modify
55502 #   it under the terms of the GNU General Public License as published by
55503 #   the Free Software Foundation; either version 3 of the License, or
55504 #   (at your option) any later version.
55505 #
55506 #   This program is distributed in the hope that it will be useful,
55507 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55508 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55509 #   GNU General Public License for more details.
55510 #
55511 #   You should have received a copy of the GNU General Public License
55512
55513 File: ./lib/gl_avltree_list.h
55514 Hash: 8ac70eb000a4bcc6a992b5e313e1a9ff249140a28f8860d985beee4c432ac540
55515 Copyright: 2006 Free Software Foundation, Inc
55516 License: GPL-3+ 
55517 Licence_Text: 
55518 #Header: 
55519 #/* Sequential list data type implemented by a binary tree.
55520 #   Copyright (C) 2006 Free Software Foundation, Inc.
55521 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55522 #
55523 #   This program is free software: you can redistribute it and/or modify
55524 #   it under the terms of the GNU General Public License as published by
55525 #   the Free Software Foundation; either version 3 of the License, or
55526 #   (at your option) any later version.
55527 #
55528 #   This program is distributed in the hope that it will be useful,
55529 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55530 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55531 #   GNU General Public License for more details.
55532 #
55533 #   You should have received a copy of the GNU General Public License
55534
55535 File: ./lib/gl_avltree_oset.c
55536 Hash: eb71f87b156ea9fbb2d5e66ff268b540cd0b8ae8d368fa8bd5944f989ae9b582
55537 Copyright: 2006-2007 Free Software Foundation, Inc
55538 License: GPL-3+ 
55539 Licence_Text: 
55540 #Header: 
55541 #/* Ordered set data type implemented by a binary tree.
55542 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
55543 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55544 #
55545 #   This program is free software: you can redistribute it and/or modify
55546 #   it under the terms of the GNU General Public License as published by
55547 #   the Free Software Foundation; either version 3 of the License, or
55548 #   (at your option) any later version.
55549 #
55550 #   This program is distributed in the hope that it will be useful,
55551 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55552 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55553 #   GNU General Public License for more details.
55554 #
55555 #   You should have received a copy of the GNU General Public License
55556
55557 File: ./lib/gl_avltree_oset.h
55558 Hash: 940c03f4ddaf5bda590298605fa2c9742b12f2842dbe1d6b1da8436168cca0ea
55559 Copyright: 2006 Free Software Foundation, Inc
55560 License: GPL-3+ 
55561 Licence_Text: 
55562 #Header: 
55563 #/* Ordered set data type implemented by a binary tree.
55564 #   Copyright (C) 2006 Free Software Foundation, Inc.
55565 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55566 #
55567 #   This program is free software: you can redistribute it and/or modify
55568 #   it under the terms of the GNU General Public License as published by
55569 #   the Free Software Foundation; either version 3 of the License, or
55570 #   (at your option) any later version.
55571 #
55572 #   This program is distributed in the hope that it will be useful,
55573 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55574 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55575 #   GNU General Public License for more details.
55576 #
55577 #   You should have received a copy of the GNU General Public License
55578
55579 File: ./lib/gl_avltreehash_list.c
55580 Hash: 9aed625067da6250c2d03f7f7d4cdfbef445b7c4d85084f0adb647d544cee8ec
55581 Copyright: 2006, 2008 Free Software Foundation, Inc
55582 License: GPL-3+ 
55583 Licence_Text: 
55584 #Header: 
55585 #/* Sequential list data type implemented by a hash table with a binary tree.
55586 #   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
55587 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55588 #
55589 #   This program is free software: you can redistribute it and/or modify
55590 #   it under the terms of the GNU General Public License as published by
55591 #   the Free Software Foundation; either version 3 of the License, or
55592 #   (at your option) any later version.
55593 #
55594 #   This program is distributed in the hope that it will be useful,
55595 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55596 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55597 #   GNU General Public License for more details.
55598 #
55599 #   You should have received a copy of the GNU General Public License
55600
55601 File: ./lib/gl_avltreehash_list.h
55602 Hash: 9eab1fd35b9d44dbd4bf80d7dc437cc40018c36b0e239f1ade4c6ef5c5b4e744
55603 Copyright: 2006 Free Software Foundation, Inc
55604 License: GPL-3+ 
55605 Licence_Text: 
55606 #Header: 
55607 #/* Sequential list data type implemented by a hash table with a binary tree.
55608 #   Copyright (C) 2006 Free Software Foundation, Inc.
55609 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55610 #
55611 #   This program is free software: you can redistribute it and/or modify
55612 #   it under the terms of the GNU General Public License as published by
55613 #   the Free Software Foundation; either version 3 of the License, or
55614 #   (at your option) any later version.
55615 #
55616 #   This program is distributed in the hope that it will be useful,
55617 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55618 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55619 #   GNU General Public License for more details.
55620 #
55621 #   You should have received a copy of the GNU General Public License
55622
55623 File: ./lib/gl_carray_list.c
55624 Hash: 1231124fa2b6eb2388f59849dfadbcc1121ac93c1498182180307abef125f81e
55625 Copyright: 2006-2008 Free Software Foundation, Inc
55626 License: GPL-3+ 
55627 Licence_Text: 
55628 #Header: 
55629 #/* Sequential list data type implemented by a circular array.
55630 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
55631 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55632 #
55633 #   This program is free software: you can redistribute it and/or modify
55634 #   it under the terms of the GNU General Public License as published by
55635 #   the Free Software Foundation; either version 3 of the License, or
55636 #   (at your option) any later version.
55637 #
55638 #   This program is distributed in the hope that it will be useful,
55639 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55640 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55641 #   GNU General Public License for more details.
55642 #
55643 #   You should have received a copy of the GNU General Public License
55644
55645 File: ./lib/gl_carray_list.h
55646 Hash: 69dc4efd9c2c04954ad4b58ec33e4e452068e7afc4bd466a824816dc6a94dc82
55647 Copyright: 2006 Free Software Foundation, Inc
55648 License: GPL-3+ 
55649 Licence_Text: 
55650 #Header: 
55651 #/* Sequential list data type implemented by a circular array.
55652 #   Copyright (C) 2006 Free Software Foundation, Inc.
55653 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55654 #
55655 #   This program is free software: you can redistribute it and/or modify
55656 #   it under the terms of the GNU General Public License as published by
55657 #   the Free Software Foundation; either version 3 of the License, or
55658 #   (at your option) any later version.
55659 #
55660 #   This program is distributed in the hope that it will be useful,
55661 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55662 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55663 #   GNU General Public License for more details.
55664 #
55665 #   You should have received a copy of the GNU General Public License
55666
55667 File: ./lib/gl_linked_list.c
55668 Hash: ed7862364a0ad9a0b599013e8efaf9a1bd4ca2fee8ca914048d25296fa8a55af
55669 Copyright: 2006, 2008 Free Software Foundation, Inc
55670 License: GPL-3+ 
55671 Licence_Text: 
55672 #Header: 
55673 #/* Sequential list data type implemented by a linked list.
55674 #   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
55675 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55676 #
55677 #   This program is free software: you can redistribute it and/or modify
55678 #   it under the terms of the GNU General Public License as published by
55679 #   the Free Software Foundation; either version 3 of the License, or
55680 #   (at your option) any later version.
55681 #
55682 #   This program is distributed in the hope that it will be useful,
55683 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55684 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55685 #   GNU General Public License for more details.
55686 #
55687 #   You should have received a copy of the GNU General Public License
55688
55689 File: ./lib/gl_linked_list.h
55690 Hash: 3d18920349eb96b1c9c8412fbffd5bd4869cdf18aeee313529abf6e7a275cbdb
55691 Copyright: 2006 Free Software Foundation, Inc
55692 License: GPL-3+ 
55693 Licence_Text: 
55694 #Header: 
55695 #/* Sequential list data type implemented by a linked list.
55696 #   Copyright (C) 2006 Free Software Foundation, Inc.
55697 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55698 #
55699 #   This program is free software: you can redistribute it and/or modify
55700 #   it under the terms of the GNU General Public License as published by
55701 #   the Free Software Foundation; either version 3 of the License, or
55702 #   (at your option) any later version.
55703 #
55704 #   This program is distributed in the hope that it will be useful,
55705 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55706 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55707 #   GNU General Public License for more details.
55708 #
55709 #   You should have received a copy of the GNU General Public License
55710
55711 File: ./lib/gl_linkedhash_list.c
55712 Hash: 0ac3aac0adac6ac1565820f39242ce8abaf6ce35fe9f110d5bda696eb80db47f
55713 Copyright: 2006, 2008 Free Software Foundation, Inc
55714 License: GPL-3+ 
55715 Licence_Text: 
55716 #Header: 
55717 #/* Sequential list data type implemented by a hash table with a linked list.
55718 #   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
55719 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55720 #
55721 #   This program is free software: you can redistribute it and/or modify
55722 #   it under the terms of the GNU General Public License as published by
55723 #   the Free Software Foundation; either version 3 of the License, or
55724 #   (at your option) any later version.
55725 #
55726 #   This program is distributed in the hope that it will be useful,
55727 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55728 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55729 #   GNU General Public License for more details.
55730 #
55731 #   You should have received a copy of the GNU General Public License
55732
55733 File: ./lib/gl_linkedhash_list.h
55734 Hash: dd97ead793ac89798799ec721b21cc9e52051b5bf68d0c4b5a0437b938a30069
55735 Copyright: 2006 Free Software Foundation, Inc
55736 License: GPL-3+ 
55737 Licence_Text: 
55738 #Header: 
55739 #/* Sequential list data type implemented by a hash table with a linked list.
55740 #   Copyright (C) 2006 Free Software Foundation, Inc.
55741 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55742 #
55743 #   This program is free software: you can redistribute it and/or modify
55744 #   it under the terms of the GNU General Public License as published by
55745 #   the Free Software Foundation; either version 3 of the License, or
55746 #   (at your option) any later version.
55747 #
55748 #   This program is distributed in the hope that it will be useful,
55749 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55750 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55751 #   GNU General Public License for more details.
55752 #
55753 #   You should have received a copy of the GNU General Public License
55754
55755 File: ./lib/gl_list.c
55756 Hash: 6d3ec28eb9735a874306f37e5fb0d215f5cfaeeba000e7e065dd7998505991fc
55757 Copyright: 2006-2008 Free Software Foundation, Inc
55758 License: GPL-3+ 
55759 Licence_Text: 
55760 #Header: 
55761 #/* Abstract sequential list data type.
55762 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
55763 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55764 #
55765 #   This program is free software: you can redistribute it and/or modify
55766 #   it under the terms of the GNU General Public License as published by
55767 #   the Free Software Foundation; either version 3 of the License, or
55768 #   (at your option) any later version.
55769 #
55770 #   This program is distributed in the hope that it will be useful,
55771 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55772 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55773 #   GNU General Public License for more details.
55774 #
55775 #   You should have received a copy of the GNU General Public License
55776
55777 File: ./lib/gl_list.h
55778 Hash: 6d3ec28eb9735a874306f37e5fb0d215f5cfaeeba000e7e065dd7998505991fc
55779 Copyright: 2006-2008 Free Software Foundation, Inc
55780 License: GPL-3+ 
55781 Licence_Text: 
55782 #Header: 
55783 #/* Abstract sequential list data type.
55784 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
55785 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55786 #
55787 #   This program is free software: you can redistribute it and/or modify
55788 #   it under the terms of the GNU General Public License as published by
55789 #   the Free Software Foundation; either version 3 of the License, or
55790 #   (at your option) any later version.
55791 #
55792 #   This program is distributed in the hope that it will be useful,
55793 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55794 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55795 #   GNU General Public License for more details.
55796 #
55797 #   You should have received a copy of the GNU General Public License
55798
55799 File: ./lib/gl_oset.c
55800 Hash: c7340dbc3fc3cded9a0f0793de5fa5546beb7fd6286b2506e50bab6939223b95
55801 Copyright: 2006-2007 Free Software Foundation, Inc
55802 License: GPL-3+ 
55803 Licence_Text: 
55804 #Header: 
55805 #/* Abstract ordered set data type.
55806 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
55807 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55808 #
55809 #   This program is free software: you can redistribute it and/or modify
55810 #   it under the terms of the GNU General Public License as published by
55811 #   the Free Software Foundation; either version 3 of the License, or
55812 #   (at your option) any later version.
55813 #
55814 #   This program is distributed in the hope that it will be useful,
55815 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55816 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55817 #   GNU General Public License for more details.
55818 #
55819 #   You should have received a copy of the GNU General Public License
55820
55821 File: ./lib/gl_oset.h
55822 Hash: c7340dbc3fc3cded9a0f0793de5fa5546beb7fd6286b2506e50bab6939223b95
55823 Copyright: 2006-2007 Free Software Foundation, Inc
55824 License: GPL-3+ 
55825 Licence_Text: 
55826 #Header: 
55827 #/* Abstract ordered set data type.
55828 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
55829 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55830 #
55831 #   This program is free software: you can redistribute it and/or modify
55832 #   it under the terms of the GNU General Public License as published by
55833 #   the Free Software Foundation; either version 3 of the License, or
55834 #   (at your option) any later version.
55835 #
55836 #   This program is distributed in the hope that it will be useful,
55837 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55838 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55839 #   GNU General Public License for more details.
55840 #
55841 #   You should have received a copy of the GNU General Public License
55842
55843 File: ./lib/gl_rbtree_list.c
55844 Hash: a92f8069aaceab0d000fbc884fddfbff3643775bcdea56be024ce95e33ecf71c
55845 Copyright: 2006, 2008 Free Software Foundation, Inc
55846 License: GPL-3+ 
55847 Licence_Text: 
55848 #Header: 
55849 #/* Sequential list data type implemented by a binary tree.
55850 #   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
55851 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55852 #
55853 #   This program is free software: you can redistribute it and/or modify
55854 #   it under the terms of the GNU General Public License as published by
55855 #   the Free Software Foundation; either version 3 of the License, or
55856 #   (at your option) any later version.
55857 #
55858 #   This program is distributed in the hope that it will be useful,
55859 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55860 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55861 #   GNU General Public License for more details.
55862 #
55863 #   You should have received a copy of the GNU General Public License
55864
55865 File: ./lib/gl_rbtree_list.h
55866 Hash: 8ac70eb000a4bcc6a992b5e313e1a9ff249140a28f8860d985beee4c432ac540
55867 Copyright: 2006 Free Software Foundation, Inc
55868 License: GPL-3+ 
55869 Licence_Text: 
55870 #Header: 
55871 #/* Sequential list data type implemented by a binary tree.
55872 #   Copyright (C) 2006 Free Software Foundation, Inc.
55873 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55874 #
55875 #   This program is free software: you can redistribute it and/or modify
55876 #   it under the terms of the GNU General Public License as published by
55877 #   the Free Software Foundation; either version 3 of the License, or
55878 #   (at your option) any later version.
55879 #
55880 #   This program is distributed in the hope that it will be useful,
55881 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55882 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55883 #   GNU General Public License for more details.
55884 #
55885 #   You should have received a copy of the GNU General Public License
55886
55887 File: ./lib/gl_rbtree_oset.c
55888 Hash: eb71f87b156ea9fbb2d5e66ff268b540cd0b8ae8d368fa8bd5944f989ae9b582
55889 Copyright: 2006-2007 Free Software Foundation, Inc
55890 License: GPL-3+ 
55891 Licence_Text: 
55892 #Header: 
55893 #/* Ordered set data type implemented by a binary tree.
55894 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
55895 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55896 #
55897 #   This program is free software: you can redistribute it and/or modify
55898 #   it under the terms of the GNU General Public License as published by
55899 #   the Free Software Foundation; either version 3 of the License, or
55900 #   (at your option) any later version.
55901 #
55902 #   This program is distributed in the hope that it will be useful,
55903 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55904 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55905 #   GNU General Public License for more details.
55906 #
55907 #   You should have received a copy of the GNU General Public License
55908
55909 File: ./lib/gl_rbtree_oset.h
55910 Hash: 940c03f4ddaf5bda590298605fa2c9742b12f2842dbe1d6b1da8436168cca0ea
55911 Copyright: 2006 Free Software Foundation, Inc
55912 License: GPL-3+ 
55913 Licence_Text: 
55914 #Header: 
55915 #/* Ordered set data type implemented by a binary tree.
55916 #   Copyright (C) 2006 Free Software Foundation, Inc.
55917 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55918 #
55919 #   This program is free software: you can redistribute it and/or modify
55920 #   it under the terms of the GNU General Public License as published by
55921 #   the Free Software Foundation; either version 3 of the License, or
55922 #   (at your option) any later version.
55923 #
55924 #   This program is distributed in the hope that it will be useful,
55925 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55926 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55927 #   GNU General Public License for more details.
55928 #
55929 #   You should have received a copy of the GNU General Public License
55930
55931 File: ./lib/gl_rbtreehash_list.c
55932 Hash: 9aed625067da6250c2d03f7f7d4cdfbef445b7c4d85084f0adb647d544cee8ec
55933 Copyright: 2006, 2008 Free Software Foundation, Inc
55934 License: GPL-3+ 
55935 Licence_Text: 
55936 #Header: 
55937 #/* Sequential list data type implemented by a hash table with a binary tree.
55938 #   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
55939 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55940 #
55941 #   This program is free software: you can redistribute it and/or modify
55942 #   it under the terms of the GNU General Public License as published by
55943 #   the Free Software Foundation; either version 3 of the License, or
55944 #   (at your option) any later version.
55945 #
55946 #   This program is distributed in the hope that it will be useful,
55947 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55948 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55949 #   GNU General Public License for more details.
55950 #
55951 #   You should have received a copy of the GNU General Public License
55952
55953 File: ./lib/gl_rbtreehash_list.h
55954 Hash: 9eab1fd35b9d44dbd4bf80d7dc437cc40018c36b0e239f1ade4c6ef5c5b4e744
55955 Copyright: 2006 Free Software Foundation, Inc
55956 License: GPL-3+ 
55957 Licence_Text: 
55958 #Header: 
55959 #/* Sequential list data type implemented by a hash table with a binary tree.
55960 #   Copyright (C) 2006 Free Software Foundation, Inc.
55961 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55962 #
55963 #   This program is free software: you can redistribute it and/or modify
55964 #   it under the terms of the GNU General Public License as published by
55965 #   the Free Software Foundation; either version 3 of the License, or
55966 #   (at your option) any later version.
55967 #
55968 #   This program is distributed in the hope that it will be useful,
55969 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55970 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55971 #   GNU General Public License for more details.
55972 #
55973 #   You should have received a copy of the GNU General Public License
55974
55975 File: ./lib/gl_sublist.c
55976 Hash: 73915aa3876fd8f8947afe4eea6a3383db1680e283ed8da437d4ce635e8148d5
55977 Copyright: 2006-2008 Free Software Foundation, Inc
55978 License: GPL-3+ 
55979 Licence_Text: 
55980 #Header: 
55981 #/* Sequential list data type backed by another list.
55982 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
55983 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
55984 #
55985 #   This program is free software: you can redistribute it and/or modify
55986 #   it under the terms of the GNU General Public License as published by
55987 #   the Free Software Foundation; either version 3 of the License, or
55988 #   (at your option) any later version.
55989 #
55990 #   This program is distributed in the hope that it will be useful,
55991 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
55992 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
55993 #   GNU General Public License for more details.
55994 #
55995 #   You should have received a copy of the GNU General Public License
55996
55997 File: ./lib/gl_sublist.h
55998 Hash: 6b2c4954c29b3c4f64ecfc9ea385e7613778fe57581326d0bb0865f30f47bdf2
55999 Copyright: 2006 Free Software Foundation, Inc
56000 License: GPL-3+ 
56001 Licence_Text: 
56002 #Header: 
56003 #/* Sequential list data type backed by another list.
56004 #   Copyright (C) 2006 Free Software Foundation, Inc.
56005 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
56006 #
56007 #   This program is free software: you can redistribute it and/or modify
56008 #   it under the terms of the GNU General Public License as published by
56009 #   the Free Software Foundation; either version 3 of the License, or
56010 #   (at your option) any later version.
56011 #
56012 #   This program is distributed in the hope that it will be useful,
56013 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56014 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56015 #   GNU General Public License for more details.
56016 #
56017 #   You should have received a copy of the GNU General Public License
56018
56019 File: ./lib/glob-libc.h
56020 Hash: b8ac91c8cae0271efb81ee15e750224494a993f3198db3e110c2affbe1dbbf6d
56021 Copyright: 1991,92,95-98,2000,2001,2004-2007 Free Software Foundation, Inc
56022 License: LGPL-2.1+
56023 Licence_Text: 
56024 #Header: 
56025 #/* Copyright (C) 1991,92,95-98,2000,2001,2004-2007 Free Software Foundation, Inc.
56026 #   This file is part of the GNU C Library.
56027 #
56028 #   The GNU C Library is free software; you can redistribute it and/or
56029 #   modify it under the terms of the GNU Lesser General Public
56030 #   License as published by the Free Software Foundation; either
56031 #   version 2.1 of the License, or (at your option) any later version.
56032 #
56033 #   The GNU C Library is distributed in the hope that it will be useful,
56034 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56035 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
56036 #   Lesser General Public License for more details.
56037 #
56038 #   You should have received a copy of the GNU Lesser General Public
56039 #   License along with the GNU C Library; if not, write to the Free
56040
56041 File: ./lib/glob.c
56042 Hash: f71e836c564095b672ee61d58fa2acf0272842c03360d1642e7ada6d132305a0
56043 Copyright: 1991-2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
56044 License: LGPL-2.1+
56045 Licence_Text: 
56046 #Header: 
56047 #/* Copyright (C) 1991-2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
56048 #   Free Software Foundation, Inc.
56049 #   This file is part of the GNU C Library.
56050 #
56051 #   The GNU C Library is free software; you can redistribute it and/or
56052 #   modify it under the terms of the GNU Lesser General Public
56053 #   License as published by the Free Software Foundation; either
56054 #   version 2.1 of the License, or (at your option) any later version.
56055 #
56056 #   The GNU C Library is distributed in the hope that it will be useful,
56057 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56058 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
56059 #   Lesser General Public License for more details.
56060 #
56061 #   You should have received a copy of the GNU Lesser General Public
56062
56063 File: ./lib/glob.in.h
56064 Hash: 6064b1858ef6f12b46d80c41a6c8e25567a40c42ea0a9e7712fcbf75d7d1b499
56065 Copyright: 2005-2007 Free Software Foundation, Inc
56066 License: GPL-2+
56067 Licence_Text: 
56068 #Header: 
56069 #/* glob.h -- Find a path matching a pattern.
56070 #
56071 #   Copyright (C) 2005-2007 Free Software Foundation, Inc.
56072 #
56073 #   Written by Derek Price <derek@ximbiot.com> & Paul Eggert <eggert@CS.UCLA.EDU>
56074 #
56075 #   This program is free software; you can redistribute it and/or modify
56076 #   it under the terms of the GNU General Public License as published by
56077 #   the Free Software Foundation; either version 2, or (at your option)
56078 #   any later version.
56079 #
56080 #   This program is distributed in the hope that it will be useful,
56081 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56082 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56083 #   GNU General Public License for more details.
56084
56085 File: ./lib/glthread/cond.c
56086 Hash: d5641ae46998e1a8654c5e3549b9c7b3db1d3ca85dd8fe7f311bc8e674cb71e2
56087 Copyright: 2008 Free Software Foundation, Inc
56088 License: GPL-2+
56089 Licence_Text: 
56090 #Header: 
56091 #/* Condition variables for multithreading.
56092 #   Copyright (C) 2008 Free Software Foundation, Inc.
56093 #
56094 #   This program is free software; you can redistribute it and/or modify
56095 #   it under the terms of the GNU General Public License as published by
56096 #   the Free Software Foundation; either version 2, or (at your option)
56097 #   any later version.
56098 #
56099 #   This program is distributed in the hope that it will be useful,
56100 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56101 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56102 #   GNU General Public License for more details.
56103 #
56104 #   You should have received a copy of the GNU General Public License
56105 #   along with this program; if not, write to the Free Software Foundation,
56106
56107 File: ./lib/glthread/cond.h
56108 Hash: b3332b7fa3f32abab59fe03fbc119d02861b28da6534ce9ad1f3469f070f0971
56109 Copyright: 2005-2008 Free Software Foundation, Inc
56110 License: GPL-2+
56111 Licence_Text: 
56112 #Header: 
56113 #/* Condition variables for multithreading.
56114 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
56115 #
56116 #   This program is free software; you can redistribute it and/or modify
56117 #   it under the terms of the GNU General Public License as published by
56118 #   the Free Software Foundation; either version 2, or (at your option)
56119 #   any later version.
56120 #
56121 #   This program is distributed in the hope that it will be useful,
56122 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56123 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56124 #   GNU General Public License for more details.
56125 #
56126 #   You should have received a copy of the GNU General Public License
56127 #   along with this program; if not, write to the Free Software Foundation,
56128
56129 File: ./lib/glthread/lock.c
56130 Hash: 5ea27810cbd910f12a558e110c0cf620d1bf2d0f8fb791b69284d3bdd922bb04
56131 Copyright: 2005-2008 Free Software Foundation, Inc
56132 License: GPL-2+
56133 Licence_Text: 
56134 #Header: 
56135 #/* Locking in multithreaded situations.
56136 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
56137 #
56138 #   This program is free software; you can redistribute it and/or modify
56139 #   it under the terms of the GNU General Public License as published by
56140 #   the Free Software Foundation; either version 2, or (at your option)
56141 #   any later version.
56142 #
56143 #   This program is distributed in the hope that it will be useful,
56144 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56145 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56146 #   GNU General Public License for more details.
56147 #
56148 #   You should have received a copy of the GNU General Public License
56149 #   along with this program; if not, write to the Free Software Foundation,
56150
56151 File: ./lib/glthread/lock.h
56152 Hash: 5ea27810cbd910f12a558e110c0cf620d1bf2d0f8fb791b69284d3bdd922bb04
56153 Copyright: 2005-2008 Free Software Foundation, Inc
56154 License: GPL-2+
56155 Licence_Text: 
56156 #Header: 
56157 #/* Locking in multithreaded situations.
56158 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
56159 #
56160 #   This program is free software; you can redistribute it and/or modify
56161 #   it under the terms of the GNU General Public License as published by
56162 #   the Free Software Foundation; either version 2, or (at your option)
56163 #   any later version.
56164 #
56165 #   This program is distributed in the hope that it will be useful,
56166 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56167 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56168 #   GNU General Public License for more details.
56169 #
56170 #   You should have received a copy of the GNU General Public License
56171 #   along with this program; if not, write to the Free Software Foundation,
56172
56173 File: ./lib/glthread/thread.c
56174 Hash: 2bddc48226d7489010faf3f45607cfe71eba8b8c89c6d7c3974569d35d4dac32
56175 Copyright: 2005-2008 Free Software Foundation, Inc
56176 License: GPL-2+
56177 Licence_Text: 
56178 #Header: 
56179 #/* Creating and controlling threads.
56180 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
56181 #
56182 #   This program is free software; you can redistribute it and/or modify
56183 #   it under the terms of the GNU General Public License as published by
56184 #   the Free Software Foundation; either version 2, or (at your option)
56185 #   any later version.
56186 #
56187 #   This program is distributed in the hope that it will be useful,
56188 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56189 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56190 #   GNU General Public License for more details.
56191 #
56192 #   You should have received a copy of the GNU General Public License
56193 #   along with this program; if not, write to the Free Software Foundation,
56194
56195 File: ./lib/glthread/thread.h
56196 Hash: 2bddc48226d7489010faf3f45607cfe71eba8b8c89c6d7c3974569d35d4dac32
56197 Copyright: 2005-2008 Free Software Foundation, Inc
56198 License: GPL-2+
56199 Licence_Text: 
56200 #Header: 
56201 #/* Creating and controlling threads.
56202 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
56203 #
56204 #   This program is free software; you can redistribute it and/or modify
56205 #   it under the terms of the GNU General Public License as published by
56206 #   the Free Software Foundation; either version 2, or (at your option)
56207 #   any later version.
56208 #
56209 #   This program is distributed in the hope that it will be useful,
56210 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56211 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56212 #   GNU General Public License for more details.
56213 #
56214 #   You should have received a copy of the GNU General Public License
56215 #   along with this program; if not, write to the Free Software Foundation,
56216
56217 File: ./lib/glthread/threadlib.c
56218 Hash: 2294600f29fbe5bce62a905bfe009f89a1c37bd29adcd4b57528e33d3e793a06
56219 Copyright: 2005-2009 Free Software Foundation, Inc
56220 License: GPL-2+
56221 Licence_Text: 
56222 #Header: 
56223 #/* Multithreading primitives.
56224 #   Copyright (C) 2005-2009 Free Software Foundation, Inc.
56225 #
56226 #   This program is free software; you can redistribute it and/or modify
56227 #   it under the terms of the GNU General Public License as published by
56228 #   the Free Software Foundation; either version 2, or (at your option)
56229 #   any later version.
56230 #
56231 #   This program is distributed in the hope that it will be useful,
56232 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56233 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56234 #   GNU General Public License for more details.
56235 #
56236 #   You should have received a copy of the GNU General Public License
56237 #   along with this program; if not, write to the Free Software Foundation,
56238
56239 File: ./lib/glthread/tls.c
56240 Hash: 23dde3cdce3671ccb6ea2e6d89bad99e9b6be9e40ad0295a2bc4025aa4e99f07
56241 Copyright: 2005-2008 Free Software Foundation, Inc
56242 License: GPL-3+ 
56243 Licence_Text: 
56244 #Header: 
56245 #/* Thread-local storage in multithreaded situations.
56246 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
56247 #
56248 #   This program is free software: you can redistribute it and/or modify
56249 #   it under the terms of the GNU General Public License as published by
56250 #   the Free Software Foundation; either version 3 of the License, or
56251 #   (at your option) any later version.
56252 #
56253 #   This program is distributed in the hope that it will be useful,
56254 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56255 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56256 #   GNU General Public License for more details.
56257 #
56258 #   You should have received a copy of the GNU General Public License
56259 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
56260
56261 File: ./lib/glthread/tls.h
56262 Hash: ed954c215d967d813727cef3ec96b920dbfecedb4774907236526505e9fc97ac
56263 Copyright: 2005, 2007-2008 Free Software Foundation, Inc
56264 License: GPL-3+ 
56265 Licence_Text: 
56266 #Header: 
56267 #/* Thread-local storage in multithreaded situations.
56268 #   Copyright (C) 2005, 2007-2008 Free Software Foundation, Inc.
56269 #
56270 #   This program is free software: you can redistribute it and/or modify
56271 #   it under the terms of the GNU General Public License as published by
56272 #   the Free Software Foundation; either version 3 of the License, or
56273 #   (at your option) any later version.
56274 #
56275 #   This program is distributed in the hope that it will be useful,
56276 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56277 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56278 #   GNU General Public License for more details.
56279 #
56280 #   You should have received a copy of the GNU General Public License
56281 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
56282
56283 File: ./lib/glthread/yield.h
56284 Hash: 2bcbee6893754730a99361ac72c8b8af2bcb514f7ee153772ff69c10a6ad7ea7
56285 Copyright: 2005-2008 Free Software Foundation, Inc
56286 License: GPL-2+
56287 Licence_Text: 
56288 #Header: 
56289 #/* Yielding the processor to other threads and processes.
56290 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
56291 #
56292 #   This program is free software; you can redistribute it and/or modify
56293 #   it under the terms of the GNU General Public License as published by
56294 #   the Free Software Foundation; either version 2, or (at your option)
56295 #   any later version.
56296 #
56297 #   This program is distributed in the hope that it will be useful,
56298 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56299 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56300 #   GNU General Public License for more details.
56301 #
56302 #   You should have received a copy of the GNU General Public License
56303 #   along with this program; if not, write to the Free Software Foundation,
56304
56305 File: ./lib/group-member.c
56306 Hash: 8474fc86e2ee602d1afb18ec7ebbae7f9f83d113d63848cfb4df91f6b741bbad
56307 Copyright: 1994, 1997, 1998, 2003, 2005, 2006 Free Software Foundation, Inc.
56308 License: GPL-3+ 
56309 Licence_Text: 
56310 #Header: 
56311 #/* group-member.c -- determine whether group id is in calling user's group list
56312 #
56313 #   Copyright (C) 1994, 1997, 1998, 2003, 2005, 2006 Free Software
56314 #   Foundation, Inc.
56315 #
56316 #   This program is free software: you can redistribute it and/or modify
56317 #   it under the terms of the GNU General Public License as published by
56318 #   the Free Software Foundation; either version 3 of the License, or
56319 #   (at your option) any later version.
56320 #
56321 #   This program is distributed in the hope that it will be useful,
56322 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56323 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56324 #   GNU General Public License for more details.
56325
56326 File: ./lib/group-member.h
56327 Hash: 563dcdfc1c58f40bf17d5ab635d790c0c7844c61ccd6e496de34fa33a2b3dd40
56328 Copyright: 1994, 1997, 2003 Free Software Foundation, Inc
56329 License: GPL-3+ 
56330 Licence_Text: 
56331 #Header: 
56332 #/* Determine whether group id is in calling user's group list.
56333 #
56334 #   Copyright (C) 1994, 1997, 2003 Free Software Foundation, Inc.
56335 #
56336 #   This program is free software: you can redistribute it and/or modify
56337 #   it under the terms of the GNU General Public License as published by
56338 #   the Free Software Foundation; either version 3 of the License, or
56339 #   (at your option) any later version.
56340 #
56341 #   This program is distributed in the hope that it will be useful,
56342 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56343 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56344 #   GNU General Public License for more details.
56345 #
56346 #   You should have received a copy of the GNU General Public License
56347
56348 File: ./lib/hard-locale.c
56349 Hash: ac46d3e77162a575cb9cd0c05179c4a69489214f6bc3c02f037007dfca33d5eb
56350 Copyright: 1997, 1998, 1999, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
56351 License: GPL-3+ 
56352 Licence_Text: 
56353 #Header: 
56354 #/* hard-locale.c -- Determine whether a locale is hard.
56355 #
56356 #   Copyright (C) 1997, 1998, 1999, 2002, 2003, 2004, 2006, 2007 Free
56357 #   Software Foundation, Inc.
56358 #
56359 #   This program is free software: you can redistribute it and/or modify
56360 #   it under the terms of the GNU General Public License as published by
56361 #   the Free Software Foundation; either version 3 of the License, or
56362 #   (at your option) any later version.
56363 #
56364 #   This program is distributed in the hope that it will be useful,
56365 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56366 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56367 #   GNU General Public License for more details.
56368
56369 File: ./lib/hard-locale.h
56370 Hash: ecaf6cfa27e7cf1f1d6352bb186bc8e4e65b5fdfcb09c13e99ef463705a8fb0c
56371 Copyright: 1999, 2003, 2004 Free Software Foundation, Inc
56372 License: GPL-3+ 
56373 Licence_Text: 
56374 #Header: 
56375 #/* Determine whether a locale is hard.
56376 #
56377 #   Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
56378 #
56379 #   This program is free software: you can redistribute it and/or modify
56380 #   it under the terms of the GNU General Public License as published by
56381 #   the Free Software Foundation; either version 3 of the License, or
56382 #   (at your option) any later version.
56383 #
56384 #   This program is distributed in the hope that it will be useful,
56385 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56386 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56387 #   GNU General Public License for more details.
56388 #
56389 #   You should have received a copy of the GNU General Public License
56390
56391 File: ./lib/hash-pjw.c
56392 Hash: b468ec2f4a022e97eaf348f80c034c2e2e60123e1ac7e7616870d776d32f223d
56393 Copyright: 2001, 2003, 2006 Free Software Foundation, Inc
56394 License: GPL-3+ 
56395 Licence_Text: 
56396 #Header: 
56397 #/* hash-pjw.c -- compute a hash value from a NUL-terminated string.
56398 #
56399 #   Copyright (C) 2001, 2003, 2006 Free Software Foundation, Inc.
56400 #
56401 #   This program is free software: you can redistribute it and/or modify
56402 #   it under the terms of the GNU General Public License as published by
56403 #   the Free Software Foundation; either version 3 of the License, or
56404 #   (at your option) any later version.
56405 #
56406 #   This program is distributed in the hope that it will be useful,
56407 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56408 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56409 #   GNU General Public License for more details.
56410 #
56411 #   You should have received a copy of the GNU General Public License
56412
56413 File: ./lib/hash-pjw.h
56414 Hash: 102a798ca5da9f9351c39aa2c91082bf9d774f1a330d81b924966f58543eed81
56415 Copyright: 2001, 2003 Free Software Foundation, Inc
56416 License: GPL-3+ 
56417 Licence_Text: 
56418 #Header: 
56419 #/* hash-pjw.h -- declaration for a simple hash function
56420 #   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
56421 #
56422 #   This program is free software: you can redistribute it and/or modify
56423 #   it under the terms of the GNU General Public License as published by
56424 #   the Free Software Foundation; either version 3 of the License, or
56425 #   (at your option) any later version.
56426 #
56427 #   This program is distributed in the hope that it will be useful,
56428 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56429 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56430 #   GNU General Public License for more details.
56431 #
56432 #   You should have received a copy of the GNU General Public License
56433 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
56434
56435 File: ./lib/hash-triple.c
56436 Hash: fbf36f90dc1c8954ed95b4cccf669147164280573695a4286b79f36dc4c1c4ec
56437 Copyright: 2007 Free Software Foundation, Inc
56438 License: GPL-3+ 
56439 Licence_Text: 
56440 #Header: 
56441 #/* Hash functions for file-related triples: name, device, inode.
56442 #   Copyright (C) 2007 Free Software Foundation, Inc.
56443 #
56444 #   This program is free software: you can redistribute it and/or modify
56445 #   it under the terms of the GNU General Public License as published by
56446 #   the Free Software Foundation; either version 3 of the License, or
56447 #   (at your option) any later version.
56448 #
56449 #   This program is distributed in the hope that it will be useful,
56450 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56451 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56452 #   GNU General Public License for more details.
56453 #
56454 #   You should have received a copy of the GNU General Public License
56455 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
56456
56457 File: ./lib/hash-triple.h
56458 Hash: 96088774b989d1fc41e81f6377fbe2c1a17baec684be47bbca7ec9a7c0071c04
56459 Copyright: 
56460 License: 
56461 Licence_Text: 
56462 #Header: 
56463 ##ifndef HASH_TRIPLE_H
56464 ##define HASH_TRIPLE_H
56465 #
56466 ##include <sys/types.h>
56467 ##include <sys/stat.h>
56468 ##include <stdbool.h>
56469 #
56470 #/* Describe a just-created or just-renamed destination file.  */
56471 #struct F_triple
56472 #{
56473 #  char *name;
56474 #  ino_t st_ino;
56475 #  dev_t st_dev;
56476 #};
56477
56478 File: ./lib/hash.c
56479 Hash: 4062f069a5ed949dfecf5ed42bddd98a48a5090946d9b54d800d6fa02c4c611d
56480 Copyright: 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009 Free Software Foundation, Inc.
56481 License: GPL-3+ 
56482 Licence_Text: 
56483 #Header: 
56484 #/* hash - hashing table processing.
56485 #
56486 #   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007,
56487 #   2009 Free Software Foundation, Inc.
56488 #
56489 #   Written by Jim Meyering, 1992.
56490 #
56491 #   This program is free software: you can redistribute it and/or modify
56492 #   it under the terms of the GNU General Public License as published by
56493 #   the Free Software Foundation; either version 3 of the License, or
56494 #   (at your option) any later version.
56495 #
56496 #   This program is distributed in the hope that it will be useful,
56497 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56498 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56499
56500 File: ./lib/hash.h
56501 Hash: f6f040c23d292aacf272c2311ed2e73b4e442125219242180ca61b8a8b8a01c1
56502 Copyright: 1998, 1999, 2001, 2003, 2009 Free Software Foundation, Inc
56503 License: GPL-3+ 
56504 Licence_Text: 
56505 #Header: 
56506 #/* hash - hashing table processing.
56507 #   Copyright (C) 1998, 1999, 2001, 2003, 2009 Free Software Foundation, Inc.
56508 #   Written by Jim Meyering <meyering@ascend.com>, 1998.
56509 #
56510 #   This program is free software: you can redistribute it and/or modify
56511 #   it under the terms of the GNU General Public License as published by
56512 #   the Free Software Foundation; either version 3 of the License, or
56513 #   (at your option) any later version.
56514 #
56515 #   This program is distributed in the hope that it will be useful,
56516 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56517 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56518 #   GNU General Public License for more details.
56519 #
56520 #   You should have received a copy of the GNU General Public License
56521
56522 File: ./lib/hmac-md5.c
56523 Hash: ed5bd8c5068d05ebc413d1374482c55577681191971dbfd83a866beb78da5152
56524 Copyright: 2005, 2006 Free Software Foundation, Inc
56525 License: GPL-2+
56526 Licence_Text: 
56527 #Header: 
56528 #/* hmac-md5.c -- hashed message authentication codes
56529 #   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
56530 #
56531 #   This program is free software; you can redistribute it and/or modify
56532 #   it under the terms of the GNU General Public License as published by
56533 #   the Free Software Foundation; either version 2, or (at your option)
56534 #   any later version.
56535 #
56536 #   This program is distributed in the hope that it will be useful,
56537 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56538 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56539 #   GNU General Public License for more details.
56540 #
56541 #   You should have received a copy of the GNU General Public License
56542 #   along with this program; if not, write to the Free Software Foundation,
56543
56544 File: ./lib/hmac-sha1.c
56545 Hash: 4bf9541934465ef6d67baa91aceb2287bc67777ed6f7c25c0952c43c6ea464a8
56546 Copyright: 2005, 2006 Free Software Foundation, Inc
56547 License: GPL-2+
56548 Licence_Text: 
56549 #Header: 
56550 #/* hmac-sha1.c -- hashed message authentication codes
56551 #   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
56552 #
56553 #   This program is free software; you can redistribute it and/or modify
56554 #   it under the terms of the GNU General Public License as published by
56555 #   the Free Software Foundation; either version 2, or (at your option)
56556 #   any later version.
56557 #
56558 #   This program is distributed in the hope that it will be useful,
56559 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56560 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56561 #   GNU General Public License for more details.
56562 #
56563 #   You should have received a copy of the GNU General Public License
56564 #   along with this program; if not, write to the Free Software Foundation,
56565
56566 File: ./lib/hmac.h
56567 Hash: 567a64cdb7bc0339a02d4df869ded8aab7a23849fbd9e981af8a9a9acfa0d215
56568 Copyright: 2005 Free Software Foundation, Inc
56569 License: GPL-2+
56570 Licence_Text: 
56571 #Header: 
56572 #/* hmac.h -- hashed message authentication codes
56573 #   Copyright (C) 2005 Free Software Foundation, Inc.
56574 #
56575 #   This program is free software; you can redistribute it and/or modify
56576 #   it under the terms of the GNU General Public License as published by
56577 #   the Free Software Foundation; either version 2, or (at your option)
56578 #   any later version.
56579 #
56580 #   This program is distributed in the hope that it will be useful,
56581 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56582 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56583 #   GNU General Public License for more details.
56584 #
56585 #   You should have received a copy of the GNU General Public License
56586 #   along with this program; if not, write to the Free Software Foundation,
56587
56588 File: ./lib/human.c
56589 Hash: e32265ab4d043a7abcb8f615e2cc58a500928f0421d37ecc9d774895580c1e4d
56590 Copyright: 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
56591 License: GPL-3+ 
56592 Licence_Text: 
56593 #Header: 
56594 #/* human.c -- print human readable file size
56595 #
56596 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
56597 #   2005, 2006, 2007 Free Software Foundation, Inc.
56598 #
56599 #   This program is free software: you can redistribute it and/or modify
56600 #   it under the terms of the GNU General Public License as published by
56601 #   the Free Software Foundation; either version 3 of the License, or
56602 #   (at your option) any later version.
56603 #
56604 #   This program is distributed in the hope that it will be useful,
56605 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56606 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56607 #   GNU General Public License for more details.
56608
56609 File: ./lib/human.h
56610 Hash: 9cecd9075608ba01827d4b74ea741b74eeb0b933f1a8850b7163cbfefaeaf456
56611 Copyright: 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
56612 License: GPL-3+ 
56613 Licence_Text: 
56614 #Header: 
56615 #/* human.h -- print human readable file size
56616 #
56617 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
56618 #   2005, 2006, 2007 Free Software Foundation, Inc.
56619 #
56620 #   This program is free software: you can redistribute it and/or modify
56621 #   it under the terms of the GNU General Public License as published by
56622 #   the Free Software Foundation; either version 3 of the License, or
56623 #   (at your option) any later version.
56624 #
56625 #   This program is distributed in the hope that it will be useful,
56626 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56627 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56628 #   GNU General Public License for more details.
56629
56630 File: ./lib/i-ring.c
56631 Hash: 04cc3226eee4b74df051e43d1b1131567b9837369d3dd9f02a53ebc685f1607d
56632 Copyright: 2006 Free Software Foundation, Inc
56633 License: GPL-3+ 
56634 Licence_Text: 
56635 #Header: 
56636 #/* a simple ring buffer
56637 #   Copyright (C) 2006 Free Software Foundation, Inc.
56638 #
56639 #   This program is free software: you can redistribute it and/or modify
56640 #   it under the terms of the GNU General Public License as published by
56641 #   the Free Software Foundation; either version 3 of the License, or
56642 #   (at your option) any later version.
56643 #
56644 #   This program is distributed in the hope that it will be useful,
56645 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56646 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56647 #   GNU General Public License for more details.
56648 #
56649 #   You should have received a copy of the GNU General Public License
56650 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
56651
56652 File: ./lib/i-ring.h
56653 Hash: 83d5e547a1b2282a81722d24d3fd7ab460d6d5d9062532235e0030df6de1bdb2
56654 Copyright: 2006 Free Software Foundation, Inc
56655 License: GPL-3+ 
56656 Licence_Text: 
56657 #Header: 
56658 #/* definitions for a simple ring buffer
56659 #   Copyright (C) 2006 Free Software Foundation, Inc.
56660 #
56661 #   This program is free software: you can redistribute it and/or modify
56662 #   it under the terms of the GNU General Public License as published by
56663 #   the Free Software Foundation; either version 3 of the License, or
56664 #   (at your option) any later version.
56665 #
56666 #   This program is distributed in the hope that it will be useful,
56667 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56668 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56669 #   GNU General Public License for more details.
56670 #
56671 #   You should have received a copy of the GNU General Public License
56672 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
56673
56674 File: ./lib/iconv.c
56675 Hash: 3059e46d2d2c44be2ae300d27f485ee07d544f254865f96ebf86dea813b4fffa
56676 Copyright: 1999-2001, 2007 Free Software Foundation, Inc
56677 License: GPL-2+
56678 Licence_Text: 
56679 #Header: 
56680 #/* Character set conversion.
56681 #   Copyright (C) 1999-2001, 2007 Free Software Foundation, Inc.
56682 #
56683 #   This program is free software; you can redistribute it and/or modify
56684 #   it under the terms of the GNU General Public License as published by
56685 #   the Free Software Foundation; either version 2, or (at your option)
56686 #   any later version.
56687 #
56688 #   This program is distributed in the hope that it will be useful,
56689 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56690 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56691 #   GNU General Public License for more details.
56692 #
56693 #   You should have received a copy of the GNU General Public License along
56694 #   with this program; if not, write to the Free Software Foundation,
56695
56696 File: ./lib/iconv.in.h
56697 Hash: a0c00abb098262610f94109af9bc3bc9f27219dd9f3169ad081a47cd9228d1ca
56698 Copyright: 2007-2008 Free Software Foundation, Inc
56699 License: GPL-2+
56700 Licence_Text: 
56701 #Header: 
56702 #/* A GNU-like <iconv.h>.
56703 #
56704 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
56705 #
56706 #   This program is free software; you can redistribute it and/or modify
56707 #   it under the terms of the GNU General Public License as published by
56708 #   the Free Software Foundation; either version 2, or (at your option)
56709 #   any later version.
56710 #
56711 #   This program is distributed in the hope that it will be useful,
56712 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56713 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56714 #   GNU General Public License for more details.
56715 #
56716 #   You should have received a copy of the GNU General Public License
56717
56718 File: ./lib/iconv_close.c
56719 Hash: 4871e1d8a40deb9c674779c24cf93e04b326ab61be8bcb4cc8e739d22ba70961
56720 Copyright: 2007 Free Software Foundation, Inc
56721 License: GPL-2+
56722 Licence_Text: 
56723 #Header: 
56724 #/* Character set conversion.
56725 #   Copyright (C) 2007 Free Software Foundation, Inc.
56726 #
56727 #   This program is free software; you can redistribute it and/or modify
56728 #   it under the terms of the GNU General Public License as published by
56729 #   the Free Software Foundation; either version 2, or (at your option)
56730 #   any later version.
56731 #
56732 #   This program is distributed in the hope that it will be useful,
56733 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56734 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56735 #   GNU General Public License for more details.
56736 #
56737 #   You should have received a copy of the GNU General Public License along
56738 #   with this program; if not, write to the Free Software Foundation,
56739
56740 File: ./lib/iconv_open-aix.gperf
56741 Hash: 6da2acfc8d64cb160d117fcf2ae6ff0c1074e75e98ec00cebcbcd25c91ff6c71
56742 Copyright: 
56743 License: 
56744 Licence_Text: 
56745 #Header: 
56746 #struct mapping { int standard_name; const char vendor_name[10 + 1]; };
56747 #%struct-type
56748 #%language=ANSI-C
56749 #%define slot-name standard_name
56750 #%define hash-function-name mapping_hash
56751 #%define lookup-function-name mapping_lookup
56752 #%readonly-tables
56753 #%global-table
56754 #%define word-array-name mappings
56755 #%pic
56756 #%%
56757 ## On AIX 5.1, look in /usr/lib/nls/loc/uconvTable.
56758 #ISO-8859-1, "ISO8859-1"
56759 #ISO-8859-2, "ISO8859-2"
56760 #ISO-8859-3, "ISO8859-3"
56761
56762 File: ./lib/iconv_open-hpux.gperf
56763 Hash: 1af956e948c4e74ae425bc40a8df179820746ac4407e809a8c2c83971c8e0f6f
56764 Copyright: 
56765 License: 
56766 Licence_Text: 
56767 #Header: 
56768 #struct mapping { int standard_name; const char vendor_name[9 + 1]; };
56769 #%struct-type
56770 #%language=ANSI-C
56771 #%define slot-name standard_name
56772 #%define hash-function-name mapping_hash
56773 #%define lookup-function-name mapping_lookup
56774 #%readonly-tables
56775 #%global-table
56776 #%define word-array-name mappings
56777 #%pic
56778 #%%
56779 ## On HP-UX 11.11, look in /usr/lib/nls/iconv.
56780 #ISO-8859-1, "iso88591"
56781 #ISO-8859-2, "iso88592"
56782 #ISO-8859-5, "iso88595"
56783
56784 File: ./lib/iconv_open-irix.gperf
56785 Hash: 828615fa97c1771502ef557a7aef007676e378822a93f914e2b67b5ec3ce3912
56786 Copyright: 
56787 License: 
56788 Licence_Text: 
56789 #Header: 
56790 #struct mapping { int standard_name; const char vendor_name[10 + 1]; };
56791 #%struct-type
56792 #%language=ANSI-C
56793 #%define slot-name standard_name
56794 #%define hash-function-name mapping_hash
56795 #%define lookup-function-name mapping_lookup
56796 #%readonly-tables
56797 #%global-table
56798 #%define word-array-name mappings
56799 #%pic
56800 #%%
56801 ## On IRIX 6.5, look in /usr/lib/iconv and /usr/lib/international/encodings.
56802 #ISO-8859-1, "ISO8859-1"
56803 #ISO-8859-2, "ISO8859-2"
56804 #ISO-8859-3, "ISO8859-3"
56805
56806 File: ./lib/iconv_open-osf.gperf
56807 Hash: 2c9f609f72f0c386bfbcac0e2f65cd6624a1279429fae6d38e4c2fb91bb4fa2b
56808 Copyright: 
56809 License: 
56810 Licence_Text: 
56811 #Header: 
56812 #struct mapping { int standard_name; const char vendor_name[10 + 1]; };
56813 #%struct-type
56814 #%language=ANSI-C
56815 #%define slot-name standard_name
56816 #%define hash-function-name mapping_hash
56817 #%define lookup-function-name mapping_lookup
56818 #%readonly-tables
56819 #%global-table
56820 #%define word-array-name mappings
56821 #%pic
56822 #%%
56823 ## On OSF/1 5.1, look in /usr/lib/nls/loc/iconv.
56824 #ISO-8859-1, "ISO8859-1"
56825 #ISO-8859-2, "ISO8859-2"
56826 #ISO-8859-3, "ISO8859-3"
56827
56828 File: ./lib/iconv_open-solaris.gperf
56829 Hash: 855843d24b44701480c504188b9c91b3b602d6c134e3b450cd8573fd92b35ca6
56830 Copyright: 
56831 License: 
56832 Licence_Text: 
56833 #Header: 
56834 #struct mapping { int standard_name; const char vendor_name[10 + 1]; };
56835 #%struct-type
56836 #%language=ANSI-C
56837 #%define slot-name standard_name
56838 #%define hash-function-name mapping_hash
56839 #%define lookup-function-name mapping_lookup
56840 #%readonly-tables
56841 #%global-table
56842 #%define word-array-name mappings
56843 #%pic
56844 #%%
56845 ## On Solaris 10, look in the "iconv -l" output. Some aliases are advertised but
56846 ## not actually supported by the iconv() function and by the 'iconv' program.
56847 ## For example:
56848 ##   $ echo abc | iconv -f 646 -t ISO-8859-1
56849
56850 File: ./lib/iconv_open.c
56851 Hash: 9ed1da2147b3e675bbd6775a42ab67d25e2fe781f6cdf15eaab5c231273ff0e7
56852 Copyright: 2007, 2009 Free Software Foundation, Inc
56853 License: GPL-2+
56854 Licence_Text: 
56855 #Header: 
56856 #/* Character set conversion.
56857 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
56858 #
56859 #   This program is free software; you can redistribute it and/or modify
56860 #   it under the terms of the GNU General Public License as published by
56861 #   the Free Software Foundation; either version 2, or (at your option)
56862 #   any later version.
56863 #
56864 #   This program is distributed in the hope that it will be useful,
56865 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56866 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56867 #   GNU General Public License for more details.
56868 #
56869 #   You should have received a copy of the GNU General Public License along
56870 #   with this program; if not, write to the Free Software Foundation,
56871
56872 File: ./lib/iconveh.h
56873 Hash: 67e4aaef11864ffbdc1e1f005051bea04babd77da24011ef95dbb4d36320570e
56874 Copyright: 2001-2007, 2009 Free Software Foundation, Inc
56875 License: GPL-3+ 
56876 Licence_Text: 
56877 #Header: 
56878 #/* Character set conversion handler type.
56879 #   Copyright (C) 2001-2007, 2009 Free Software Foundation, Inc.
56880 #   Written by Bruno Haible.
56881 #
56882 #   This program is free software: you can redistribute it and/or modify
56883 #   it under the terms of the GNU General Public License as published by
56884 #   the Free Software Foundation; either version 3 of the License, or
56885 #   (at your option) any later version.
56886 #
56887 #   This program is distributed in the hope that it will be useful,
56888 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56889 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56890 #   GNU General Public License for more details.
56891 #
56892 #   You should have received a copy of the GNU General Public License
56893
56894 File: ./lib/idcache.c
56895 Hash: b9013a2865d4a3daaca3b55f2be4ed9e3a20a075a05ea60d26ea660978090977
56896 Copyright: 1985, 1988, 1989, 1990, 1997, 1998, 2003, 2005-2007 Free Software Foundation, Inc.
56897 License: GPL-3+ 
56898 Licence_Text: 
56899 #Header: 
56900 #/* idcache.c -- map user and group IDs, cached for speed
56901 #
56902 #   Copyright (C) 1985, 1988, 1989, 1990, 1997, 1998, 2003, 2005-2007
56903 #   Free Software Foundation, Inc.
56904 #
56905 #   This program is free software: you can redistribute it and/or modify
56906 #   it under the terms of the GNU General Public License as published by
56907 #   the Free Software Foundation; either version 3 of the License, or
56908 #   (at your option) any later version.
56909 #
56910 #   This program is distributed in the hope that it will be useful,
56911 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56912 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56913 #   GNU General Public License for more details.
56914
56915 File: ./lib/idcache.h
56916 Hash: be4efe8ffdf2e8d49697677451ff6b5db99c836286bace3d23e00fe57cf35725
56917 Copyright: 
56918 License: 
56919 Licence_Text: 
56920 #Header: 
56921 ##ifndef IDCACHE_H
56922 ## define IDCACHE_H 1
56923 #
56924 ## include <sys/types.h>
56925 #
56926 #extern char *getuser (uid_t uid);
56927 #extern char *getgroup (gid_t gid);
56928 #extern uid_t *getuidbyname (const char *user);
56929 #extern gid_t *getgidbyname (const char *group);
56930 #
56931 ##endif
56932
56933 File: ./lib/idpriv-drop.c
56934 Hash: 7f9a23470304193f0c1f172af0a8809eabc7b87a17c08a904e03e6f0e23c4412
56935 Copyright: 2009 Free Software Foundation, Inc
56936 License: GPL-3+ 
56937 Licence_Text: 
56938 #Header: 
56939 #/* Dropping uid/gid privileges of the current process permanently.
56940 #   Copyright (C) 2009 Free Software Foundation, Inc.
56941 #
56942 #   This program is free software: you can redistribute it and/or modify
56943 #   it under the terms of the GNU General Public License as published by
56944 #   the Free Software Foundation; either version 3 of the License, or
56945 #   (at your option) any later version.
56946 #
56947 #   This program is distributed in the hope that it will be useful,
56948 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56949 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56950 #   GNU General Public License for more details.
56951 #
56952 #   You should have received a copy of the GNU General Public License
56953 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
56954
56955 File: ./lib/idpriv-droptemp.c
56956 Hash: 489bb045e6211eb0d6389cfc83518e2fe2ddc45fe2c192956d5403520ab12454
56957 Copyright: 2009 Free Software Foundation, Inc
56958 License: GPL-3+ 
56959 Licence_Text: 
56960 #Header: 
56961 #/* Dropping uid/gid privileges of the current process temporarily.
56962 #   Copyright (C) 2009 Free Software Foundation, Inc.
56963 #
56964 #   This program is free software: you can redistribute it and/or modify
56965 #   it under the terms of the GNU General Public License as published by
56966 #   the Free Software Foundation; either version 3 of the License, or
56967 #   (at your option) any later version.
56968 #
56969 #   This program is distributed in the hope that it will be useful,
56970 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56971 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56972 #   GNU General Public License for more details.
56973 #
56974 #   You should have received a copy of the GNU General Public License
56975 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
56976
56977 File: ./lib/idpriv.h
56978 Hash: 46f34c0a8796bc8842508928d2398c9e0348051b305656e2e8a6b0a7b6f16b85
56979 Copyright: 2009 Free Software Foundation, Inc
56980 License: GPL-3+ 
56981 Licence_Text: 
56982 #Header: 
56983 #/* Dropping uid/gid privileges of the current process.
56984 #   Copyright (C) 2009 Free Software Foundation, Inc.
56985 #
56986 #   This program is free software: you can redistribute it and/or modify
56987 #   it under the terms of the GNU General Public License as published by
56988 #   the Free Software Foundation; either version 3 of the License, or
56989 #   (at your option) any later version.
56990 #
56991 #   This program is distributed in the hope that it will be useful,
56992 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
56993 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56994 #   GNU General Public License for more details.
56995 #
56996 #   You should have received a copy of the GNU General Public License
56997 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
56998
56999 File: ./lib/ignore-value.h
57000 Hash: b844f7425a0066e987565375e711d4932b9f502ff6f149a93c5ba9120c99ea63
57001 Copyright: 2008-2009 Free Software Foundation, Inc
57002 License: GPL-3+ 
57003 Licence_Text: 
57004 #Header: 
57005 #/* ignore a function return without a compiler warning
57006 #
57007 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
57008 #
57009 #   This program is free software: you can redistribute it and/or modify
57010 #   it under the terms of the GNU General Public License as published by
57011 #   the Free Software Foundation; either version 3 of the License, or
57012 #   (at your option) any later version.
57013 #
57014 #   This program is distributed in the hope that it will be useful,
57015 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57016 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57017 #   GNU General Public License for more details.
57018 #
57019 #   You should have received a copy of the GNU General Public License
57020
57021 File: ./lib/imaxabs.c
57022 Hash: 4c3cd71956269b0c624236e9f02355a8ab08d726ee6663e731a88cb79a85330f
57023 Copyright: 2006 Free Software Foundation, Inc
57024 License: GPL-3+ 
57025 Licence_Text: 
57026 #Header: 
57027 #/* imaxabs() function: absolute value of 'intmax_t'.
57028 #   Copyright (C) 2006 Free Software Foundation, Inc.
57029 #
57030 #   This program is free software: you can redistribute it and/or modify
57031 #   it under the terms of the GNU General Public License as published by
57032 #   the Free Software Foundation; either version 3 of the License, or
57033 #   (at your option) any later version.
57034 #
57035 #   This program is distributed in the hope that it will be useful,
57036 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57037 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57038 #   GNU General Public License for more details.
57039 #
57040 #   You should have received a copy of the GNU General Public License
57041 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57042
57043 File: ./lib/imaxdiv.c
57044 Hash: 1c1e3f382e0b77378c6c8f9632d7c4635f390115c0897a74b6b7b22a3ac34be7
57045 Copyright: 2006 Free Software Foundation, Inc
57046 License: GPL-3+ 
57047 Licence_Text: 
57048 #Header: 
57049 #/* imaxdiv() function: division of 'intmax_t'.
57050 #   Copyright (C) 2006 Free Software Foundation, Inc.
57051 #
57052 #   This program is free software: you can redistribute it and/or modify
57053 #   it under the terms of the GNU General Public License as published by
57054 #   the Free Software Foundation; either version 3 of the License, or
57055 #   (at your option) any later version.
57056 #
57057 #   This program is distributed in the hope that it will be useful,
57058 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57059 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57060 #   GNU General Public License for more details.
57061 #
57062 #   You should have received a copy of the GNU General Public License
57063 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57064
57065 File: ./lib/imaxtostr.c
57066 Hash: c5ccba8a9cadbb5e7d6bcb207caa40a490337d0f938712b6886792bb1c3f750f
57067 Copyright: 
57068 License: 
57069 Licence_Text: 
57070 #Header: 
57071 ##define inttostr imaxtostr
57072 ##define inttype intmax_t
57073 ##include "inttostr.c"
57074
57075 File: ./lib/inet_ntop.c
57076 Hash: bb85be451bd6abe2730ae9c900eca3d5dfeb58717a5fe8020fd32c3197efe395
57077 Copyright: 2005, 2006, 2008, 2009 Free Software Foundation, Inc / 1996-1999 by Internet Software Consortium
57078 License: GPL-2+
57079 #FIXME
57080 Licence_Text: 
57081 #Header: 
57082 #/* inet_ntop.c -- convert IPv4 and IPv6 addresses from binary to text form
57083 #
57084 #   Copyright (C) 2005, 2006, 2008, 2009  Free Software Foundation, Inc.
57085 #
57086 #   This program is free software; you can redistribute it and/or modify
57087 #   it under the terms of the GNU General Public License as published by
57088 #   the Free Software Foundation; either version 2, or (at your option)
57089 #   any later version.
57090 #
57091 #   This program is distributed in the hope that it will be useful,
57092 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57093 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57094 #   GNU General Public License for more details.
57095 #
57096 #   You should have received a copy of the GNU General Public License
57097
57098 File: ./lib/inet_pton.c
57099 Hash: 33b53b62f48e6b8843c4109e0cb9632ed41cd3ff07ea81a3842fb24a3d42781e
57100 Copyright: 1996,1999 by Internet Software Consortium / 2006, 2008, 2009 Free Software Foundation, Inc
57101 License: ISC GPL-3+
57102 # FIXME
57103 Licence_Text: 
57104 #Header: 
57105 #/* inet_pton.c -- convert IPv4 and IPv6 addresses from text to binary form
57106 #
57107 #   Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
57108 #
57109 #   This program is free software: you can redistribute it and/or modify
57110 #   it under the terms of the GNU General Public License as published by
57111 #   the Free Software Foundation; either version 3 of the License, or
57112 #   (at your option) any later version.
57113 #
57114 #   This program is distributed in the hope that it will be useful,
57115 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57116 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57117 #   GNU General Public License for more details.
57118 #
57119 #   You should have received a copy of the GNU General Public License
57120
57121 File: ./lib/intprops.h
57122 Hash: 9e2808fa7e1039a775f0131499ed427895f2ae4376bf394d44e98dc59d256c3b
57123 Copyright: 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc
57124 License: GPL-3+ 
57125 Licence_Text: 
57126 #Header: 
57127 #/* intprops.h -- properties of integer types
57128 #
57129 #   Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
57130 #
57131 #   This program is free software: you can redistribute it and/or modify
57132 #   it under the terms of the GNU General Public License as published by
57133 #   the Free Software Foundation; either version 3 of the License, or
57134 #   (at your option) any later version.
57135 #
57136 #   This program is distributed in the hope that it will be useful,
57137 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57138 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57139 #   GNU General Public License for more details.
57140 #
57141 #   You should have received a copy of the GNU General Public License
57142
57143 File: ./lib/inttostr.c
57144 Hash: 1890559866d6095b73e83459b5eaca3ea71812c130099e512534096ef240c29e
57145 Copyright: 2001, 2006, 2008 Free Software Foundation, Inc
57146 License: GPL-3+ 
57147 Licence_Text: 
57148 #Header: 
57149 #/* inttostr.c -- convert integers to printable strings
57150 #
57151 #   Copyright (C) 2001, 2006, 2008 Free Software Foundation, Inc.
57152 #
57153 #   This program is free software: you can redistribute it and/or modify
57154 #   it under the terms of the GNU General Public License as published by
57155 #   the Free Software Foundation; either version 3 of the License, or
57156 #   (at your option) any later version.
57157 #
57158 #   This program is distributed in the hope that it will be useful,
57159 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57160 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57161 #   GNU General Public License for more details.
57162 #
57163 #   You should have received a copy of the GNU General Public License
57164
57165 File: ./lib/inttostr.h
57166 Hash: 7f7f2820aac6266245de58217005c72002285153e793b1bdbdbab45aea9b2234
57167 Copyright: 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
57168 License: GPL-3+ 
57169 Licence_Text: 
57170 #Header: 
57171 #/* inttostr.h -- convert integers to printable strings
57172 #
57173 #   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
57174 #   Foundation, Inc.
57175 #
57176 #   This program is free software: you can redistribute it and/or modify
57177 #   it under the terms of the GNU General Public License as published by
57178 #   the Free Software Foundation; either version 3 of the License, or
57179 #   (at your option) any later version.
57180 #
57181 #   This program is distributed in the hope that it will be useful,
57182 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57183 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57184 #   GNU General Public License for more details.
57185
57186 File: ./lib/inttypes.in.h
57187 Hash: b572e765fe79d49fffbc38520ba9a41cf3b650f9078db83da161ddf1bd81d03d
57188 Copyright: 2006-2009 Free Software Foundation, Inc
57189 License: GPL-3+ 
57190 Licence_Text: 
57191 #Header: 
57192 #/* Copyright (C) 2006-2009 Free Software Foundation, Inc.
57193 #   Written by Paul Eggert, Bruno Haible, Derek Price.
57194 #   This file is part of gnulib.
57195 #
57196 #   This program is free software: you can redistribute it and/or modify
57197 #   it under the terms of the GNU General Public License as published by
57198 #   the Free Software Foundation; either version 3 of the License, or
57199 #   (at your option) any later version.
57200 #
57201 #   This program is distributed in the hope that it will be useful,
57202 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57203 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57204 #   GNU General Public License for more details.
57205 #
57206 #   You should have received a copy of the GNU General Public License
57207
57208 File: ./lib/ioctl.c
57209 Hash: a838bb30b06340f3dd9a82218a003ea0bd38e4312c6342ae7f20c6bc1fef878b
57210 Copyright: 2008, 2009 Free Software Foundation, Inc
57211 License: GPL-3+ 
57212 Licence_Text: 
57213 #Header: 
57214 #/* ioctl.c --- wrappers for Windows ioctl function
57215 #
57216 #   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
57217 #
57218 #   This program is free software: you can redistribute it and/or modify
57219 #   it under the terms of the GNU General Public License as published by
57220 #   the Free Software Foundation; either version 3 of the License, or
57221 #   (at your option) any later version.
57222 #
57223 #   This program is distributed in the hope that it will be useful,
57224 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57225 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57226 #   GNU General Public License for more details.
57227 #
57228 #   You should have received a copy of the GNU General Public License
57229
57230 File: ./lib/isapipe.c
57231 Hash: 457e1ad81d87c14336cc33a66c0a6470db91a5d315e83811d98e82aab1dfe238
57232 Copyright: 2006, 2008 Free Software Foundation, Inc
57233 License: GPL-3+ 
57234 Licence_Text: 
57235 #Header: 
57236 #/* Test whether a file descriptor is a pipe.
57237 #
57238 #   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
57239 #
57240 #   This program is free software: you can redistribute it and/or modify
57241 #   it under the terms of the GNU General Public License as published by
57242 #   the Free Software Foundation; either version 3 of the License, or
57243 #   (at your option) any later version.
57244 #
57245 #   This program is distributed in the hope that it will be useful,
57246 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57247 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57248 #   GNU General Public License for more details.
57249 #
57250 #   You should have received a copy of the GNU General Public License
57251
57252 File: ./lib/isapipe.h
57253 Hash: 1e08bd60adc2a94f785eb57858cc60eee319d0250d409627b746953c9778a34e
57254 Copyright: 
57255 License: 
57256 Licence_Text: 
57257 #Header: 
57258 #/* Whether pipes are FIFOs; -1 if not known.  */
57259 ##ifndef HAVE_FIFO_PIPES
57260 ## define HAVE_FIFO_PIPES (-1)
57261 ##endif
57262 #
57263 #int isapipe (int fd);
57264
57265 File: ./lib/isdir.c
57266 Hash: 03760bca801b4b55e9e0a1e0cf3b2df572ad1dc4a10cceac16254afd692ad1f2
57267 Copyright: 1990, 1998, 2006 Free Software Foundation, Inc
57268 License: GPL-3+ 
57269 Licence_Text: 
57270 #Header: 
57271 #/* isdir.c -- determine whether a directory exists
57272 #
57273 #   Copyright (C) 1990, 1998, 2006 Free Software Foundation, Inc.
57274 #
57275 #   This program is free software: you can redistribute it and/or modify
57276 #   it under the terms of the GNU General Public License as published by
57277 #   the Free Software Foundation; either version 3 of the License, or
57278 #   (at your option) any later version.
57279 #
57280 #   This program is distributed in the hope that it will be useful,
57281 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57282 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57283 #   GNU General Public License for more details.
57284 #
57285 #   You should have received a copy of the GNU General Public License
57286
57287 File: ./lib/isfinite.c
57288 Hash: 040962d83f2dc48a4f86e204594272a3a1345da3bf72f77a0141696c2e67670d
57289 Copyright: 2007-2008 Free Software Foundation, Inc
57290 License: GPL-2+
57291 Licence_Text: 
57292 #Header: 
57293 #/* Test for finite value (zero, subnormal, or normal, and not infinite or NaN).
57294 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
57295 #
57296 #   This program is free software; you can redistribute it and/or modify
57297 #   it under the terms of the GNU General Public License as published by
57298 #   the Free Software Foundation; either version 2, or (at your option)
57299 #   any later version.
57300 #
57301 #   This program is distributed in the hope that it will be useful,
57302 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57303 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57304 #   GNU General Public License for more details.
57305 #
57306 #   You should have received a copy of the GNU General Public License along
57307 #   with this program; if not, write to the Free Software Foundation,
57308
57309 File: ./lib/isinf.c
57310 Hash: 8b36f7949b786a5b398b697020f0bae0094e677bc8237320acdf88dd784c4f27
57311 Copyright: 2007-2008 Free Software Foundation, Inc
57312 License: GPL-2+
57313 Licence_Text: 
57314 #Header: 
57315 #/* Test for positive or negative infinity.
57316 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
57317 #
57318 #   This program is free software; you can redistribute it and/or modify
57319 #   it under the terms of the GNU General Public License as published by
57320 #   the Free Software Foundation; either version 2, or (at your option)
57321 #   any later version.
57322 #
57323 #   This program is distributed in the hope that it will be useful,
57324 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57325 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57326 #   GNU General Public License for more details.
57327 #
57328 #   You should have received a copy of the GNU General Public License along
57329 #   with this program; if not, write to the Free Software Foundation,
57330
57331 File: ./lib/isnan.c
57332 Hash: 47455ca42a4c758859e6598a1869394a1e0e133c2ecc9837c6dd88231495f26e
57333 Copyright: 2007-2008 Free Software Foundation, Inc
57334 License: GPL-3+ 
57335 Licence_Text: 
57336 #Header: 
57337 #/* Test for NaN that does not need libm.
57338 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
57339 #
57340 #   This program is free software: you can redistribute it and/or modify
57341 #   it under the terms of the GNU General Public License as published by
57342 #   the Free Software Foundation; either version 3 of the License, or
57343 #   (at your option) any later version.
57344 #
57345 #   This program is distributed in the hope that it will be useful,
57346 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57347 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57348 #   GNU General Public License for more details.
57349 #
57350 #   You should have received a copy of the GNU General Public License
57351 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57352
57353 File: ./lib/isnand-nolibm.h
57354 Hash: 47455ca42a4c758859e6598a1869394a1e0e133c2ecc9837c6dd88231495f26e
57355 Copyright: 2007-2008 Free Software Foundation, Inc
57356 License: GPL-3+ 
57357 Licence_Text: 
57358 #Header: 
57359 #/* Test for NaN that does not need libm.
57360 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
57361 #
57362 #   This program is free software: you can redistribute it and/or modify
57363 #   it under the terms of the GNU General Public License as published by
57364 #   the Free Software Foundation; either version 3 of the License, or
57365 #   (at your option) any later version.
57366 #
57367 #   This program is distributed in the hope that it will be useful,
57368 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57369 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57370 #   GNU General Public License for more details.
57371 #
57372 #   You should have received a copy of the GNU General Public License
57373 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57374
57375 File: ./lib/isnand.c
57376 Hash: 130313c72e69a6238a9736af813940f148965be7cd35509e7a7db5af4b502737
57377 Copyright: 2008 Free Software Foundation, Inc
57378 License: GPL-3+ 
57379 Licence_Text: 
57380 #Header: 
57381 #/* Test for NaN that does not need libm.
57382 #   Copyright (C) 2008 Free Software Foundation, Inc.
57383 #
57384 #   This program is free software: you can redistribute it and/or modify
57385 #   it under the terms of the GNU General Public License as published by
57386 #   the Free Software Foundation; either version 3 of the License, or
57387 #   (at your option) any later version.
57388 #
57389 #   This program is distributed in the hope that it will be useful,
57390 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57391 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57392 #   GNU General Public License for more details.
57393 #
57394 #   You should have received a copy of the GNU General Public License
57395 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57396
57397 File: ./lib/isnanf-nolibm.h
57398 Hash: 47455ca42a4c758859e6598a1869394a1e0e133c2ecc9837c6dd88231495f26e
57399 Copyright: 2007-2008 Free Software Foundation, Inc
57400 License: GPL-3+ 
57401 Licence_Text: 
57402 #Header: 
57403 #/* Test for NaN that does not need libm.
57404 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
57405 #
57406 #   This program is free software: you can redistribute it and/or modify
57407 #   it under the terms of the GNU General Public License as published by
57408 #   the Free Software Foundation; either version 3 of the License, or
57409 #   (at your option) any later version.
57410 #
57411 #   This program is distributed in the hope that it will be useful,
57412 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57413 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57414 #   GNU General Public License for more details.
57415 #
57416 #   You should have received a copy of the GNU General Public License
57417 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57418
57419 File: ./lib/isnanf.c
57420 Hash: a3e5b3fa9e97033b7406816c100134db359f0a16e5291ea96efb5027e0888b48
57421 Copyright: 2007 Free Software Foundation, Inc
57422 License: GPL-3+ 
57423 Licence_Text: 
57424 #Header: 
57425 #/* Test for NaN that does not need libm.
57426 #   Copyright (C) 2007 Free Software Foundation, Inc.
57427 #
57428 #   This program is free software: you can redistribute it and/or modify
57429 #   it under the terms of the GNU General Public License as published by
57430 #   the Free Software Foundation; either version 3 of the License, or
57431 #   (at your option) any later version.
57432 #
57433 #   This program is distributed in the hope that it will be useful,
57434 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57435 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57436 #   GNU General Public License for more details.
57437 #
57438 #   You should have received a copy of the GNU General Public License
57439 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57440
57441 File: ./lib/isnanl-nolibm.h
57442 Hash: 47455ca42a4c758859e6598a1869394a1e0e133c2ecc9837c6dd88231495f26e
57443 Copyright: 2007-2008 Free Software Foundation, Inc
57444 License: GPL-3+ 
57445 Licence_Text: 
57446 #Header: 
57447 #/* Test for NaN that does not need libm.
57448 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
57449 #
57450 #   This program is free software: you can redistribute it and/or modify
57451 #   it under the terms of the GNU General Public License as published by
57452 #   the Free Software Foundation; either version 3 of the License, or
57453 #   (at your option) any later version.
57454 #
57455 #   This program is distributed in the hope that it will be useful,
57456 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57457 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57458 #   GNU General Public License for more details.
57459 #
57460 #   You should have received a copy of the GNU General Public License
57461 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57462
57463 File: ./lib/isnanl.c
57464 Hash: a3e5b3fa9e97033b7406816c100134db359f0a16e5291ea96efb5027e0888b48
57465 Copyright: 2007 Free Software Foundation, Inc
57466 License: GPL-3+ 
57467 Licence_Text: 
57468 #Header: 
57469 #/* Test for NaN that does not need libm.
57470 #   Copyright (C) 2007 Free Software Foundation, Inc.
57471 #
57472 #   This program is free software: you can redistribute it and/or modify
57473 #   it under the terms of the GNU General Public License as published by
57474 #   the Free Software Foundation; either version 3 of the License, or
57475 #   (at your option) any later version.
57476 #
57477 #   This program is distributed in the hope that it will be useful,
57478 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57479 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57480 #   GNU General Public License for more details.
57481 #
57482 #   You should have received a copy of the GNU General Public License
57483 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57484
57485 File: ./lib/javacomp.c
57486 Hash: 5510a586bdbed690c0f58f407e86f128dd19f69e30f7b763fc80645dfdb5fdab
57487 Copyright: 2001-2003, 2006-2008 Free Software Foundation, Inc
57488 License: GPL-3+ 
57489 Licence_Text: 
57490 #Header: 
57491 #/* Compile a Java program.
57492 #   Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc.
57493 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
57494 #
57495 #   This program is free software: you can redistribute it and/or modify
57496 #   it under the terms of the GNU General Public License as published by
57497 #   the Free Software Foundation; either version 3 of the License, or
57498 #   (at your option) any later version.
57499 #
57500 #   This program is distributed in the hope that it will be useful,
57501 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57502 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57503 #   GNU General Public License for more details.
57504 #
57505 #   You should have received a copy of the GNU General Public License
57506
57507 File: ./lib/javacomp.h
57508 Hash: 7796f276d24731ee6d3c7f5294adfe566e8c046007020386e7f14820b6e0719a
57509 Copyright: 2001-2002, 2006 Free Software Foundation, Inc
57510 License: GPL-3+ 
57511 Licence_Text: 
57512 #Header: 
57513 #/* Compile a Java program.
57514 #   Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
57515 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
57516 #
57517 #   This program is free software: you can redistribute it and/or modify
57518 #   it under the terms of the GNU General Public License as published by
57519 #   the Free Software Foundation; either version 3 of the License, or
57520 #   (at your option) any later version.
57521 #
57522 #   This program is distributed in the hope that it will be useful,
57523 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57524 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57525 #   GNU General Public License for more details.
57526 #
57527 #   You should have received a copy of the GNU General Public License
57528
57529 File: ./lib/javaexec.c
57530 Hash: d5c2f1711f1f3dd4c31a2579a9a93a3f361c1b1b03e78713f1935e5c360e3e01
57531 Copyright: 2001-2003, 2006-2008 Free Software Foundation, Inc
57532 License: GPL-3+ 
57533 Licence_Text: 
57534 #Header: 
57535 #/* Execute a Java program.
57536 #   Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc.
57537 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
57538 #
57539 #   This program is free software: you can redistribute it and/or modify
57540 #   it under the terms of the GNU General Public License as published by
57541 #   the Free Software Foundation; either version 3 of the License, or
57542 #   (at your option) any later version.
57543 #
57544 #   This program is distributed in the hope that it will be useful,
57545 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57546 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57547 #   GNU General Public License for more details.
57548 #
57549 #   You should have received a copy of the GNU General Public License
57550
57551 File: ./lib/javaexec.h
57552 Hash: fdd928324e8ecf1d026624ada4377dc47be047d3e38b42a0456e1dec3b50a51b
57553 Copyright: 2001-2002 Free Software Foundation, Inc
57554 License: GPL-3+ 
57555 Licence_Text: 
57556 #Header: 
57557 #/* Execute a Java program.
57558 #   Copyright (C) 2001-2002 Free Software Foundation, Inc.
57559 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
57560 #
57561 #   This program is free software: you can redistribute it and/or modify
57562 #   it under the terms of the GNU General Public License as published by
57563 #   the Free Software Foundation; either version 3 of the License, or
57564 #   (at your option) any later version.
57565 #
57566 #   This program is distributed in the hope that it will be useful,
57567 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57568 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57569 #   GNU General Public License for more details.
57570 #
57571 #   You should have received a copy of the GNU General Public License
57572
57573 File: ./lib/javaversion.c
57574 Hash: fdead42e957d45aad5a32be39fc000b965f101ba1255624f9b54cccc347dab26
57575 Copyright: 2006-2008 Free Software Foundation, Inc
57576 License: GPL-3+ 
57577 Licence_Text: 
57578 #Header: 
57579 #/* Determine the Java version supported by javaexec.
57580 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
57581 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
57582 #
57583 #   This program is free software: you can redistribute it and/or modify
57584 #   it under the terms of the GNU General Public License as published by
57585 #   the Free Software Foundation; either version 3 of the License, or
57586 #   (at your option) any later version.
57587 #
57588 #   This program is distributed in the hope that it will be useful,
57589 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57590 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57591 #   GNU General Public License for more details.
57592 #
57593 #   You should have received a copy of the GNU General Public License
57594
57595 File: ./lib/javaversion.class
57596 Hash: 2bee26b0b761a52a418a6488d94be8af824a30a3f87f50cb8d35f4b7a54a13a6
57597 Copyright: 
57598 License: 
57599 Licence_Text: 
57600
57601 File: ./lib/javaversion.h
57602 Hash: 29a446b837cf48407147af943a7093bdb31bb10c00fc791eab8870a4acc0602e
57603 Copyright: 2006 Free Software Foundation, Inc
57604 License: GPL-3+ 
57605 Licence_Text: 
57606 #Header: 
57607 #/* Determine the Java version supported by javaexec.
57608 #   Copyright (C) 2006 Free Software Foundation, Inc.
57609 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
57610 #
57611 #   This program is free software: you can redistribute it and/or modify
57612 #   it under the terms of the GNU General Public License as published by
57613 #   the Free Software Foundation; either version 3 of the License, or
57614 #   (at your option) any later version.
57615 #
57616 #   This program is distributed in the hope that it will be useful,
57617 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57618 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57619 #   GNU General Public License for more details.
57620 #
57621 #   You should have received a copy of the GNU General Public License
57622
57623 File: ./lib/javaversion.java
57624 Hash: a97b370d2fde64e69acc4e2896d1da82e09cbf28058f4565b2f61d6433088d72
57625 Copyright: 2006 Free Software Foundation, Inc
57626 License: GPL-3+ 
57627 Licence_Text: 
57628 #Header: 
57629 #/* Show the Java version.
57630 # * Copyright (C) 2006 Free Software Foundation, Inc.
57631 # *
57632 # * This program is free software: you can redistribute it and/or modify
57633 # * it under the terms of the GNU General Public License as published by
57634 # * the Free Software Foundation; either version 3 of the License, or
57635 # * (at your option) any later version.
57636 # *
57637 # * This program is distributed in the hope that it will be useful,
57638 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
57639 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57640 # * GNU General Public License for more details.
57641 # *
57642 # * You should have received a copy of the GNU General Public License
57643 # * along with this program.  If not, see <http://www.gnu.org/licenses/>.
57644
57645 File: ./lib/lchown.c
57646 Hash: 953d98a6f7fe6ee1359d3d4946aa47ae6596a61298964fd3c03b359f351f0338
57647 Copyright: 1998, 1999, 2002, 2004, 2006, 2007, 2009 Free Software Foundation, Inc.
57648 License: GPL-3+ 
57649 Licence_Text: 
57650 #Header: 
57651 #/* Provide a stub lchown function for systems that lack it.
57652 #
57653 #   Copyright (C) 1998, 1999, 2002, 2004, 2006, 2007, 2009 Free
57654 #   Software Foundation, Inc.
57655 #
57656 #   This program is free software: you can redistribute it and/or modify
57657 #   it under the terms of the GNU General Public License as published by
57658 #   the Free Software Foundation; either version 3 of the License, or
57659 #   (at your option) any later version.
57660 #
57661 #   This program is distributed in the hope that it will be useful,
57662 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57663 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57664 #   GNU General Public License for more details.
57665
57666 File: ./lib/ldexpl.c
57667 Hash: c540324ac2ca2517b41b719aad57bf1773ee104baf901c03daa8bbf5208d3e3c
57668 Copyright: 2002, 2003, 2007, 2008 Free Software Foundation, Inc
57669 License: GPL-3+ 
57670 Licence_Text: 
57671 #Header: 
57672 #/* Emulation for ldexpl.
57673 #   Contributed by Paolo Bonzini
57674 #
57675 #   Copyright 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
57676 #
57677 #   This file is part of gnulib.
57678 #
57679 #   This program is free software: you can redistribute it and/or modify
57680 #   it under the terms of the GNU General Public License as published by
57681 #   the Free Software Foundation; either version 3 of the License, or
57682 #   (at your option) any later version.
57683 #
57684 #   This program is distributed in the hope that it will be useful,
57685 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57686 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57687
57688 File: ./lib/linebuffer.c
57689 Hash: d85578cc459795d236f48e817ded298d632fa6890aac27376aecf0c47a856fa8
57690 Copyright: 1986, 1991, 1998, 1999, 2001, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
57691 License: GPL-3+ 
57692 Licence_Text: 
57693 #Header: 
57694 #/* linebuffer.c -- read arbitrarily long lines
57695 #
57696 #   Copyright (C) 1986, 1991, 1998, 1999, 2001, 2003, 2004, 2006, 2007
57697 #   Free Software Foundation, Inc.
57698 #
57699 #   This program is free software: you can redistribute it and/or modify
57700 #   it under the terms of the GNU General Public License as published by
57701 #   the Free Software Foundation; either version 3 of the License, or
57702 #   (at your option) any later version.
57703 #
57704 #   This program is distributed in the hope that it will be useful,
57705 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57706 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57707 #   GNU General Public License for more details.
57708
57709 File: ./lib/linebuffer.h
57710 Hash: 34656b0c4b8d689a203a09d7b36721f38b76bcb871571a8c4b0d923840a9fe58
57711 Copyright: 1986, 1991, 1998, 1999, 2002, 2003, 2007 Free Software Foundation, Inc.
57712 License: GPL-3+ 
57713 Licence_Text: 
57714 #Header: 
57715 #/* linebuffer.h -- declarations for reading arbitrarily long lines
57716 #
57717 #   Copyright (C) 1986, 1991, 1998, 1999, 2002, 2003, 2007 Free Software
57718 #   Foundation, Inc.
57719 #
57720 #   This program is free software: you can redistribute it and/or modify
57721 #   it under the terms of the GNU General Public License as published by
57722 #   the Free Software Foundation; either version 3 of the License, or
57723 #   (at your option) any later version.
57724 #
57725 #   This program is distributed in the hope that it will be useful,
57726 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57727 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57728 #   GNU General Public License for more details.
57729
57730 File: ./lib/link.c
57731 Hash: c0b30ef6d1e001b2928d2bb394b5762a98b6b6ede802eaa83c1319c2e03dce1e
57732 Copyright: 2009 Free Software Foundation, Inc
57733 License: GPL-2+
57734 Licence_Text: 
57735 #Header: 
57736 #/* Emulate link on platforms that lack it, namely native Windows platforms.
57737 #
57738 #   Copyright (C) 2009 Free Software Foundation, Inc.
57739 #
57740 #   This program is free software; you can redistribute it and/or modify
57741 #   it under the terms of the GNU General Public License as published by
57742 #   the Free Software Foundation; either version 2, or (at your option)
57743 #   any later version.
57744 #
57745 #   This program is distributed in the hope that it will be useful,
57746 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57747 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57748 #   GNU General Public License for more details.
57749 #
57750 #   You should have received a copy of the GNU General Public License
57751
57752 File: ./lib/listen.c
57753 Hash: c6134f3762f75b62f22278b0c4dd5119a598c12d4e5c20957e32c6cd33314666
57754 Copyright: 2008 Free Software Foundation, Inc
57755 License: GPL-3+ 
57756 Licence_Text: 
57757 #Header: 
57758 #/* listen.c --- wrappers for Windows listen function
57759 #
57760 #   Copyright (C) 2008 Free Software Foundation, Inc.
57761 #
57762 #   This program is free software: you can redistribute it and/or modify
57763 #   it under the terms of the GNU General Public License as published by
57764 #   the Free Software Foundation; either version 3 of the License, or
57765 #   (at your option) any later version.
57766 #
57767 #   This program is distributed in the hope that it will be useful,
57768 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57769 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57770 #   GNU General Public License for more details.
57771 #
57772 #   You should have received a copy of the GNU General Public License
57773
57774 File: ./lib/localcharset.c
57775 Hash: 1548af2400728ae263f6a2bb0118e7778437b3639878649dc0257a527e4e0629
57776 Copyright: 2000-2006, 2008-2009 Free Software Foundation, Inc
57777 License: GPL-2+
57778 Licence_Text: 
57779 #Header: 
57780 #/* Determine a canonical name for the current locale's character encoding.
57781 #
57782 #   Copyright (C) 2000-2006, 2008-2009 Free Software Foundation, Inc.
57783 #
57784 #   This program is free software; you can redistribute it and/or modify
57785 #   it under the terms of the GNU General Public License as published by
57786 #   the Free Software Foundation; either version 2, or (at your option)
57787 #   any later version.
57788 #
57789 #   This program is distributed in the hope that it will be useful,
57790 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57791 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57792 #   GNU General Public License for more details.
57793 #
57794 #   You should have received a copy of the GNU General Public License along
57795
57796 File: ./lib/localcharset.h
57797 Hash: 119c2de543436735fe784154d840a118ae31756c5fbbbb7f30b1cd3e2b54616a
57798 Copyright: 2000-2003 Free Software Foundation, Inc
57799 License: GPL-2+
57800 Licence_Text: 
57801 #Header: 
57802 #/* Determine a canonical name for the current locale's character encoding.
57803 #   Copyright (C) 2000-2003 Free Software Foundation, Inc.
57804 #   This file is part of the GNU CHARSET Library.
57805 #
57806 #   This program is free software; you can redistribute it and/or modify
57807 #   it under the terms of the GNU General Public License as published by
57808 #   the Free Software Foundation; either version 2, or (at your option)
57809 #   any later version.
57810 #
57811 #   This program is distributed in the hope that it will be useful,
57812 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57813 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57814 #   GNU General Public License for more details.
57815 #
57816 #   You should have received a copy of the GNU General Public License along
57817
57818 File: ./lib/locale.in.h
57819 Hash: 208f60fb61b19efcd077917af5a61aad7ac1210ed158ba35d67c172ead537649
57820 Copyright: 2007-2009 Free Software Foundation, Inc
57821 License: GPL-3+ 
57822 Licence_Text: 
57823 #Header: 
57824 #/* A POSIX <locale.h>.
57825 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
57826 #
57827 #   This program is free software: you can redistribute it and/or modify
57828 #   it under the terms of the GNU General Public License as published by
57829 #   the Free Software Foundation; either version 3 of the License, or
57830 #   (at your option) any later version.
57831 #
57832 #   This program is distributed in the hope that it will be useful,
57833 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57834 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57835 #   GNU General Public License for more details.
57836 #
57837 #   You should have received a copy of the GNU General Public License
57838 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57839
57840 File: ./lib/localename.c
57841 Hash: f6fbb8df7f52b6eafa7552a49d6e5eee9816b690a0d89c2b03462044652914d2
57842 Copyright: 1995-1999, 2000-2008 Free Software Foundation, Inc
57843 License: LGPL 
57844 Licence_Text: 
57845 #Header: 
57846 #/* Determine name of the currently selected locale.
57847 #   Copyright (C) 1995-1999, 2000-2008 Free Software Foundation, Inc.
57848 #
57849 #   This program is free software; you can redistribute it and/or modify it
57850 #   under the terms of the GNU Library General Public License as published
57851 #   by the Free Software Foundation; either version 2, or (at your option)
57852 #   any later version.
57853 #
57854 #   This program is distributed in the hope that it will be useful,
57855 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57856 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
57857 #   Library General Public License for more details.
57858 #
57859 #   You should have received a copy of the GNU Library General Public
57860 #   License along with this program; if not, write to the Free Software
57861
57862 File: ./lib/localename.h
57863 Hash: 6a79383773a37a8b6886c6d119e3890f98db4a414a013cc80eac6449b8e5fe4b
57864 Copyright: 2007 Free Software Foundation, Inc
57865 License: LGPL-2+
57866 Licence_Text: 
57867 #Header: 
57868 #/* Determine name of the currently selected locale.
57869 #   Copyright (C) 2007 Free Software Foundation, Inc.
57870 #
57871 #   This program is free software; you can redistribute it and/or modify it
57872 #   under the terms of the GNU Library General Public License as published
57873 #   by the Free Software Foundation; either version 2, or (at your option)
57874 #   any later version.
57875 #
57876 #   This program is distributed in the hope that it will be useful,
57877 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57878 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
57879 #   Library General Public License for more details.
57880 #
57881 #   You should have received a copy of the GNU Library General Public
57882 #   License along with this program; if not, write to the Free Software
57883
57884 File: ./lib/logl.c
57885 Hash: 85d31985f40705b82f8d0816e8f6861d9544a057be0b15056632551829c0b8b3
57886 Copyright: 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov>
57887 License: GPL-3+ 
57888 Licence_Text: 
57889 #Header: 
57890 #/* Copyright 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov>
57891 #
57892 #   This program is free software: you can redistribute it and/or modify
57893 #   it under the terms of the GNU General Public License as published by
57894 #   the Free Software Foundation; either version 3 of the License, or
57895 #   (at your option) any later version.
57896 #
57897 #   This program is distributed in the hope that it will be useful,
57898 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57899 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57900 #   GNU General Public License for more details.
57901 #
57902 #   You should have received a copy of the GNU General Public License
57903 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57904
57905 File: ./lib/long-options.c
57906 Hash: 4365412d9fe5d790d7ad8e3e03649fe0e872a7e666491c956fbbdaded0030cc0
57907 Copyright: 1993, 1994, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
57908 License: GPL-3+ 
57909 Licence_Text: 
57910 #Header: 
57911 #/* Utility to accept --help and --version options as unobtrusively as possible.
57912 #
57913 #   Copyright (C) 1993, 1994, 1998, 1999, 2000, 2002, 2003, 2004, 2005,
57914 #   2006 Free Software Foundation, Inc.
57915 #
57916 #   This program is free software: you can redistribute it and/or modify
57917 #   it under the terms of the GNU General Public License as published by
57918 #   the Free Software Foundation; either version 3 of the License, or
57919 #   (at your option) any later version.
57920 #
57921 #   This program is distributed in the hope that it will be useful,
57922 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57923 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57924 #   GNU General Public License for more details.
57925
57926 File: ./lib/long-options.h
57927 Hash: 4f9add7cfbe1ff66d2f74e25eefc73829aef3fb75c1d70eb1760a07c288b5a31
57928 Copyright: 1993, 1994, 1998, 1999, 2003 Free Software Foundation, Inc
57929 License: GPL-3+ 
57930 Licence_Text: 
57931 #Header: 
57932 #/* long-options.h -- declaration for --help- and --version-handling function.
57933 #   Copyright (C) 1993, 1994, 1998, 1999, 2003 Free Software Foundation, Inc.
57934 #
57935 #   This program is free software: you can redistribute it and/or modify
57936 #   it under the terms of the GNU General Public License as published by
57937 #   the Free Software Foundation; either version 3 of the License, or
57938 #   (at your option) any later version.
57939 #
57940 #   This program is distributed in the hope that it will be useful,
57941 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57942 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57943 #   GNU General Public License for more details.
57944 #
57945 #   You should have received a copy of the GNU General Public License
57946 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
57947
57948 File: ./lib/lseek.c
57949 Hash: 02f75754750c8263d25c4282d7b6167a2d40d0c8f8cf8a952486fc65dc812321
57950 Copyright: 2007 Free Software Foundation, Inc
57951 License: GPL-2+
57952 Licence_Text: 
57953 #Header: 
57954 #/* An lseek() function that detects pipes.
57955 #   Copyright (C) 2007 Free Software Foundation, Inc.
57956 #
57957 #   This program is free software; you can redistribute it and/or modify
57958 #   it under the terms of the GNU General Public License as published by
57959 #   the Free Software Foundation; either version 2, or (at your option)
57960 #   any later version.
57961 #
57962 #   This program is distributed in the hope that it will be useful,
57963 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57964 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57965 #   GNU General Public License for more details.
57966 #
57967 #   You should have received a copy of the GNU General Public License along
57968 #   with this program; if not, write to the Free Software Foundation,
57969
57970 File: ./lib/lstat.c
57971 Hash: 345ec037534ce5c96f9599c78e87c36be1fee4649a8ec187168445e6bb2d1cc7
57972 Copyright: 1997-1999, 2000-2006, 2008 Free Software Foundation, Inc
57973 License: GPL-3+
57974 Licence_Text: 
57975 #Header: 
57976 #/* Work around a bug of lstat on some systems
57977 #
57978 #   Copyright (C) 1997-1999, 2000-2006, 2008 Free Software Foundation, Inc.
57979 #
57980 #   This program is free software: you can redistribute it and/or modify
57981 #   it under the terms of the GNU General Public License as published by
57982 #   the Free Software Foundation; either version 3 of the License, or
57983 #   (at your option) any later version.
57984 #
57985 #   This program is distributed in the hope that it will be useful,
57986 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
57987 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57988 #   GNU General Public License for more details.
57989 #
57990 #   You should have received a copy of the GNU General Public License
57991
57992 File: ./lib/malloc.c
57993 Hash: 7754ece2820e7ddc5a364b370c2560187d53c00f4695409abd04ecedeff2aa94
57994 Copyright: 1997, 1998, 2006, 2007 Free Software Foundation, Inc
57995 License: GPL-2+
57996 Licence_Text: 
57997 #Header: 
57998 #/* malloc() function that is glibc compatible.
57999 #
58000 #   Copyright (C) 1997, 1998, 2006, 2007 Free Software Foundation, Inc.
58001 #
58002 #   This program is free software; you can redistribute it and/or modify
58003 #   it under the terms of the GNU General Public License as published by
58004 #   the Free Software Foundation; either version 2, or (at your option)
58005 #   any later version.
58006 #
58007 #   This program is distributed in the hope that it will be useful,
58008 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58009 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58010 #   GNU General Public License for more details.
58011 #
58012 #   You should have received a copy of the GNU General Public License
58013
58014 File: ./lib/malloca.c
58015 Hash: e0f9431b8801560a2ec9fecb1893f9c1443bd37ac24a4785196d0c03321f52da
58016 Copyright: 2003, 2006-2007 Free Software Foundation, Inc
58017 License: GPL-2+
58018 Licence_Text: 
58019 #Header: 
58020 #/* Safe automatic memory allocation.
58021 #   Copyright (C) 2003, 2006-2007 Free Software Foundation, Inc.
58022 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
58023 #
58024 #   This program is free software; you can redistribute it and/or modify
58025 #   it under the terms of the GNU General Public License as published by
58026 #   the Free Software Foundation; either version 2, or (at your option)
58027 #   any later version.
58028 #
58029 #   This program is distributed in the hope that it will be useful,
58030 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58031 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58032 #   GNU General Public License for more details.
58033 #
58034 #   You should have received a copy of the GNU General Public License
58035
58036 File: ./lib/malloca.h
58037 Hash: 56c3717d1d0f5f3cbdf6f2b581ad097dd47935c459a239db9ca84db9fd339f1c
58038 Copyright: 2003-2007 Free Software Foundation, Inc
58039 License: GPL-2+
58040 Licence_Text: 
58041 #Header: 
58042 #/* Safe automatic memory allocation.
58043 #   Copyright (C) 2003-2007 Free Software Foundation, Inc.
58044 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
58045 #
58046 #   This program is free software; you can redistribute it and/or modify
58047 #   it under the terms of the GNU General Public License as published by
58048 #   the Free Software Foundation; either version 2, or (at your option)
58049 #   any later version.
58050 #
58051 #   This program is distributed in the hope that it will be useful,
58052 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58053 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58054 #   GNU General Public License for more details.
58055 #
58056 #   You should have received a copy of the GNU General Public License
58057
58058 File: ./lib/malloca.valgrind
58059 Hash: 93322a37edfb58a01aa98fa0cc0c4887861c816c873681286b20873bee36e170
58060 Copyright: 
58061 License: 
58062 Licence_Text: 
58063 #Header: 
58064 ## Suppress a valgrind message about use of uninitialized memory in freea().
58065 ## This use is OK because it provides only a speedup.
58066 #{
58067 #    freea
58068 #    Memcheck:Cond
58069 #    fun:freea
58070 #}
58071
58072 File: ./lib/math.in.h
58073 Hash: 1d71d3fe653ddb331f364aadd7e0db6e31fc0a63300b049925c39c9120777288
58074 Copyright: 2002-2003, 2007-2009 Free Software Foundation, Inc
58075 License: GPL-3+ 
58076 Licence_Text: 
58077 #Header: 
58078 #/* A GNU-like <math.h>.
58079 #
58080 #   Copyright (C) 2002-2003, 2007-2009 Free Software Foundation, Inc.
58081 #
58082 #   This program is free software: you can redistribute it and/or modify
58083 #   it under the terms of the GNU General Public License as published by
58084 #   the Free Software Foundation; either version 3 of the License, or
58085 #   (at your option) any later version.
58086 #
58087 #   This program is distributed in the hope that it will be useful,
58088 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58089 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58090 #   GNU General Public License for more details.
58091 #
58092 #   You should have received a copy of the GNU General Public License
58093
58094 File: ./lib/mbchar.c
58095 Hash: 1b800acccc08b7bf9876ec834e26931f8cbc2ca5f69d788879010a196026a89a
58096 Copyright: 2001, 2006 Free Software Foundation, Inc
58097 License: GPL-3+ 
58098 Licence_Text: 
58099 #Header: 
58100 #/* Copyright (C) 2001, 2006 Free Software Foundation, Inc.
58101 #
58102 #   This program is free software: you can redistribute it and/or modify
58103 #   it under the terms of the GNU General Public License as published by
58104 #   the Free Software Foundation; either version 3 of the License, or
58105 #   (at your option) any later version.
58106 #
58107 #   This program is distributed in the hope that it will be useful,
58108 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58109 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58110 #   GNU General Public License for more details.
58111 #
58112 #   You should have received a copy of the GNU General Public License
58113 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
58114
58115 File: ./lib/mbchar.h
58116 Hash: 419eac128ee022faceedcbce731388308f72bf42d570dcc74d67721645d9ad75
58117 Copyright: 2001, 2005-2007 Free Software Foundation, Inc
58118 License: GPL-3+ 
58119 Licence_Text: 
58120 #Header: 
58121 #/* Multibyte character data type.
58122 #   Copyright (C) 2001, 2005-2007 Free Software Foundation, Inc.
58123 #
58124 #   This program is free software: you can redistribute it and/or modify
58125 #   it under the terms of the GNU General Public License as published by
58126 #   the Free Software Foundation; either version 3 of the License, or
58127 #   (at your option) any later version.
58128 #
58129 #   This program is distributed in the hope that it will be useful,
58130 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58131 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58132 #   GNU General Public License for more details.
58133 #
58134 #   You should have received a copy of the GNU General Public License
58135 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
58136
58137 File: ./lib/mbfile.h
58138 Hash: f148ab5a88b3ab7847530f40507a08b257c44574da3e3824feca0501fc1ff87d
58139 Copyright: 2001, 2005 Free Software Foundation, Inc
58140 License: GPL-3+ 
58141 Licence_Text: 
58142 #Header: 
58143 #/* Multibyte character I/O: macros for multi-byte encodings.
58144 #   Copyright (C) 2001, 2005 Free Software Foundation, Inc.
58145 #
58146 #   This program is free software: you can redistribute it and/or modify
58147 #   it under the terms of the GNU General Public License as published by
58148 #   the Free Software Foundation; either version 3 of the License, or
58149 #   (at your option) any later version.
58150 #
58151 #   This program is distributed in the hope that it will be useful,
58152 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58153 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58154 #   GNU General Public License for more details.
58155 #
58156 #   You should have received a copy of the GNU General Public License
58157 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
58158
58159 File: ./lib/mbiter.h
58160 Hash: 0bcda1d7c62a89aeec2562fa1ea482ba814850f1159a623c894b03181f7d25a2
58161 Copyright: 2001, 2005, 2007 Free Software Foundation, Inc
58162 License: GPL-3+ 
58163 Licence_Text: 
58164 #Header: 
58165 #/* Iterating through multibyte strings: macros for multi-byte encodings.
58166 #   Copyright (C) 2001, 2005, 2007 Free Software Foundation, Inc.
58167 #
58168 #   This program is free software: you can redistribute it and/or modify
58169 #   it under the terms of the GNU General Public License as published by
58170 #   the Free Software Foundation; either version 3 of the License, or
58171 #   (at your option) any later version.
58172 #
58173 #   This program is distributed in the hope that it will be useful,
58174 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58175 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58176 #   GNU General Public License for more details.
58177 #
58178 #   You should have received a copy of the GNU General Public License
58179 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
58180
58181 File: ./lib/mbmemcasecmp.c
58182 Hash: f5ab326ce04660d7c088d2589429beeb7310d839bd0559a3a37f42497870f830
58183 Copyright: 1998-1999, 2005-2009 Free Software Foundation, Inc
58184 License: GPL-3+ 
58185 Licence_Text: 
58186 #Header: 
58187 #/* Compare two memory areas with possibly different lengths, case-insensitive.
58188 #   Copyright (C) 1998-1999, 2005-2009 Free Software Foundation, Inc.
58189 #   Written by Bruno Haible <bruno@clisp.org>, 2009,
58190 #   based on earlier glibc code.
58191 #
58192 #   This program is free software: you can redistribute it and/or modify
58193 #   it under the terms of the GNU General Public License as published by
58194 #   the Free Software Foundation; either version 3 of the License, or
58195 #   (at your option) any later version.
58196 #
58197 #   This program is distributed in the hope that it will be useful,
58198 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58199 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58200 #   GNU General Public License for more details.
58201
58202 File: ./lib/mbmemcasecmp.h
58203 Hash: 85c672759815348bfc4928739797c22787d4f55386d3bb5effd4685cd12f7496
58204 Copyright: 2009 Free Software Foundation, Inc
58205 License: LGPL-3+ 
58206 Licence_Text: 
58207 #Header: 
58208 #/* Compare two memory areas with possibly different lengths, case-insensitive.
58209 #   Copyright (C) 2009 Free Software Foundation, Inc.
58210 #
58211 #   This program is free software: you can redistribute it and/or modify it
58212 #   under the terms of the GNU Lesser General Public License as published
58213 #   by the Free Software Foundation; either version 3 of the License, or
58214 #   (at your option) any later version.
58215 #
58216 #   This program is distributed in the hope that it will be useful,
58217 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58218 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
58219 #   Lesser General Public License for more details.
58220 #
58221 #   You should have received a copy of the GNU Lesser General Public License
58222 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
58223
58224 File: ./lib/mbmemcasecoll.c
58225 Hash: cab139308f71e0434b70aeaf0f3dbed1381ead7271c0d992e00b93438c1d6499
58226 Copyright: 2001, 2009 Free Software Foundation, Inc
58227 License: LGPL-3+ 
58228 Licence_Text: 
58229 #Header: 
58230 #/* Locale-specific case-ignoring memory comparison.
58231 #   Copyright (C) 2001, 2009 Free Software Foundation, Inc.
58232 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
58233 #
58234 #   This program is free software: you can redistribute it and/or modify it
58235 #   under the terms of the GNU Lesser General Public License as published
58236 #   by the Free Software Foundation; either version 3 of the License, or
58237 #   (at your option) any later version.
58238 #
58239 #   This program is distributed in the hope that it will be useful,
58240 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58241 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
58242 #   Lesser General Public License for more details.
58243 #
58244 #   You should have received a copy of the GNU Lesser General Public License
58245
58246 File: ./lib/mbmemcasecoll.h
58247 Hash: 746e4714316afcd2eb3d13bb38d3c2776496e6f2f77b745a1d694e53a6f74a61
58248 Copyright: 2001, 2009 Free Software Foundation, Inc
58249 License: LGPL-3+ 
58250 Licence_Text: 
58251 #Header: 
58252 #/* Locale-specific case-ignoring memory comparison.
58253 #   Copyright (C) 2001, 2009 Free Software Foundation, Inc.
58254 #
58255 #   This program is free software: you can redistribute it and/or modify it
58256 #   under the terms of the GNU Lesser General Public License as published
58257 #   by the Free Software Foundation; either version 3 of the License, or
58258 #   (at your option) any later version.
58259 #
58260 #   This program is distributed in the hope that it will be useful,
58261 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58262 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
58263 #   Lesser General Public License for more details.
58264 #
58265 #   You should have received a copy of the GNU Lesser General Public License
58266 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
58267
58268 File: ./lib/mbrlen.c
58269 Hash: 34f5f51edaf35ee0284c34df8f8288a04625716cf5817d6eefc9c8dad9b06473
58270 Copyright: 1999-2000, 2008 Free Software Foundation, Inc
58271 License: GPL-3+ 
58272 Licence_Text: 
58273 #Header: 
58274 #/* Recognize multibyte character.
58275 #   Copyright (C) 1999-2000, 2008 Free Software Foundation, Inc.
58276 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
58277 #
58278 #   This program is free software: you can redistribute it and/or modify
58279 #   it under the terms of the GNU General Public License as published by
58280 #   the Free Software Foundation; either version 3 of the License, or
58281 #   (at your option) any later version.
58282 #
58283 #   This program is distributed in the hope that it will be useful,
58284 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58285 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58286 #   GNU General Public License for more details.
58287 #
58288 #   You should have received a copy of the GNU General Public License
58289
58290 File: ./lib/mbrtowc.c
58291 Hash: 76ee0ca75066f435d593cbebd63b7abab83e289e38af89d03f5fbba1a1b9ca8a
58292 Copyright: 1999-2002, 2005-2009 Free Software Foundation, Inc
58293 License: GPL-3+ 
58294 Licence_Text: 
58295 #Header: 
58296 #/* Convert multibyte character to wide character.
58297 #   Copyright (C) 1999-2002, 2005-2009 Free Software Foundation, Inc.
58298 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
58299 #
58300 #   This program is free software: you can redistribute it and/or modify
58301 #   it under the terms of the GNU General Public License as published by
58302 #   the Free Software Foundation; either version 3 of the License, or
58303 #   (at your option) any later version.
58304 #
58305 #   This program is distributed in the hope that it will be useful,
58306 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58307 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58308 #   GNU General Public License for more details.
58309 #
58310 #   You should have received a copy of the GNU General Public License
58311
58312 File: ./lib/mbscasecmp.c
58313 Hash: eab28341ca62dcfeffc1705aaa0bafa3b6726453600b7b5770f6618293eedf6a
58314 Copyright: 1998-1999, 2005-2008 Free Software Foundation, Inc
58315 License: GPL-3+ 
58316 Licence_Text: 
58317 #Header: 
58318 #/* Case-insensitive string comparison function.
58319 #   Copyright (C) 1998-1999, 2005-2008 Free Software Foundation, Inc.
58320 #   Written by Bruno Haible <bruno@clisp.org>, 2005,
58321 #   based on earlier glibc code.
58322 #
58323 #   This program is free software: you can redistribute it and/or modify
58324 #   it under the terms of the GNU General Public License as published by
58325 #   the Free Software Foundation; either version 3 of the License, or
58326 #   (at your option) any later version.
58327 #
58328 #   This program is distributed in the hope that it will be useful,
58329 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58330 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58331 #   GNU General Public License for more details.
58332
58333 File: ./lib/mbscasestr.c
58334 Hash: 067b762668e77d779287cb9e16e0d9d0d54425834153a41df667fe96abe6d5ea
58335 Copyright: 2005-2008 Free Software Foundation, Inc
58336 License: GPL-3+ 
58337 Licence_Text: 
58338 #Header: 
58339 #/* Case-insensitive searching in a string.
58340 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
58341 #   Written by Bruno Haible <bruno@clisp.org>, 2005.
58342 #
58343 #   This program is free software: you can redistribute it and/or modify
58344 #   it under the terms of the GNU General Public License as published by
58345 #   the Free Software Foundation; either version 3 of the License, or
58346 #   (at your option) any later version.
58347 #
58348 #   This program is distributed in the hope that it will be useful,
58349 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58350 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58351 #   GNU General Public License for more details.
58352 #
58353 #   You should have received a copy of the GNU General Public License
58354
58355 File: ./lib/mbschr.c
58356 Hash: 0400e89b869bf824f778a6860325c96dbf6fc811f1872770a0bd662a5af0f847
58357 Copyright: 2007-2008 Free Software Foundation, Inc
58358 License: GPL-3+ 
58359 Licence_Text: 
58360 #Header: 
58361 #/* Searching a string for a character.
58362 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
58363 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
58364 #
58365 #   This program is free software: you can redistribute it and/or modify
58366 #   it under the terms of the GNU General Public License as published by
58367 #   the Free Software Foundation; either version 3 of the License, or
58368 #   (at your option) any later version.
58369 #
58370 #   This program is distributed in the hope that it will be useful,
58371 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58372 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58373 #   GNU General Public License for more details.
58374 #
58375 #   You should have received a copy of the GNU General Public License
58376
58377 File: ./lib/mbscspn.c
58378 Hash: 521d859626ca3fa118b8a6a7dd57ea000f9571efab9d4ccfcaa013905d6df41e
58379 Copyright: 1999, 2002, 2006-2008 Free Software Foundation, Inc
58380 License: GPL-3+ 
58381 Licence_Text: 
58382 #Header: 
58383 #/* Searching a string for a character among a given set of characters.
58384 #   Copyright (C) 1999, 2002, 2006-2008 Free Software Foundation, Inc.
58385 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
58386 #
58387 #   This program is free software: you can redistribute it and/or modify
58388 #   it under the terms of the GNU General Public License as published by
58389 #   the Free Software Foundation; either version 3 of the License, or
58390 #   (at your option) any later version.
58391 #
58392 #   This program is distributed in the hope that it will be useful,
58393 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58394 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58395 #   GNU General Public License for more details.
58396 #
58397 #   You should have received a copy of the GNU General Public License
58398
58399 File: ./lib/mbsinit.c
58400 Hash: 295fe542f5ad6e27ca5816217b9805d2428ea1aabd57962bdb2d3306a6c769fb
58401 Copyright: 2008 Free Software Foundation, Inc
58402 License: GPL-3+ 
58403 Licence_Text: 
58404 #Header: 
58405 #/* Test for initial conversion state.
58406 #   Copyright (C) 2008 Free Software Foundation, Inc.
58407 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
58408 #
58409 #   This program is free software: you can redistribute it and/or modify
58410 #   it under the terms of the GNU General Public License as published by
58411 #   the Free Software Foundation; either version 3 of the License, or
58412 #   (at your option) any later version.
58413 #
58414 #   This program is distributed in the hope that it will be useful,
58415 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58416 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58417 #   GNU General Public License for more details.
58418 #
58419 #   You should have received a copy of the GNU General Public License
58420
58421 File: ./lib/mbslen.c
58422 Hash: bc739905ac2ba0754682240585411c921f16404b1a3336fa054adce1bfba711e
58423 Copyright: 2007-2008 Free Software Foundation, Inc
58424 License: GPL-3+ 
58425 Licence_Text: 
58426 #Header: 
58427 #/* Counting the multibyte characters in a string.
58428 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
58429 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
58430 #
58431 #   This program is free software: you can redistribute it and/or modify
58432 #   it under the terms of the GNU General Public License as published by
58433 #   the Free Software Foundation; either version 3 of the License, or
58434 #   (at your option) any later version.
58435 #
58436 #   This program is distributed in the hope that it will be useful,
58437 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58438 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58439 #   GNU General Public License for more details.
58440 #
58441 #   You should have received a copy of the GNU General Public License
58442
58443 File: ./lib/mbsncasecmp.c
58444 Hash: eab28341ca62dcfeffc1705aaa0bafa3b6726453600b7b5770f6618293eedf6a
58445 Copyright: 1998-1999, 2005-2008 Free Software Foundation, Inc
58446 License: GPL-3+ 
58447 Licence_Text: 
58448 #Header: 
58449 #/* Case-insensitive string comparison function.
58450 #   Copyright (C) 1998-1999, 2005-2008 Free Software Foundation, Inc.
58451 #   Written by Bruno Haible <bruno@clisp.org>, 2005,
58452 #   based on earlier glibc code.
58453 #
58454 #   This program is free software: you can redistribute it and/or modify
58455 #   it under the terms of the GNU General Public License as published by
58456 #   the Free Software Foundation; either version 3 of the License, or
58457 #   (at your option) any later version.
58458 #
58459 #   This program is distributed in the hope that it will be useful,
58460 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58461 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58462 #   GNU General Public License for more details.
58463
58464 File: ./lib/mbsnlen.c
58465 Hash: bc739905ac2ba0754682240585411c921f16404b1a3336fa054adce1bfba711e
58466 Copyright: 2007-2008 Free Software Foundation, Inc
58467 License: GPL-3+ 
58468 Licence_Text: 
58469 #Header: 
58470 #/* Counting the multibyte characters in a string.
58471 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
58472 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
58473 #
58474 #   This program is free software: you can redistribute it and/or modify
58475 #   it under the terms of the GNU General Public License as published by
58476 #   the Free Software Foundation; either version 3 of the License, or
58477 #   (at your option) any later version.
58478 #
58479 #   This program is distributed in the hope that it will be useful,
58480 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58481 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58482 #   GNU General Public License for more details.
58483 #
58484 #   You should have received a copy of the GNU General Public License
58485
58486 File: ./lib/mbsnrtowcs.c
58487 Hash: 94b7dfcea2b58b8c709f9a6ccf0ac9d22d38b00230ffe204d0053d076700ffee
58488 Copyright: 2008 Free Software Foundation, Inc
58489 License: GPL-3+ 
58490 Licence_Text: 
58491 #Header: 
58492 #/* Convert string to wide string.
58493 #   Copyright (C) 2008 Free Software Foundation, Inc.
58494 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
58495 #
58496 #   This program is free software: you can redistribute it and/or modify
58497 #   it under the terms of the GNU General Public License as published by
58498 #   the Free Software Foundation; either version 3 of the License, or
58499 #   (at your option) any later version.
58500 #
58501 #   This program is distributed in the hope that it will be useful,
58502 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58503 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58504 #   GNU General Public License for more details.
58505 #
58506 #   You should have received a copy of the GNU General Public License
58507
58508 File: ./lib/mbspbrk.c
58509 Hash: 521d859626ca3fa118b8a6a7dd57ea000f9571efab9d4ccfcaa013905d6df41e
58510 Copyright: 1999, 2002, 2006-2008 Free Software Foundation, Inc
58511 License: GPL-3+ 
58512 Licence_Text: 
58513 #Header: 
58514 #/* Searching a string for a character among a given set of characters.
58515 #   Copyright (C) 1999, 2002, 2006-2008 Free Software Foundation, Inc.
58516 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
58517 #
58518 #   This program is free software: you can redistribute it and/or modify
58519 #   it under the terms of the GNU General Public License as published by
58520 #   the Free Software Foundation; either version 3 of the License, or
58521 #   (at your option) any later version.
58522 #
58523 #   This program is distributed in the hope that it will be useful,
58524 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58525 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58526 #   GNU General Public License for more details.
58527 #
58528 #   You should have received a copy of the GNU General Public License
58529
58530 File: ./lib/mbspcasecmp.c
58531 Hash: 07f7fe969a7c752b56b078f855dce95806287b22873440d798b831f5629d3589
58532 Copyright: 1998-1999, 2005-2008 Free Software Foundation, Inc
58533 License: GPL-3+ 
58534 Licence_Text: 
58535 #Header: 
58536 #/* Case-insensitive string comparison function.
58537 #   Copyright (C) 1998-1999, 2005-2008 Free Software Foundation, Inc.
58538 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
58539 #
58540 #   This program is free software: you can redistribute it and/or modify
58541 #   it under the terms of the GNU General Public License as published by
58542 #   the Free Software Foundation; either version 3 of the License, or
58543 #   (at your option) any later version.
58544 #
58545 #   This program is distributed in the hope that it will be useful,
58546 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58547 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58548 #   GNU General Public License for more details.
58549 #
58550 #   You should have received a copy of the GNU General Public License
58551
58552 File: ./lib/mbsrchr.c
58553 Hash: aae99e9b396b908d7c7fcd21ce6bcb2e4aaef1810a36771e91c2436918d26978
58554 Copyright: 2007-2008 Free Software Foundation, Inc
58555 License: GPL-3+ 
58556 Licence_Text: 
58557 #Header: 
58558 #/* Searching a string for the last occurrence of a character.
58559 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
58560 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
58561 #
58562 #   This program is free software: you can redistribute it and/or modify
58563 #   it under the terms of the GNU General Public License as published by
58564 #   the Free Software Foundation; either version 3 of the License, or
58565 #   (at your option) any later version.
58566 #
58567 #   This program is distributed in the hope that it will be useful,
58568 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58569 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58570 #   GNU General Public License for more details.
58571 #
58572 #   You should have received a copy of the GNU General Public License
58573
58574 File: ./lib/mbsrtowcs-state.c
58575 Hash: c1ee8e5f9ff539152510bee610b85b5129447259bd0740852310fbe0aa05dcfb
58576 Copyright: 2008-2009 Free Software Foundation, Inc
58577 License: GPL-3+ 
58578 Licence_Text: 
58579 #Header: 
58580 #/* Convert string to wide string.
58581 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
58582 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
58583 #
58584 #   This program is free software: you can redistribute it and/or modify
58585 #   it under the terms of the GNU General Public License as published by
58586 #   the Free Software Foundation; either version 3 of the License, or
58587 #   (at your option) any later version.
58588 #
58589 #   This program is distributed in the hope that it will be useful,
58590 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58591 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58592 #   GNU General Public License for more details.
58593 #
58594 #   You should have received a copy of the GNU General Public License
58595
58596 File: ./lib/mbsrtowcs.c
58597 Hash: 94b7dfcea2b58b8c709f9a6ccf0ac9d22d38b00230ffe204d0053d076700ffee
58598 Copyright: 2008 Free Software Foundation, Inc
58599 License: GPL-3+ 
58600 Licence_Text: 
58601 #Header: 
58602 #/* Convert string to wide string.
58603 #   Copyright (C) 2008 Free Software Foundation, Inc.
58604 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
58605 #
58606 #   This program is free software: you can redistribute it and/or modify
58607 #   it under the terms of the GNU General Public License as published by
58608 #   the Free Software Foundation; either version 3 of the License, or
58609 #   (at your option) any later version.
58610 #
58611 #   This program is distributed in the hope that it will be useful,
58612 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58613 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58614 #   GNU General Public License for more details.
58615 #
58616 #   You should have received a copy of the GNU General Public License
58617
58618 File: ./lib/mbssep.c
58619 Hash: e91f2687c32b2d7fbb211e0e114d331fff93022b0c657cc6b2a6a934cb3b67b4
58620 Copyright: 2007-2008 Free Software Foundation, Inc
58621 License: GPL-3+ 
58622 Licence_Text: 
58623 #Header: 
58624 #/* Tokenizing a string.
58625 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
58626 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
58627 #
58628 #   This program is free software: you can redistribute it and/or modify
58629 #   it under the terms of the GNU General Public License as published by
58630 #   the Free Software Foundation; either version 3 of the License, or
58631 #   (at your option) any later version.
58632 #
58633 #   This program is distributed in the hope that it will be useful,
58634 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58635 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58636 #   GNU General Public License for more details.
58637 #
58638 #   You should have received a copy of the GNU General Public License
58639
58640 File: ./lib/mbsspn.c
58641 Hash: 96a736a43629e5ae2f508a50e854f65078635e6552ac998e4b72d981b4de9333
58642 Copyright: 1999, 2002, 2006-2008 Free Software Foundation, Inc
58643 License: GPL-3+ 
58644 Licence_Text: 
58645 #Header: 
58646 #/* Searching a string for a character outside a given set of characters.
58647 #   Copyright (C) 1999, 2002, 2006-2008 Free Software Foundation, Inc.
58648 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
58649 #
58650 #   This program is free software: you can redistribute it and/or modify
58651 #   it under the terms of the GNU General Public License as published by
58652 #   the Free Software Foundation; either version 3 of the License, or
58653 #   (at your option) any later version.
58654 #
58655 #   This program is distributed in the hope that it will be useful,
58656 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58657 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58658 #   GNU General Public License for more details.
58659 #
58660 #   You should have received a copy of the GNU General Public License
58661
58662 File: ./lib/mbsstr.c
58663 Hash: 05f8fd03123cf70b50e8a4ca02b2bef23c41c488ce1f33530c0e5b912b20898c
58664 Copyright: 2005-2008 Free Software Foundation, Inc
58665 License: GPL-3+ 
58666 Licence_Text: 
58667 #Header: 
58668 #/* Searching in a string.
58669 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
58670 #   Written by Bruno Haible <bruno@clisp.org>, 2005.
58671 #
58672 #   This program is free software: you can redistribute it and/or modify
58673 #   it under the terms of the GNU General Public License as published by
58674 #   the Free Software Foundation; either version 3 of the License, or
58675 #   (at your option) any later version.
58676 #
58677 #   This program is distributed in the hope that it will be useful,
58678 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58679 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58680 #   GNU General Public License for more details.
58681 #
58682 #   You should have received a copy of the GNU General Public License
58683
58684 File: ./lib/mbstok_r.c
58685 Hash: 1f180b2d8a6c65bfff77cd72bec0837f16a2a39411db702acaeeddcd0797a7cf
58686 Copyright: 1999, 2002, 2006-2008 Free Software Foundation, Inc
58687 License: GPL-3+ 
58688 Licence_Text: 
58689 #Header: 
58690 #/* Tokenizing a string.
58691 #   Copyright (C) 1999, 2002, 2006-2008 Free Software Foundation, Inc.
58692 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
58693 #
58694 #   This program is free software: you can redistribute it and/or modify
58695 #   it under the terms of the GNU General Public License as published by
58696 #   the Free Software Foundation; either version 3 of the License, or
58697 #   (at your option) any later version.
58698 #
58699 #   This program is distributed in the hope that it will be useful,
58700 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58701 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58702 #   GNU General Public License for more details.
58703 #
58704 #   You should have received a copy of the GNU General Public License
58705
58706 File: ./lib/mbswidth.c
58707 Hash: 20f724a9c2c1b2039071c36cc6fa2828284e3561211957e7800e0275df016a16
58708 Copyright: 2000-2008 Free Software Foundation, Inc
58709 License: GPL-3+ 
58710 Licence_Text: 
58711 #Header: 
58712 #/* Determine the number of screen columns needed for a string.
58713 #   Copyright (C) 2000-2008 Free Software Foundation, Inc.
58714 #
58715 #   This program is free software: you can redistribute it and/or modify
58716 #   it under the terms of the GNU General Public License as published by
58717 #   the Free Software Foundation; either version 3 of the License, or
58718 #   (at your option) any later version.
58719 #
58720 #   This program is distributed in the hope that it will be useful,
58721 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58722 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58723 #   GNU General Public License for more details.
58724 #
58725 #   You should have received a copy of the GNU General Public License
58726 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
58727
58728 File: ./lib/mbswidth.h
58729 Hash: f66eede184bcac83a9639c243acc2e81ac0b5c2ce302a8ef776ce3896ab69682
58730 Copyright: 2000-2004, 2007 Free Software Foundation, Inc
58731 License: GPL-3+ 
58732 Licence_Text: 
58733 #Header: 
58734 #/* Determine the number of screen columns needed for a string.
58735 #   Copyright (C) 2000-2004, 2007 Free Software Foundation, Inc.
58736 #
58737 #   This program is free software: you can redistribute it and/or modify
58738 #   it under the terms of the GNU General Public License as published by
58739 #   the Free Software Foundation; either version 3 of the License, or
58740 #   (at your option) any later version.
58741 #
58742 #   This program is distributed in the hope that it will be useful,
58743 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58744 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58745 #   GNU General Public License for more details.
58746 #
58747 #   You should have received a copy of the GNU General Public License
58748 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
58749
58750 File: ./lib/mbuiter.h
58751 Hash: 0bcda1d7c62a89aeec2562fa1ea482ba814850f1159a623c894b03181f7d25a2
58752 Copyright: 2001, 2005, 2007 Free Software Foundation, Inc
58753 License: GPL-3+ 
58754 Licence_Text: 
58755 #Header: 
58756 #/* Iterating through multibyte strings: macros for multi-byte encodings.
58757 #   Copyright (C) 2001, 2005, 2007 Free Software Foundation, Inc.
58758 #
58759 #   This program is free software: you can redistribute it and/or modify
58760 #   it under the terms of the GNU General Public License as published by
58761 #   the Free Software Foundation; either version 3 of the License, or
58762 #   (at your option) any later version.
58763 #
58764 #   This program is distributed in the hope that it will be useful,
58765 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58766 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58767 #   GNU General Public License for more details.
58768 #
58769 #   You should have received a copy of the GNU General Public License
58770 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
58771
58772 File: ./lib/md2.c
58773 Hash: 04204819baa32da88084b2206ea067ea6a78cde426759ad1eaf12598747f9715
58774 Copyright: 1995,1996,1997,1999,2000,2001,2002,2003,2005,2006,2008 Free Software Foundation, Inc.
58775 License: GPL-2+
58776 Licence_Text: 
58777 #Header: 
58778 #/* Functions to compute MD2 message digest of files or memory blocks.
58779 #   according to the definition of MD2 in RFC 1319 from April 1992.
58780 #   Copyright (C) 1995,1996,1997,1999,2000,2001,2002,2003,2005,2006,2008
58781 #   Free Software Foundation, Inc.
58782 #
58783 #   This program is free software; you can redistribute it and/or modify it
58784 #   under the terms of the GNU General Public License as published by the
58785 #   Free Software Foundation; either version 2, or (at your option) any
58786 #   later version.
58787 #
58788 #   This program is distributed in the hope that it will be useful,
58789 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58790 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58791 #   GNU General Public License for more details.
58792
58793 File: ./lib/md2.h
58794 Hash: 1635bb2eff1d6c4202462a1493aa8fa1122f0b8c628f9d5e1a1bd1b959fdab11
58795 Copyright: 2000, 2001, 2003, 2005, 2008, 2009 Free Software Foundation Inc.
58796 License: GPL-2+
58797 Licence_Text: 
58798 #Header: 
58799 #/* Declarations of functions and data types used for MD2 sum
58800 #   library functions.
58801 #   Copyright (C) 2000, 2001, 2003, 2005, 2008, 2009 Free Software Foundation,
58802 #   Inc.
58803 #
58804 #   This program is free software; you can redistribute it and/or modify it
58805 #   under the terms of the GNU General Public License as published by the
58806 #   Free Software Foundation; either version 2, or (at your option) any
58807 #   later version.
58808 #
58809 #   This program is distributed in the hope that it will be useful,
58810 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58811 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58812 #   GNU General Public License for more details.
58813
58814 File: ./lib/md4.c
58815 Hash: 0862a8a513fa370cc94a968cac68ab365d1c9a3648137d2af8aaf5c719a4b737
58816 Copyright: 1995,1996,1997,1999,2000,2001,2002,2003,2005,2006,2008 Free Software Foundation, Inc.
58817 License: GPL-2+
58818 Licence_Text: 
58819 #Header: 
58820 #/* Functions to compute MD4 message digest of files or memory blocks.
58821 #   according to the definition of MD4 in RFC 1320 from April 1992.
58822 #   Copyright (C) 1995,1996,1997,1999,2000,2001,2002,2003,2005,2006,2008
58823 #   Free Software Foundation, Inc.
58824 #
58825 #   This program is free software; you can redistribute it and/or modify it
58826 #   under the terms of the GNU General Public License as published by the
58827 #   Free Software Foundation; either version 2, or (at your option) any
58828 #   later version.
58829 #
58830 #   This program is distributed in the hope that it will be useful,
58831 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58832 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58833 #   GNU General Public License for more details.
58834
58835 File: ./lib/md4.h
58836 Hash: dcc57d0ac574c78b51a7293f7ad573d8a4c524cf2988b283d86fc5ff1b5f57bf
58837 Copyright: 2000, 2001, 2003, 2005, 2008, 2009 Free Software Foundation Inc
58838 License: GPL-2+
58839 Licence_Text: 
58840 #Header: 
58841 #/* Declarations of functions and data types used for MD4 sum
58842 #   library functions.
58843 #   Copyright (C) 2000, 2001, 2003, 2005, 2008, 2009 Free Software Foundation,
58844 #   Inc.
58845 #
58846 #   This program is free software; you can redistribute it and/or modify it
58847 #   under the terms of the GNU General Public License as published by the
58848 #   Free Software Foundation; either version 2, or (at your option) any
58849 #   later version.
58850 #
58851 #   This program is distributed in the hope that it will be useful,
58852 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58853 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58854 #   GNU General Public License for more details.
58855
58856 File: ./lib/md5.c
58857 Hash: ffa2dd5235fc5bc1cff6f871fca1f3804da0f74bbdcfa48050479b24225ac1e6
58858 Copyright: 1995,1996,1997,1999,2000,2001,2005,2006,2008 Free Software Foundation, Inc.
58859 License: GPL-2+
58860 Licence_Text: 
58861 #Header: 
58862 #/* Functions to compute MD5 message digest of files or memory blocks.
58863 #   according to the definition of MD5 in RFC 1321 from April 1992.
58864 #   Copyright (C) 1995,1996,1997,1999,2000,2001,2005,2006,2008
58865 #       Free Software Foundation, Inc.
58866 #   This file is part of the GNU C Library.
58867 #
58868 #   This program is free software; you can redistribute it and/or modify it
58869 #   under the terms of the GNU General Public License as published by the
58870 #   Free Software Foundation; either version 2, or (at your option) any
58871 #   later version.
58872 #
58873 #   This program is distributed in the hope that it will be useful,
58874 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58875 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58876 #   GNU General Public License for more details.
58877
58878 File: ./lib/md5.h
58879 Hash: e0f5a2253099054a9a71d12e1df625a6f7afa5bed4c53400f687e1b319bd0f95
58880 Copyright: 1995-1997,1999,2000,2001,2004,2005,2006,2008,2009 Free Software Foundation, Inc.
58881 License: GPL-2+
58882 Licence_Text: 
58883 #Header: 
58884 #/* Declaration of functions and data types used for MD5 sum computing
58885 #   library functions.
58886 #   Copyright (C) 1995-1997,1999,2000,2001,2004,2005,2006,2008,2009
58887 #      Free Software Foundation, Inc.
58888 #   This file is part of the GNU C Library.
58889 #
58890 #   This program is free software; you can redistribute it and/or modify it
58891 #   under the terms of the GNU General Public License as published by the
58892 #   Free Software Foundation; either version 2, or (at your option) any
58893 #   later version.
58894 #
58895 #   This program is distributed in the hope that it will be useful,
58896 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58897 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58898 #   GNU General Public License for more details.
58899
58900 File: ./lib/memcasecmp.c
58901 Hash: 807b6ac25ddd6d8ae26a583a2ae26a3a1cfb85acd6c8c70fd81e0dcbb30b7905
58902 Copyright: 1996, 1997, 2000, 2003, 2006 Free Software Foundation, Inc
58903 License: GPL-3+ 
58904 Licence_Text: 
58905 #Header: 
58906 #/* Case-insensitive buffer comparator.
58907 #   Copyright (C) 1996, 1997, 2000, 2003, 2006 Free Software Foundation, Inc.
58908 #
58909 #   This program is free software: you can redistribute it and/or modify
58910 #   it under the terms of the GNU General Public License as published by
58911 #   the Free Software Foundation; either version 3 of the License, or
58912 #   (at your option) any later version.
58913 #
58914 #   This program is distributed in the hope that it will be useful,
58915 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58916 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58917 #   GNU General Public License for more details.
58918 #
58919 #   You should have received a copy of the GNU General Public License
58920 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
58921
58922 File: ./lib/memcasecmp.h
58923 Hash: 18edc330f64fe3fe7683e14bcb89316afede0ebbf8ce49bc0abcd324eaecdf41
58924 Copyright: 1996, 1998, 2003 Free Software Foundation, Inc
58925 License: GPL-3+ 
58926 Licence_Text: 
58927 #Header: 
58928 #/* Case-insensitive buffer comparator.
58929 #
58930 #   Copyright (C) 1996, 1998, 2003 Free Software Foundation, Inc.
58931 #
58932 #   This program is free software: you can redistribute it and/or modify
58933 #   it under the terms of the GNU General Public License as published by
58934 #   the Free Software Foundation; either version 3 of the License, or
58935 #   (at your option) any later version.
58936 #
58937 #   This program is distributed in the hope that it will be useful,
58938 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
58939 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58940 #   GNU General Public License for more details.
58941 #
58942 #   You should have received a copy of the GNU General Public License
58943
58944 File: ./lib/memchr.c
58945 Hash: 1b3448d898ff7ee9149e469a0d1dfaa91777ad13ac93aeca526c1d7534006686
58946 Copyright: 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2006, 2008 Free Software Foundation, Inc.
58947 License: GPL-3+
58948 Licence_Text: 
58949 #Header: 
58950 #/* Copyright (C) 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2006, 2008
58951 #   Free Software Foundation, Inc.
58952 #
58953 #   Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
58954 #   with help from Dan Sahlin (dan@sics.se) and
58955 #   commentary by Jim Blandy (jimb@ai.mit.edu);
58956 #   adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
58957 #   and implemented by Roland McGrath (roland@ai.mit.edu).
58958 #
58959 #NOTE: The canonical source of this file is maintained with the GNU C Library.
58960 #Bugs can be reported to bug-glibc@prep.ai.mit.edu.
58961 #
58962 #This program is free software: you can redistribute it and/or modify it
58963 #under the terms of the GNU General Public License as published by the
58964 #Free Software Foundation; either version 3 of the License, or any
58965
58966 File: ./lib/memchr.valgrind
58967 Hash: c4d33a28f691c84b723d8efc9fcdf251c64affe0008457a7b2fe246c1493dff7
58968 Copyright: 
58969 License: 
58970 Licence_Text: 
58971 #Header: 
58972 ## Suppress a valgrind message about use of uninitialized memory in memchr().
58973 ## POSIX states that when the character is found, memchr must not read extra
58974 ## bytes in an overestimated length (for example, where memchr is used to
58975 ## implement strnlen).  However, we use a safe word read to provide a speedup.
58976 #{
58977 #    memchr-value4
58978 #    Memcheck:Value4
58979 #    fun:rpl_memchr
58980 #}
58981 #{
58982 #    memchr-value8
58983 #    Memcheck:Value8
58984 #    fun:rpl_memchr
58985 #}
58986
58987 File: ./lib/memchr2.c
58988 Hash: f8a8a07596253d814b66f51a219b27446056819948a185735c326a34032971de
58989 Copyright: 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2006, 2008 Free Software Foundation, Inc.
58990 License: GPL-3+
58991 Licence_Text: 
58992 #Header: 
58993 #/* Copyright (C) 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2006,
58994 #   2008 Free Software Foundation, Inc.
58995 #
58996 #   Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
58997 #   with help from Dan Sahlin (dan@sics.se) and
58998 #   commentary by Jim Blandy (jimb@ai.mit.edu);
58999 #   adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
59000 #   and implemented in glibc by Roland McGrath (roland@ai.mit.edu).
59001 #   Extension to memchr2 implemented by Eric Blake (ebb9@byu.net).
59002 #
59003 #This program is free software: you can redistribute it and/or modify it
59004 #under the terms of the GNU General Public License as published by the
59005 #Free Software Foundation; either version 3 of the License, or any
59006 #later version.
59007
59008 File: ./lib/memchr2.h
59009 Hash: 5b2e0321ef5edf4284193b2bb4a6b3837d05ba4d909864b2faea89fa327027c0
59010 Copyright: 2008 Free Software Foundation, Inc
59011 License: GPL-3+ 
59012 Licence_Text: 
59013 #Header: 
59014 #/* Scan memory for the first of two bytes.
59015 #   Copyright (C) 2008 Free Software Foundation, Inc.
59016 #
59017 #   This program is free software: you can redistribute it and/or modify
59018 #   it under the terms of the GNU General Public License as published by
59019 #   the Free Software Foundation; either version 3 of the License, or
59020 #   (at your option) any later version.
59021 #
59022 #   This program is distributed in the hope that it will be useful,
59023 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59024 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59025 #   GNU General Public License for more details.
59026 #
59027 #   You should have received a copy of the GNU General Public License
59028 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
59029
59030 File: ./lib/memchr2.valgrind
59031 Hash: 44d9292cd45aeb29569397844ca468602c6e200a76dcba52f4f852fd64fab480
59032 Copyright: 
59033 License: 
59034 Licence_Text: 
59035 #Header: 
59036 ## Suppress a valgrind message about use of uninitialized memory in memchr2().
59037 ## Like memchr, it is safe to overestimate the length when the terminator
59038 ## is guaranteed to be found.  In this case, we may end up reading a word
59039 ## that is partially uninitialized, but this use is OK for a speedup.
59040 #{
59041 #    memchr2-value4
59042 #    Memcheck:Value4
59043 #    fun:memchr2
59044 #}
59045 #{
59046 #    memchr2-value8
59047 #    Memcheck:Value8
59048 #    fun:memchr2
59049 #}
59050
59051 File: ./lib/memcmp.c
59052 Hash: 115e253d20ce838f3f9a7b7bdb87ca7bc9c5f1cfb6217d3659c62d22b284250f
59053 Copyright: 1991, 1993, 1995, 1997, 1998, 2003, 2006, 2009 Free Software Foundation, Inc.
59054 License: GPL-3+
59055 Licence_Text: 
59056 #Header: 
59057 #/* Copyright (C) 1991, 1993, 1995, 1997, 1998, 2003, 2006, 2009 Free Software
59058 #   Foundation, Inc.
59059 #
59060 #   Contributed by Torbjorn Granlund (tege@sics.se).
59061 #
59062 #   NOTE: The canonical source of this file is maintained with the GNU C Library.
59063 #   Bugs can be reported to bug-glibc@prep.ai.mit.edu.
59064 #
59065 #   This program is free software: you can redistribute it and/or modify it
59066 #   under the terms of the GNU General Public License as published by the
59067 #   Free Software Foundation; either version 3 of the License, or any
59068 #   later version.
59069 #
59070 #   This program is distributed in the hope that it will be useful,
59071 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59072
59073 File: ./lib/memcmp2.c
59074 Hash: a94977681569220a73fb152f9a83071998ee942dac7eac0dcae786aed8cf67d9
59075 Copyright: 2009 Free Software Foundation, Inc
59076 License: LGPL-3+ 
59077 Licence_Text: 
59078 #Header: 
59079 #/* Compare two memory areas with possibly different lengths.
59080 #   Copyright (C) 2009 Free Software Foundation, Inc.
59081 #
59082 #   This program is free software: you can redistribute it and/or modify it
59083 #   under the terms of the GNU Lesser General Public License as published
59084 #   by the Free Software Foundation; either version 3 of the License, or
59085 #   (at your option) any later version.
59086 #
59087 #   This program is distributed in the hope that it will be useful,
59088 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59089 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
59090 #   Lesser General Public License for more details.
59091 #
59092 #   You should have received a copy of the GNU Lesser General Public License
59093 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
59094
59095 File: ./lib/memcmp2.h
59096 Hash: a94977681569220a73fb152f9a83071998ee942dac7eac0dcae786aed8cf67d9
59097 Copyright: 2009 Free Software Foundation, Inc
59098 License: LGPL-3+ 
59099 Licence_Text: 
59100 #Header: 
59101 #/* Compare two memory areas with possibly different lengths.
59102 #   Copyright (C) 2009 Free Software Foundation, Inc.
59103 #
59104 #   This program is free software: you can redistribute it and/or modify it
59105 #   under the terms of the GNU Lesser General Public License as published
59106 #   by the Free Software Foundation; either version 3 of the License, or
59107 #   (at your option) any later version.
59108 #
59109 #   This program is distributed in the hope that it will be useful,
59110 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59111 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
59112 #   Lesser General Public License for more details.
59113 #
59114 #   You should have received a copy of the GNU Lesser General Public License
59115 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
59116
59117 File: ./lib/memcoll.c
59118 Hash: 45afdae44d3da5345c4e1ff5bbbe23a35f6c8f04d1f7913937376f96d3927dd6
59119 Copyright: 1999, 2002, 2003, 2004, 2006 Free Software Foundation, Inc
59120 License: GPL-3+ 
59121 Licence_Text: 
59122 #Header: 
59123 #/* Locale-specific memory comparison.
59124 #
59125 #   Copyright (C) 1999, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
59126 #
59127 #   This program is free software: you can redistribute it and/or modify
59128 #   it under the terms of the GNU General Public License as published by
59129 #   the Free Software Foundation; either version 3 of the License, or
59130 #   (at your option) any later version.
59131 #
59132 #   This program is distributed in the hope that it will be useful,
59133 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59134 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59135 #   GNU General Public License for more details.
59136 #
59137 #   You should have received a copy of the GNU General Public License
59138
59139 File: ./lib/memcoll.h
59140 Hash: ceebe2fe05b83b4b212dc4dc72283ab2d56ca2e8778bd92fd1867d9df2c2b1ba
59141 Copyright: 1999, 2003 Free Software Foundation, Inc
59142 License: GPL-3+ 
59143 Licence_Text: 
59144 #Header: 
59145 #/* Locale-specific memory comparison.
59146 #
59147 #   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
59148 #
59149 #   This program is free software: you can redistribute it and/or modify
59150 #   it under the terms of the GNU General Public License as published by
59151 #   the Free Software Foundation; either version 3 of the License, or
59152 #   (at your option) any later version.
59153 #
59154 #   This program is distributed in the hope that it will be useful,
59155 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59156 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59157 #   GNU General Public License for more details.
59158 #
59159 #   You should have received a copy of the GNU General Public License
59160
59161 File: ./lib/memcpy.c
59162 Hash: e77f76fb0280fc06e306294c9d397a3319c397fa293104c6f3c231c149ae3597
59163 Copyright: 1995, 1997, 2000, 2003, 2006 Free Software Foundation, Inc
59164 License: GPL-3+ 
59165 Licence_Text: 
59166 #Header: 
59167 #/* Copyright (C) 1995, 1997, 2000, 2003, 2006 Free Software Foundation, Inc.
59168 #
59169 #   This program is free software: you can redistribute it and/or modify
59170 #   it under the terms of the GNU General Public License as published by
59171 #   the Free Software Foundation; either version 3 of the License, or
59172 #   (at your option) any later version.
59173 #
59174 #   This program is distributed in the hope that it will be useful,
59175 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59176 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59177 #   GNU General Public License for more details.
59178 #
59179 #   You should have received a copy of the GNU General Public License
59180 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
59181
59182 File: ./lib/memmem.c
59183 Hash: a4affaf4166ce546e4b9877cf63839f8b5ec3c8e3aad4edce9225941ef20d89a
59184 Copyright: 1991,92,93,94,96,97,98,2000,2004,2007,2008 Free Software Foundation, Inc.
59185 License: GPL-2+
59186 Licence_Text: 
59187 #Header: 
59188 #/* Copyright (C) 1991,92,93,94,96,97,98,2000,2004,2007,2008 Free Software
59189 #   Foundation, Inc.
59190 #   This file is part of the GNU C Library.
59191 #
59192 #   This program is free software; you can redistribute it and/or modify
59193 #   it under the terms of the GNU General Public License as published by
59194 #   the Free Software Foundation; either version 2, or (at your option)
59195 #   any later version.
59196 #
59197 #   This program is distributed in the hope that it will be useful,
59198 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59199 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59200 #   GNU General Public License for more details.
59201 #
59202 #   You should have received a copy of the GNU General Public License along
59203
59204 File: ./lib/memmove.c
59205 Hash: bbdc865dae97e17c0683fdb3a8eada83f89acfb60003bfa558dc1a7bb63fd59c
59206 Copyright: 
59207 License: 
59208 Licence_Text: 
59209 #Header: 
59210 #/* memmove.c -- copy memory.
59211 #   Copy LENGTH bytes from SOURCE to DEST.  Does not null-terminate.
59212    In the public domain.
59213    By David MacKenzie <djm@gnu.ai.mit.edu>
59214 #
59215 ##include <config.h>
59216 #
59217 ##include <stddef.h>
59218 #
59219 #void *
59220 #memmove (void *dest0, void const *source0, size_t length)
59221 #{
59222 #  char *dest = dest0;
59223 #  char const *source = source0;
59224 #  if (source < dest)
59225
59226 File: ./lib/mempcpy.c
59227 Hash: 162deb5da2eb01183cd1ea3c6c29887ff8f634735322780be17607aa892ec4a5
59228 Copyright: 2003, 2007 Free Software Foundation, Inc
59229 License: GPL-2+
59230 Licence_Text: 
59231 #Header: 
59232 #/* Copy memory area and return pointer after last written byte.
59233 #   Copyright (C) 2003, 2007 Free Software Foundation, Inc.
59234 #
59235 #   This program is free software; you can redistribute it and/or modify
59236 #   it under the terms of the GNU General Public License as published by
59237 #   the Free Software Foundation; either version 2, or (at your option)
59238 #   any later version.
59239 #
59240 #   This program is distributed in the hope that it will be useful,
59241 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59242 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59243 #   GNU General Public License for more details.
59244 #
59245 #   You should have received a copy of the GNU General Public License
59246 #   along with this program; if not, write to the Free Software Foundation,
59247
59248 File: ./lib/memrchr.c
59249 Hash: 7df103a286eed4dd6f31836264675378b140d030d4dcbb3e810f24d122227d43
59250 Copyright: 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
59251 License: GPL-3+ 
59252 Licence_Text: 
59253 #Header: 
59254 #/* memrchr -- find the last occurrence of a byte in a memory block
59255 #
59256 #   Copyright (C) 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2005,
59257 #   2006, 2007, 2008 Free Software Foundation, Inc.
59258 #
59259 #   Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
59260 #   with help from Dan Sahlin (dan@sics.se) and
59261 #   commentary by Jim Blandy (jimb@ai.mit.edu);
59262 #   adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
59263 #   and implemented by Roland McGrath (roland@ai.mit.edu).
59264 #
59265 #   This program is free software: you can redistribute it and/or modify
59266 #   it under the terms of the GNU General Public License as published by
59267 #   the Free Software Foundation; either version 3 of the License, or
59268 #   (at your option) any later version.
59269
59270 File: ./lib/memset.c
59271 Hash: 40655652ef5140299df50fcd8dbb02a23d78c3961e6078fcf866232c481752b7
59272 Copyright: 1991, 2003 Free Software Foundation, Inc
59273 License: GPL-2+
59274 Licence_Text: 
59275 #Header: 
59276 #/* memset.c -- set an area of memory to a given value
59277 #   Copyright (C) 1991, 2003 Free Software Foundation, Inc.
59278 #
59279 #   This program is free software; you can redistribute it and/or modify
59280 #   it under the terms of the GNU General Public License as published by
59281 #   the Free Software Foundation; either version 2, or (at your option)
59282 #   any later version.
59283 #
59284 #   This program is distributed in the hope that it will be useful,
59285 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59286 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59287 #   GNU General Public License for more details.
59288 #
59289 #   You should have received a copy of the GNU General Public License
59290 #   along with this program; if not, write to the Free Software Foundation,
59291
59292 File: ./lib/memxfrm.c
59293 Hash: 925c125df6e81f5c5be0eee6a767546cf977fc4e55b5712c490cd84f80061da8
59294 Copyright: 2009 Free Software Foundation, Inc
59295 License: LGPL-3+ 
59296 Licence_Text: 
59297 #Header: 
59298 #/* Locale dependent memory area transformation for comparison.
59299 #   Copyright (C) 2009 Free Software Foundation, Inc.
59300 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
59301 #
59302 #   This program is free software: you can redistribute it and/or modify it
59303 #   under the terms of the GNU Lesser General Public License as published
59304 #   by the Free Software Foundation; either version 3 of the License, or
59305 #   (at your option) any later version.
59306 #
59307 #   This program is distributed in the hope that it will be useful,
59308 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59309 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
59310 #   Lesser General Public License for more details.
59311 #
59312 #   You should have received a copy of the GNU Lesser General Public License
59313
59314 File: ./lib/memxfrm.h
59315 Hash: 8fbe3c5f0271469b59387f418cf5a7a39d02a67082c24952d53ad9e12e1ff3f2
59316 Copyright: 2009 Free Software Foundation, Inc
59317 License: LGPL-3+ 
59318 Licence_Text: 
59319 #Header: 
59320 #/* Locale dependent memory area transformation for comparison.
59321 #   Copyright (C) 2009 Free Software Foundation, Inc.
59322 #
59323 #   This program is free software: you can redistribute it and/or modify it
59324 #   under the terms of the GNU Lesser General Public License as published
59325 #   by the Free Software Foundation; either version 3 of the License, or
59326 #   (at your option) any later version.
59327 #
59328 #   This program is distributed in the hope that it will be useful,
59329 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59330 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
59331 #   Lesser General Public License for more details.
59332 #
59333 #   You should have received a copy of the GNU Lesser General Public License
59334 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
59335
59336 File: ./lib/memxor.c
59337 Hash: 95bea5a33c7fc7fa109f69789827d4274d5f8f8b0d8ad5e195fcfa3df0838ac5
59338 Copyright: 2005, 2006 Free Software Foundation, Inc
59339 License: GPL-2+
59340 Licence_Text: 
59341 #Header: 
59342 #/* memxor.c -- perform binary exclusive OR operation of two memory blocks.
59343 #   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
59344 #
59345 #   This program is free software; you can redistribute it and/or modify
59346 #   it under the terms of the GNU General Public License as published by
59347 #   the Free Software Foundation; either version 2, or (at your option)
59348 #   any later version.
59349 #
59350 #   This program is distributed in the hope that it will be useful,
59351 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59352 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59353 #   GNU General Public License for more details.
59354 #
59355 #   You should have received a copy of the GNU General Public License
59356 #   along with this program; if not, write to the Free Software Foundation,
59357
59358 File: ./lib/memxor.h
59359 Hash: 8b8f42a17c5880f430a23152165a2a48a1d9ce6f523fcc08cf0fa013d207820c
59360 Copyright: 2005 Free Software Foundation, Inc
59361 License: GPL-2+
59362 Licence_Text: 
59363 #Header: 
59364 #/* memxor.h -- perform binary exclusive OR operation on memory blocks.
59365 #   Copyright (C) 2005 Free Software Foundation, Inc.
59366 #
59367 #   This program is free software; you can redistribute it and/or modify
59368 #   it under the terms of the GNU General Public License as published by
59369 #   the Free Software Foundation; either version 2, or (at your option)
59370 #   any later version.
59371 #
59372 #   This program is distributed in the hope that it will be useful,
59373 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59374 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59375 #   GNU General Public License for more details.
59376 #
59377 #   You should have received a copy of the GNU General Public License
59378 #   along with this program; if not, write to the Free Software Foundation,
59379
59380 File: ./lib/minmax.h
59381 Hash: fc14ab477958a0d028d651e94f71938ac898148d7a4fb3641065e97ffc0033ac
59382 Copyright: 1995, 1998, 2001, 2003, 2005 Free Software Foundation, Inc
59383 License: GPL-2+
59384 Licence_Text: 
59385 #Header: 
59386 #/* MIN, MAX macros.
59387 #   Copyright (C) 1995, 1998, 2001, 2003, 2005 Free Software Foundation, Inc.
59388 #
59389 #   This program is free software; you can redistribute it and/or modify
59390 #   it under the terms of the GNU General Public License as published by
59391 #   the Free Software Foundation; either version 2, or (at your option)
59392 #   any later version.
59393 #
59394 #   This program is distributed in the hope that it will be useful,
59395 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59396 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59397 #   GNU General Public License for more details.
59398 #
59399 #   You should have received a copy of the GNU General Public License
59400 #   along with this program; if not, write to the Free Software Foundation,
59401
59402 File: ./lib/mkancesdirs.c
59403 Hash: fbf7223604ae868a286a8b7782520dcfecf8871450373ce6eddd4231d6987d86
59404 Copyright: 2006 Free Software Foundation, Inc
59405 License: GPL-3+ 
59406 Licence_Text: 
59407 #Header: 
59408 #/* Make a file's ancestor directories.
59409 #
59410 #   Copyright (C) 2006 Free Software Foundation, Inc.
59411 #
59412 #   This program is free software: you can redistribute it and/or modify
59413 #   it under the terms of the GNU General Public License as published by
59414 #   the Free Software Foundation; either version 3 of the License, or
59415 #   (at your option) any later version.
59416 #
59417 #   This program is distributed in the hope that it will be useful,
59418 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59419 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59420 #   GNU General Public License for more details.
59421 #
59422 #   You should have received a copy of the GNU General Public License
59423
59424 File: ./lib/mkancesdirs.h
59425 Hash: a956611cade93a9ab7ab7b3a953fd1555ed37d0bf625e985bf66067e1b158431
59426 Copyright: 
59427 License: 
59428 Licence_Text: 
59429 #Header: 
59430 ##include <stddef.h>
59431 #struct savewd;
59432 #ptrdiff_t mkancesdirs (char *, struct savewd *,
59433 #                      int (*) (char const *, char const *, void *), void *);
59434
59435 File: ./lib/mkdir-p.c
59436 Hash: cca87ad7e743252b92404f484d9be69bc26ebc17de6d3091edfe804910f54529
59437 Copyright: 1990, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
59438 License: GPL-3+ 
59439 Licence_Text: 
59440 #Header: 
59441 #/* mkdir-p.c -- Ensure that a directory and its parents exist.
59442 #
59443 #   Copyright (C) 1990, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005,
59444 #   2006, 2007 Free Software Foundation, Inc.
59445 #
59446 #   This program is free software: you can redistribute it and/or modify
59447 #   it under the terms of the GNU General Public License as published by
59448 #   the Free Software Foundation; either version 3 of the License, or
59449 #   (at your option) any later version.
59450 #
59451 #   This program is distributed in the hope that it will be useful,
59452 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59453 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59454 #   GNU General Public License for more details.
59455
59456 File: ./lib/mkdir-p.h
59457 Hash: bf444d5e7cf40b933757ee95b2fb1d8348f6c03d75afbb4b093609ff4cc6d27a
59458 Copyright: 1994, 1995, 1996, 1997, 2000, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
59459 License: GPL-3+ 
59460 Licence_Text: 
59461 #Header: 
59462 #/* mkdir-p.h -- Ensure that a directory and its parents exist.
59463 #
59464 #   Copyright (C) 1994, 1995, 1996, 1997, 2000, 2003, 2004, 2005, 2006
59465 #   Free Software Foundation, Inc.
59466 #
59467 #   This program is free software: you can redistribute it and/or modify
59468 #   it under the terms of the GNU General Public License as published by
59469 #   the Free Software Foundation; either version 3 of the License, or
59470 #   (at your option) any later version.
59471 #
59472 #   This program is distributed in the hope that it will be useful,
59473 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59474 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59475 #   GNU General Public License for more details.
59476
59477 File: ./lib/mkdir.c
59478 Hash: e036cb236f6cf2b150e76519fa45b1e2d5a887bf7d45803e686f5a302b0f4e66
59479 Copyright: 2001, 2003, 2006, 2008 Free Software Foundation, Inc
59480 License: GPL-3+ 
59481 Licence_Text: 
59482 #Header: 
59483 #/* On some systems, mkdir ("foo/", 0700) fails because of the trailing
59484 #   slash.  On those systems, this wrapper removes the trailing slash.
59485 #
59486 #   Copyright (C) 2001, 2003, 2006, 2008 Free Software Foundation, Inc.
59487 #
59488 #   This program is free software: you can redistribute it and/or modify
59489 #   it under the terms of the GNU General Public License as published by
59490 #   the Free Software Foundation; either version 3 of the License, or
59491 #   (at your option) any later version.
59492 #
59493 #   This program is distributed in the hope that it will be useful,
59494 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59495 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59496 #   GNU General Public License for more details.
59497
59498 File: ./lib/mkdirat.c
59499 Hash: e9de0eaf6cda53b633eb6f3b637d1a89e21ee06ea81e2578412a0a1f4f33a0ae
59500 Copyright: 2005, 2006, 2009 Free Software Foundation, Inc
59501 License: GPL-3+ 
59502 Licence_Text: 
59503 #Header: 
59504 #/* fd-relative mkdir
59505 #   Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
59506 #
59507 #   This program is free software: you can redistribute it and/or modify
59508 #   it under the terms of the GNU General Public License as published by
59509 #   the Free Software Foundation; either version 3 of the License, or
59510 #   (at your option) any later version.
59511 #
59512 #   This program is distributed in the hope that it will be useful,
59513 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59514 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59515 #   GNU General Public License for more details.
59516 #
59517 #   You should have received a copy of the GNU General Public License
59518 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
59519
59520 File: ./lib/mkdtemp.c
59521 Hash: 90c1ed532e82f71aea40266d94df8e15d52ef9622ee699ae2a3358ba9e0fa5db
59522 Copyright: 1999, 2001-2003, 2006-2007, 2009 Free Software Foundation, Inc
59523 License: GPL-3+ 
59524 Licence_Text: 
59525 #Header: 
59526 #/* Copyright (C) 1999, 2001-2003, 2006-2007, 2009 Free Software Foundation, Inc.
59527 #   This file is part of the GNU C Library.
59528 #
59529 #   This program is free software: you can redistribute it and/or modify
59530 #   it under the terms of the GNU General Public License as published by
59531 #   the Free Software Foundation; either version 3 of the License, or
59532 #   (at your option) any later version.
59533 #
59534 #   This program is distributed in the hope that it will be useful,
59535 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59536 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59537 #   GNU General Public License for more details.
59538 #
59539 #   You should have received a copy of the GNU General Public License
59540 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
59541
59542 File: ./lib/mkostemp.c
59543 Hash: 06edc2403511191aa56b8a2676a40bbd9636e8a6fda8dd86008206c34571194b
59544 Copyright: 1998, 1999, 2001, 2005, 2006, 2007, 2009 Free Software Foundation, Inc
59545 License: GPL-3+ 
59546 Licence_Text: 
59547 #Header: 
59548 #/* Copyright (C) 1998, 1999, 2001, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
59549 #   This file is derived from the one in the GNU C Library.
59550 #
59551 #   This program is free software: you can redistribute it and/or modify
59552 #   it under the terms of the GNU General Public License as published by
59553 #   the Free Software Foundation; either version 3 of the License, or
59554 #   (at your option) any later version.
59555 #
59556 #   This program is distributed in the hope that it will be useful,
59557 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59558 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59559 #   GNU General Public License for more details.
59560 #
59561 #   You should have received a copy of the GNU General Public License
59562 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
59563
59564 File: ./lib/mkstemp-safer.c
59565 Hash: 5dfad6cc702f2dcd88df092b3ebee11ef4795e45592e03d7f1c7841a9a5e48e2
59566 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
59567 License: GPL-3+ 
59568 Licence_Text: 
59569 #Header: 
59570 #/* Invoke mkstemp, but avoid some glitches.
59571 #
59572 #   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
59573 #
59574 #   This program is free software: you can redistribute it and/or modify
59575 #   it under the terms of the GNU General Public License as published by
59576 #   the Free Software Foundation; either version 3 of the License, or
59577 #   (at your option) any later version.
59578 #
59579 #   This program is distributed in the hope that it will be useful,
59580 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59581 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59582 #   GNU General Public License for more details.
59583 #
59584 #   You should have received a copy of the GNU General Public License
59585
59586 File: ./lib/mkstemp.c
59587 Hash: 06edc2403511191aa56b8a2676a40bbd9636e8a6fda8dd86008206c34571194b
59588 Copyright: 1998, 1999, 2001, 2005, 2006, 2007, 2009 Free Software Foundation, Inc
59589 License: GPL-3+ 
59590 Licence_Text: 
59591 #Header: 
59592 #/* Copyright (C) 1998, 1999, 2001, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
59593 #   This file is derived from the one in the GNU C Library.
59594 #
59595 #   This program is free software: you can redistribute it and/or modify
59596 #   it under the terms of the GNU General Public License as published by
59597 #   the Free Software Foundation; either version 3 of the License, or
59598 #   (at your option) any later version.
59599 #
59600 #   This program is distributed in the hope that it will be useful,
59601 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59602 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59603 #   GNU General Public License for more details.
59604 #
59605 #   You should have received a copy of the GNU General Public License
59606 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
59607
59608 File: ./lib/mktime.c
59609 Hash: 1a80cec494e14569464c9c913b8d639fde5ca46a2ad8b19c097398be567c3987
59610 Copyright: 1993-1999, 2002-2005, 2006, 2007 Free Software Foundation, Inc
59611 License: GPL-2+
59612 Licence_Text: 
59613 #Header: 
59614 #/* Convert a `struct tm' to a time_t value.
59615 #   Copyright (C) 1993-1999, 2002-2005, 2006, 2007 Free Software Foundation, Inc.
59616 #   This file is part of the GNU C Library.
59617 #   Contributed by Paul Eggert <eggert@twinsun.com>.
59618 #
59619 #   This program is free software; you can redistribute it and/or modify
59620 #   it under the terms of the GNU General Public License as published by
59621 #   the Free Software Foundation; either version 2, or (at your option)
59622 #   any later version.
59623 #
59624 #   This program is distributed in the hope that it will be useful,
59625 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59626 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59627 #   GNU General Public License for more details.
59628
59629 File: ./lib/modechange.c
59630 Hash: 04c294fd66aee3490b759ca54e9bbc039f30063774f91b695f200425413f52cc
59631 Copyright: 1989, 1990, 1997, 1998, 1999, 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
59632 License: GPL-3+ 
59633 Licence_Text: 
59634 #Header: 
59635 #/* modechange.c -- file mode manipulation
59636 #
59637 #   Copyright (C) 1989, 1990, 1997, 1998, 1999, 2001, 2003, 2004, 2005,
59638 #   2006 Free Software Foundation, Inc.
59639 #
59640 #   This program is free software: you can redistribute it and/or modify
59641 #   it under the terms of the GNU General Public License as published by
59642 #   the Free Software Foundation; either version 3 of the License, or
59643 #   (at your option) any later version.
59644 #
59645 #   This program is distributed in the hope that it will be useful,
59646 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59647 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59648 #   GNU General Public License for more details.
59649
59650 File: ./lib/modechange.h
59651 Hash: 9e926e58af501dd9da1d504389fed35d905b66bccc24a4ab3a30e0e2eb6d8d5b
59652 Copyright: 1989, 1990, 1997, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
59653 License: GPL-3+ 
59654 Licence_Text: 
59655 #Header: 
59656 #/* modechange.h -- definitions for file mode manipulation
59657 #
59658 #   Copyright (C) 1989, 1990, 1997, 2003, 2004, 2005, 2006 Free
59659 #   Software Foundation, Inc.
59660 #
59661 #   This program is free software: you can redistribute it and/or modify
59662 #   it under the terms of the GNU General Public License as published by
59663 #   the Free Software Foundation; either version 3 of the License, or
59664 #   (at your option) any later version.
59665 #
59666 #   This program is distributed in the hope that it will be useful,
59667 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59668 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59669 #   GNU General Public License for more details.
59670
59671 File: ./lib/mountlist.c
59672 Hash: 8131b2bba35b93115b79375a032a364f5821a6773dbee18aa26a24e896829459
59673 Copyright: 1991, 1992, 1997-2009 Free Software Foundation, Inc
59674 License: GPL-3+ 
59675 Licence_Text: 
59676 #Header: 
59677 #/* mountlist.c -- return a list of mounted file systems
59678 #
59679 #   Copyright (C) 1991, 1992, 1997-2009 Free Software Foundation, Inc.
59680 #
59681 #   This program is free software: you can redistribute it and/or modify
59682 #   it under the terms of the GNU General Public License as published by
59683 #   the Free Software Foundation; either version 3 of the License, or
59684 #   (at your option) any later version.
59685 #
59686 #   This program is distributed in the hope that it will be useful,
59687 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59688 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59689 #   GNU General Public License for more details.
59690 #
59691 #   You should have received a copy of the GNU General Public License
59692
59693 File: ./lib/mountlist.h
59694 Hash: 19c16002f5ad4f33a7ebd8c726e357e18d9a7f2f8ae6b1a42459ecb2eba2e0c8
59695 Copyright: 1991, 1992, 1998, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
59696 License: GPL-3+ 
59697 Licence_Text: 
59698 #Header: 
59699 #/* mountlist.h -- declarations for list of mounted file systems
59700 #
59701 #   Copyright (C) 1991, 1992, 1998, 2000, 2001, 2002, 2003, 2004, 2005
59702 #   Free Software Foundation, Inc.
59703 #
59704 #   This program is free software: you can redistribute it and/or modify
59705 #   it under the terms of the GNU General Public License as published by
59706 #   the Free Software Foundation; either version 3 of the License, or
59707 #   (at your option) any later version.
59708 #
59709 #   This program is distributed in the hope that it will be useful,
59710 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59711 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59712 #   GNU General Public License for more details.
59713
59714 File: ./lib/mpsort.c
59715 Hash: 754a18c37e339daeaa3129f85d1e11a2e8eb04ce0b9b382d25a02b40dee33112
59716 Copyright: 2007 Free Software Foundation, Inc
59717 License: GPL-3+ 
59718 Licence_Text: 
59719 #Header: 
59720 #/* Sort a vector of pointers to data.
59721 #
59722 #   Copyright (C) 2007 Free Software Foundation, Inc.
59723 #
59724 #   This program is free software: you can redistribute it and/or modify
59725 #   it under the terms of the GNU General Public License as published by
59726 #   the Free Software Foundation; either version 3 of the License, or
59727 #   (at your option) any later version.
59728 #
59729 #   This program is distributed in the hope that it will be useful,
59730 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59731 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59732 #   GNU General Public License for more details.
59733 #
59734 #   You should have received a copy of the GNU General Public License
59735
59736 File: ./lib/mpsort.h
59737 Hash: b88563a5eb4834d0691531bdfead0f4a1c6441fb83fca6b4d49b862ca6d4e651
59738 Copyright: 
59739 License: 
59740 Licence_Text: 
59741 #Header: 
59742 ##include <stddef.h>
59743 #void mpsort (void const **, size_t, int (*) (void const *, void const *));
59744
59745 File: ./lib/nanosleep.c
59746 Hash: 2fb5279d8f37cfd3ec3a500d9127e805131b37d39fa15187a82bfefb3b7fbe77
59747 Copyright: 1999, 2000, 2002, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
59748 License: GPL-3+ 
59749 Licence_Text: 
59750 #Header: 
59751 #/* Provide a replacement for the POSIX nanosleep function.
59752 #
59753 #   Copyright (C) 1999, 2000, 2002, 2004, 2005, 2006, 2007, 2008 Free
59754 #   Software Foundation, Inc.
59755 #
59756 #   This program is free software: you can redistribute it and/or modify
59757 #   it under the terms of the GNU General Public License as published by
59758 #   the Free Software Foundation; either version 3 of the License, or
59759 #   (at your option) any later version.
59760 #
59761 #   This program is distributed in the hope that it will be useful,
59762 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59763 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59764 #   GNU General Public License for more details.
59765
59766 File: ./lib/netdb.in.h
59767 Hash: 313d83faf1e58b363f56df9abd41c694cc877655a1f383b9c96c52f2b5492090
59768 Copyright: 2008 Free Software Foundation, Inc
59769 License: GPL-2+
59770 Licence_Text: 
59771 #Header: 
59772 #/* Provide a netdb.h header file for systems lacking it (read: MinGW).
59773 #   Copyright (C) 2008 Free Software Foundation, Inc.
59774 #   Written by Simon Josefsson.
59775 #
59776 #   This program is free software; you can redistribute it and/or modify
59777 #   it under the terms of the GNU General Public License as published by
59778 #   the Free Software Foundation; either version 2, or (at your option)
59779 #   any later version.
59780 #
59781 #   This program is distributed in the hope that it will be useful,
59782 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59783 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59784 #   GNU General Public License for more details.
59785 #
59786 #   You should have received a copy of the GNU General Public License
59787
59788 File: ./lib/netinet_in.in.h
59789 Hash: ba843c9c4800f24e66a3b94aefe21730afdc0233254175a20b3f503b12b022a1
59790 Copyright: 2007-2008 Free Software Foundation, Inc
59791 License: GPL-2+
59792 Licence_Text: 
59793 #Header: 
59794 #/* Substitute for <netinet/in.h>.
59795 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
59796 #
59797 #   This program is free software; you can redistribute it and/or modify
59798 #   it under the terms of the GNU General Public License as published by
59799 #   the Free Software Foundation; either version 2, or (at your option)
59800 #   any later version.
59801 #
59802 #   This program is distributed in the hope that it will be useful,
59803 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59804 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59805 #   GNU General Public License for more details.
59806 #
59807 #   You should have received a copy of the GNU General Public License
59808 #   along with this program; if not, write to the Free Software Foundation,
59809
59810 File: ./lib/nproc.c
59811 Hash: ceec9dfba071d23a5d3ee61940ec7b65b8cc27fcf4667cf089950ca02b45fe16
59812 Copyright: 2009 Free Software Foundation, Inc
59813 License: GPL-2+
59814 Licence_Text: 
59815 #Header: 
59816 #/* Detect the number of processors.
59817 #
59818 #   Copyright (C) 2009 Free Software Foundation, Inc.
59819 #
59820 #   This program is free software; you can redistribute it and/or modify
59821 #   it under the terms of the GNU General Public License as published by
59822 #   the Free Software Foundation; either version 2, or (at your option)
59823 #   any later version.
59824 #
59825 #   This program is distributed in the hope that it will be useful,
59826 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59827 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59828 #   GNU General Public License for more details.
59829 #
59830 #   You should have received a copy of the GNU General Public License
59831
59832 File: ./lib/nproc.h
59833 Hash: ceec9dfba071d23a5d3ee61940ec7b65b8cc27fcf4667cf089950ca02b45fe16
59834 Copyright: 2009 Free Software Foundation, Inc
59835 License: GPL-2+
59836 Licence_Text: 
59837 #Header: 
59838 #/* Detect the number of processors.
59839 #
59840 #   Copyright (C) 2009 Free Software Foundation, Inc.
59841 #
59842 #   This program is free software; you can redistribute it and/or modify
59843 #   it under the terms of the GNU General Public License as published by
59844 #   the Free Software Foundation; either version 2, or (at your option)
59845 #   any later version.
59846 #
59847 #   This program is distributed in the hope that it will be useful,
59848 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59849 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59850 #   GNU General Public License for more details.
59851 #
59852 #   You should have received a copy of the GNU General Public License
59853
59854 File: ./lib/obstack.c
59855 Hash: c51f2b4012075fb4a6f199dc311d6a80a6da3a59080e65c78ab906d198fa52c8
59856 Copyright: 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
59857 License: GPL-3+ 
59858 Licence_Text: 
59859 #Header: 
59860 #/* obstack.c - subroutines used implicitly by object stack macros
59861 #
59862 #   Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997,
59863 #   1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
59864 #   Foundation, Inc.
59865 #
59866 #   This program is free software: you can redistribute it and/or modify
59867 #   it under the terms of the GNU General Public License as published by
59868 #   the Free Software Foundation; either version 3 of the License, or
59869 #   (at your option) any later version.
59870 #
59871 #   This program is distributed in the hope that it will be useful,
59872 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59873 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59874 #   GNU General Public License for more details.
59875
59876 File: ./lib/obstack.h
59877 Hash: bec03a89fef72b0110d29ed4efaa664fc79fd03132e71c57e2088432a3af65ba
59878 Copyright: 1988-1994,1996-1999,2003,2004,2005,2006 Free Software Foundation, Inc.
59879 License: GPL-3+ 
59880 Licence_Text: 
59881 #Header: 
59882 #/* obstack.h - object stack macros
59883 #   Copyright (C) 1988-1994,1996-1999,2003,2004,2005,2006
59884 #       Free Software Foundation, Inc.
59885 #   This file is part of the GNU C Library.
59886 #
59887 #   This program is free software: you can redistribute it and/or modify
59888 #   it under the terms of the GNU General Public License as published by
59889 #   the Free Software Foundation; either version 3 of the License, or
59890 #   (at your option) any later version.
59891 #
59892 #   This program is distributed in the hope that it will be useful,
59893 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59894 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59895 #   GNU General Public License for more details.
59896
59897 File: ./lib/obstack_printf.c
59898 Hash: ec3b6ee4cf323b218382e7b0b4c647e67f88d44b9bde87ad0faf1004fa480c69
59899 Copyright: 2008 Free Software Foundation, Inc
59900 License: GPL-2+
59901 Licence_Text: 
59902 #Header: 
59903 #/* Formatted output to obstacks.
59904 #   Copyright (C) 2008 Free Software Foundation, Inc.
59905 #
59906 #   This program is free software; you can redistribute it and/or modify
59907 #   it under the terms of the GNU General Public License as published by
59908 #   the Free Software Foundation; either version 2, or (at your option)
59909 #   any later version.
59910 #
59911 #   This program is distributed in the hope that it will be useful,
59912 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59913 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59914 #   GNU General Public License for more details.
59915 #
59916 #   You should have received a copy of the GNU General Public License along
59917 #   with this program; if not, write to the Free Software Foundation,
59918
59919 File: ./lib/offtostr.c
59920 Hash: 97beafafd8e31c4c52db5355eb0acef1fa5771aa4b21e8d75e9355494786978b
59921 Copyright: 
59922 License: 
59923 Licence_Text: 
59924 #Header: 
59925 ##define inttostr offtostr
59926 ##define inttype off_t
59927 ##include "inttostr.c"
59928
59929 File: ./lib/open-safer.c
59930 Hash: f5c5c83637f90b3f8e7310337390ff817b1c3eb020f5f944b7d2cc04f809f581
59931 Copyright: 2005, 2006, 2008-2009 Free Software Foundation, Inc
59932 License: GPL-3+ 
59933 Licence_Text: 
59934 #Header: 
59935 #/* Invoke open, but avoid some glitches.
59936 #
59937 #   Copyright (C) 2005, 2006, 2008-2009 Free Software Foundation, Inc.
59938 #
59939 #   This program is free software: you can redistribute it and/or modify
59940 #   it under the terms of the GNU General Public License as published by
59941 #   the Free Software Foundation; either version 3 of the License, or
59942 #   (at your option) any later version.
59943 #
59944 #   This program is distributed in the hope that it will be useful,
59945 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59946 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59947 #   GNU General Public License for more details.
59948 #
59949 #   You should have received a copy of the GNU General Public License
59950
59951 File: ./lib/open.c
59952 Hash: 1700deda821715bdbac72d0da2e09c3ce1dc34279381170e21eab9187e142c63
59953 Copyright: 2007-2009 Free Software Foundation, Inc
59954 License: GPL-3+ 
59955 Licence_Text: 
59956 #Header: 
59957 #/* Open a descriptor to a file.
59958 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
59959 #
59960 #   This program is free software: you can redistribute it and/or modify
59961 #   it under the terms of the GNU General Public License as published by
59962 #   the Free Software Foundation; either version 3 of the License, or
59963 #   (at your option) any later version.
59964 #
59965 #   This program is distributed in the hope that it will be useful,
59966 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59967 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59968 #   GNU General Public License for more details.
59969 #
59970 #   You should have received a copy of the GNU General Public License
59971 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
59972
59973 File: ./lib/openat-die.c
59974 Hash: c32e1b799da53de52b5bee09ffcbbe4f2b4b4db28ef45bbcdf0af0346fee99c8
59975 Copyright: 2005, 2006, 2008-2009 Free Software Foundation, Inc
59976 License: GPL-3+ 
59977 Licence_Text: 
59978 #Header: 
59979 #/* Report a save- or restore-cwd failure in our openat replacement and then exit.
59980 #
59981 #   Copyright (C) 2005, 2006, 2008-2009 Free Software Foundation, Inc.
59982 #
59983 #   This program is free software: you can redistribute it and/or modify
59984 #   it under the terms of the GNU General Public License as published by
59985 #   the Free Software Foundation; either version 3 of the License, or
59986 #   (at your option) any later version.
59987 #
59988 #   This program is distributed in the hope that it will be useful,
59989 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
59990 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59991 #   GNU General Public License for more details.
59992 #
59993 #   You should have received a copy of the GNU General Public License
59994
59995 File: ./lib/openat-priv.h
59996 Hash: de3bc79756c38bf4c0d3930bd43e5559159edaff0ee82652ee068d1f3ce3507a
59997 Copyright: 2005, 2006, 2009 Free Software Foundation, Inc
59998 License: GPL-3+ 
59999 Licence_Text: 
60000 #Header: 
60001 #/* Internals for openat-like functions.
60002 #
60003 #   Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
60004 #
60005 #   This program is free software: you can redistribute it and/or modify
60006 #   it under the terms of the GNU General Public License as published by
60007 #   the Free Software Foundation; either version 3 of the License, or
60008 #   (at your option) any later version.
60009 #
60010 #   This program is distributed in the hope that it will be useful,
60011 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60012 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60013 #   GNU General Public License for more details.
60014 #
60015 #   You should have received a copy of the GNU General Public License
60016
60017 File: ./lib/openat-proc.c
60018 Hash: 5adc0d5b70d50bb5b44d3de2819622c2e2f6ebbb06b868b4013b245d24e772e3
60019 Copyright: 2006, 2009 Free Software Foundation, Inc
60020 License: GPL-3+ 
60021 Licence_Text: 
60022 #Header: 
60023 #/* Create /proc/self/fd-related names for subfiles of open directories.
60024 #
60025 #   Copyright (C) 2006, 2009 Free Software Foundation, Inc.
60026 #
60027 #   This program is free software: you can redistribute it and/or modify
60028 #   it under the terms of the GNU General Public License as published by
60029 #   the Free Software Foundation; either version 3 of the License, or
60030 #   (at your option) any later version.
60031 #
60032 #   This program is distributed in the hope that it will be useful,
60033 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60034 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60035 #   GNU General Public License for more details.
60036 #
60037 #   You should have received a copy of the GNU General Public License
60038
60039 File: ./lib/openat-safer.c
60040 Hash: 56934bd9aed0b0823c2ee17a8b46147af53d10daea72b9ca7c1a132ceead70d2
60041 Copyright: 2005, 2006, 2008-2009 Free Software Foundation, Inc
60042 License: GPL-3+ 
60043 Licence_Text: 
60044 #Header: 
60045 #/* Invoke openat, but avoid some glitches.
60046 #
60047 #   Copyright (C) 2005, 2006, 2008-2009 Free Software Foundation, Inc.
60048 #
60049 #   This program is free software: you can redistribute it and/or modify
60050 #   it under the terms of the GNU General Public License as published by
60051 #   the Free Software Foundation; either version 3 of the License, or
60052 #   (at your option) any later version.
60053 #
60054 #   This program is distributed in the hope that it will be useful,
60055 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60056 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60057 #   GNU General Public License for more details.
60058 #
60059 #   You should have received a copy of the GNU General Public License
60060
60061 File: ./lib/openat.c
60062 Hash: 2cc87825fb5511fc2a3e5e700dceb67002be17775fa619eb19d96a15d8b5be2a
60063 Copyright: 2004-2009 Free Software Foundation, Inc
60064 License: GPL-3+ 
60065 Licence_Text: 
60066 #Header: 
60067 #/* provide a replacement openat function
60068 #   Copyright (C) 2004-2009 Free Software Foundation, Inc.
60069 #
60070 #   This program is free software: you can redistribute it and/or modify
60071 #   it under the terms of the GNU General Public License as published by
60072 #   the Free Software Foundation; either version 3 of the License, or
60073 #   (at your option) any later version.
60074 #
60075 #   This program is distributed in the hope that it will be useful,
60076 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60077 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60078 #   GNU General Public License for more details.
60079 #
60080 #   You should have received a copy of the GNU General Public License
60081 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
60082
60083 File: ./lib/openat.h
60084 Hash: aef33cd705f809a57238d48fd05fb4491c97687b372cecf7c69341cdcab2f654
60085 Copyright: 2004-2006, 2008-2009 Free Software Foundation, Inc
60086 License: GPL-3+ 
60087 Licence_Text: 
60088 #Header: 
60089 #/* provide a replacement openat function
60090 #   Copyright (C) 2004-2006, 2008-2009 Free Software Foundation, Inc.
60091 #
60092 #   This program is free software: you can redistribute it and/or modify
60093 #   it under the terms of the GNU General Public License as published by
60094 #   the Free Software Foundation; either version 3 of the License, or
60095 #   (at your option) any later version.
60096 #
60097 #   This program is distributed in the hope that it will be useful,
60098 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60099 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60100 #   GNU General Public License for more details.
60101 #
60102 #   You should have received a copy of the GNU General Public License
60103 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
60104
60105 File: ./lib/opendir-safer.c
60106 Hash: 2429dbf23e1213eb581af6196c671f69f35fed4b342c7fd3fff0d504356d93a5
60107 Copyright: 2009 Free Software Foundation, Inc
60108 License: GPL-3+ 
60109 Licence_Text: 
60110 #Header: 
60111 #/* Invoke opendir, but avoid some glitches.
60112 #
60113 #   Copyright (C) 2009 Free Software Foundation, Inc.
60114 #
60115 #   This program is free software: you can redistribute it and/or modify
60116 #   it under the terms of the GNU General Public License as published by
60117 #   the Free Software Foundation; either version 3 of the License, or
60118 #   (at your option) any later version.
60119 #
60120 #   This program is distributed in the hope that it will be useful,
60121 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60122 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60123 #   GNU General Public License for more details.
60124 #
60125 #   You should have received a copy of the GNU General Public License
60126
60127 File: ./lib/pagealign_alloc.c
60128 Hash: 556403e976c41313f9325e500d34e5165c9f3173eeb22c7d1e80481b40a08425
60129 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
60130 License: GPL-3+ 
60131 Licence_Text: 
60132 #Header: 
60133 #/* Memory allocation aligned to system page boundaries.
60134 #
60135 #   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
60136 #
60137 #   This program is free software: you can redistribute it and/or modify
60138 #   it under the terms of the GNU General Public License as published by
60139 #   the Free Software Foundation; either version 3 of the License, or
60140 #   (at your option) any later version.
60141 #
60142 #   This program is distributed in the hope that it will be useful,
60143 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60144 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60145 #   GNU General Public License for more details.
60146 #
60147 #   You should have received a copy of the GNU General Public License
60148
60149 File: ./lib/pagealign_alloc.h
60150 Hash: eb99842218a16ee4d0c565f1ad99bb5143f4ee3a77e8dcce80a0bd95cf085cd5
60151 Copyright: 2005, 2008 Free Software Foundation, Inc
60152 License: GPL-3+ 
60153 Licence_Text: 
60154 #Header: 
60155 #/* Memory allocation aligned to system page boundaries.
60156 #
60157 #   Copyright (C) 2005, 2008 Free Software Foundation, Inc.
60158 #
60159 #   This program is free software: you can redistribute it and/or modify
60160 #   it under the terms of the GNU General Public License as published by
60161 #   the Free Software Foundation; either version 3 of the License, or
60162 #   (at your option) any later version.
60163 #
60164 #   This program is distributed in the hope that it will be useful,
60165 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60166 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60167 #   GNU General Public License for more details.
60168 #
60169 #   You should have received a copy of the GNU General Public License
60170
60171 File: ./lib/parse-duration.c
60172 Hash: 47dd7c93e1b4dd5ca06f960f8f9a143aa331c5b6b40a8c14a313ccedcb61055f
60173 Copyright: 2008 Free Software Foundation, Inc
60174 License: GPL-3+ 
60175 Licence_Text: 
60176 #Header: 
60177 #/* Parse a time duration and return a seconds count
60178 #   Copyright (C) 2008 Free Software Foundation, Inc.
60179 #   Written by Bruce Korb <bkorb@gnu.org>, 2008.
60180 #
60181 #   This program is free software: you can redistribute it and/or modify
60182 #   it under the terms of the GNU General Public License as published by
60183 #   the Free Software Foundation; either version 3 of the License, or
60184 #   (at your option) any later version.
60185 #
60186 #   This program is distributed in the hope that it will be useful,
60187 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60188 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60189 #   GNU General Public License for more details.
60190 #
60191 #   You should have received a copy of the GNU General Public License
60192
60193 File: ./lib/parse-duration.h
60194 Hash: 47dd7c93e1b4dd5ca06f960f8f9a143aa331c5b6b40a8c14a313ccedcb61055f
60195 Copyright: 2008 Free Software Foundation, Inc
60196 License: GPL-3+ 
60197 Licence_Text: 
60198 #Header: 
60199 #/* Parse a time duration and return a seconds count
60200 #   Copyright (C) 2008 Free Software Foundation, Inc.
60201 #   Written by Bruce Korb <bkorb@gnu.org>, 2008.
60202 #
60203 #   This program is free software: you can redistribute it and/or modify
60204 #   it under the terms of the GNU General Public License as published by
60205 #   the Free Software Foundation; either version 3 of the License, or
60206 #   (at your option) any later version.
60207 #
60208 #   This program is distributed in the hope that it will be useful,
60209 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60210 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60211 #   GNU General Public License for more details.
60212 #
60213 #   You should have received a copy of the GNU General Public License
60214
60215 File: ./lib/pathmax.h
60216 Hash: c643310e04770fbcc160973a5552561f7c122f2a5e6a61adba5b1f6f6073596d
60217 Copyright: 1992, 1999, 2001, 2003, 2005, 2009 Free Software Foundation, Inc
60218 License: GPL-2+
60219 Licence_Text: 
60220 #Header: 
60221 #/* Define PATH_MAX somehow.  Requires sys/types.h.
60222 #   Copyright (C) 1992, 1999, 2001, 2003, 2005, 2009 Free Software Foundation, Inc.
60223 #
60224 #   This program is free software; you can redistribute it and/or modify
60225 #   it under the terms of the GNU General Public License as published by
60226 #   the Free Software Foundation; either version 2, or (at your option)
60227 #   any later version.
60228 #
60229 #   This program is distributed in the hope that it will be useful,
60230 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60231 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60232 #   GNU General Public License for more details.
60233 #
60234 #   You should have received a copy of the GNU General Public License
60235 #   along with this program; if not, write to the Free Software Foundation,
60236
60237 File: ./lib/perror.c
60238 Hash: 9a22ceeb839da7e1b91e96f5d0812174c06aa7deb3f1312c1b9d137bbe191602
60239 Copyright: 2008 Free Software Foundation, Inc
60240 License: GPL-3+ 
60241 Licence_Text: 
60242 #Header: 
60243 #/* Print a message describing error code.
60244 #   Copyright (C) 2008 Free Software Foundation, Inc.
60245 #   Written by Bruno Haible and Simon Josefsson.
60246 #
60247 #   This program is free software: you can redistribute it and/or modify
60248 #   it under the terms of the GNU General Public License as published by
60249 #   the Free Software Foundation; either version 3 of the License, or
60250 #   (at your option) any later version.
60251 #
60252 #   This program is distributed in the hope that it will be useful,
60253 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60254 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60255 #   GNU General Public License for more details.
60256 #
60257 #   You should have received a copy of the GNU General Public License
60258
60259 File: ./lib/physmem.c
60260 Hash: b06bd14f93155ac98d9a92df716ba22a1fa39c63b510a32beb9c06627c183012
60261 Copyright: 2000, 2001, 2003, 2005, 2006 Free Software Foundation, Inc.
60262 License: GPL-3+ 
60263 Licence_Text: 
60264 #Header: 
60265 #/* Calculate the size of physical memory.
60266 #
60267 #   Copyright (C) 2000, 2001, 2003, 2005, 2006 Free Software
60268 #   Foundation, Inc.
60269 #
60270 #   This program is free software: you can redistribute it and/or modify
60271 #   it under the terms of the GNU General Public License as published by
60272 #   the Free Software Foundation; either version 3 of the License, or
60273 #   (at your option) any later version.
60274 #
60275 #   This program is distributed in the hope that it will be useful,
60276 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60277 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60278 #   GNU General Public License for more details.
60279
60280 File: ./lib/physmem.h
60281 Hash: 3a6cbe3d952eab59a5cd17b28b2b869ebdc9b8f19c1eded770524ea7c863270a
60282 Copyright: 2000, 2003 Free Software Foundation, Inc
60283 License: GPL-3+ 
60284 Licence_Text: 
60285 #Header: 
60286 #/* Calculate the size of physical memory.
60287 #
60288 #   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
60289 #
60290 #   This program is free software: you can redistribute it and/or modify
60291 #   it under the terms of the GNU General Public License as published by
60292 #   the Free Software Foundation; either version 3 of the License, or
60293 #   (at your option) any later version.
60294 #
60295 #   This program is distributed in the hope that it will be useful,
60296 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60297 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60298 #   GNU General Public License for more details.
60299 #
60300 #   You should have received a copy of the GNU General Public License
60301
60302 File: ./lib/pipe-filter-aux.h
60303 Hash: dd7eec8d6ec8c14b97efee5589cb013a0d4bf682e94019d235b35fead5b42d07
60304 Copyright: 2001-2003, 2008-2009 Free Software Foundation, Inc
60305 License: GPL-3+ 
60306 Licence_Text: 
60307 #Header: 
60308 #/* Auxiliary code for filtering of data through a subprocess.
60309 #   Copyright (C) 2001-2003, 2008-2009 Free Software Foundation, Inc.
60310 #   Written by Bruno Haible <haible@clisp.cons.org>, 2009.
60311 #
60312 #   This program is free software: you can redistribute it and/or modify
60313 #   it under the terms of the GNU General Public License as published by
60314 #   the Free Software Foundation; either version 3 of the License, or
60315 #   (at your option) any later version.
60316 #
60317 #   This program is distributed in the hope that it will be useful,
60318 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60319 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60320 #   GNU General Public License for more details.
60321 #
60322 #   You should have received a copy of the GNU General Public License
60323
60324 File: ./lib/pipe-filter-gi.c
60325 Hash: 7b798dfae0edb799145d56afbab5ad04a9af74dfbe6bb5614fcf4f5357e51aea
60326 Copyright: 2001-2003, 2008-2009 Free Software Foundation, Inc
60327 License: GPL-3+ 
60328 Licence_Text: 
60329 #Header: 
60330 #/* Filtering of data through a subprocess.
60331 #   Copyright (C) 2001-2003, 2008-2009 Free Software Foundation, Inc.
60332 #   Written by Paolo Bonzini <bonzini@gnu.org>, 2009,
60333 #   and Bruno Haible <bruno@clisp.org>, 2009.
60334 #
60335 #   This program is free software: you can redistribute it and/or modify
60336 #   it under the terms of the GNU General Public License as published by
60337 #   the Free Software Foundation; either version 3 of the License, or
60338 #   (at your option) any later version.
60339 #
60340 #   This program is distributed in the hope that it will be useful,
60341 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60342 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60343 #   GNU General Public License for more details.
60344
60345 File: ./lib/pipe-filter-ii.c
60346 Hash: 9049b5c7b4ed08a8c9dd5a090c5f0632c4f769691c9d0bc3abafd2ed205c449a
60347 Copyright: 2001-2003, 2008-2009 Free Software Foundation, Inc
60348 License: GPL-3+ 
60349 Licence_Text: 
60350 #Header: 
60351 #/* Filtering of data through a subprocess.
60352 #   Copyright (C) 2001-2003, 2008-2009 Free Software Foundation, Inc.
60353 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
60354 #
60355 #   This program is free software: you can redistribute it and/or modify
60356 #   it under the terms of the GNU General Public License as published by
60357 #   the Free Software Foundation; either version 3 of the License, or
60358 #   (at your option) any later version.
60359 #
60360 #   This program is distributed in the hope that it will be useful,
60361 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60362 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60363 #   GNU General Public License for more details.
60364 #
60365 #   You should have received a copy of the GNU General Public License
60366
60367 File: ./lib/pipe-filter.h
60368 Hash: cb4091cc5532a11d2184725fbafb495b5dc0e0e99d888529d15ec9f6ac8db90b
60369 Copyright: 2009 Free Software Foundation, Inc
60370 License: GPL-3+ 
60371 Licence_Text: 
60372 #Header: 
60373 #/* Filtering of data through a subprocess.
60374 #   Copyright (C) 2009 Free Software Foundation, Inc.
60375 #   Written by Bruno Haible <haible@clisp.cons.org>, 2009,
60376 #   and Paolo Bonzini <bonzini@gnu.org>, 2009.
60377 #
60378 #   This program is free software: you can redistribute it and/or modify
60379 #   it under the terms of the GNU General Public License as published by
60380 #   the Free Software Foundation; either version 3 of the License, or
60381 #   (at your option) any later version.
60382 #
60383 #   This program is distributed in the hope that it will be useful,
60384 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60385 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60386 #   GNU General Public License for more details.
60387
60388 File: ./lib/pipe-safer.c
60389 Hash: 8b0ecacdeacd13de295a1575a525fb82a56a4a6315081874b0c32cf2cfe958e0
60390 Copyright: 2005, 2006 Free Software Foundation, Inc
60391 License: GPL-3+ 
60392 Licence_Text: 
60393 #Header: 
60394 #/* Invoke pipe, but avoid some glitches.
60395 #   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
60396 #
60397 #   This program is free software: you can redistribute it and/or modify
60398 #   it under the terms of the GNU General Public License as published by
60399 #   the Free Software Foundation; either version 3 of the License, or
60400 #   (at your option) any later version.
60401 #
60402 #   This program is distributed in the hope that it will be useful,
60403 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60404 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60405 #   GNU General Public License for more details.
60406 #
60407 #   You should have received a copy of the GNU General Public License
60408 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
60409
60410 File: ./lib/pipe.c
60411 Hash: 4bad855b30e4735483d65e1b608087804110d24a67ba16cf7ed987c5f5bcd5c2
60412 Copyright: 2001-2004, 2006-2009 Free Software Foundation, Inc
60413 License: GPL-3+ 
60414 Licence_Text: 
60415 #Header: 
60416 #/* Creation of subprocesses, communicating via pipes.
60417 #   Copyright (C) 2001-2004, 2006-2009 Free Software Foundation, Inc.
60418 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
60419 #
60420 #   This program is free software: you can redistribute it and/or modify
60421 #   it under the terms of the GNU General Public License as published by
60422 #   the Free Software Foundation; either version 3 of the License, or
60423 #   (at your option) any later version.
60424 #
60425 #   This program is distributed in the hope that it will be useful,
60426 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60427 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60428 #   GNU General Public License for more details.
60429 #
60430 #   You should have received a copy of the GNU General Public License
60431
60432 File: ./lib/pipe.h
60433 Hash: 8e9240d53e76426a4087f6a35ebd4b865be3105da821c9139043bf9232c4c171
60434 Copyright: 2001-2003, 2006, 2008-2009 Free Software Foundation, Inc
60435 License: GPL-3+ 
60436 Licence_Text: 
60437 #Header: 
60438 #/* Creation of subprocesses, communicating via pipes.
60439 #   Copyright (C) 2001-2003, 2006, 2008-2009 Free Software Foundation, Inc.
60440 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
60441 #
60442 #   This program is free software: you can redistribute it and/or modify
60443 #   it under the terms of the GNU General Public License as published by
60444 #   the Free Software Foundation; either version 3 of the License, or
60445 #   (at your option) any later version.
60446 #
60447 #   This program is distributed in the hope that it will be useful,
60448 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60449 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60450 #   GNU General Public License for more details.
60451 #
60452 #   You should have received a copy of the GNU General Public License
60453
60454 File: ./lib/pipe2.c
60455 Hash: 61562647025e035a2e08fcbba935557f0ce2b3a273ca93855a3184d523bdc97f
60456 Copyright: 2009 Free Software Foundation, Inc
60457 License: GPL-2+
60458 Licence_Text: 
60459 #Header: 
60460 #/* Create a pipe, with specific opening flags.
60461 #   Copyright (C) 2009 Free Software Foundation, Inc.
60462 #
60463 #   This program is free software; you can redistribute it and/or modify
60464 #   it under the terms of the GNU General Public License as published by
60465 #   the Free Software Foundation; either version 2, or (at your option)
60466 #   any later version.
60467 #
60468 #   This program is distributed in the hope that it will be useful,
60469 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60470 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60471 #   GNU General Public License for more details.
60472 #
60473 #   You should have received a copy of the GNU General Public License along
60474 #   with this program; if not, write to the Free Software Foundation,
60475
60476 File: ./lib/poll.c
60477 Hash: 033d3d5afa8977c21203f543b7bac8bc53f51acf846088848087638d72ff8bf0
60478 Copyright: 2001-2003, 2006-2009 Free Software Foundation, Inc
60479 License: GPL-2+
60480 Licence_Text: 
60481 #Header: 
60482 #/* Emulation for poll(2)
60483 #   Contributed by Paolo Bonzini.
60484 #
60485 #   Copyright 2001-2003, 2006-2009 Free Software Foundation, Inc.
60486 #
60487 #   This file is part of gnulib.
60488 #
60489 #   This program is free software; you can redistribute it and/or modify
60490 #   it under the terms of the GNU General Public License as published by
60491 #   the Free Software Foundation; either version 2, or (at your option)
60492 #   any later version.
60493 #
60494 #   This program is distributed in the hope that it will be useful,
60495 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60496 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60497
60498 File: ./lib/poll.in.h
60499 Hash: 75e680c286d79502b2c414e7b8929c31247c980612c852936f7ca1d1593362b8
60500 Copyright: 2001, 2002, 2003, 2007 Free Software Foundation, Inc
60501 License: GPL-2+
60502 Licence_Text: 
60503 #Header: 
60504 #/* Header for poll(2) emulation
60505 #   Contributed by Paolo Bonzini.
60506 #
60507 #   Copyright 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
60508 #
60509 #   This file is part of gnulib.
60510 #
60511 #   This program is free software; you can redistribute it and/or modify
60512 #   it under the terms of the GNU General Public License as published by
60513 #   the Free Software Foundation; either version 2, or (at your option)
60514 #   any later version.
60515 #
60516 #   This program is distributed in the hope that it will be useful,
60517 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60518 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60519
60520 File: ./lib/popen-safer.c
60521 Hash: da9c884b0efa4edd9844b332c14b060d0cab98c6049f38731a3d590b89a00d06
60522 Copyright: 2009 Free Software Foundation, Inc
60523 License: GPL-3+ 
60524 Licence_Text: 
60525 #Header: 
60526 #/* Invoke popen, but avoid some glitches.
60527 #
60528 #   Copyright (C) 2009 Free Software Foundation, Inc.
60529 #
60530 #   This program is free software: you can redistribute it and/or modify
60531 #   it under the terms of the GNU General Public License as published by
60532 #   the Free Software Foundation; either version 3 of the License, or
60533 #   (at your option) any later version.
60534 #
60535 #   This program is distributed in the hope that it will be useful,
60536 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60537 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60538 #   GNU General Public License for more details.
60539 #
60540 #   You should have received a copy of the GNU General Public License
60541
60542 File: ./lib/popen.c
60543 Hash: d7c25fe6b43efdd98d5042c3424eba51cd53ea80bb948f9a92a099fb8c02142c
60544 Copyright: 2009 Free Software Foundation, Inc
60545 License: GPL-3+ 
60546 Licence_Text: 
60547 #Header: 
60548 #/* Open a stream to a sub-process.
60549 #   Copyright (C) 2009 Free Software Foundation, Inc.
60550 #
60551 #   This program is free software: you can redistribute it and/or modify
60552 #   it under the terms of the GNU General Public License as published by
60553 #   the Free Software Foundation; either version 3 of the License, or
60554 #   (at your option) any later version.
60555 #
60556 #   This program is distributed in the hope that it will be useful,
60557 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60558 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60559 #   GNU General Public License for more details.
60560 #
60561 #   You should have received a copy of the GNU General Public License
60562 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
60563
60564 File: ./lib/posixtm.c
60565 Hash: 4ba1c7c3e6714bb668acbece4b919082141b0a2736fb94262f2eb8e2598235d5
60566 Copyright: 1989, 1990, 1991, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation Inc.
60567 License: GPL-3+ 
60568 Licence_Text: 
60569 #Header: 
60570 #/* Parse dates for touch and date.
60571 #
60572 #   Copyright (C) 1989, 1990, 1991, 1998, 2000, 2001, 2002, 2003, 2004,
60573 #   2005, 2006, 2007 Free Software Foundation Inc.
60574 #
60575 #   This program is free software: you can redistribute it and/or modify
60576 #   it under the terms of the GNU General Public License as published by
60577 #   the Free Software Foundation; either version 3 of the License, or
60578 #   (at your option) any later version.
60579 #
60580 #   This program is distributed in the hope that it will be useful,
60581 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60582 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60583 #   GNU General Public License for more details.
60584
60585 File: ./lib/posixtm.h
60586 Hash: 942d45b6994556544668951294f7b94af106ac8b0b2ce064003998679266d698
60587 Copyright: 1998, 2003, 2005, 2007 Free Software Foundation Inc
60588 License: GPL-3+ 
60589 Licence_Text: 
60590 #Header: 
60591 #/* Parse dates for touch and date.
60592 #
60593 #   Copyright (C) 1998, 2003, 2005, 2007 Free Software Foundation Inc.
60594 #
60595 #   This program is free software: you can redistribute it and/or modify
60596 #   it under the terms of the GNU General Public License as published by
60597 #   the Free Software Foundation; either version 3 of the License, or
60598 #   (at your option) any later version.
60599 #
60600 #   This program is distributed in the hope that it will be useful,
60601 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60602 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60603 #   GNU General Public License for more details.
60604 #
60605 #   You should have received a copy of the GNU General Public License
60606
60607 File: ./lib/posixver.c
60608 Hash: f931363ed3fde9bde1676789900417a39c317a4fd6dd869b69d1dbe7ff3a035a
60609 Copyright: 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
60610 License: GPL-3+ 
60611 Licence_Text: 
60612 #Header: 
60613 #/* Which POSIX version to conform to, for utilities.
60614 #
60615 #   Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software
60616 #   Foundation, Inc.
60617 #
60618 #   This program is free software: you can redistribute it and/or modify
60619 #   it under the terms of the GNU General Public License as published by
60620 #   the Free Software Foundation; either version 3 of the License, or
60621 #   (at your option) any later version.
60622 #
60623 #   This program is distributed in the hope that it will be useful,
60624 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60625 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60626 #   GNU General Public License for more details.
60627
60628 File: ./lib/posixver.h
60629 Hash: 36d1d0fffe2504bfc87051722c32887652d6719a80a23e93cc01daee61006134
60630 Copyright: 
60631 License: 
60632 Licence_Text: 
60633 #Header: 
60634 #int posix2_version (void);
60635
60636 File: ./lib/printf-args.c
60637 Hash: 12bb86c9307ecf947c3e487e6bf53531b56f83f43d5e9babf59a2a57cde92c7c
60638 Copyright: 1999, 2002-2003, 2005-2007 Free Software Foundation, Inc
60639 License: GPL-2+
60640 Licence_Text: 
60641 #Header: 
60642 #/* Decomposed printf argument list.
60643 #   Copyright (C) 1999, 2002-2003, 2005-2007 Free Software Foundation, Inc.
60644 #
60645 #   This program is free software; you can redistribute it and/or modify
60646 #   it under the terms of the GNU General Public License as published by
60647 #   the Free Software Foundation; either version 2, or (at your option)
60648 #   any later version.
60649 #
60650 #   This program is distributed in the hope that it will be useful,
60651 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60652 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60653 #   GNU General Public License for more details.
60654 #
60655 #   You should have received a copy of the GNU General Public License along
60656 #   with this program; if not, write to the Free Software Foundation,
60657
60658 File: ./lib/printf-args.h
60659 Hash: cf140b5cb22fa0718dbc5a41c94ab6327a7a447612d93e4b6c51016418701bc8
60660 Copyright: 1999, 2002-2003, 2006-2007 Free Software Foundation, Inc
60661 License: GPL-2+
60662 Licence_Text: 
60663 #Header: 
60664 #/* Decomposed printf argument list.
60665 #   Copyright (C) 1999, 2002-2003, 2006-2007 Free Software Foundation, Inc.
60666 #
60667 #   This program is free software; you can redistribute it and/or modify
60668 #   it under the terms of the GNU General Public License as published by
60669 #   the Free Software Foundation; either version 2, or (at your option)
60670 #   any later version.
60671 #
60672 #   This program is distributed in the hope that it will be useful,
60673 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60674 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60675 #   GNU General Public License for more details.
60676 #
60677 #   You should have received a copy of the GNU General Public License along
60678 #   with this program; if not, write to the Free Software Foundation,
60679
60680 File: ./lib/printf-frexp.c
60681 Hash: 894f4bcedd350047bec9271875deaa8852b6cd1332b9c52d42e405eb1071356f
60682 Copyright: 2007 Free Software Foundation, Inc
60683 License: GPL-3+ 
60684 Licence_Text: 
60685 #Header: 
60686 #/* Split a double into fraction and mantissa, for hexadecimal printf.
60687 #   Copyright (C) 2007 Free Software Foundation, Inc.
60688 #
60689 #   This program is free software: you can redistribute it and/or modify
60690 #   it under the terms of the GNU General Public License as published by
60691 #   the Free Software Foundation; either version 3 of the License, or
60692 #   (at your option) any later version.
60693 #
60694 #   This program is distributed in the hope that it will be useful,
60695 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60696 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60697 #   GNU General Public License for more details.
60698 #
60699 #   You should have received a copy of the GNU General Public License
60700 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
60701
60702 File: ./lib/printf-frexp.h
60703 Hash: 894f4bcedd350047bec9271875deaa8852b6cd1332b9c52d42e405eb1071356f
60704 Copyright: 2007 Free Software Foundation, Inc
60705 License: GPL-3+ 
60706 Licence_Text: 
60707 #Header: 
60708 #/* Split a double into fraction and mantissa, for hexadecimal printf.
60709 #   Copyright (C) 2007 Free Software Foundation, Inc.
60710 #
60711 #   This program is free software: you can redistribute it and/or modify
60712 #   it under the terms of the GNU General Public License as published by
60713 #   the Free Software Foundation; either version 3 of the License, or
60714 #   (at your option) any later version.
60715 #
60716 #   This program is distributed in the hope that it will be useful,
60717 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60718 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60719 #   GNU General Public License for more details.
60720 #
60721 #   You should have received a copy of the GNU General Public License
60722 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
60723
60724 File: ./lib/printf-frexpl.c
60725 Hash: 6652dc29a798e98a2836532a11ace35430f19549469330e7ce0a8ae40922f3c8
60726 Copyright: 2007 Free Software Foundation, Inc
60727 License: GPL-3+ 
60728 Licence_Text: 
60729 #Header: 
60730 #/* Split a 'long double' into fraction and mantissa, for hexadecimal printf.
60731 #   Copyright (C) 2007 Free Software Foundation, Inc.
60732 #
60733 #   This program is free software: you can redistribute it and/or modify
60734 #   it under the terms of the GNU General Public License as published by
60735 #   the Free Software Foundation; either version 3 of the License, or
60736 #   (at your option) any later version.
60737 #
60738 #   This program is distributed in the hope that it will be useful,
60739 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60740 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60741 #   GNU General Public License for more details.
60742 #
60743 #   You should have received a copy of the GNU General Public License
60744 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
60745
60746 File: ./lib/printf-frexpl.h
60747 Hash: 6652dc29a798e98a2836532a11ace35430f19549469330e7ce0a8ae40922f3c8
60748 Copyright: 2007 Free Software Foundation, Inc
60749 License: GPL-3+ 
60750 Licence_Text: 
60751 #Header: 
60752 #/* Split a 'long double' into fraction and mantissa, for hexadecimal printf.
60753 #   Copyright (C) 2007 Free Software Foundation, Inc.
60754 #
60755 #   This program is free software: you can redistribute it and/or modify
60756 #   it under the terms of the GNU General Public License as published by
60757 #   the Free Software Foundation; either version 3 of the License, or
60758 #   (at your option) any later version.
60759 #
60760 #   This program is distributed in the hope that it will be useful,
60761 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60762 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60763 #   GNU General Public License for more details.
60764 #
60765 #   You should have received a copy of the GNU General Public License
60766 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
60767
60768 File: ./lib/printf-parse.c
60769 Hash: e87d67950b9b8fd0411ed7bd3201b3ae9eb97549cf5d6255c2f6065e46d1aff1
60770 Copyright: 1999-2000, 2002-2003, 2006-2008 Free Software Foundation, Inc
60771 License: GPL-2+
60772 Licence_Text: 
60773 #Header: 
60774 #/* Formatted output to strings.
60775 #   Copyright (C) 1999-2000, 2002-2003, 2006-2008 Free Software Foundation, Inc.
60776 #
60777 #   This program is free software; you can redistribute it and/or modify
60778 #   it under the terms of the GNU General Public License as published by
60779 #   the Free Software Foundation; either version 2, or (at your option)
60780 #   any later version.
60781 #
60782 #   This program is distributed in the hope that it will be useful,
60783 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60784 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60785 #   GNU General Public License for more details.
60786 #
60787 #   You should have received a copy of the GNU General Public License along
60788 #   with this program; if not, write to the Free Software Foundation,
60789
60790 File: ./lib/printf-parse.h
60791 Hash: 1cbba74b564ba38b983e35311a8dcb098229112ee464a2940dae6abba3a12247
60792 Copyright: 1999, 2002-2003, 2005, 2007 Free Software Foundation, Inc
60793 License: GPL-2+
60794 Licence_Text: 
60795 #Header: 
60796 #/* Parse printf format string.
60797 #   Copyright (C) 1999, 2002-2003, 2005, 2007 Free Software Foundation, Inc.
60798 #
60799 #   This program is free software; you can redistribute it and/or modify
60800 #   it under the terms of the GNU General Public License as published by
60801 #   the Free Software Foundation; either version 2, or (at your option)
60802 #   any later version.
60803 #
60804 #   This program is distributed in the hope that it will be useful,
60805 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60806 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60807 #   GNU General Public License for more details.
60808 #
60809 #   You should have received a copy of the GNU General Public License along
60810 #   with this program; if not, write to the Free Software Foundation,
60811
60812 File: ./lib/printf.c
60813 Hash: bf9c5a5e7f2aac3ca5262c519d08905ea7653704a52b35d1a79faf319dd61b4e
60814 Copyright: 2007 Free Software Foundation, Inc
60815 License: GPL-3+ 
60816 Licence_Text: 
60817 #Header: 
60818 #/* Formatted output to a stream.
60819 #   Copyright (C) 2007 Free Software Foundation, Inc.
60820 #
60821 #   This program is free software: you can redistribute it and/or modify
60822 #   it under the terms of the GNU General Public License as published by
60823 #   the Free Software Foundation; either version 3 of the License, or
60824 #   (at your option) any later version.
60825 #
60826 #   This program is distributed in the hope that it will be useful,
60827 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60828 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60829 #   GNU General Public License for more details.
60830 #
60831 #   You should have received a copy of the GNU General Public License
60832 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
60833
60834 File: ./lib/priv-set.c
60835 Hash: 15a45af6239123ba300f4991a50e351f24f3feb276d343037089aec85c9ac1a3
60836 Copyright: 2009 Free Software Foundation, Inc
60837 License: GPL-3+ 
60838 Licence_Text: 
60839 #Header: 
60840 #/* Query, remove, or restore a Solaris privilege.
60841 #
60842 #   Copyright (C) 2009 Free Software Foundation, Inc.
60843 #
60844 #   This program is free software: you can redistribute it and/or modify
60845 #   it under the terms of the GNU General Public License as published by
60846 #   the Free Software Foundation; either version 3 of the License, or
60847 #   (at your option) any later version.
60848 #
60849 #   This program is distributed in the hope that it will be useful,
60850 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60851 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60852 #   GNU General Public License for more details.
60853 #
60854 #   You should have received a copy of the GNU General Public License
60855
60856 File: ./lib/priv-set.h
60857 Hash: 15a45af6239123ba300f4991a50e351f24f3feb276d343037089aec85c9ac1a3
60858 Copyright: 2009 Free Software Foundation, Inc
60859 License: GPL-3+ 
60860 Licence_Text: 
60861 #Header: 
60862 #/* Query, remove, or restore a Solaris privilege.
60863 #
60864 #   Copyright (C) 2009 Free Software Foundation, Inc.
60865 #
60866 #   This program is free software: you can redistribute it and/or modify
60867 #   it under the terms of the GNU General Public License as published by
60868 #   the Free Software Foundation; either version 3 of the License, or
60869 #   (at your option) any later version.
60870 #
60871 #   This program is distributed in the hope that it will be useful,
60872 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60873 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60874 #   GNU General Public License for more details.
60875 #
60876 #   You should have received a copy of the GNU General Public License
60877
60878 File: ./lib/progname.c
60879 Hash: 92661819f28e9fd0cb1b6c24c52d6f96e2746bf9eb417cf6cd6fb92a009d0fbb
60880 Copyright: 2001-2003, 2005-2009 Free Software Foundation, Inc
60881 License: GPL-3+ 
60882 Licence_Text: 
60883 #Header: 
60884 #/* Program name management.
60885 #   Copyright (C) 2001-2003, 2005-2009 Free Software Foundation, Inc.
60886 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
60887 #
60888 #   This program is free software: you can redistribute it and/or modify
60889 #   it under the terms of the GNU General Public License as published by
60890 #   the Free Software Foundation; either version 3 of the License, or
60891 #   (at your option) any later version.
60892 #
60893 #   This program is distributed in the hope that it will be useful,
60894 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60895 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60896 #   GNU General Public License for more details.
60897 #
60898 #   You should have received a copy of the GNU General Public License
60899
60900 File: ./lib/progname.h
60901 Hash: fb156ffb4593024e0b50a3bfa0f8e0c9d280dfe5cc173a7c2b3796e892b3243b
60902 Copyright: 2001-2004, 2006 Free Software Foundation, Inc
60903 License: GPL-3+ 
60904 Licence_Text: 
60905 #Header: 
60906 #/* Program name management.
60907 #   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
60908 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
60909 #
60910 #   This program is free software: you can redistribute it and/or modify
60911 #   it under the terms of the GNU General Public License as published by
60912 #   the Free Software Foundation; either version 3 of the License, or
60913 #   (at your option) any later version.
60914 #
60915 #   This program is distributed in the hope that it will be useful,
60916 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60917 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60918 #   GNU General Public License for more details.
60919 #
60920 #   You should have received a copy of the GNU General Public License
60921
60922 File: ./lib/progreloc.c
60923 Hash: babc96a49ada0b13bd47d6931240b971ddf7a571a2c9a989c351f1b54caec1df
60924 Copyright: 2003-2009 Free Software Foundation, Inc
60925 License: GPL-3+ 
60926 Licence_Text: 
60927 #Header: 
60928 #/* Provide relocatable programs.
60929 #   Copyright (C) 2003-2009 Free Software Foundation, Inc.
60930 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
60931 #
60932 #   This program is free software: you can redistribute it and/or modify
60933 #   it under the terms of the GNU General Public License as published by
60934 #   the Free Software Foundation; either version 3 of the License, or
60935 #   (at your option) any later version.
60936 #
60937 #   This program is distributed in the hope that it will be useful,
60938 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60939 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60940 #   GNU General Public License for more details.
60941 #
60942 #   You should have received a copy of the GNU General Public License
60943
60944 File: ./lib/propername.c
60945 Hash: 453584a838b6191dd3f10ed6858fbc73356af59689880952a06d1984c013e443
60946 Copyright: 2006-2009 Free Software Foundation, Inc
60947 License: GPL-3+ 
60948 Licence_Text: 
60949 #Header: 
60950 #/* Localization of proper names.
60951 #   Copyright (C) 2006-2009 Free Software Foundation, Inc.
60952 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
60953 #
60954 #   This program is free software: you can redistribute it and/or modify
60955 #   it under the terms of the GNU General Public License as published by
60956 #   the Free Software Foundation; either version 3 of the License, or
60957 #   (at your option) any later version.
60958 #
60959 #   This program is distributed in the hope that it will be useful,
60960 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60961 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60962 #   GNU General Public License for more details.
60963 #
60964 #   You should have received a copy of the GNU General Public License
60965
60966 File: ./lib/propername.h
60967 Hash: b709e58dcf9e44473ab7139d39df8d4143a783b73be0b4b8e5f589e2f37ff33f
60968 Copyright: 2006, 2008 Free Software Foundation, Inc
60969 License: GPL-3+ 
60970 Licence_Text: 
60971 #Header: 
60972 #/* Localization of proper names.
60973 #   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
60974 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
60975 #
60976 #   This program is free software: you can redistribute it and/or modify
60977 #   it under the terms of the GNU General Public License as published by
60978 #   the Free Software Foundation; either version 3 of the License, or
60979 #   (at your option) any later version.
60980 #
60981 #   This program is distributed in the hope that it will be useful,
60982 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
60983 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60984 #   GNU General Public License for more details.
60985 #
60986 #   You should have received a copy of the GNU General Public License
60987
60988 File: ./lib/pthread.in.h
60989 Hash: ef4cc2c979afda964299a12c9b1d50231399227aa30af97c27d6fad997de2255
60990 Copyright: 2009 Free Software Foundation, Inc
60991 License: GPL-2+
60992 Licence_Text: 
60993 #Header: 
60994 #/* Implement a trivial subset of the pthreads library.
60995 #
60996 #   Copyright (C) 2009 Free Software Foundation, Inc.
60997 #
60998 #   This program is free software; you can redistribute it and/or modify
60999 #   it under the terms of the GNU General Public License as published by
61000 #   the Free Software Foundation; either version 2, or (at your option)
61001 #   any later version.
61002 #
61003 #   This program is distributed in the hope that it will be useful,
61004 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61005 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61006 #   GNU General Public License for more details.
61007 #
61008 #   You should have received a copy of the GNU General Public License
61009
61010 File: ./lib/putenv.c
61011 Hash: 17b29fb75137b2e5e475f2813253c186798f360d5711c1ac87ef1796680902b1
61012 Copyright: 1991, 1994, 1997-1998, 2000, 2003-2008 Free Software Foundation, Inc.
61013 License: GPL-3+
61014 Licence_Text: 
61015 #Header: 
61016 #/* Copyright (C) 1991, 1994, 1997-1998, 2000, 2003-2008
61017 #   Free Software Foundation, Inc.
61018 #
61019 #   NOTE: The canonical source of this file is maintained with the GNU C
61020 #   Library.  Bugs can be reported to bug-glibc@prep.ai.mit.edu.
61021 #
61022 #   This program is free software: you can redistribute it and/or modify it
61023 #   under the terms of the GNU General Public License as published by the
61024 #   Free Software Foundation; either version 3 of the License, or any
61025 #   later version.
61026 #
61027 #   This program is distributed in the hope that it will be useful,
61028 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61029 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61030 #   GNU General Public License for more details.
61031
61032 File: ./lib/quote.c
61033 Hash: c4a8b48c291af2ee7a2a7f70e0a643b88950e3ade7d29053180a8e109d792efa
61034 Copyright: 1998, 1999, 2000, 2001, 2003, 2005, 2006 Free Software Foundation, Inc.
61035 License: GPL-3+ 
61036 Licence_Text: 
61037 #Header: 
61038 #/* quote.c - quote arguments for output
61039 #
61040 #   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005, 2006 Free
61041 #   Software Foundation, Inc.
61042 #
61043 #   This program is free software: you can redistribute it and/or modify
61044 #   it under the terms of the GNU General Public License as published by
61045 #   the Free Software Foundation; either version 3 of the License, or
61046 #   (at your option) any later version.
61047 #
61048 #   This program is distributed in the hope that it will be useful,
61049 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61050 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61051 #   GNU General Public License for more details.
61052
61053 File: ./lib/quote.h
61054 Hash: 5d10e05c536ff1a439a2f8460f1e6ac91d61ba93ebf6280fe6ab090f9321d27b
61055 Copyright: 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
61056 License: GPL-3+ 
61057 Licence_Text: 
61058 #Header: 
61059 #/* quote.h - prototypes for quote.c
61060 #
61061 #   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software
61062 #   Foundation, Inc.
61063 #
61064 #   This program is free software: you can redistribute it and/or modify
61065 #   it under the terms of the GNU General Public License as published by
61066 #   the Free Software Foundation; either version 3 of the License, or
61067 #   (at your option) any later version.
61068 #
61069 #   This program is distributed in the hope that it will be useful,
61070 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61071 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61072 #   GNU General Public License for more details.
61073
61074 File: ./lib/quotearg.c
61075 Hash: aa0d608c0d77808b3ad8e91a0a3b802b9a13118b657be7df6bd43b7aec178ef0
61076 Copyright: 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
61077 License: GPL-3+ 
61078 Licence_Text: 
61079 #Header: 
61080 #/* quotearg.c - quote arguments for output
61081 #
61082 #   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007,
61083 #   2008 Free Software Foundation, Inc.
61084 #
61085 #   This program is free software: you can redistribute it and/or modify
61086 #   it under the terms of the GNU General Public License as published by
61087 #   the Free Software Foundation; either version 3 of the License, or
61088 #   (at your option) any later version.
61089 #
61090 #   This program is distributed in the hope that it will be useful,
61091 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61092 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61093 #   GNU General Public License for more details.
61094
61095
61096 ######################################################################
61097 # UPTOHERE
61098 ######################################################################
61099
61100 File: ./lib/quotearg.h
61101 Hash: 2e6f8072d5c251a83bae1fd9e1d85ed223633968bae640a6ab6e759963b50d0c
61102 Copyright: 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2008 Free Software Foundation, Inc.
61103 License: GPL-3+ 
61104 Licence_Text: 
61105 #Header: 
61106 #/* quotearg.h - quote arguments for output
61107 #
61108 #   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2008 Free
61109 #   Software Foundation, Inc.
61110 #
61111 #   This program is free software: you can redistribute it and/or modify
61112 #   it under the terms of the GNU General Public License as published by
61113 #   the Free Software Foundation; either version 3 of the License, or
61114 #   (at your option) any later version.
61115 #
61116 #   This program is distributed in the hope that it will be useful,
61117 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61118 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61119 #   GNU General Public License for more details.
61120
61121 File: ./lib/raise.c
61122 Hash: 50b03c3b985400bc1e7f8910337b51a9ce593ebd8b792aa1f1a1788960c9c26a
61123 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
61124 License: GPL-3+ 
61125 Licence_Text: 
61126 #Header: 
61127 #/* Provide a non-threads replacement for the POSIX raise function.
61128 #
61129 #   Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
61130 #
61131 #   This program is free software: you can redistribute it and/or modify
61132 #   it under the terms of the GNU General Public License as published by
61133 #   the Free Software Foundation; either version 3 of the License, or
61134 #   (at your option) any later version.
61135 #
61136 #   This program is distributed in the hope that it will be useful,
61137 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61138 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61139 #   GNU General Public License for more details.
61140 #
61141 #   You should have received a copy of the GNU General Public License
61142
61143 File: ./lib/random_r.c
61144 Hash: 56ff6e2aaf2d55a023c78529f964988504c867e654d0df6993406e27656be439
61145 Copyright: 1983 Regents of the University of California / 1995, 2005, 2008 Free Software Foundation
61146 License: BSD (3 clause) LGPL-2.1+
61147 #FIXME
61148 Licence_Text: 
61149 #Header: 
61150 #/*
61151 #   Copyright (C) 1995, 2005, 2008 Free Software Foundation
61152 #
61153 #   The GNU C Library is free software; you can redistribute it and/or
61154 #   modify it under the terms of the GNU Lesser General Public
61155 #   License as published by the Free Software Foundation; either
61156 #   version 2.1 of the License, or (at your option) any later version.
61157 #
61158 #   The GNU C Library is distributed in the hope that it will be useful,
61159 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61160 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
61161 #   Lesser General Public License for more details.
61162 #
61163 #   You should have received a copy of the GNU Lesser General Public
61164 #   License along with the GNU C Library; if not, write to the Free
61165
61166 File: ./lib/rawmemchr.c
61167 Hash: 45a83b9183090995a3bb18e9b251a511464e420d7fa99da1e03ce2d9bd3d4e6b
61168 Copyright: 2008 Free Software Foundation, Inc
61169 License: GPL-3+ 
61170 Licence_Text: 
61171 #Header: 
61172 #/* Searching in a string.
61173 #   Copyright (C) 2008 Free Software Foundation, Inc.
61174 #
61175 #   This program is free software: you can redistribute it and/or modify
61176 #   it under the terms of the GNU General Public License as published by
61177 #   the Free Software Foundation; either version 3 of the License, or
61178 #   (at your option) any later version.
61179 #
61180 #   This program is distributed in the hope that it will be useful,
61181 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61182 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61183 #   GNU General Public License for more details.
61184 #
61185 #   You should have received a copy of the GNU General Public License
61186 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
61187
61188 File: ./lib/rawmemchr.valgrind
61189 Hash: f728bb18311f04d34ed0495880117ccaa59b4c6bc8ebaac82459903cfc3247c8
61190 Copyright: 
61191 License: 
61192 Licence_Text: 
61193 #Header: 
61194 ## Suppress a valgrind message about use of uninitialized memory in rawmemchr().
61195 ## This use is OK because it provides only a speedup.
61196 #{
61197 #    rawmemchr-value4
61198 #    Memcheck:Value4
61199 #    fun:rawmemchr
61200 #}
61201 #{
61202 #    rawmemchr-value8
61203 #    Memcheck:Value8
61204 #    fun:rawmemchr
61205 #}
61206
61207 File: ./lib/read-file.c
61208 Hash: 51c7d95dd1381f2a59ceb5c375cfb7998aec903e9b91e27baa7da0afa5e8468c
61209 Copyright: 2006 Free Software Foundation, Inc
61210 License: GPL-2+
61211 Licence_Text: 
61212 #Header: 
61213 #/* read-file.c -- read file contents into a string
61214 #   Copyright (C) 2006 Free Software Foundation, Inc.
61215 #   Written by Simon Josefsson and Bruno Haible.
61216 #
61217 #   This program is free software; you can redistribute it and/or modify
61218 #   it under the terms of the GNU General Public License as published by
61219 #   the Free Software Foundation; either version 2, or (at your option)
61220 #   any later version.
61221 #
61222 #   This program is distributed in the hope that it will be useful,
61223 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61224 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61225 #   GNU General Public License for more details.
61226 #
61227 #   You should have received a copy of the GNU General Public License
61228
61229 File: ./lib/read-file.h
61230 Hash: ca324b683cf28737c1848bb23eb0b92cdc0044ee67094c57e91c08bdbf81f53e
61231 Copyright: 2006 Free Software Foundation, Inc
61232 License: GPL-2+
61233 Licence_Text: 
61234 #Header: 
61235 #/* read-file.h -- read file contents into a string
61236 #   Copyright (C) 2006 Free Software Foundation, Inc.
61237 #   Written by Simon Josefsson.
61238 #
61239 #   This program is free software; you can redistribute it and/or modify
61240 #   it under the terms of the GNU General Public License as published by
61241 #   the Free Software Foundation; either version 2, or (at your option)
61242 #   any later version.
61243 #
61244 #   This program is distributed in the hope that it will be useful,
61245 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61246 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61247 #   GNU General Public License for more details.
61248 #
61249 #   You should have received a copy of the GNU General Public License
61250
61251 File: ./lib/readline.c
61252 Hash: 1c45ecec189bf0ab208143e3b0965baabebfcccb8f2389c02fe5ba6b4b7648a0
61253 Copyright: 2005, 2006, 2007, 2009 Free Software Foundation, Inc
61254 License: GPL-3+ 
61255 Licence_Text: 
61256 #Header: 
61257 #/* readline.c --- Simple implementation of readline.
61258 #   Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
61259 #   Written by Simon Josefsson
61260 #
61261 #   This program is free software: you can redistribute it and/or modify
61262 #   it under the terms of the GNU General Public License as published by
61263 #   the Free Software Foundation; either version 3 of the License, or
61264 #   (at your option) any later version.
61265 #
61266 #   This program is distributed in the hope that it will be useful,
61267 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61268 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61269 #   GNU General Public License for more details.
61270 #
61271 #   You should have received a copy of the GNU General Public License
61272
61273 File: ./lib/readline.h
61274 Hash: 4cafc96af802460b1d7f54218bf92ca62cf6b7cd0a2abffc02d7ea516d1d1946
61275 Copyright: 2005 Free Software Foundation, Inc
61276 License: GPL-3+ 
61277 Licence_Text: 
61278 #Header: 
61279 #/* readline.h --- Simple implementation of readline.
61280 #   Copyright (C) 2005 Free Software Foundation, Inc.
61281 #   Written by Simon Josefsson
61282 #
61283 #   This program is free software: you can redistribute it and/or modify
61284 #   it under the terms of the GNU General Public License as published by
61285 #   the Free Software Foundation; either version 3 of the License, or
61286 #   (at your option) any later version.
61287 #
61288 #   This program is distributed in the hope that it will be useful,
61289 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61290 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61291 #   GNU General Public License for more details.
61292 #
61293 #   You should have received a copy of the GNU General Public License
61294
61295 File: ./lib/readlink.c
61296 Hash: 4a11f960e0153527f36536d9b396257683b425331d992420cffc853dfec35ddc
61297 Copyright: 2003-2007 Free Software Foundation, Inc
61298 License: GPL-3+ 
61299 Licence_Text: 
61300 #Header: 
61301 #/* Stub for readlink().
61302 #   Copyright (C) 2003-2007 Free Software Foundation, Inc.
61303 #
61304 #   This program is free software: you can redistribute it and/or modify
61305 #   it under the terms of the GNU General Public License as published by
61306 #   the Free Software Foundation; either version 3 of the License, or
61307 #   (at your option) any later version.
61308 #
61309 #   This program is distributed in the hope that it will be useful,
61310 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61311 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61312 #   GNU General Public License for more details.
61313 #
61314 #   You should have received a copy of the GNU General Public License
61315 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
61316
61317 File: ./lib/readtokens.c
61318 Hash: ffc9a757ad67bba5dcce13dfac14da216892391e5879cee666b99d8154c49b0e
61319 Copyright: 1990-1991, 1999-2004, 2006, 2009 Free Software Foundation, Inc
61320 License: GPL-3+ 
61321 Licence_Text: 
61322 #Header: 
61323 #/* readtokens.c  -- Functions for reading tokens from an input stream.
61324 #
61325 #   Copyright (C) 1990-1991, 1999-2004, 2006, 2009 Free Software Foundation, Inc.
61326 #
61327 #   This program is free software: you can redistribute it and/or modify
61328 #   it under the terms of the GNU General Public License as published by
61329 #   the Free Software Foundation; either version 3 of the License, or
61330 #   (at your option) any later version.
61331 #
61332 #   This program is distributed in the hope that it will be useful,
61333 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61334 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61335 #   GNU General Public License for more details.
61336 #
61337 #   You should have received a copy of the GNU General Public License
61338
61339 File: ./lib/readtokens.h
61340 Hash: 452dfbc07c636749aa830a30599c7c5bc109f4c51b72d8891b968640b102b9d5
61341 Copyright: 1990, 1991, 1999, 2001-2004 Free Software Foundation, Inc
61342 License: GPL-3+ 
61343 Licence_Text: 
61344 #Header: 
61345 #/* readtokens.h -- Functions for reading tokens from an input stream.
61346 #
61347 #   Copyright (C) 1990, 1991, 1999, 2001-2004 Free Software Foundation, Inc.
61348 #
61349 #   This program is free software: you can redistribute it and/or modify
61350 #   it under the terms of the GNU General Public License as published by
61351 #   the Free Software Foundation; either version 3 of the License, or
61352 #   (at your option) any later version.
61353 #
61354 #   This program is distributed in the hope that it will be useful,
61355 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61356 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61357 #   GNU General Public License for more details.
61358 #
61359 #   You should have received a copy of the GNU General Public License
61360
61361 File: ./lib/readtokens0.c
61362 Hash: 8cb5713080fed145a957a71a48ce5c11d1d74bd0964b2f90d2d52f9e643a1db4
61363 Copyright: 2004, 2006 Free Software Foundation, Inc
61364 License: GPL-3+ 
61365 Licence_Text: 
61366 #Header: 
61367 #/* readtokens0.c -- Read NUL-separated tokens from an input stream.
61368 #
61369 #   Copyright (C) 2004, 2006 Free Software Foundation, Inc.
61370 #
61371 #   This program is free software: you can redistribute it and/or modify
61372 #   it under the terms of the GNU General Public License as published by
61373 #   the Free Software Foundation; either version 3 of the License, or
61374 #   (at your option) any later version.
61375 #
61376 #   This program is distributed in the hope that it will be useful,
61377 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61378 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61379 #   GNU General Public License for more details.
61380 #
61381 #   You should have received a copy of the GNU General Public License
61382
61383 File: ./lib/readtokens0.h
61384 Hash: fa2844a8aefa737f7d2630364652206697cebc7c5d15193fb3273257c1afa96b
61385 Copyright: 2004 Free Software Foundation, Inc
61386 License: GPL-3+ 
61387 Licence_Text: 
61388 #Header: 
61389 #/* readtokens0.h -- read NUL-separated tokens from an input stream.
61390 #
61391 #   Copyright (C) 2004 Free Software Foundation, Inc.
61392 #
61393 #   This program is free software: you can redistribute it and/or modify
61394 #   it under the terms of the GNU General Public License as published by
61395 #   the Free Software Foundation; either version 3 of the License, or
61396 #   (at your option) any later version.
61397 #
61398 #   This program is distributed in the hope that it will be useful,
61399 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61400 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61401 #   GNU General Public License for more details.
61402 #
61403 #   You should have received a copy of the GNU General Public License
61404
61405 File: ./lib/readutmp.c
61406 Hash: 6018c3b26e7b6cc70156a39368851213becaa215df3e58ef5966e9237d173463
61407 Copyright: 1992-2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
61408 License: GPL-3+ 
61409 Licence_Text: 
61410 #Header: 
61411 #/* GNU's read utmp module.
61412 #
61413 #   Copyright (C) 1992-2001, 2003, 2004, 2005, 2006 Free Software
61414 #   Foundation, Inc.
61415 #
61416 #   This program is free software: you can redistribute it and/or modify
61417 #   it under the terms of the GNU General Public License as published by
61418 #   the Free Software Foundation; either version 3 of the License, or
61419 #   (at your option) any later version.
61420 #
61421 #   This program is distributed in the hope that it will be useful,
61422 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61423 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61424 #   GNU General Public License for more details.
61425
61426 File: ./lib/readutmp.h
61427 Hash: e4edf9b2cd3b4a9662bd1a50b7a068f8dadee724d6b47e05b5c629cc890cb0f4
61428 Copyright: 1992-2007 Free Software Foundation, Inc
61429 License: GPL-3+ 
61430 Licence_Text: 
61431 #Header: 
61432 #/* Declarations for GNU's read utmp module.
61433 #
61434 #   Copyright (C) 1992-2007 Free Software Foundation, Inc.
61435 #
61436 #   This program is free software: you can redistribute it and/or modify
61437 #   it under the terms of the GNU General Public License as published by
61438 #   the Free Software Foundation; either version 3 of the License, or
61439 #   (at your option) any later version.
61440 #
61441 #   This program is distributed in the hope that it will be useful,
61442 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61443 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61444 #   GNU General Public License for more details.
61445 #
61446 #   You should have received a copy of the GNU General Public License
61447
61448 File: ./lib/realloc.c
61449 Hash: b65d6b9cadf8e53a3ff901459826791ef77acce1f247a65f3759c647442f3de9
61450 Copyright: 1997, 2003, 2004, 2006, 2007 Free Software Foundation, Inc
61451 License: GPL-3+ 
61452 Licence_Text: 
61453 #Header: 
61454 #/* realloc() function that is glibc compatible.
61455 #
61456 #   Copyright (C) 1997, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
61457 #
61458 #   This program is free software: you can redistribute it and/or modify
61459 #   it under the terms of the GNU General Public License as published by
61460 #   the Free Software Foundation; either version 3 of the License, or
61461 #   (at your option) any later version.
61462 #
61463 #   This program is distributed in the hope that it will be useful,
61464 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61465 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61466 #   GNU General Public License for more details.
61467 #
61468 #   You should have received a copy of the GNU General Public License
61469
61470 File: ./lib/recv.c
61471 Hash: 86a2667aca771f6d5c7502ac7cbddf51018f3dea268d5a1461b98f7b9af5f095
61472 Copyright: 2008 Free Software Foundation, Inc
61473 License: GPL-3+ 
61474 Licence_Text: 
61475 #Header: 
61476 #/* recv.c --- wrappers for Windows recv function
61477 #
61478 #   Copyright (C) 2008 Free Software Foundation, Inc.
61479 #
61480 #   This program is free software: you can redistribute it and/or modify
61481 #   it under the terms of the GNU General Public License as published by
61482 #   the Free Software Foundation; either version 3 of the License, or
61483 #   (at your option) any later version.
61484 #
61485 #   This program is distributed in the hope that it will be useful,
61486 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61487 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61488 #   GNU General Public License for more details.
61489 #
61490 #   You should have received a copy of the GNU General Public License
61491
61492 File: ./lib/recvfrom.c
61493 Hash: 76c2990bcd168811c2511e685b811321ebc18fb7257375d1cb2f7d025d90dd34
61494 Copyright: 2008 Free Software Foundation, Inc
61495 License: GPL-3+ 
61496 Licence_Text: 
61497 #Header: 
61498 #/* recvfrom.c --- wrappers for Windows recvfrom function
61499 #
61500 #   Copyright (C) 2008 Free Software Foundation, Inc.
61501 #
61502 #   This program is free software: you can redistribute it and/or modify
61503 #   it under the terms of the GNU General Public License as published by
61504 #   the Free Software Foundation; either version 3 of the License, or
61505 #   (at your option) any later version.
61506 #
61507 #   This program is distributed in the hope that it will be useful,
61508 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61509 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61510 #   GNU General Public License for more details.
61511 #
61512 #   You should have received a copy of the GNU General Public License
61513
61514 File: ./lib/ref-add.sin
61515 Hash: 384e11c05bb265e3613f6e8b6c445f77d0cecc679e59cddac3c606015c6f5fc3
61516 Copyright: 2000 Free Software Foundation, Inc
61517 License: GPL-2+
61518 Licence_Text: 
61519 #Header: 
61520 ## Add this package to a list of references stored in a text file.
61521 ##
61522 ##   Copyright (C) 2000 Free Software Foundation, Inc.
61523 ##
61524 ##   This program is free software; you can redistribute it and/or modify
61525 ##   it under the terms of the GNU General Public License as published by
61526 ##   the Free Software Foundation; either version 2, or (at your option)
61527 ##   any later version.
61528 ##
61529 ##   This program is distributed in the hope that it will be useful,
61530 ##   but WITHOUT ANY WARRANTY; without even the implied warranty of
61531 ##   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61532 ##   GNU General Public License for more details.
61533 ##
61534 ##   You should have received a copy of the GNU General Public License along
61535
61536 File: ./lib/ref-del.sin
61537 Hash: 55d01b01839af2472b2f966cda363787756440f9ac8024938ea8dfa8b2323862
61538 Copyright: 2000 Free Software Foundation, Inc
61539 License: GPL-2+
61540 Licence_Text: 
61541 #Header: 
61542 ## Remove this package from a list of references stored in a text file.
61543 ##
61544 ##   Copyright (C) 2000 Free Software Foundation, Inc.
61545 ##
61546 ##   This program is free software; you can redistribute it and/or modify
61547 ##   it under the terms of the GNU General Public License as published by
61548 ##   the Free Software Foundation; either version 2, or (at your option)
61549 ##   any later version.
61550 ##
61551 ##   This program is distributed in the hope that it will be useful,
61552 ##   but WITHOUT ANY WARRANTY; without even the implied warranty of
61553 ##   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61554 ##   GNU General Public License for more details.
61555 ##
61556 ##   You should have received a copy of the GNU General Public License along
61557
61558 File: ./lib/regcomp.c
61559 Hash: c2483b14cafcc8625bd4c467a5fd09efa0d50666fbb8a5fd38e2123b1ecb0945
61560 Copyright: 2002,2003,2004,2005,2006,2007,2008,2009 Free Software Foundation, Inc.
61561 License: GP-2+
61562 Licence_Text: 
61563 #Header: 
61564 #/* Extended regular expression matching and search library.
61565 #   Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009
61566 #   Free Software Foundation, Inc.
61567 #   This file is part of the GNU C Library.
61568 #   Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
61569 #
61570 #   This program is free software; you can redistribute it and/or modify
61571 #   it under the terms of the GNU General Public License as published by
61572 #   the Free Software Foundation; either version 2, or (at your option)
61573 #   any later version.
61574 #
61575 #   This program is distributed in the hope that it will be useful,
61576 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61577 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61578 #   GNU General Public License for more details.
61579
61580 File: ./lib/regex.c
61581 Hash: b01492f4d85ec55b5acc0f48cbe61e292c5b461a01bda985e49a53989594e947
61582 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
61583 License: GPL-2+
61584 Licence_Text: 
61585 #Header: 
61586 #/* Extended regular expression matching and search library.
61587 #   Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
61588 #   This file is part of the GNU C Library.
61589 #   Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
61590 #
61591 #   This program is free software; you can redistribute it and/or modify
61592 #   it under the terms of the GNU General Public License as published by
61593 #   the Free Software Foundation; either version 2, or (at your option)
61594 #   any later version.
61595 #
61596 #   This program is distributed in the hope that it will be useful,
61597 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61598 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61599 #   GNU General Public License for more details.
61600
61601 File: ./lib/regex.h
61602 Hash: c53492d2516ee161d8077ce24002a78d186df06b5c5941fa8401ef7998ac8375
61603 Copyright: 1985,1989-93,1995-98,2000,2001,2002,2003,2005,2006 Free Software Foundation, Inc.
61604 License: GPL-2+
61605 Licence_Text: 
61606 #Header: 
61607 #/* Definitions for data structures and routines for the regular
61608 #   expression library.
61609 #   Copyright (C) 1985,1989-93,1995-98,2000,2001,2002,2003,2005,2006
61610 #   Free Software Foundation, Inc.
61611 #   This file is part of the GNU C Library.
61612 #
61613 #   This program is free software; you can redistribute it and/or modify
61614 #   it under the terms of the GNU General Public License as published by
61615 #   the Free Software Foundation; either version 2, or (at your option)
61616 #   any later version.
61617 #
61618 #   This program is distributed in the hope that it will be useful,
61619 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61620 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61621 #   GNU General Public License for more details.
61622
61623 File: ./lib/regex_internal.c
61624 Hash: 0b6408563600e005b9f5af1621999b97907a1ad5d35e6372dc5542279f7fb6cd
61625 Copyright: 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
61626 License: GPL-2+
61627 Licence_Text: 
61628 #Header: 
61629 #/* Extended regular expression matching and search library.
61630 #   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
61631 #   Free Software Foundation, Inc.
61632 #   This file is part of the GNU C Library.
61633 #   Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
61634 #
61635 #   This program is free software; you can redistribute it and/or modify
61636 #   it under the terms of the GNU General Public License as published by
61637 #   the Free Software Foundation; either version 2, or (at your option)
61638 #   any later version.
61639 #
61640 #   This program is distributed in the hope that it will be useful,
61641 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61642 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61643 #   GNU General Public License for more details.
61644
61645 File: ./lib/regex_internal.h
61646 Hash: 0b6408563600e005b9f5af1621999b97907a1ad5d35e6372dc5542279f7fb6cd
61647 Copyright: 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
61648 License: GPL-2+
61649 Licence_Text: 
61650 #Header: 
61651 #/* Extended regular expression matching and search library.
61652 #   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
61653 #   Free Software Foundation, Inc.
61654 #   This file is part of the GNU C Library.
61655 #   Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
61656 #
61657 #   This program is free software; you can redistribute it and/or modify
61658 #   it under the terms of the GNU General Public License as published by
61659 #   the Free Software Foundation; either version 2, or (at your option)
61660 #   any later version.
61661 #
61662 #   This program is distributed in the hope that it will be useful,
61663 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61664 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61665 #   GNU General Public License for more details.
61666
61667 File: ./lib/regexec.c
61668 Hash: 0b6408563600e005b9f5af1621999b97907a1ad5d35e6372dc5542279f7fb6cd
61669 Copyright: 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
61670 License: GPL-2+
61671 Licence_Text: 
61672 #Header: 
61673 #/* Extended regular expression matching and search library.
61674 #   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
61675 #   Free Software Foundation, Inc.
61676 #   This file is part of the GNU C Library.
61677 #   Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
61678 #
61679 #   This program is free software; you can redistribute it and/or modify
61680 #   it under the terms of the GNU General Public License as published by
61681 #   the Free Software Foundation; either version 2, or (at your option)
61682 #   any later version.
61683 #
61684 #   This program is distributed in the hope that it will be useful,
61685 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61686 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61687 #   GNU General Public License for more details.
61688
61689 File: ./lib/relocatable.c
61690 Hash: 0d1858bafd12c7ab346742483ec5d97e6efbdebfd46524a7a8f231696f2a22ac
61691 Copyright: 2003-2006, 2008 Free Software Foundation, Inc
61692 License: LGPL-2+
61693 Licence_Text: 
61694 #Header: 
61695 #/* Provide relocatable packages.
61696 #   Copyright (C) 2003-2006, 2008 Free Software Foundation, Inc.
61697 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
61698 #
61699 #   This program is free software; you can redistribute it and/or modify it
61700 #   under the terms of the GNU Library General Public License as published
61701 #   by the Free Software Foundation; either version 2, or (at your option)
61702 #   any later version.
61703 #
61704 #   This program is distributed in the hope that it will be useful,
61705 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61706 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
61707 #   Library General Public License for more details.
61708 #
61709 #   You should have received a copy of the GNU Library General Public
61710
61711 File: ./lib/relocatable.h
61712 Hash: bcbac1b3bdd53abac5276b593b5ab4e22160d29de32e77245f5d9a04269770cf
61713 Copyright: 2003, 2005, 2008 Free Software Foundation, Inc
61714 License: LGPL-2+
61715 Licence_Text: 
61716 #Header: 
61717 #/* Provide relocatable packages.
61718 #   Copyright (C) 2003, 2005, 2008 Free Software Foundation, Inc.
61719 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
61720 #
61721 #   This program is free software; you can redistribute it and/or modify it
61722 #   under the terms of the GNU Library General Public License as published
61723 #   by the Free Software Foundation; either version 2, or (at your option)
61724 #   any later version.
61725 #
61726 #   This program is distributed in the hope that it will be useful,
61727 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61728 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
61729 #   Library General Public License for more details.
61730 #
61731 #   You should have received a copy of the GNU Library General Public
61732
61733 File: ./lib/relocwrapper.c
61734 Hash: c167810a619a4782afbe8842f06bdd194461d73cc0a1f4c1dfc0e5c49815a107
61735 Copyright: 2003, 2005-2007 Free Software Foundation, Inc
61736 License: GPL-3+ 
61737 Licence_Text: 
61738 #Header: 
61739 #/* Relocating wrapper program.
61740 #   Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
61741 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
61742 #
61743 #   This program is free software: you can redistribute it and/or modify
61744 #   it under the terms of the GNU General Public License as published by
61745 #   the Free Software Foundation; either version 3 of the License, or
61746 #   (at your option) any later version.
61747 #
61748 #   This program is distributed in the hope that it will be useful,
61749 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61750 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61751 #   GNU General Public License for more details.
61752 #
61753 #   You should have received a copy of the GNU General Public License
61754
61755 File: ./lib/rename-dest-slash.c
61756 Hash: ef1b249ccdf7cb59741f8b296b4aad87ef269ecddf2d084a4d560b83e6a804e2
61757 Copyright: 2006 Free Software Foundation, Inc
61758 License: GPL-3+ 
61759 Licence_Text: 
61760 #Header: 
61761 #/* A rename wrapper to make tools like mv -- that would normally rely
61762 #   on the underlying rename syscall -- work more consistently.
61763 #   On at least NetBSD 1.6, `rename ("dir", "B/")' fails when B doesn't
61764 #   exist, whereas it succeeds on Linux-2.6.x and Solaris 10.  This wrapper
61765 #   provides an interface for systems like the former so that the tools
61766 #   (namely mv) relying on the rename syscall have more consistent
61767 #   semantics.
61768 #
61769 #   Copyright (C) 2006 Free Software Foundation, Inc.
61770 #
61771 #   This program is free software: you can redistribute it and/or modify
61772 #   it under the terms of the GNU General Public License as published by
61773 #   the Free Software Foundation; either version 3 of the License, or
61774 #   (at your option) any later version.
61775
61776 File: ./lib/rename.c
61777 Hash: 1f9e11ca836ae5b2fb8b9e66aed55f3d358c7e104a480df3fd71801eb0a0bb64
61778 Copyright: 2001, 2002, 2003, 2005, 2006, 2009 Free Software Foundation, Inc.
61779 License: GPL-3+ 
61780 Licence_Text: 
61781 #Header: 
61782 #/* Work around rename bugs in some systems.  On SunOS 4.1.1_U1
61783 #   and mips-dec-ultrix4.4, rename fails when the source file has
61784 #   a trailing slash.  On mingw, rename fails when the destination
61785 #   exists.
61786 #
61787 #   Copyright (C) 2001, 2002, 2003, 2005, 2006, 2009 Free Software
61788 #   Foundation, Inc.
61789 #
61790 #   This program is free software: you can redistribute it and/or modify
61791 #   it under the terms of the GNU General Public License as published by
61792 #   the Free Software Foundation; either version 3 of the License, or
61793 #   (at your option) any later version.
61794 #
61795 #   This program is distributed in the hope that it will be useful,
61796 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61797
61798 File: ./lib/rijndael-alg-fst.c
61799 Hash: 49cc6c6e9d8de361675d0546671526e3109140364ce29855fbb8de575d6fee29
61800 Copyright: 2005, 2006 Free Software Foundation, Inc
61801 License: BSD GPL-2+
61802 #FIXME
61803 Licence_Text: 
61804 #Header: 
61805 #/* rijndael-alg-fst.c --- Rijndael cipher implementation.
61806 # * Copyright (C) 2005, 2006 Free Software Foundation, Inc.
61807 # *
61808 # * This file is free software; you can redistribute it and/or modify
61809 # * it under the terms of the GNU General Public License as published
61810 # * by the Free Software Foundation; either version 2, or (at your
61811 # * option) any later version.
61812 # *
61813 # * This file is distributed in the hope that it will be useful, but
61814 # * WITHOUT ANY WARRANTY; without even the implied warranty of
61815 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
61816 # * General Public License for more details.
61817 # *
61818 # * You should have received a copy of the GNU General Public License
61819 # * along with this file; if not, write to the Free Software
61820
61821 File: ./lib/rijndael-alg-fst.h
61822 Hash: 162ce649f0d069335d8228a612fdf65ceae6f3475f5dac1558ec29010f225634
61823 Copyright: 2005 Free Software Foundation, Inc
61824 License: BSD GPL-2+
61825 #FIXME
61826 Licence_Text: 
61827 #Header: 
61828 #/* rijndael-alg-fst.h --- Rijndael cipher implementation.
61829 # * Copyright (C) 2005 Free Software Foundation, Inc.
61830 # *
61831 # * This file is free software; you can redistribute it and/or modify
61832 # * it under the terms of the GNU General Public License as published
61833 # * by the Free Software Foundation; either version 2, or (at your
61834 # * option) any later version.
61835 # *
61836 # * This file is distributed in the hope that it will be useful, but
61837 # * WITHOUT ANY WARRANTY; without even the implied warranty of
61838 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
61839 # * General Public License for more details.
61840 # *
61841 # * You should have received a copy of the GNU General Public License
61842 # * along with this file; if not, write to the Free Software
61843
61844 File: ./lib/rijndael-api-fst.c
61845 Hash: b99f158275dd4fe795b389f5caccddb053dff98d2b957da0f54453adbfd5a538
61846 Copyright: 2005, 2006 Free Software Foundation, Inc
61847 License: BSD GPL-2+
61848 #FIXME
61849 Licence_Text: 
61850 #Header: 
61851 #/* rijndael-api-fst.c --- Rijndael cipher implementation.
61852 # * Copyright (C) 2005, 2006 Free Software Foundation, Inc.
61853 # *
61854 # * This file is free software; you can redistribute it and/or modify
61855 # * it under the terms of the GNU General Public License as published
61856 # * by the Free Software Foundation; either version 2, or (at your
61857 # * option) any later version.
61858 # *
61859 # * This file is distributed in the hope that it will be useful, but
61860 # * WITHOUT ANY WARRANTY; without even the implied warranty of
61861 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
61862 # * General Public License for more details.
61863 # *
61864 # * You should have received a copy of the GNU General Public License
61865 # * along with this file; if not, write to the Free Software
61866
61867 File: ./lib/rijndael-api-fst.h
61868 Hash: 5e47a11e8fa358f2f9d5b74032b2f486490674675a23560778ff639f0ac38985
61869 Copyright: 2005 Free Software Foundation, Inc
61870 License: BSD GPL-2+
61871 #FIXME
61872 Licence_Text: 
61873 #Header: 
61874 #/* rijndael-api-fst.h --- Rijndael cipher implementation.
61875 # * Copyright (C) 2005 Free Software Foundation, Inc.
61876 # *
61877 # * This file is free software; you can redistribute it and/or modify
61878 # * it under the terms of the GNU General Public License as published
61879 # * by the Free Software Foundation; either version 2, or (at your
61880 # * option) any later version.
61881 # *
61882 # * This file is distributed in the hope that it will be useful, but
61883 # * WITHOUT ANY WARRANTY; without even the implied warranty of
61884 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
61885 # * General Public License for more details.
61886 # *
61887 # * You should have received a copy of the GNU General Public License
61888 # * along with this file; if not, write to the Free Software
61889
61890 File: ./lib/rmdir.c
61891 Hash: 018a558c35eb9dac411a0a1df8bc31f403fdd1d5de43451c3a4dfc748b0a4ed6
61892 Copyright: 1988, 1990, 1999, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
61893 License: GPL-3+ 
61894 Licence_Text: 
61895 #Header: 
61896 #/* BSD compatible remove directory function for System V
61897 #
61898 #   Copyright (C) 1988, 1990, 1999, 2003, 2004, 2005, 2006 Free
61899 #   Software Foundation, Inc.
61900 #
61901 #   This program is free software: you can redistribute it and/or modify
61902 #   it under the terms of the GNU General Public License as published by
61903 #   the Free Software Foundation; either version 3 of the License, or
61904 #   (at your option) any later version.
61905 #
61906 #   This program is distributed in the hope that it will be useful,
61907 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61908 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61909 #   GNU General Public License for more details.
61910
61911 File: ./lib/round.c
61912 Hash: 29c7537bfa12a1bf0dce9cb9a55affc57f544d6f66a1562ce1a2de81043999f2
61913 Copyright: 2007 Free Software Foundation, Inc
61914 License: GPL-2+
61915 Licence_Text: 
61916 #Header: 
61917 #/* Round toward nearest, breaking ties away from zero.
61918 #   Copyright (C) 2007 Free Software Foundation, Inc.
61919 #
61920 #   This program is free software; you can redistribute it and/or modify
61921 #   it under the terms of the GNU General Public License as published by
61922 #   the Free Software Foundation; either version 2, or (at your option)
61923 #   any later version.
61924 #
61925 #   This program is distributed in the hope that it will be useful,
61926 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61927 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61928 #   GNU General Public License for more details.
61929 #
61930 #   You should have received a copy of the GNU General Public License along
61931 #   with this program; if not, write to the Free Software Foundation,
61932
61933 File: ./lib/roundf.c
61934 Hash: 29c7537bfa12a1bf0dce9cb9a55affc57f544d6f66a1562ce1a2de81043999f2
61935 Copyright: 2007 Free Software Foundation, Inc
61936 License: GPL-2+
61937 Licence_Text: 
61938 #Header: 
61939 #/* Round toward nearest, breaking ties away from zero.
61940 #   Copyright (C) 2007 Free Software Foundation, Inc.
61941 #
61942 #   This program is free software; you can redistribute it and/or modify
61943 #   it under the terms of the GNU General Public License as published by
61944 #   the Free Software Foundation; either version 2, or (at your option)
61945 #   any later version.
61946 #
61947 #   This program is distributed in the hope that it will be useful,
61948 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61949 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61950 #   GNU General Public License for more details.
61951 #
61952 #   You should have received a copy of the GNU General Public License along
61953 #   with this program; if not, write to the Free Software Foundation,
61954
61955 File: ./lib/roundl.c
61956 Hash: 29c7537bfa12a1bf0dce9cb9a55affc57f544d6f66a1562ce1a2de81043999f2
61957 Copyright: 2007 Free Software Foundation, Inc
61958 License: GPL-2+
61959 Licence_Text: 
61960 #Header: 
61961 #/* Round toward nearest, breaking ties away from zero.
61962 #   Copyright (C) 2007 Free Software Foundation, Inc.
61963 #
61964 #   This program is free software; you can redistribute it and/or modify
61965 #   it under the terms of the GNU General Public License as published by
61966 #   the Free Software Foundation; either version 2, or (at your option)
61967 #   any later version.
61968 #
61969 #   This program is distributed in the hope that it will be useful,
61970 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61971 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61972 #   GNU General Public License for more details.
61973 #
61974 #   You should have received a copy of the GNU General Public License along
61975 #   with this program; if not, write to the Free Software Foundation,
61976
61977 File: ./lib/rpmatch.c
61978 Hash: 55373da72f4e3da7649f19e32ad56f0c83c97a9d3259a237b8997c00ddcf5b9a
61979 Copyright: 1996, 1998, 2000, 2002, 2003, 2006-2008 Free Software Foundation, Inc.
61980 License: GPL-3+ 
61981 Licence_Text: 
61982 #Header: 
61983 #/* Determine whether string value is affirmation or negative response
61984 #   according to current locale's data.
61985 #
61986 #   Copyright (C) 1996, 1998, 2000, 2002, 2003, 2006-2008 Free Software
61987 #   Foundation, Inc.
61988 #
61989 #   This program is free software: you can redistribute it and/or modify
61990 #   it under the terms of the GNU General Public License as published by
61991 #   the Free Software Foundation; either version 3 of the License, or
61992 #   (at your option) any later version.
61993 #
61994 #   This program is distributed in the hope that it will be useful,
61995 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
61996 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61997 #   GNU General Public License for more details.
61998
61999 File: ./lib/safe-alloc.c
62000 Hash: 9844c4950cc5bf374ef430b7dc9b69be026b2120e88864e26aea2bbf2855ae62
62001 Copyright: 2009 Free Software Foundation, Inc
62002 License: LGPL-2.1+
62003 Licence_Text: 
62004 #Header: 
62005 #/*
62006 # * safe-alloc.c: safer memory allocation
62007 # *
62008 # * Copyright (C) 2009 Free Software Foundation, Inc.
62009 # *
62010 # * This library is free software; you can redistribute it and/or
62011 # * modify it under the terms of the GNU Lesser General Public
62012 # * License as published by the Free Software Foundation; either
62013 # * version 2.1 of the License, or (at your option) any later version.
62014 # *
62015 # * This library is distributed in the hope that it will be useful,
62016 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
62017 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
62018 # * Lesser General Public License for more details.
62019 # *
62020
62021 File: ./lib/safe-alloc.h
62022 Hash: 5211b4e3531c33d28506f04532eeffb65e8df0d999c5b9a00e3f36d3fe7bf46c
62023 Copyright: 2009 Free Software Foundation, Inc
62024 License: LGPL-2.1+
62025 Licence_Text: 
62026 #Header: 
62027 #/*
62028 # * safe-alloc.h: safer memory allocation
62029 # *
62030 # * Copyright (C) 2009 Free Software Foundation, Inc.
62031 # *
62032 # * This library is free software; you can redistribute it and/or
62033 # * modify it under the terms of the GNU Lesser General Public
62034 # * License as published by the Free Software Foundation; either
62035 # * version 2.1 of the License, or (at your option) any later version.
62036 # *
62037 # * This library is distributed in the hope that it will be useful,
62038 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
62039 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
62040 # * Lesser General Public License for more details.
62041 # *
62042
62043 File: ./lib/safe-read.c
62044 Hash: d12efe172ef14861fdb86cf76cb61277327a60cabf2a7afdafc1ade15afb9187
62045 Copyright: 1993, 1994, 1998, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
62046 License: GPL-3+ 
62047 Licence_Text: 
62048 #Header: 
62049 #/* An interface to read and write that retries after interrupts.
62050 #
62051 #   Copyright (C) 1993, 1994, 1998, 2002, 2003, 2004, 2005, 2006 Free
62052 #   Software Foundation, Inc.
62053 #
62054 #   This program is free software: you can redistribute it and/or modify
62055 #   it under the terms of the GNU General Public License as published by
62056 #   the Free Software Foundation; either version 3 of the License, or
62057 #   (at your option) any later version.
62058 #
62059 #   This program is distributed in the hope that it will be useful,
62060 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62061 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62062 #   GNU General Public License for more details.
62063
62064 File: ./lib/safe-read.h
62065 Hash: 2667a28d26546c5be4bcaa1fca81b4e13cd518f9717d314db29d047fdd7494d6
62066 Copyright: 2002, 2006 Free Software Foundation, Inc
62067 License: GPL-3+ 
62068 Licence_Text: 
62069 #Header: 
62070 #/* An interface to read() that retries after interrupts.
62071 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
62072 #
62073 #   This program is free software: you can redistribute it and/or modify
62074 #   it under the terms of the GNU General Public License as published by
62075 #   the Free Software Foundation; either version 3 of the License, or
62076 #   (at your option) any later version.
62077 #
62078 #   This program is distributed in the hope that it will be useful,
62079 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62080 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62081 #   GNU General Public License for more details.
62082 #
62083 #   You should have received a copy of the GNU General Public License
62084 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
62085
62086 File: ./lib/safe-write.c
62087 Hash: 6aa76f15c5e0ee9a8e0b1be63deb69b31fe263a9d1c5c10ffb2e8fe6dcd7c0f1
62088 Copyright: 2002 Free Software Foundation, Inc
62089 License: GPL-3+ 
62090 Licence_Text: 
62091 #Header: 
62092 #/* An interface to write that retries after interrupts.
62093 #   Copyright (C) 2002 Free Software Foundation, Inc.
62094 #
62095 #   This program is free software: you can redistribute it and/or modify
62096 #   it under the terms of the GNU General Public License as published by
62097 #   the Free Software Foundation; either version 3 of the License, or
62098 #   (at your option) any later version.
62099 #
62100 #   This program is distributed in the hope that it will be useful,
62101 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62102 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62103 #   GNU General Public License for more details.
62104 #
62105 #   You should have received a copy of the GNU General Public License
62106 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
62107
62108 File: ./lib/safe-write.h
62109 Hash: 8179ca35d82597a466d03026c42e05761523d0036556a873fe42692f500476ae
62110 Copyright: 2002 Free Software Foundation, Inc
62111 License: GPL-3+ 
62112 Licence_Text: 
62113 #Header: 
62114 #/* An interface to write() that retries after interrupts.
62115 #   Copyright (C) 2002 Free Software Foundation, Inc.
62116 #
62117 #   This program is free software: you can redistribute it and/or modify
62118 #   it under the terms of the GNU General Public License as published by
62119 #   the Free Software Foundation; either version 3 of the License, or
62120 #   (at your option) any later version.
62121 #
62122 #   This program is distributed in the hope that it will be useful,
62123 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62124 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62125 #   GNU General Public License for more details.
62126 #
62127 #   You should have received a copy of the GNU General Public License
62128 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
62129
62130 File: ./lib/same-inode.h
62131 Hash: 81b80979de8a7e53f45381e99597bc7390cfaa00e499dac502c31c58415b42a8
62132 Copyright: 2006 Free Software Foundation, Inc
62133 License: GPL-3+ 
62134 Licence_Text: 
62135 #Header: 
62136 #/* Determine whether two stat buffers refer to the same file.
62137 #
62138 #   Copyright (C) 2006 Free Software Foundation, Inc.
62139 #
62140 #   This program is free software: you can redistribute it and/or modify
62141 #   it under the terms of the GNU General Public License as published by
62142 #   the Free Software Foundation; either version 3 of the License, or
62143 #   (at your option) any later version.
62144 #
62145 #   This program is distributed in the hope that it will be useful,
62146 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62147 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62148 #   GNU General Public License for more details.
62149 #
62150 #   You should have received a copy of the GNU General Public License
62151
62152 File: ./lib/same.c
62153 Hash: ce1a1ec04e3aec75a5006861db979396761bc69c62096f1996e7ba2f5f3bbba4
62154 Copyright: 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
62155 License: GPL-3+ 
62156 Licence_Text: 
62157 #Header: 
62158 #/* Determine whether two file names refer to the same file.
62159 #
62160 #   Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006 Free
62161 #   Software Foundation, Inc.
62162 #
62163 #   This program is free software: you can redistribute it and/or modify
62164 #   it under the terms of the GNU General Public License as published by
62165 #   the Free Software Foundation; either version 3 of the License, or
62166 #   (at your option) any later version.
62167 #
62168 #   This program is distributed in the hope that it will be useful,
62169 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62170 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62171 #   GNU General Public License for more details.
62172
62173 File: ./lib/same.h
62174 Hash: 01df5ca3af0102dba2561b287d19d5651e891876ac5c54f1dde91b7bd23bb64c
62175 Copyright: 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
62176 License: GPL-3+ 
62177 Licence_Text: 
62178 #Header: 
62179 #/* Determine whether two file names refer to the same file.
62180 #
62181 #   Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004 Free Software
62182 #   Foundation, Inc.
62183 #
62184 #   This program is free software: you can redistribute it and/or modify
62185 #   it under the terms of the GNU General Public License as published by
62186 #   the Free Software Foundation; either version 3 of the License, or
62187 #   (at your option) any later version.
62188 #
62189 #   This program is distributed in the hope that it will be useful,
62190 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62191 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62192 #   GNU General Public License for more details.
62193
62194 File: ./lib/save-cwd.c
62195 Hash: 422df5e09ad67e75a7c147e25f3da9a175fa80d7259241a3da6155c5ce96f539
62196 Copyright: 1995, 1997, 1998, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
62197 License: GPL-3+ 
62198 Licence_Text: 
62199 #Header: 
62200 #/* save-cwd.c -- Save and restore current working directory.
62201 #
62202 #   Copyright (C) 1995, 1997, 1998, 2003, 2004, 2005, 2006 Free
62203 #   Software Foundation, Inc.
62204 #
62205 #   This program is free software: you can redistribute it and/or modify
62206 #   it under the terms of the GNU General Public License as published by
62207 #   the Free Software Foundation; either version 3 of the License, or
62208 #   (at your option) any later version.
62209 #
62210 #   This program is distributed in the hope that it will be useful,
62211 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62212 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62213 #   GNU General Public License for more details.
62214
62215 File: ./lib/save-cwd.h
62216 Hash: 4b0e13da5aef3208b1bce2ab1b10c453cbf1e370c969b41bac7be51e2b76e809
62217 Copyright: 1995, 1997, 1998, 2003 Free Software Foundation, Inc
62218 License: GPL-3+ 
62219 Licence_Text: 
62220 #Header: 
62221 #/* Save and restore current working directory.
62222 #
62223 #   Copyright (C) 1995, 1997, 1998, 2003 Free Software Foundation, Inc.
62224 #
62225 #   This program is free software: you can redistribute it and/or modify
62226 #   it under the terms of the GNU General Public License as published by
62227 #   the Free Software Foundation; either version 3 of the License, or
62228 #   (at your option) any later version.
62229 #
62230 #   This program is distributed in the hope that it will be useful,
62231 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62232 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62233 #   GNU General Public License for more details.
62234 #
62235 #   You should have received a copy of the GNU General Public License
62236
62237 File: ./lib/savedir.c
62238 Hash: 928cfb9bf8e834b1b6ef7b1825e58d6b44fd5770a7cea787dd66589c84e8c274
62239 Copyright: 1990, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2009 Free Software Foundation, Inc.
62240 License: GPL-3+ 
62241 Licence_Text: 
62242 #Header: 
62243 #/* savedir.c -- save the list of files in a directory in a string
62244 #
62245 #   Copyright (C) 1990, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
62246 #   2006, 2009 Free Software Foundation, Inc.
62247 #
62248 #   This program is free software: you can redistribute it and/or modify
62249 #   it under the terms of the GNU General Public License as published by
62250 #   the Free Software Foundation; either version 3 of the License, or
62251 #   (at your option) any later version.
62252 #
62253 #   This program is distributed in the hope that it will be useful,
62254 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62255 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62256 #   GNU General Public License for more details.
62257
62258 File: ./lib/savedir.h
62259 Hash: cfa56cb818e618c3fe57c975e9f0c5ba8723bc62e0de5473481cd5587cbe8350
62260 Copyright: 1997, 1999, 2001, 2003, 2005 Free Software Foundation, Inc
62261 License: GPL-3+ 
62262 Licence_Text: 
62263 #Header: 
62264 #/* Save the list of files in a directory in a string.
62265 #
62266 #   Copyright (C) 1997, 1999, 2001, 2003, 2005 Free Software Foundation, Inc.
62267 #
62268 #   This program is free software: you can redistribute it and/or modify
62269 #   it under the terms of the GNU General Public License as published by
62270 #   the Free Software Foundation; either version 3 of the License, or
62271 #   (at your option) any later version.
62272 #
62273 #   This program is distributed in the hope that it will be useful,
62274 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62275 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62276 #   GNU General Public License for more details.
62277 #
62278 #   You should have received a copy of the GNU General Public License
62279
62280 File: ./lib/savewd.c
62281 Hash: 587bc08918885aa18f980c1c6950d2dcd55e2ffa0c869d562185891b6960dc6f
62282 Copyright: 2006, 2007, 2009 Free Software Foundation, Inc
62283 License: GPL-3+ 
62284 Licence_Text: 
62285 #Header: 
62286 #/* Save and restore the working directory, possibly using a child process.
62287 #
62288 #   Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
62289 #
62290 #   This program is free software: you can redistribute it and/or modify
62291 #   it under the terms of the GNU General Public License as published by
62292 #   the Free Software Foundation; either version 3 of the License, or
62293 #   (at your option) any later version.
62294 #
62295 #   This program is distributed in the hope that it will be useful,
62296 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62297 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62298 #   GNU General Public License for more details.
62299 #
62300 #   You should have received a copy of the GNU General Public License
62301
62302 File: ./lib/savewd.h
62303 Hash: 6d491cbfc2163751c419f2376a46d56cb899e625395ca51efb08dfeb6ad2b7ea
62304 Copyright: 2006 Free Software Foundation, Inc
62305 License: GPL-3+ 
62306 Licence_Text: 
62307 #Header: 
62308 #/* Save and restore the working directory, possibly using a subprocess.
62309 #
62310 #   Copyright (C) 2006 Free Software Foundation, Inc.
62311 #
62312 #   This program is free software: you can redistribute it and/or modify
62313 #   it under the terms of the GNU General Public License as published by
62314 #   the Free Software Foundation; either version 3 of the License, or
62315 #   (at your option) any later version.
62316 #
62317 #   This program is distributed in the hope that it will be useful,
62318 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62319 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62320 #   GNU General Public License for more details.
62321 #
62322 #   You should have received a copy of the GNU General Public License
62323
62324 File: ./lib/scandir.c
62325 Hash: 2bea6e6d81d5f7fd79619df895eaf13e5823217eeabbf1ef38c343dc53d17b06
62326 Copyright: 1992-1998, 2000, 2002, 2003, 2009 Free Software Foundation, Inc
62327 License: GPL-2+
62328 Licence_Text: 
62329 #Header: 
62330 #/* Copyright (C) 1992-1998, 2000, 2002, 2003, 2009 Free Software Foundation, Inc.
62331 #   This file is part of the GNU C Library.
62332 #
62333 #   This program is free software; you can redistribute it and/or modify it
62334 #   under the terms of the GNU General Public License as published by the
62335 #   Free Software Foundation; either version 2, or (at your option) any
62336 #   later version.
62337 #
62338 #   This program is distributed in the hope that it will be useful,
62339 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62340 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62341 #   GNU General Public License for more details.
62342 #
62343 #   You should have received a copy of the GNU General Public License
62344 #   along with this program; if not, write to the Free Software Foundation,
62345
62346 File: ./lib/sched.in.h
62347 Hash: 5c835c4e5fd04776b804eab97562bd18f61757bfecab83a838e62f90997512b6
62348 Copyright: 2008 Free Software Foundation, Inc
62349 License: GPL-3+ 
62350 Licence_Text: 
62351 #Header: 
62352 #/* Replacement <sched.h> for platforms that lack it.
62353 #   Copyright (C) 2008 Free Software Foundation, Inc.
62354 #
62355 #   This program is free software: you can redistribute it and/or modify
62356 #   it under the terms of the GNU General Public License as published by
62357 #   the Free Software Foundation; either version 3 of the License, or
62358 #   (at your option) any later version.
62359 #
62360 #   This program is distributed in the hope that it will be useful,
62361 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62362 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62363 #   GNU General Public License for more details.
62364 #
62365 #   You should have received a copy of the GNU General Public License
62366 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
62367
62368 File: ./lib/se-context.in.h
62369 Hash: e71efe13fc9c187c71a5f39e76a5a4e4c03a3194a14acf7b4af3fb81c3d879a8
62370 Copyright: 
62371 License: 
62372 Licence_Text: 
62373 #Header: 
62374 ##ifndef SELINUX_CONTEXT_H
62375 ## define SELINUX_CONTEXT_H
62376 #
62377 ## include <errno.h>
62378 #
62379 #typedef int context_t;
62380 #static inline context_t context_new (char const *s _UNUSED_PARAMETER_)
62381 #  { errno = ENOTSUP; return 0; }
62382 #static inline char *context_str (context_t con _UNUSED_PARAMETER_)
62383 #  { errno = ENOTSUP; return (void *) 0; }
62384 #static inline void context_free (context_t c _UNUSED_PARAMETER_) {}
62385 #
62386 #static inline int context_user_set (context_t sc _UNUSED_PARAMETER_,
62387 #                                   char const *s _UNUSED_PARAMETER_)
62388 #  { errno = ENOTSUP; return -1; }
62389
62390 File: ./lib/se-selinux.in.h
62391 Hash: 70669262b44df770b656e06dd0607d4fa4e070616a4a93731d36d8254d0eb8bb
62392 Copyright: 
62393 License: 
62394 Licence_Text: 
62395 #Header: 
62396 ##ifndef SELINUX_SELINUX_H
62397 ## define SELINUX_SELINUX_H
62398 #
62399 ## include <sys/types.h>
62400 ## include <errno.h>
62401 #
62402 #typedef unsigned short security_class_t;
62403 ## define security_context_t char*
62404 ## define is_selinux_enabled() 0
62405 #
62406 #static inline int getcon (security_context_t *con _UNUSED_PARAMETER_)
62407 #  { errno = ENOTSUP; return -1; }
62408 #static inline void freecon (security_context_t con _UNUSED_PARAMETER_) {}
62409
62410 File: ./lib/search.in.h
62411 Hash: 98707f0a63adefec5733713c576243f083b682775057a7d5971cef4277fc8960
62412 Copyright: 2007-2008 Free Software Foundation, Inc
62413 License: GPL-3+ 
62414 Licence_Text: 
62415 #Header: 
62416 #/* A GNU-like <search.h>.
62417 #
62418 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
62419 #
62420 #   This program is free software: you can redistribute it and/or modify
62421 #   it under the terms of the GNU General Public License as published by
62422 #   the Free Software Foundation; either version 3 of the License, or
62423 #   (at your option) any later version.
62424 #
62425 #   This program is distributed in the hope that it will be useful,
62426 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62427 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62428 #   GNU General Public License for more details.
62429 #
62430 #   You should have received a copy of the GNU General Public License
62431
62432 File: ./lib/select.c
62433 Hash: db938a6d1b5d591ba63dd3673bb2ccd0ecd9f8b9fcaad86d3c607368122268a8
62434 Copyright: 2008-2009 Free Software Foundation, Inc
62435 License: GPL-2+
62436 Licence_Text: 
62437 #Header: 
62438 #/* Emulation for select(2)
62439 #   Contributed by Paolo Bonzini.
62440 #
62441 #   Copyright 2008-2009 Free Software Foundation, Inc.
62442 #
62443 #   This file is part of gnulib.
62444 #
62445 #   This program is free software; you can redistribute it and/or modify
62446 #   it under the terms of the GNU General Public License as published by
62447 #   the Free Software Foundation; either version 2, or (at your option)
62448 #   any later version.
62449 #
62450 #   This program is distributed in the hope that it will be useful,
62451 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62452 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62453
62454 File: ./lib/selinux-at.c
62455 Hash: e73ac0c418e767f09a8d77674df132f0b446c5448c43a1d9303e58907d17018f
62456 Copyright: 2007, 2009 Free Software Foundation, Inc
62457 License: GPL-3+ 
62458 Licence_Text: 
62459 #Header: 
62460 #/* openat-style fd-relative functions for SE Linux
62461 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
62462 #
62463 #   This program is free software: you can redistribute it and/or modify
62464 #   it under the terms of the GNU General Public License as published by
62465 #   the Free Software Foundation, either version 3 of the License, or
62466 #   (at your option) any later version.
62467 #
62468 #   This program is distributed in the hope that it will be useful,
62469 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62470 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62471 #   GNU General Public License for more details.
62472 #
62473 #   You should have received a copy of the GNU General Public License
62474 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
62475
62476 File: ./lib/selinux-at.h
62477 Hash: 2e95007054f57abccc9c2dbc0df4520778025ef925f3b74873d5d58af819e36e
62478 Copyright: 2007, 2009 Free Software Foundation, Inc
62479 License: GPL-3+ 
62480 Licence_Text: 
62481 #Header: 
62482 #/* Prototypes for openat-style fd-relative SELinux functions
62483 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
62484 #
62485 #   This program is free software: you can redistribute it and/or modify
62486 #   it under the terms of the GNU General Public License as published by
62487 #   the Free Software Foundation, either version 3 of the License, or
62488 #   (at your option) any later version.
62489 #
62490 #   This program is distributed in the hope that it will be useful,
62491 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62492 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62493 #   GNU General Public License for more details.
62494 #
62495 #   You should have received a copy of the GNU General Public License
62496 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
62497
62498 File: ./lib/send.c
62499 Hash: 47748f45a6a25cadf5542f9543f49778f7ea6b2c87fef1bf9926c8c66e7f5661
62500 Copyright: 2008 Free Software Foundation, Inc
62501 License: GPL-3+ 
62502 Licence_Text: 
62503 #Header: 
62504 #/* send.c --- wrappers for Windows send function
62505 #
62506 #   Copyright (C) 2008 Free Software Foundation, Inc.
62507 #
62508 #   This program is free software: you can redistribute it and/or modify
62509 #   it under the terms of the GNU General Public License as published by
62510 #   the Free Software Foundation; either version 3 of the License, or
62511 #   (at your option) any later version.
62512 #
62513 #   This program is distributed in the hope that it will be useful,
62514 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62515 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62516 #   GNU General Public License for more details.
62517 #
62518 #   You should have received a copy of the GNU General Public License
62519
62520 File: ./lib/sendto.c
62521 Hash: 634c06211e79ad265f869003e97612a84a67d40fa6d275ace86b12592b0a8eab
62522 Copyright: 2008 Free Software Foundation, Inc
62523 License: GPL-3+ 
62524 Licence_Text: 
62525 #Header: 
62526 #/* sendto.c --- wrappers for Windows sendto function
62527 #
62528 #   Copyright (C) 2008 Free Software Foundation, Inc.
62529 #
62530 #   This program is free software: you can redistribute it and/or modify
62531 #   it under the terms of the GNU General Public License as published by
62532 #   the Free Software Foundation; either version 3 of the License, or
62533 #   (at your option) any later version.
62534 #
62535 #   This program is distributed in the hope that it will be useful,
62536 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62537 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62538 #   GNU General Public License for more details.
62539 #
62540 #   You should have received a copy of the GNU General Public License
62541
62542 File: ./lib/set-mode-acl.c
62543 Hash: e859e38ad22b32346c568c33be9a662b92a792f63402be0645020fe91e7a865e
62544 Copyright: 2002-2003, 2005-2009 Free Software Foundation, Inc
62545 License: GPL-3+ 
62546 Licence_Text: 
62547 #Header: 
62548 #/* set-mode-acl.c - set access control list equivalent to a mode
62549 #
62550 #   Copyright (C) 2002-2003, 2005-2009 Free Software Foundation, Inc.
62551 #
62552 #   This program is free software: you can redistribute it and/or modify
62553 #   it under the terms of the GNU General Public License as published by
62554 #   the Free Software Foundation; either version 3 of the License, or
62555 #   (at your option) any later version.
62556 #
62557 #   This program is distributed in the hope that it will be useful,
62558 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62559 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62560 #   GNU General Public License for more details.
62561 #
62562 #   You should have received a copy of the GNU General Public License
62563
62564 File: ./lib/setenv.c
62565 Hash: 5927758c893aede52f8fdc5263d4117e4614fb619646a37d5464b249f19cc91e
62566 Copyright: 1992,1995-1999,2000-2003,2005-2008 Free Software Foundation, Inc
62567 License: GPL-3+ 
62568 Licence_Text: 
62569 #Header: 
62570 #/* Copyright (C) 1992,1995-1999,2000-2003,2005-2008 Free Software Foundation, Inc.
62571 #   This file is part of the GNU C Library.
62572 #
62573 #   This program is free software: you can redistribute it and/or modify
62574 #   it under the terms of the GNU General Public License as published by
62575 #   the Free Software Foundation; either version 3 of the License, or
62576 #   (at your option) any later version.
62577 #
62578 #   This program is distributed in the hope that it will be useful,
62579 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62580 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62581 #   GNU General Public License for more details.
62582 #
62583 #   You should have received a copy of the GNU General Public License
62584 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
62585
62586 File: ./lib/setsockopt.c
62587 Hash: 1fe9bb029b10267e47bbc61360ce31f9915584f8824b3da8569b084bba160c32
62588 Copyright: 2008-2009 Free Software Foundation, Inc
62589 License: GPL-3+ 
62590 Licence_Text: 
62591 #Header: 
62592 #/* setsockopt.c --- wrappers for Windows setsockopt function
62593 #
62594 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
62595 #
62596 #   This program is free software: you can redistribute it and/or modify
62597 #   it under the terms of the GNU General Public License as published by
62598 #   the Free Software Foundation; either version 3 of the License, or
62599 #   (at your option) any later version.
62600 #
62601 #   This program is distributed in the hope that it will be useful,
62602 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62603 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62604 #   GNU General Public License for more details.
62605 #
62606 #   You should have received a copy of the GNU General Public License
62607
62608 File: ./lib/settime.c
62609 Hash: f3fef53696d8c8b81a746528ddebe430eabebc29f83bae24fefffef92380d23e
62610 Copyright: 2002, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
62611 License: GPL-3+ 
62612 Licence_Text: 
62613 #Header: 
62614 #/* settime -- set the system clock
62615 #
62616 #   Copyright (C) 2002, 2004, 2005, 2006, 2007, 2009 Free Software
62617 #   Foundation, Inc.
62618 #
62619 #   This program is free software: you can redistribute it and/or modify
62620 #   it under the terms of the GNU General Public License as published by
62621 #   the Free Software Foundation; either version 3 of the License, or
62622 #   (at your option) any later version.
62623 #
62624 #   This program is distributed in the hope that it will be useful,
62625 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62626 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62627 #   GNU General Public License for more details.
62628
62629 File: ./lib/sh-quote.c
62630 Hash: 27a65b308d278b6fdef8dcaac9558d0d90b8ff6974551e8892d1767765097bc7
62631 Copyright: 2001-2004, 2006 Free Software Foundation, Inc
62632 License: GPL-3+ 
62633 Licence_Text: 
62634 #Header: 
62635 #/* Shell quoting.
62636 #   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
62637 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
62638 #
62639 #   This program is free software: you can redistribute it and/or modify
62640 #   it under the terms of the GNU General Public License as published by
62641 #   the Free Software Foundation; either version 3 of the License, or
62642 #   (at your option) any later version.
62643 #
62644 #   This program is distributed in the hope that it will be useful,
62645 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62646 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62647 #   GNU General Public License for more details.
62648 #
62649 #   You should have received a copy of the GNU General Public License
62650
62651 File: ./lib/sh-quote.h
62652 Hash: e049a481e491c1fd1433d5f930becd727d362737d16f575f5108daf88ed3e08e
62653 Copyright: 2001-2002, 2004 Free Software Foundation, Inc
62654 License: GPL-3+ 
62655 Licence_Text: 
62656 #Header: 
62657 #/* Shell quoting.
62658 #   Copyright (C) 2001-2002, 2004 Free Software Foundation, Inc.
62659 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
62660 #
62661 #   This program is free software: you can redistribute it and/or modify
62662 #   it under the terms of the GNU General Public License as published by
62663 #   the Free Software Foundation; either version 3 of the License, or
62664 #   (at your option) any later version.
62665 #
62666 #   This program is distributed in the hope that it will be useful,
62667 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62668 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62669 #   GNU General Public License for more details.
62670 #
62671 #   You should have received a copy of the GNU General Public License
62672
62673 File: ./lib/sha1.c
62674 Hash: e6f4ad18bb6193ea3a3c57b7bdd4d4c371e65ba20e2af676b3fd8578c462c6e9
62675 Copyright: 2000, 2001, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
62676 License: GPL-2+
62677 Licence_Text: 
62678 #Header: 
62679 #/* sha1.c - Functions to compute SHA1 message digest of files or
62680 #   memory blocks according to the NIST specification FIPS-180-1.
62681 #
62682 #   Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2008 Free Software
62683 #   Foundation, Inc.
62684 #
62685 #   This program is free software; you can redistribute it and/or modify it
62686 #   under the terms of the GNU General Public License as published by the
62687 #   Free Software Foundation; either version 2, or (at your option) any
62688 #   later version.
62689 #
62690 #   This program is distributed in the hope that it will be useful,
62691 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62692 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62693 #   GNU General Public License for more details.
62694
62695 File: ./lib/sha1.h
62696 Hash: 59bead7118f2949f37fdfa01470646bd275f2507e9be8ab76882bbe653057d9b
62697 Copyright: 2000, 2001, 2003, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
62698 License: GPL-2+
62699 Licence_Text: 
62700 #Header: 
62701 #/* Declarations of functions and data types used for SHA1 sum
62702 #   library functions.
62703 #   Copyright (C) 2000, 2001, 2003, 2005, 2006, 2008, 2009
62704 #   Free Software Foundation, Inc.
62705 #
62706 #   This program is free software; you can redistribute it and/or modify it
62707 #   under the terms of the GNU General Public License as published by the
62708 #   Free Software Foundation; either version 2, or (at your option) any
62709 #   later version.
62710 #
62711 #   This program is distributed in the hope that it will be useful,
62712 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62713 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62714 #   GNU General Public License for more details.
62715
62716 File: ./lib/sha256.c
62717 Hash: 3425dcf95c1f50702ebec678cc893f4d4c851054bf580de3d9a3f56bd0e01978
62718 Copyright: 2005, 2006, 2008 Free Software Foundation, Inc
62719 License: GPL-3+ 
62720 Licence_Text: 
62721 #Header: 
62722 #/* sha256.c - Functions to compute SHA256 and SHA224 message digest of files or
62723 #   memory blocks according to the NIST specification FIPS-180-2.
62724 #
62725 #   Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc.
62726 #
62727 #   This program is free software: you can redistribute it and/or modify
62728 #   it under the terms of the GNU General Public License as published by
62729 #   the Free Software Foundation, either version 3 of the License, or
62730 #   (at your option) any later version.
62731 #
62732 #   This program is distributed in the hope that it will be useful,
62733 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62734 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62735 #   GNU General Public License for more details.
62736
62737 File: ./lib/sha256.h
62738 Hash: 66581e4bc70d286563b89d7bb632dc9f3591df5dc926494ef60ac5e1ffb478ab
62739 Copyright: 2005, 2006, 2008, 2009 Free Software Foundation, Inc
62740 License: GPL-3+ 
62741 Licence_Text: 
62742 #Header: 
62743 #/* Declarations of functions and data types used for SHA256 and SHA224 sum
62744 #   library functions.
62745 #   Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
62746 #
62747 #   This program is free software: you can redistribute it and/or modify
62748 #   it under the terms of the GNU General Public License as published by
62749 #   the Free Software Foundation, either version 3 of the License, or
62750 #   (at your option) any later version.
62751 #
62752 #   This program is distributed in the hope that it will be useful,
62753 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62754 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62755 #   GNU General Public License for more details.
62756 #
62757 #   You should have received a copy of the GNU General Public License
62758
62759 File: ./lib/sha512.c
62760 Hash: 2d33540040b9cfd894cfda268216acf3ba9cf967d1e536a8661ae9bbf6b2e4ff
62761 Copyright: 2005, 2006, 2008 Free Software Foundation, Inc
62762 License: GPL-3+ 
62763 Licence_Text: 
62764 #Header: 
62765 #/* sha512.c - Functions to compute SHA512 and SHA384 message digest of files or
62766 #   memory blocks according to the NIST specification FIPS-180-2.
62767 #
62768 #   Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc.
62769 #
62770 #   This program is free software: you can redistribute it and/or modify
62771 #   it under the terms of the GNU General Public License as published by
62772 #   the Free Software Foundation, either version 3 of the License, or
62773 #   (at your option) any later version.
62774 #
62775 #   This program is distributed in the hope that it will be useful,
62776 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62777 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62778 #   GNU General Public License for more details.
62779
62780 File: ./lib/sha512.h
62781 Hash: ee0dec75a513f6772789a0b6bf0ee1ead955abeb34696a489d19ec6e13e3388b
62782 Copyright: 2005, 2006, 2008, 2009 Free Software Foundation, Inc
62783 License: GPL-3+ 
62784 Licence_Text: 
62785 #Header: 
62786 #/* Declarations of functions and data types used for SHA512 and SHA384 sum
62787 #   library functions.
62788 #   Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
62789 #
62790 #   This program is free software: you can redistribute it and/or modify
62791 #   it under the terms of the GNU General Public License as published by
62792 #   the Free Software Foundation, either version 3 of the License, or
62793 #   (at your option) any later version.
62794 #
62795 #   This program is distributed in the hope that it will be useful,
62796 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62797 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62798 #   GNU General Public License for more details.
62799 #
62800 #   You should have received a copy of the GNU General Public License
62801
62802 File: ./lib/shutdown.c
62803 Hash: 51160b16d7393090800e4bf94a60a1df431f62ec86b1ae2f26a6c51152458de6
62804 Copyright: 2008 Free Software Foundation, Inc
62805 License: GPL-3+ 
62806 Licence_Text: 
62807 #Header: 
62808 #/* shutdown.c --- wrappers for Windows shutdown function
62809 #
62810 #   Copyright (C) 2008 Free Software Foundation, Inc.
62811 #
62812 #   This program is free software: you can redistribute it and/or modify
62813 #   it under the terms of the GNU General Public License as published by
62814 #   the Free Software Foundation; either version 3 of the License, or
62815 #   (at your option) any later version.
62816 #
62817 #   This program is distributed in the hope that it will be useful,
62818 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62819 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62820 #   GNU General Public License for more details.
62821 #
62822 #   You should have received a copy of the GNU General Public License
62823
62824 File: ./lib/sig-handler.h
62825 Hash: dc43801fc9a9f3dc8ba0d661a7db3e864cb14324b7c2cb2196f3b59a89fd6159
62826 Copyright: 2008 Free Software Foundation, Inc
62827 License: GPL-3+ 
62828 Licence_Text: 
62829 #Header: 
62830 #/* Convenience declarations when working with <signal.h>.
62831 #
62832 #   Copyright (C) 2008 Free Software Foundation, Inc.
62833 #
62834 #   This program is free software: you can redistribute it and/or modify
62835 #   it under the terms of the GNU General Public License as published by
62836 #   the Free Software Foundation; either version 3 of the License, or
62837 #   (at your option) any later version.
62838 #
62839 #   This program is distributed in the hope that it will be useful,
62840 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62841 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62842 #   GNU General Public License for more details.
62843 #
62844 #   You should have received a copy of the GNU General Public License
62845
62846 File: ./lib/sig2str.c
62847 Hash: ca70d2eda30326ad5a9d6cf9336be308827519fa3ec0a948ddb151f104506663
62848 Copyright: 2002, 2004, 2006 Free Software Foundation, Inc
62849 License: GPL-3+ 
62850 Licence_Text: 
62851 #Header: 
62852 #/* sig2str.c -- convert between signal names and numbers
62853 #
62854 #   Copyright (C) 2002, 2004, 2006 Free Software Foundation, Inc.
62855 #
62856 #   This program is free software: you can redistribute it and/or modify
62857 #   it under the terms of the GNU General Public License as published by
62858 #   the Free Software Foundation; either version 3 of the License, or
62859 #   (at your option) any later version.
62860 #
62861 #   This program is distributed in the hope that it will be useful,
62862 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62863 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62864 #   GNU General Public License for more details.
62865 #
62866 #   You should have received a copy of the GNU General Public License
62867
62868 File: ./lib/sig2str.h
62869 Hash: e5747ec456c7780cd6b05fbfd22631cbc4bd955a230a013649b51f33a60b8011
62870 Copyright: 2002, 2005 Free Software Foundation, Inc
62871 License: GPL-3+ 
62872 Licence_Text: 
62873 #Header: 
62874 #/* sig2str.h -- convert between signal names and numbers
62875 #
62876 #   Copyright (C) 2002, 2005 Free Software Foundation, Inc.
62877 #
62878 #   This program is free software: you can redistribute it and/or modify
62879 #   it under the terms of the GNU General Public License as published by
62880 #   the Free Software Foundation; either version 3 of the License, or
62881 #   (at your option) any later version.
62882 #
62883 #   This program is distributed in the hope that it will be useful,
62884 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62885 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62886 #   GNU General Public License for more details.
62887 #
62888 #   You should have received a copy of the GNU General Public License
62889
62890 File: ./lib/sigaction.c
62891 Hash: 961a07c6f2a1fa494905a8c380725451d27e61e2cade6aff296fd560d9f41564
62892 Copyright: 2008 Free Software Foundation, Inc
62893 License: GPL-3+ 
62894 Licence_Text: 
62895 #Header: 
62896 #/* POSIX compatible signal blocking.
62897 #   Copyright (C) 2008 Free Software Foundation, Inc.
62898 #   Written by Eric Blake <ebb9@byu.net>, 2008.
62899 #
62900 #   This program is free software: you can redistribute it and/or modify
62901 #   it under the terms of the GNU General Public License as published by
62902 #   the Free Software Foundation; either version 3 of the License, or
62903 #   (at your option) any later version.
62904 #
62905 #   This program is distributed in the hope that it will be useful,
62906 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62907 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62908 #   GNU General Public License for more details.
62909 #
62910 #   You should have received a copy of the GNU General Public License
62911
62912 File: ./lib/siglist.h
62913 Hash: 1f7435d5ada1229db0e79551b2d1ded46d3de7caa6030ade8ed1a9c8385b7475
62914 Copyright: 1996,97,98,99,2008 Free Software Foundation, Inc
62915 License: LGPL-2.1+
62916 Licence_Text: 
62917 #Header: 
62918 #/* Canonical list of all signal names.
62919 #   Copyright (C) 1996,97,98,99,2008 Free Software Foundation, Inc.
62920 #   This file is part of the GNU C Library.
62921 #
62922 #   The GNU C Library is free software; you can redistribute it and/or
62923 #   modify it under the terms of the GNU Lesser General Public
62924 #   License as published by the Free Software Foundation; either
62925 #   version 2.1 of the License, or (at your option) any later version.
62926 #
62927 #   The GNU C Library is distributed in the hope that it will be useful,
62928 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62929 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
62930 #   Lesser General Public License for more details.
62931 #
62932 #   You should have received a copy of the GNU Lesser General Public
62933
62934 File: ./lib/signal.in.h
62935 Hash: a49f6db94dacf94abe74624ea1ddddc7559f95c8feb120e671e0b4ff215382ef
62936 Copyright: 2006-2009 Free Software Foundation, Inc
62937 License: GPL-3+ 
62938 Licence_Text: 
62939 #Header: 
62940 #/* A GNU-like <signal.h>.
62941 #
62942 #   Copyright (C) 2006-2009 Free Software Foundation, Inc.
62943 #
62944 #   This program is free software: you can redistribute it and/or modify
62945 #   it under the terms of the GNU General Public License as published by
62946 #   the Free Software Foundation; either version 3 of the License, or
62947 #   (at your option) any later version.
62948 #
62949 #   This program is distributed in the hope that it will be useful,
62950 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62951 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62952 #   GNU General Public License for more details.
62953 #
62954 #   You should have received a copy of the GNU General Public License
62955
62956 File: ./lib/signbitd.c
62957 Hash: 4fe9d03e71253b7cb6553e84b2c0c91449a1cac16afa810f0e5f1db489edd244
62958 Copyright: 2007-2009 Free Software Foundation, Inc
62959 License: GPL-3+ 
62960 Licence_Text: 
62961 #Header: 
62962 #/* signbit() macro: Determine the sign bit of a floating-point number.
62963 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
62964 #
62965 #   This program is free software: you can redistribute it and/or modify
62966 #   it under the terms of the GNU General Public License as published by
62967 #   the Free Software Foundation; either version 3 of the License, or
62968 #   (at your option) any later version.
62969 #
62970 #   This program is distributed in the hope that it will be useful,
62971 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62972 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62973 #   GNU General Public License for more details.
62974 #
62975 #   You should have received a copy of the GNU General Public License
62976 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
62977
62978 File: ./lib/signbitf.c
62979 Hash: 037630e987739015e0f1836168f7fd6c8e6b823585619d775c47c04a53b6fcde
62980 Copyright: 2007, 2009 Free Software Foundation, Inc
62981 License: GPL-3+ 
62982 Licence_Text: 
62983 #Header: 
62984 #/* signbit() macro: Determine the sign bit of a floating-point number.
62985 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
62986 #
62987 #   This program is free software: you can redistribute it and/or modify
62988 #   it under the terms of the GNU General Public License as published by
62989 #   the Free Software Foundation; either version 3 of the License, or
62990 #   (at your option) any later version.
62991 #
62992 #   This program is distributed in the hope that it will be useful,
62993 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
62994 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62995 #   GNU General Public License for more details.
62996 #
62997 #   You should have received a copy of the GNU General Public License
62998 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
62999
63000 File: ./lib/signbitl.c
63001 Hash: 037630e987739015e0f1836168f7fd6c8e6b823585619d775c47c04a53b6fcde
63002 Copyright: 2007, 2009 Free Software Foundation, Inc
63003 License: GPL-3+ 
63004 Licence_Text: 
63005 #Header: 
63006 #/* signbit() macro: Determine the sign bit of a floating-point number.
63007 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
63008 #
63009 #   This program is free software: you can redistribute it and/or modify
63010 #   it under the terms of the GNU General Public License as published by
63011 #   the Free Software Foundation; either version 3 of the License, or
63012 #   (at your option) any later version.
63013 #
63014 #   This program is distributed in the hope that it will be useful,
63015 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63016 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63017 #   GNU General Public License for more details.
63018 #
63019 #   You should have received a copy of the GNU General Public License
63020 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63021
63022 File: ./lib/sigpipe-die.c
63023 Hash: 4b5f023114428ddeafbe3924f1f2d4649c44398bca6d89f47ca81b9700ad3bd3
63024 Copyright: 2008 Free Software Foundation, Inc
63025 License: GPL-3+ 
63026 Licence_Text: 
63027 #Header: 
63028 #/* Report a SIGPIPE signal and exit.
63029 #   Copyright (C) 2008 Free Software Foundation, Inc.
63030 #
63031 #   This program is free software: you can redistribute it and/or modify
63032 #   it under the terms of the GNU General Public License as published by
63033 #   the Free Software Foundation; either version 3 of the License, or
63034 #   (at your option) any later version.
63035 #
63036 #   This program is distributed in the hope that it will be useful,
63037 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63038 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63039 #   GNU General Public License for more details.
63040 #
63041 #   You should have received a copy of the GNU General Public License
63042 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63043
63044 File: ./lib/sigpipe-die.h
63045 Hash: 4b5f023114428ddeafbe3924f1f2d4649c44398bca6d89f47ca81b9700ad3bd3
63046 Copyright: 2008 Free Software Foundation, Inc
63047 License: GPL-3+ 
63048 Licence_Text: 
63049 #Header: 
63050 #/* Report a SIGPIPE signal and exit.
63051 #   Copyright (C) 2008 Free Software Foundation, Inc.
63052 #
63053 #   This program is free software: you can redistribute it and/or modify
63054 #   it under the terms of the GNU General Public License as published by
63055 #   the Free Software Foundation; either version 3 of the License, or
63056 #   (at your option) any later version.
63057 #
63058 #   This program is distributed in the hope that it will be useful,
63059 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63060 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63061 #   GNU General Public License for more details.
63062 #
63063 #   You should have received a copy of the GNU General Public License
63064 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63065
63066 File: ./lib/sigprocmask.c
63067 Hash: 64a5bd137e4ffceed28ce56b1c3ebeebbf5a2bceb1dbf8274afb4563db1a856e
63068 Copyright: 2006-2008 Free Software Foundation, Inc
63069 License: GPL-3+ 
63070 Licence_Text: 
63071 #Header: 
63072 #/* POSIX compatible signal blocking.
63073 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
63074 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
63075 #
63076 #   This program is free software: you can redistribute it and/or modify
63077 #   it under the terms of the GNU General Public License as published by
63078 #   the Free Software Foundation; either version 3 of the License, or
63079 #   (at your option) any later version.
63080 #
63081 #   This program is distributed in the hope that it will be useful,
63082 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63083 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63084 #   GNU General Public License for more details.
63085 #
63086 #   You should have received a copy of the GNU General Public License
63087
63088 File: ./lib/sincosl.c
63089 Hash: 1772f687d81fd114abb5d80bbb46c95f407f818faa4b6c89cf9c0eb57f2e536d
63090 Copyright: 1999, 2006, 2007 Free Software Foundation, Inc
63091 License: GPL-3+ 
63092 Licence_Text: 
63093 #Header: 
63094 #/* Quad-precision floating point trigonometric functions on <-pi/4,pi/4>.
63095 #   Copyright (C) 1999, 2006, 2007 Free Software Foundation, Inc.
63096 #   This file is part of the GNU C Library.
63097 #   Contributed by Jakub Jelinek <jj@ultra.linux.cz>
63098 #
63099 #   This program is free software: you can redistribute it and/or modify
63100 #   it under the terms of the GNU General Public License as published by
63101 #   the Free Software Foundation; either version 3 of the License, or
63102 #   (at your option) any later version.
63103 #
63104 #   This program is distributed in the hope that it will be useful,
63105 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63106 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63107 #   GNU General Public License for more details.
63108
63109 File: ./lib/sinl.c
63110 Hash: aec40ee7886ef37669c9218c5d8a5e07ad40fefa4fc7a1e4e48703d51124a9dc
63111 Copyright: 1993 by Sun Microsystems, Inc.
63112 License: 
63113 Licence_Text: 
63114 #Header: 
63115 #/* s_sinl.c -- long double version of s_sin.c.
63116 # * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
63117 # */
63118 #
63119 #/*
63120 # * ====================================================
63121  Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
63122
63123  Developed at SunPro, a Sun Microsystems, Inc. business.
63124  Permission to use, copy, modify, and distribute this
63125  software is freely granted, provided that this notice
63126  is preserved.
63127 #* ====================================================
63128 # */
63129
63130 File: ./lib/size_max.h
63131 Hash: 26c9e27b3895dc767fb1cd998cd3d2039f08bc4eb973ca8344a2957a21ea8d3f
63132 Copyright: 2005-2006 Free Software Foundation, Inc
63133 License: GPL-2+
63134 Licence_Text: 
63135 #Header: 
63136 #/* size_max.h -- declare SIZE_MAX through system headers
63137 #   Copyright (C) 2005-2006 Free Software Foundation, Inc.
63138 #   Written by Simon Josefsson.
63139 #
63140 #   This program is free software; you can redistribute it and/or modify
63141 #   it under the terms of the GNU General Public License as published by
63142 #   the Free Software Foundation; either version 2, or (at your option)
63143 #   any later version.
63144 #
63145 #   This program is distributed in the hope that it will be useful,
63146 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63147 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63148 #   GNU General Public License for more details.
63149 #
63150 #   You should have received a copy of the GNU General Public License
63151
63152 File: ./lib/sleep.c
63153 Hash: 648a1c7305e84d30515cb11664201e9544fe1f2d824adb21b4e66a75bbfaaf7f
63154 Copyright: 2007 Free Software Foundation, Inc
63155 License: GPL-3+ 
63156 Licence_Text: 
63157 #Header: 
63158 #/* Pausing execution of the current thread.
63159 #   Copyright (C) 2007 Free Software Foundation, Inc.
63160 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
63161 #
63162 #   This program is free software: you can redistribute it and/or modify
63163 #   it under the terms of the GNU General Public License as published by
63164 #   the Free Software Foundation; either version 3 of the License, or
63165 #   (at your option) any later version.
63166 #
63167 #   This program is distributed in the hope that it will be useful,
63168 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63169 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63170 #   GNU General Public License for more details.
63171 #
63172 #   You should have received a copy of the GNU General Public License
63173
63174 File: ./lib/snprintf.c
63175 Hash: da7f665f0930c194dc67de8e3f84305d1d9efb6941fb0c1f75bfb3017e6e2501
63176 Copyright: 2004, 2006-2008 Free Software Foundation, Inc
63177 License: GPL-2+
63178 Licence_Text: 
63179 #Header: 
63180 #/* Formatted output to strings.
63181 #   Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc.
63182 #   Written by Simon Josefsson and Paul Eggert.
63183 #
63184 #   This program is free software; you can redistribute it and/or modify
63185 #   it under the terms of the GNU General Public License as published by
63186 #   the Free Software Foundation; either version 2, or (at your option)
63187 #   any later version.
63188 #
63189 #   This program is distributed in the hope that it will be useful,
63190 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63191 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63192 #   GNU General Public License for more details.
63193 #
63194 #   You should have received a copy of the GNU General Public License along
63195
63196 File: ./lib/socket.c
63197 Hash: 73aa233a19dcdef4826a6e9c76995947a86d2671e189f51b08cd39743b9395ab
63198 Copyright: 2008-2009 Free Software Foundation, Inc
63199 License: GPL-3+ 
63200 Licence_Text: 
63201 #Header: 
63202 #/* socket.c --- wrappers for Windows socket function
63203 #
63204 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
63205 #
63206 #   This program is free software: you can redistribute it and/or modify
63207 #   it under the terms of the GNU General Public License as published by
63208 #   the Free Software Foundation; either version 3 of the License, or
63209 #   (at your option) any later version.
63210 #
63211 #   This program is distributed in the hope that it will be useful,
63212 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63213 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63214 #   GNU General Public License for more details.
63215 #
63216 #   You should have received a copy of the GNU General Public License
63217
63218 File: ./lib/sockets.c
63219 Hash: 99bf26833d5e9d9cd2556408cf92c515c24d6f5473b27e278d51604655b38611
63220 Copyright: 2008-2009 Free Software Foundation, Inc
63221 License: GPL-3+ 
63222 Licence_Text: 
63223 #Header: 
63224 #/* sockets.c --- wrappers for Windows socket functions
63225 #
63226 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
63227 #
63228 #   This program is free software: you can redistribute it and/or modify
63229 #   it under the terms of the GNU General Public License as published by
63230 #   the Free Software Foundation; either version 3 of the License, or
63231 #   (at your option) any later version.
63232 #
63233 #   This program is distributed in the hope that it will be useful,
63234 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63235 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63236 #   GNU General Public License for more details.
63237 #
63238 #   You should have received a copy of the GNU General Public License
63239
63240 File: ./lib/sockets.h
63241 Hash: 2c890a5e463ceb8ea9e9bbdb6f2a4a07c745c89fe71888191634079bd96b28d3
63242 Copyright: 2008, 2009 Free Software Foundation, Inc
63243 License: GPL-3+ 
63244 Licence_Text: 
63245 #Header: 
63246 #/* sockets.h - wrappers for Windows socket functions
63247 #
63248 #   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
63249 #
63250 #   This program is free software: you can redistribute it and/or modify
63251 #   it under the terms of the GNU General Public License as published by
63252 #   the Free Software Foundation; either version 3 of the License, or
63253 #   (at your option) any later version.
63254 #
63255 #   This program is distributed in the hope that it will be useful,
63256 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63257 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63258 #   GNU General Public License for more details.
63259 #
63260 #   You should have received a copy of the GNU General Public License
63261
63262 File: ./lib/spawn.c
63263 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63264 Copyright: 2000 Free Software Foundation, Inc
63265 License: GPL-3+ 
63266 Licence_Text: 
63267 #Header: 
63268 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63269 #   This file is part of the GNU C Library.
63270 #
63271 #   This program is free software: you can redistribute it and/or modify
63272 #   it under the terms of the GNU General Public License as published by
63273 #   the Free Software Foundation; either version 3 of the License, or
63274 #   (at your option) any later version.
63275 #
63276 #   This program is distributed in the hope that it will be useful,
63277 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63278 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63279 #   GNU General Public License for more details.
63280 #
63281 #   You should have received a copy of the GNU General Public License
63282 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63283
63284 File: ./lib/spawn.in.h
63285 Hash: dd423bdec70d026b36d8aca617a940f03fe19b9a450e3981de91dfdad00e2a4a
63286 Copyright: 2000, 2003, 2004, 2008 Free Software Foundation, Inc
63287 License: GPL-3+ 
63288 Licence_Text: 
63289 #Header: 
63290 #/* Definitions for POSIX spawn interface.
63291 #   Copyright (C) 2000, 2003, 2004, 2008 Free Software Foundation, Inc.
63292 #   This file is part of the GNU C Library.
63293 #
63294 #   This program is free software: you can redistribute it and/or modify
63295 #   it under the terms of the GNU General Public License as published by
63296 #   the Free Software Foundation; either version 3 of the License, or
63297 #   (at your option) any later version.
63298 #
63299 #   This program is distributed in the hope that it will be useful,
63300 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63301 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63302 #   GNU General Public License for more details.
63303 #
63304 #   You should have received a copy of the GNU General Public License
63305
63306 File: ./lib/spawn_faction_addclose.c
63307 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63308 Copyright: 2000 Free Software Foundation, Inc
63309 License: GPL-3+ 
63310 Licence_Text: 
63311 #Header: 
63312 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63313 #   This file is part of the GNU C Library.
63314 #
63315 #   This program is free software: you can redistribute it and/or modify
63316 #   it under the terms of the GNU General Public License as published by
63317 #   the Free Software Foundation; either version 3 of the License, or
63318 #   (at your option) any later version.
63319 #
63320 #   This program is distributed in the hope that it will be useful,
63321 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63322 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63323 #   GNU General Public License for more details.
63324 #
63325 #   You should have received a copy of the GNU General Public License
63326 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63327
63328 File: ./lib/spawn_faction_adddup2.c
63329 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63330 Copyright: 2000 Free Software Foundation, Inc
63331 License: GPL-3+ 
63332 Licence_Text: 
63333 #Header: 
63334 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63335 #   This file is part of the GNU C Library.
63336 #
63337 #   This program is free software: you can redistribute it and/or modify
63338 #   it under the terms of the GNU General Public License as published by
63339 #   the Free Software Foundation; either version 3 of the License, or
63340 #   (at your option) any later version.
63341 #
63342 #   This program is distributed in the hope that it will be useful,
63343 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63344 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63345 #   GNU General Public License for more details.
63346 #
63347 #   You should have received a copy of the GNU General Public License
63348 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63349
63350 File: ./lib/spawn_faction_addopen.c
63351 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63352 Copyright: 2000 Free Software Foundation, Inc
63353 License: GPL-3+ 
63354 Licence_Text: 
63355 #Header: 
63356 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63357 #   This file is part of the GNU C Library.
63358 #
63359 #   This program is free software: you can redistribute it and/or modify
63360 #   it under the terms of the GNU General Public License as published by
63361 #   the Free Software Foundation; either version 3 of the License, or
63362 #   (at your option) any later version.
63363 #
63364 #   This program is distributed in the hope that it will be useful,
63365 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63366 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63367 #   GNU General Public License for more details.
63368 #
63369 #   You should have received a copy of the GNU General Public License
63370 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63371
63372 File: ./lib/spawn_faction_destroy.c
63373 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63374 Copyright: 2000 Free Software Foundation, Inc
63375 License: GPL-3+ 
63376 Licence_Text: 
63377 #Header: 
63378 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63379 #   This file is part of the GNU C Library.
63380 #
63381 #   This program is free software: you can redistribute it and/or modify
63382 #   it under the terms of the GNU General Public License as published by
63383 #   the Free Software Foundation; either version 3 of the License, or
63384 #   (at your option) any later version.
63385 #
63386 #   This program is distributed in the hope that it will be useful,
63387 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63388 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63389 #   GNU General Public License for more details.
63390 #
63391 #   You should have received a copy of the GNU General Public License
63392 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63393
63394 File: ./lib/spawn_faction_init.c
63395 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63396 Copyright: 2000 Free Software Foundation, Inc
63397 License: GPL-3+ 
63398 Licence_Text: 
63399 #Header: 
63400 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63401 #   This file is part of the GNU C Library.
63402 #
63403 #   This program is free software: you can redistribute it and/or modify
63404 #   it under the terms of the GNU General Public License as published by
63405 #   the Free Software Foundation; either version 3 of the License, or
63406 #   (at your option) any later version.
63407 #
63408 #   This program is distributed in the hope that it will be useful,
63409 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63410 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63411 #   GNU General Public License for more details.
63412 #
63413 #   You should have received a copy of the GNU General Public License
63414 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63415
63416 File: ./lib/spawn_int.h
63417 Hash: 03b892eeaf1895ea6a49b8623038b8775e4e1aeb921ddadd3fe29ff938f0a27b
63418 Copyright: 2000, 2008 Free Software Foundation, Inc
63419 License: GPL-3+ 
63420 Licence_Text: 
63421 #Header: 
63422 #/* Copyright (C) 2000, 2008 Free Software Foundation, Inc.
63423 #   This file is part of the GNU C Library.
63424 #
63425 #   This program is free software: you can redistribute it and/or modify
63426 #   it under the terms of the GNU General Public License as published by
63427 #   the Free Software Foundation; either version 3 of the License, or
63428 #   (at your option) any later version.
63429 #
63430 #   This program is distributed in the hope that it will be useful,
63431 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63432 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63433 #   GNU General Public License for more details.
63434 #
63435 #   You should have received a copy of the GNU General Public License
63436 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63437
63438 File: ./lib/spawnattr_destroy.c
63439 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63440 Copyright: 2000 Free Software Foundation, Inc
63441 License: GPL-3+ 
63442 Licence_Text: 
63443 #Header: 
63444 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63445 #   This file is part of the GNU C Library.
63446 #
63447 #   This program is free software: you can redistribute it and/or modify
63448 #   it under the terms of the GNU General Public License as published by
63449 #   the Free Software Foundation; either version 3 of the License, or
63450 #   (at your option) any later version.
63451 #
63452 #   This program is distributed in the hope that it will be useful,
63453 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63454 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63455 #   GNU General Public License for more details.
63456 #
63457 #   You should have received a copy of the GNU General Public License
63458 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63459
63460 File: ./lib/spawnattr_getdefault.c
63461 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63462 Copyright: 2000 Free Software Foundation, Inc
63463 License: GPL-3+ 
63464 Licence_Text: 
63465 #Header: 
63466 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63467 #   This file is part of the GNU C Library.
63468 #
63469 #   This program is free software: you can redistribute it and/or modify
63470 #   it under the terms of the GNU General Public License as published by
63471 #   the Free Software Foundation; either version 3 of the License, or
63472 #   (at your option) any later version.
63473 #
63474 #   This program is distributed in the hope that it will be useful,
63475 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63476 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63477 #   GNU General Public License for more details.
63478 #
63479 #   You should have received a copy of the GNU General Public License
63480 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63481
63482 File: ./lib/spawnattr_getflags.c
63483 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63484 Copyright: 2000 Free Software Foundation, Inc
63485 License: GPL-3+ 
63486 Licence_Text: 
63487 #Header: 
63488 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63489 #   This file is part of the GNU C Library.
63490 #
63491 #   This program is free software: you can redistribute it and/or modify
63492 #   it under the terms of the GNU General Public License as published by
63493 #   the Free Software Foundation; either version 3 of the License, or
63494 #   (at your option) any later version.
63495 #
63496 #   This program is distributed in the hope that it will be useful,
63497 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63498 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63499 #   GNU General Public License for more details.
63500 #
63501 #   You should have received a copy of the GNU General Public License
63502 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63503
63504 File: ./lib/spawnattr_getpgroup.c
63505 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63506 Copyright: 2000 Free Software Foundation, Inc
63507 License: GPL-3+ 
63508 Licence_Text: 
63509 #Header: 
63510 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63511 #   This file is part of the GNU C Library.
63512 #
63513 #   This program is free software: you can redistribute it and/or modify
63514 #   it under the terms of the GNU General Public License as published by
63515 #   the Free Software Foundation; either version 3 of the License, or
63516 #   (at your option) any later version.
63517 #
63518 #   This program is distributed in the hope that it will be useful,
63519 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63520 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63521 #   GNU General Public License for more details.
63522 #
63523 #   You should have received a copy of the GNU General Public License
63524 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63525
63526 File: ./lib/spawnattr_getschedparam.c
63527 Hash: 03b892eeaf1895ea6a49b8623038b8775e4e1aeb921ddadd3fe29ff938f0a27b
63528 Copyright: 2000, 2008 Free Software Foundation, Inc
63529 License: GPL-3+ 
63530 Licence_Text: 
63531 #Header: 
63532 #/* Copyright (C) 2000, 2008 Free Software Foundation, Inc.
63533 #   This file is part of the GNU C Library.
63534 #
63535 #   This program is free software: you can redistribute it and/or modify
63536 #   it under the terms of the GNU General Public License as published by
63537 #   the Free Software Foundation; either version 3 of the License, or
63538 #   (at your option) any later version.
63539 #
63540 #   This program is distributed in the hope that it will be useful,
63541 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63542 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63543 #   GNU General Public License for more details.
63544 #
63545 #   You should have received a copy of the GNU General Public License
63546 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63547
63548 File: ./lib/spawnattr_getschedpolicy.c
63549 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63550 Copyright: 2000 Free Software Foundation, Inc
63551 License: GPL-3+ 
63552 Licence_Text: 
63553 #Header: 
63554 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63555 #   This file is part of the GNU C Library.
63556 #
63557 #   This program is free software: you can redistribute it and/or modify
63558 #   it under the terms of the GNU General Public License as published by
63559 #   the Free Software Foundation; either version 3 of the License, or
63560 #   (at your option) any later version.
63561 #
63562 #   This program is distributed in the hope that it will be useful,
63563 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63564 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63565 #   GNU General Public License for more details.
63566 #
63567 #   You should have received a copy of the GNU General Public License
63568 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63569
63570 File: ./lib/spawnattr_getsigmask.c
63571 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63572 Copyright: 2000 Free Software Foundation, Inc
63573 License: GPL-3+ 
63574 Licence_Text: 
63575 #Header: 
63576 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63577 #   This file is part of the GNU C Library.
63578 #
63579 #   This program is free software: you can redistribute it and/or modify
63580 #   it under the terms of the GNU General Public License as published by
63581 #   the Free Software Foundation; either version 3 of the License, or
63582 #   (at your option) any later version.
63583 #
63584 #   This program is distributed in the hope that it will be useful,
63585 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63586 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63587 #   GNU General Public License for more details.
63588 #
63589 #   You should have received a copy of the GNU General Public License
63590 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63591
63592 File: ./lib/spawnattr_init.c
63593 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63594 Copyright: 2000 Free Software Foundation, Inc
63595 License: GPL-3+ 
63596 Licence_Text: 
63597 #Header: 
63598 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63599 #   This file is part of the GNU C Library.
63600 #
63601 #   This program is free software: you can redistribute it and/or modify
63602 #   it under the terms of the GNU General Public License as published by
63603 #   the Free Software Foundation; either version 3 of the License, or
63604 #   (at your option) any later version.
63605 #
63606 #   This program is distributed in the hope that it will be useful,
63607 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63608 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63609 #   GNU General Public License for more details.
63610 #
63611 #   You should have received a copy of the GNU General Public License
63612 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63613
63614 File: ./lib/spawnattr_setdefault.c
63615 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63616 Copyright: 2000 Free Software Foundation, Inc
63617 License: GPL-3+ 
63618 Licence_Text: 
63619 #Header: 
63620 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63621 #   This file is part of the GNU C Library.
63622 #
63623 #   This program is free software: you can redistribute it and/or modify
63624 #   it under the terms of the GNU General Public License as published by
63625 #   the Free Software Foundation; either version 3 of the License, or
63626 #   (at your option) any later version.
63627 #
63628 #   This program is distributed in the hope that it will be useful,
63629 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63630 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63631 #   GNU General Public License for more details.
63632 #
63633 #   You should have received a copy of the GNU General Public License
63634 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63635
63636 File: ./lib/spawnattr_setflags.c
63637 Hash: 7f583d13179aba639b22ec305fd749afdeecb96823d2c32cb4dd9294a51bdbd2
63638 Copyright: 2000, 2004 Free Software Foundation, Inc
63639 License: GPL-3+ 
63640 Licence_Text: 
63641 #Header: 
63642 #/* Copyright (C) 2000, 2004 Free Software Foundation, Inc.
63643 #   This file is part of the GNU C Library.
63644 #
63645 #   This program is free software: you can redistribute it and/or modify
63646 #   it under the terms of the GNU General Public License as published by
63647 #   the Free Software Foundation; either version 3 of the License, or
63648 #   (at your option) any later version.
63649 #
63650 #   This program is distributed in the hope that it will be useful,
63651 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63652 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63653 #   GNU General Public License for more details.
63654 #
63655 #   You should have received a copy of the GNU General Public License
63656 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63657
63658 File: ./lib/spawnattr_setpgroup.c
63659 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63660 Copyright: 2000 Free Software Foundation, Inc
63661 License: GPL-3+ 
63662 Licence_Text: 
63663 #Header: 
63664 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63665 #   This file is part of the GNU C Library.
63666 #
63667 #   This program is free software: you can redistribute it and/or modify
63668 #   it under the terms of the GNU General Public License as published by
63669 #   the Free Software Foundation; either version 3 of the License, or
63670 #   (at your option) any later version.
63671 #
63672 #   This program is distributed in the hope that it will be useful,
63673 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63674 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63675 #   GNU General Public License for more details.
63676 #
63677 #   You should have received a copy of the GNU General Public License
63678 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63679
63680 File: ./lib/spawnattr_setschedparam.c
63681 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63682 Copyright: 2000 Free Software Foundation, Inc
63683 License: GPL-3+ 
63684 Licence_Text: 
63685 #Header: 
63686 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63687 #   This file is part of the GNU C Library.
63688 #
63689 #   This program is free software: you can redistribute it and/or modify
63690 #   it under the terms of the GNU General Public License as published by
63691 #   the Free Software Foundation; either version 3 of the License, or
63692 #   (at your option) any later version.
63693 #
63694 #   This program is distributed in the hope that it will be useful,
63695 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63696 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63697 #   GNU General Public License for more details.
63698 #
63699 #   You should have received a copy of the GNU General Public License
63700 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63701
63702 File: ./lib/spawnattr_setschedpolicy.c
63703 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63704 Copyright: 2000 Free Software Foundation, Inc
63705 License: GPL-3+ 
63706 Licence_Text: 
63707 #Header: 
63708 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63709 #   This file is part of the GNU C Library.
63710 #
63711 #   This program is free software: you can redistribute it and/or modify
63712 #   it under the terms of the GNU General Public License as published by
63713 #   the Free Software Foundation; either version 3 of the License, or
63714 #   (at your option) any later version.
63715 #
63716 #   This program is distributed in the hope that it will be useful,
63717 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63718 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63719 #   GNU General Public License for more details.
63720 #
63721 #   You should have received a copy of the GNU General Public License
63722 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63723
63724 File: ./lib/spawnattr_setsigmask.c
63725 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63726 Copyright: 2000 Free Software Foundation, Inc
63727 License: GPL-3+ 
63728 Licence_Text: 
63729 #Header: 
63730 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63731 #   This file is part of the GNU C Library.
63732 #
63733 #   This program is free software: you can redistribute it and/or modify
63734 #   it under the terms of the GNU General Public License as published by
63735 #   the Free Software Foundation; either version 3 of the License, or
63736 #   (at your option) any later version.
63737 #
63738 #   This program is distributed in the hope that it will be useful,
63739 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63740 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63741 #   GNU General Public License for more details.
63742 #
63743 #   You should have received a copy of the GNU General Public License
63744 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63745
63746 File: ./lib/spawni.c
63747 Hash: 62be6e45aaad94e9dbc02b27f7dba559de55fac508f2e3954479674ce637e015
63748 Copyright: 2000-2006, 2008-2009 Free Software Foundation, Inc
63749 License: GPL-3+ 
63750 Licence_Text: 
63751 #Header: 
63752 #/* Guts of POSIX spawn interface.  Generic POSIX.1 version.
63753 #   Copyright (C) 2000-2006, 2008-2009 Free Software Foundation, Inc.
63754 #   This file is part of the GNU C Library.
63755 #
63756 #   This program is free software: you can redistribute it and/or modify
63757 #   it under the terms of the GNU General Public License as published by
63758 #   the Free Software Foundation; either version 3 of the License, or
63759 #   (at your option) any later version.
63760 #
63761 #   This program is distributed in the hope that it will be useful,
63762 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63763 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63764 #   GNU General Public License for more details.
63765 #
63766 #   You should have received a copy of the GNU General Public License
63767
63768 File: ./lib/spawnp.c
63769 Hash: a0184bd9df1f725146985b88bdb35678d5048512426f06771d3b1c027a2b0032
63770 Copyright: 2000 Free Software Foundation, Inc
63771 License: GPL-3+ 
63772 Licence_Text: 
63773 #Header: 
63774 #/* Copyright (C) 2000 Free Software Foundation, Inc.
63775 #   This file is part of the GNU C Library.
63776 #
63777 #   This program is free software: you can redistribute it and/or modify
63778 #   it under the terms of the GNU General Public License as published by
63779 #   the Free Software Foundation; either version 3 of the License, or
63780 #   (at your option) any later version.
63781 #
63782 #   This program is distributed in the hope that it will be useful,
63783 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63784 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63785 #   GNU General Public License for more details.
63786 #
63787 #   You should have received a copy of the GNU General Public License
63788 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63789
63790 File: ./lib/sprintf.c
63791 Hash: a9ee505897ed783d1bbe0291fe61915a0d1c8fab15bc157edb88143072b5e3d6
63792 Copyright: 2004, 2006-2008 Free Software Foundation, Inc
63793 License: GPL-3+ 
63794 Licence_Text: 
63795 #Header: 
63796 #/* Formatted output to strings.
63797 #   Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc.
63798 #
63799 #   This program is free software: you can redistribute it and/or modify
63800 #   it under the terms of the GNU General Public License as published by
63801 #   the Free Software Foundation; either version 3 of the License, or
63802 #   (at your option) any later version.
63803 #
63804 #   This program is distributed in the hope that it will be useful,
63805 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63806 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63807 #   GNU General Public License for more details.
63808 #
63809 #   You should have received a copy of the GNU General Public License
63810 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63811
63812 File: ./lib/sqrtl.c
63813 Hash: 755a6706b4cfafc6b498d6efa76315b826063474b7f91834ef5aac159f116c5e
63814 Copyright: 2002, 2003, 2007 Free Software Foundation, Inc
63815 License: GPL-3+ 
63816 Licence_Text: 
63817 #Header: 
63818 #/* Emulation for sqrtl.
63819 #   Contributed by Paolo Bonzini
63820 #
63821 #   Copyright 2002, 2003, 2007 Free Software Foundation, Inc.
63822 #
63823 #   This file is part of gnulib.
63824 #
63825 #   This program is free software: you can redistribute it and/or modify
63826 #   it under the terms of the GNU General Public License as published by
63827 #   the Free Software Foundation; either version 3 of the License, or
63828 #   (at your option) any later version.
63829 #
63830 #   This program is distributed in the hope that it will be useful,
63831 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63832 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63833
63834 File: ./lib/stat-macros.h
63835 Hash: 148738a233ce05f8eb8f7d34330ceb02c5bd65c8221d02bbab595257b813e2ed
63836 Copyright: 
63837 License: 
63838 Licence_Text: 
63839 #Header: 
63840 #/* All the mode bits that can be affected by chmod.  */
63841 ##define CHMOD_MODE_BITS \
63842 #  (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
63843
63844 File: ./lib/stat-time.h
63845 Hash: 9aba76bc91ed527925d4c43ee4224d8ef90fa0d21475d5e4fe2976cf797daa08
63846 Copyright: 2005, 2007 Free Software Foundation, Inc
63847 License: GPL-3+ 
63848 Licence_Text: 
63849 #Header: 
63850 #/* stat-related time functions.
63851 #
63852 #   Copyright (C) 2005, 2007 Free Software Foundation, Inc.
63853 #
63854 #   This program is free software: you can redistribute it and/or modify
63855 #   it under the terms of the GNU General Public License as published by
63856 #   the Free Software Foundation; either version 3 of the License, or
63857 #   (at your option) any later version.
63858 #
63859 #   This program is distributed in the hope that it will be useful,
63860 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63861 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63862 #   GNU General Public License for more details.
63863 #
63864 #   You should have received a copy of the GNU General Public License
63865
63866 File: ./lib/stdarg.in.h
63867 Hash: fed8bc6587d9b9b46807cec06b2104a0c7f4f4edd00f5c3104c86ab78d64722e
63868 Copyright: 2008 Free Software Foundation, Inc
63869 License: GPL-2+
63870 Licence_Text: 
63871 #Header: 
63872 #/* Substitute for and wrapper around <stdarg.h>.
63873 #   Copyright (C) 2008 Free Software Foundation, Inc.
63874 #
63875 #   This program is free software; you can redistribute it and/or modify
63876 #   it under the terms of the GNU General Public License as published by
63877 #   the Free Software Foundation; either version 2, or (at your option)
63878 #   any later version.
63879 #
63880 #   This program is distributed in the hope that it will be useful,
63881 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63882 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63883 #   GNU General Public License for more details.
63884 #
63885 #   You should have received a copy of the GNU General Public License
63886 #   along with this program; if not, write to the Free Software Foundation,
63887
63888 File: ./lib/stdbool.in.h
63889 Hash: e8683e07480c37941452e3970f57d5f5bbcd0d742248766ea32158872b843013
63890 Copyright: 2001-2003, 2006-2008 Free Software Foundation, Inc
63891 License: GPL-2+
63892 Licence_Text: 
63893 #Header: 
63894 #/* Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc.
63895 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
63896 #
63897 #   This program is free software; you can redistribute it and/or modify
63898 #   it under the terms of the GNU General Public License as published by
63899 #   the Free Software Foundation; either version 2, or (at your option)
63900 #   any later version.
63901 #
63902 #   This program is distributed in the hope that it will be useful,
63903 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63904 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63905 #   GNU General Public License for more details.
63906 #
63907 #   You should have received a copy of the GNU General Public License
63908 #   along with this program; if not, write to the Free Software Foundation,
63909
63910 File: ./lib/stddef.in.h
63911 Hash: f3ff9d2469e9e018bbfe1a8d85d2454f7a54673420acdb29aa429cd583e45834
63912 Copyright: 2009 Free Software Foundation, Inc
63913 License: GPL-2+
63914 Licence_Text: 
63915 #Header: 
63916 #/* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues.
63917 #
63918 #   Copyright (C) 2009 Free Software Foundation, Inc.
63919 #
63920 #   This program is free software; you can redistribute it and/or modify
63921 #   it under the terms of the GNU General Public License as published by
63922 #   the Free Software Foundation; either version 2, or (at your option)
63923 #   any later version.
63924 #
63925 #   This program is distributed in the hope that it will be useful,
63926 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63927 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63928 #   GNU General Public License for more details.
63929 #
63930 #   You should have received a copy of the GNU General Public License
63931
63932 File: ./lib/stdint.in.h
63933 Hash: 31871000acd29901edf1cd726ea2f32b9837e497b9e19a49c00374e0291c1997
63934 Copyright: 2001-2002, 2004-2009 Free Software Foundation, Inc
63935 License: GPL-2+
63936 Licence_Text: 
63937 #Header: 
63938 #/* Copyright (C) 2001-2002, 2004-2009 Free Software Foundation, Inc.
63939 #   Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood.
63940 #   This file is part of gnulib.
63941 #
63942 #   This program is free software; you can redistribute it and/or modify
63943 #   it under the terms of the GNU General Public License as published by
63944 #   the Free Software Foundation; either version 2, or (at your option)
63945 #   any later version.
63946 #
63947 #   This program is distributed in the hope that it will be useful,
63948 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63949 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63950 #   GNU General Public License for more details.
63951 #
63952 #   You should have received a copy of the GNU General Public License
63953
63954 File: ./lib/stdio--.h
63955 Hash: 8c7711ff90032c75717f2f7363d9a7ee7e94afa86d29510878f66dba39bb3f5b
63956 Copyright: 2005, 2006, 2009 Free Software Foundation, Inc
63957 License: GPL-3+ 
63958 Licence_Text: 
63959 #Header: 
63960 #/* Like stdio.h, but redefine some names to avoid glitches.
63961 #
63962 #   Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
63963 #
63964 #   This program is free software: you can redistribute it and/or modify
63965 #   it under the terms of the GNU General Public License as published by
63966 #   the Free Software Foundation; either version 3 of the License, or
63967 #   (at your option) any later version.
63968 #
63969 #   This program is distributed in the hope that it will be useful,
63970 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63971 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63972 #   GNU General Public License for more details.
63973 #
63974 #   You should have received a copy of the GNU General Public License
63975
63976 File: ./lib/stdio-impl.h
63977 Hash: 1ab5922a50832223e0ffc2c70fc544f9d91a363ecb50bcdb55e55c991d88b33d
63978 Copyright: 2007-2008 Free Software Foundation, Inc
63979 License: GPL-3+ 
63980 Licence_Text: 
63981 #Header: 
63982 #/* Implementation details of FILE streams.
63983 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
63984 #
63985 #   This program is free software: you can redistribute it and/or modify
63986 #   it under the terms of the GNU General Public License as published by
63987 #   the Free Software Foundation; either version 3 of the License, or
63988 #   (at your option) any later version.
63989 #
63990 #   This program is distributed in the hope that it will be useful,
63991 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
63992 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63993 #   GNU General Public License for more details.
63994 #
63995 #   You should have received a copy of the GNU General Public License
63996 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
63997
63998 File: ./lib/stdio-safer.h
63999 Hash: bcaf909a5c5f8071d1141fe63d90c50832df9f511b5934124b18613c2cc60631
64000 Copyright: 2001, 2003, 2006, 2009 Free Software Foundation, Inc
64001 License: GPL-3+ 
64002 Licence_Text: 
64003 #Header: 
64004 #/* Invoke stdio functions, but avoid some glitches.
64005 #
64006 #   Copyright (C) 2001, 2003, 2006, 2009 Free Software Foundation, Inc.
64007 #
64008 #   This program is free software: you can redistribute it and/or modify
64009 #   it under the terms of the GNU General Public License as published by
64010 #   the Free Software Foundation; either version 3 of the License, or
64011 #   (at your option) any later version.
64012 #
64013 #   This program is distributed in the hope that it will be useful,
64014 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64015 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64016 #   GNU General Public License for more details.
64017 #
64018 #   You should have received a copy of the GNU General Public License
64019
64020 File: ./lib/stdio-write.c
64021 Hash: ef387fa21fd98ef04fd7a0c63399aecb0f271036efc4d192baeca9c964fb1b05
64022 Copyright: 2008-2009 Free Software Foundation, Inc
64023 License: GPL-3+ 
64024 Licence_Text: 
64025 #Header: 
64026 #/* POSIX compatible FILE stream write function.
64027 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
64028 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
64029 #
64030 #   This program is free software: you can redistribute it and/or modify
64031 #   it under the terms of the GNU General Public License as published by
64032 #   the Free Software Foundation; either version 3 of the License, or
64033 #   (at your option) any later version.
64034 #
64035 #   This program is distributed in the hope that it will be useful,
64036 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64037 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64038 #   GNU General Public License for more details.
64039 #
64040 #   You should have received a copy of the GNU General Public License
64041
64042 File: ./lib/stdio.in.h
64043 Hash: 90996147d8e36f5883486d804050c8256ebd75940339821fbe964fc12816a9db
64044 Copyright: 2004, 2007-2009 Free Software Foundation, Inc
64045 License: GPL-2+
64046 Licence_Text: 
64047 #Header: 
64048 #/* A GNU-like <stdio.h>.
64049 #
64050 #   Copyright (C) 2004, 2007-2009 Free Software Foundation, Inc.
64051 #
64052 #   This program is free software; you can redistribute it and/or modify
64053 #   it under the terms of the GNU General Public License as published by
64054 #   the Free Software Foundation; either version 2, or (at your option)
64055 #   any later version.
64056 #
64057 #   This program is distributed in the hope that it will be useful,
64058 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64059 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64060 #   GNU General Public License for more details.
64061 #
64062 #   You should have received a copy of the GNU General Public License
64063
64064 File: ./lib/stdlib--.h
64065 Hash: 6f719ffb3bd563d1191de42881829b2e53ac17d32dd1d6708c4c22b0c065181b
64066 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
64067 License: GPL-3+ 
64068 Licence_Text: 
64069 #Header: 
64070 #/* Like stdlib.h, but redefine some names to avoid glitches.
64071 #
64072 #   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
64073 #
64074 #   This program is free software: you can redistribute it and/or modify
64075 #   it under the terms of the GNU General Public License as published by
64076 #   the Free Software Foundation; either version 3 of the License, or
64077 #   (at your option) any later version.
64078 #
64079 #   This program is distributed in the hope that it will be useful,
64080 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64081 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64082 #   GNU General Public License for more details.
64083 #
64084 #   You should have received a copy of the GNU General Public License
64085
64086 File: ./lib/stdlib-safer.h
64087 Hash: ad05b244170755ded620afdb4d6a499a61182625b45f4458df212dd48b9b05fc
64088 Copyright: 2005 Free Software Foundation, Inc
64089 License: GPL-3+ 
64090 Licence_Text: 
64091 #Header: 
64092 #/* Invoke stdlib.h functions, but avoid some glitches.
64093 #
64094 #   Copyright (C) 2005 Free Software Foundation, Inc.
64095 #
64096 #   This program is free software: you can redistribute it and/or modify
64097 #   it under the terms of the GNU General Public License as published by
64098 #   the Free Software Foundation; either version 3 of the License, or
64099 #   (at your option) any later version.
64100 #
64101 #   This program is distributed in the hope that it will be useful,
64102 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64103 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64104 #   GNU General Public License for more details.
64105 #
64106 #   You should have received a copy of the GNU General Public License
64107
64108 File: ./lib/stdlib.in.h
64109 Hash: 0ffeef75662fb92247d373df32beb5d8dcc8d52845a1a0cf2e3afe0f75df2164
64110 Copyright: 1995, 2001-2004, 2006-2009 Free Software Foundation, Inc
64111 License: GPL-3+ 
64112 Licence_Text: 
64113 #Header: 
64114 #/* A GNU-like <stdlib.h>.
64115 #
64116 #   Copyright (C) 1995, 2001-2004, 2006-2009 Free Software Foundation, Inc.
64117 #
64118 #   This program is free software: you can redistribute it and/or modify
64119 #   it under the terms of the GNU General Public License as published by
64120 #   the Free Software Foundation; either version 3 of the License, or
64121 #   (at your option) any later version.
64122 #
64123 #   This program is distributed in the hope that it will be useful,
64124 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64125 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64126 #   GNU General Public License for more details.
64127 #
64128 #   You should have received a copy of the GNU General Public License
64129
64130 File: ./lib/stpcpy.c
64131 Hash: e277a69ab969893f97dbf9b683e7462bd56bb4a3d83e01b3637c705a0b240b0d
64132 Copyright: 1992, 1995, 1997-1998, 2006 Free Software Foundation, Inc
64133 License: GPL-3+
64134 Licence_Text: 
64135 #Header: 
64136 #/* stpcpy.c -- copy a string and return pointer to end of new string
64137 #   Copyright (C) 1992, 1995, 1997-1998, 2006 Free Software Foundation, Inc.
64138 #
64139 #   NOTE: The canonical source of this file is maintained with the GNU C Library.
64140 #   Bugs can be reported to bug-glibc@prep.ai.mit.edu.
64141 #
64142 #   This program is free software: you can redistribute it and/or modify it
64143 #   under the terms of the GNU General Public License as published by the
64144 #   Free Software Foundation; either version 3 of the License, or any
64145 #   later version.
64146 #
64147 #   This program is distributed in the hope that it will be useful,
64148 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64149 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64150 #   GNU General Public License for more details.
64151
64152 File: ./lib/stpncpy.c
64153 Hash: 63243814e0160f070d456614689aea5b26f421817aa249c25f3449b22bd82220
64154 Copyright: 1993, 1995-1997, 2002-2003, 2005-2007 Free Software Foundation, Inc
64155 License: GPL-3+
64156 Licence_Text: 
64157 #Header: 
64158 #/* Copyright (C) 1993, 1995-1997, 2002-2003, 2005-2007 Free Software Foundation, Inc.
64159 #
64160 #   NOTE: The canonical source of this file is maintained with the GNU C Library.
64161 #   Bugs can be reported to bug-glibc@gnu.org.
64162 #
64163 #   This program is free software: you can redistribute it and/or modify it
64164 #   under the terms of the GNU General Public License as published by the
64165 #   Free Software Foundation; either version 3 of the License, or any
64166 #   later version.
64167 #
64168 #   This program is distributed in the hope that it will be useful,
64169 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64170 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64171 #   GNU General Public License for more details.
64172
64173 File: ./lib/str-kmp.h
64174 Hash: 6ebb0ef34e3af533dd72b1cac88faebfab78edf50fcbe16d66a8f53ad4da159a
64175 Copyright: 2005-2008 Free Software Foundation, Inc
64176 License: GPL-2+
64177 Licence_Text: 
64178 #Header: 
64179 #/* Substring search in a NUL terminated string of 'char' elements,
64180 #   using the Knuth-Morris-Pratt algorithm.
64181 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
64182 #   Written by Bruno Haible <bruno@clisp.org>, 2005.
64183 #
64184 #   This program is free software; you can redistribute it and/or modify
64185 #   it under the terms of the GNU General Public License as published by
64186 #   the Free Software Foundation; either version 2, or (at your option)
64187 #   any later version.
64188 #
64189 #   This program is distributed in the hope that it will be useful,
64190 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64191 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64192 #   GNU General Public License for more details.
64193
64194 File: ./lib/str-two-way.h
64195 Hash: 333e7d492bb7a06bd7eceb738c5bbfaa45fd376cd1fa873159ae6c102fb5abe8
64196 Copyright: 2008 Free Software Foundation, Inc
64197 License: GPL-2+
64198 Licence_Text: 
64199 #Header: 
64200 #/* Byte-wise substring search, using the Two-Way algorithm.
64201 #   Copyright (C) 2008 Free Software Foundation, Inc.
64202 #   This file is part of the GNU C Library.
64203 #   Written by Eric Blake <ebb9@byu.net>, 2008.
64204 #
64205 #   This program is free software; you can redistribute it and/or modify
64206 #   it under the terms of the GNU General Public License as published by
64207 #   the Free Software Foundation; either version 2, or (at your option)
64208 #   any later version.
64209 #
64210 #   This program is distributed in the hope that it will be useful,
64211 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64212 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64213 #   GNU General Public License for more details.
64214
64215 File: ./lib/strcasecmp.c
64216 Hash: 9fac5af7b69ba93dda82ad7e40d81dce148b1b3805ad1f85e96ed8f361e75307
64217 Copyright: 1998-1999, 2005-2007 Free Software Foundation, Inc
64218 License: GPL-2+
64219 Licence_Text: 
64220 #Header: 
64221 #/* Case-insensitive string comparison function.
64222 #   Copyright (C) 1998-1999, 2005-2007 Free Software Foundation, Inc.
64223 #
64224 #   This program is free software; you can redistribute it and/or modify
64225 #   it under the terms of the GNU General Public License as published by
64226 #   the Free Software Foundation; either version 2, or (at your option)
64227 #   any later version.
64228 #
64229 #   This program is distributed in the hope that it will be useful,
64230 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64231 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64232 #   GNU General Public License for more details.
64233 #
64234 #   You should have received a copy of the GNU General Public License
64235 #   along with this program; if not, write to the Free Software Foundation,
64236
64237 File: ./lib/strcasestr.c
64238 Hash: df44f98303720564f510cd6080f83b2479ba81a607e0ff35a70065d332775e9d
64239 Copyright: 2005-2008 Free Software Foundation, Inc
64240 License: GPL-2+
64241 Licence_Text: 
64242 #Header: 
64243 #/* Case-insensitive searching in a string.
64244 #   Copyright (C) 2005-2008 Free Software Foundation, Inc.
64245 #   Written by Bruno Haible <bruno@clisp.org>, 2005.
64246 #
64247 #   This program is free software; you can redistribute it and/or modify
64248 #   it under the terms of the GNU General Public License as published by
64249 #   the Free Software Foundation; either version 2, or (at your option)
64250 #   any later version.
64251 #
64252 #   This program is distributed in the hope that it will be useful,
64253 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64254 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64255 #   GNU General Public License for more details.
64256 #
64257 #   You should have received a copy of the GNU General Public License
64258
64259 File: ./lib/strchrnul.c
64260 Hash: 4f484d4cc0befecd8997334083c58252e9234ad7b53c9ed4e68dbb21366491ea
64261 Copyright: 2003, 2007, 2008 Free Software Foundation, Inc
64262 License: GPL-3+ 
64263 Licence_Text: 
64264 #Header: 
64265 #/* Searching in a string.
64266 #   Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc.
64267 #
64268 #   This program is free software: you can redistribute it and/or modify
64269 #   it under the terms of the GNU General Public License as published by
64270 #   the Free Software Foundation; either version 3 of the License, or
64271 #   (at your option) any later version.
64272 #
64273 #   This program is distributed in the hope that it will be useful,
64274 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64275 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64276 #   GNU General Public License for more details.
64277 #
64278 #   You should have received a copy of the GNU General Public License
64279 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
64280
64281 File: ./lib/strchrnul.valgrind
64282 Hash: 110d49dc4750f651d0f237887bbdd3ed01c2d8950db226835e552d195ad9dc03
64283 Copyright: 
64284 License: 
64285 Licence_Text: 
64286 #Header: 
64287 ## Suppress a valgrind message about use of uninitialized memory in strchrnul().
64288 ## This use is OK because it provides only a speedup.
64289 #{
64290 #    strchrnul-value4
64291 #    Memcheck:Value4
64292 #    fun:strchrnul
64293 #}
64294 #{
64295 #    strchrnul-value8
64296 #    Memcheck:Value8
64297 #    fun:strchrnul
64298 #}
64299
64300 File: ./lib/strcspn.c
64301 Hash: 9c6096a1c313c8363bc4fb7ea9c8670d50859635fa4fbf18354f17b98fcdf6e4
64302 Copyright: 1991, 1994, 1996-1997, 2002-2003, 2005-2006 Free Software Foundation, Inc
64303 License: GPL-3+
64304 Licence_Text: 
64305 #Header: 
64306 #/* Copyright (C) 1991, 1994, 1996-1997, 2002-2003, 2005-2006 Free Software Foundation, Inc.
64307 #
64308 #   NOTE: The canonical source of this file is maintained with the GNU C Library.
64309 #   Bugs can be reported to bug-glibc@gnu.org.
64310 #
64311 #   This program is free software: you can redistribute it and/or modify it
64312 #   under the terms of the GNU General Public License as published by the
64313 #   Free Software Foundation; either version 3 of the License, or any
64314 #   later version.
64315 #
64316 #   This program is distributed in the hope that it will be useful,
64317 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64318 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64319 #   GNU General Public License for more details.
64320
64321 File: ./lib/strdup.c
64322 Hash: 12e93fe471e7edcd885e207e311df99c6d850b7b9ca5c3b28e39e316c66fb2ab
64323 Copyright: 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
64324 License: GPL-2+
64325 Licence_Text: 
64326 #Header: 
64327 #/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006, 2007 Free
64328 #   Software Foundation, Inc.
64329 #
64330 #   This file is part of the GNU C Library.
64331 #
64332 #   This program is free software; you can redistribute it and/or modify
64333 #   it under the terms of the GNU General Public License as published by
64334 #   the Free Software Foundation; either version 2, or (at your option)
64335 #   any later version.
64336 #
64337 #   This program is distributed in the hope that it will be useful,
64338 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64339 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64340 #   GNU General Public License for more details.
64341
64342 File: ./lib/streq.h
64343 Hash: 9830f7c0042519dd01e35295d2e694c760b032cd222a31f3855f44b1a526e12c
64344 Copyright: 2001-2002, 2007 Free Software Foundation, Inc
64345 License: LGPL-3+ 
64346 Licence_Text: 
64347 #Header: 
64348 #/* Optimized string comparison.
64349 #   Copyright (C) 2001-2002, 2007 Free Software Foundation, Inc.
64350 #
64351 #   This program is free software: you can redistribute it and/or modify it
64352 #   under the terms of the GNU Lesser General Public License as published
64353 #   by the Free Software Foundation; either version 3 of the License, or
64354 #   (at your option) any later version.
64355 #
64356 #   This program is distributed in the hope that it will be useful,
64357 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64358 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
64359 #   Lesser General Public License for more details.
64360 #
64361 #   You should have received a copy of the GNU Lesser General Public License
64362 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
64363
64364 File: ./lib/strerror.c
64365 Hash: f4503783120d3b66707b724877e32b0ea1eda13cbf9e79f4640b32e3f44c7019
64366 Copyright: 2007-2009 Free Software Foundation, Inc
64367 License: GPL-3+ 
64368 Licence_Text: 
64369 #Header: 
64370 #/* strerror.c --- POSIX compatible system error routine
64371 #
64372 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
64373 #
64374 #   This program is free software: you can redistribute it and/or modify
64375 #   it under the terms of the GNU General Public License as published by
64376 #   the Free Software Foundation; either version 3 of the License, or
64377 #   (at your option) any later version.
64378 #
64379 #   This program is distributed in the hope that it will be useful,
64380 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64381 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64382 #   GNU General Public License for more details.
64383 #
64384 #   You should have received a copy of the GNU General Public License
64385
64386 File: ./lib/strftime.c
64387 Hash: 7600ea0821aa8b38178ea32004b358cc84e69df14ea395dd865c955b8677c320
64388 Copyright: 1991-1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
64389 License: GPL-3+ 
64390 Licence_Text: 
64391 #Header: 
64392 #/* Copyright (C) 1991-1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2009 Free Software
64393 #   Foundation, Inc.
64394 #
64395 #   NOTE: The canonical source of this file is maintained with the GNU C Library.
64396 #   Bugs can be reported to bug-glibc@prep.ai.mit.edu.
64397 #
64398 #   This program is free software: you can redistribute it and/or modify
64399 #   it under the terms of the GNU General Public License as published by
64400 #   the Free Software Foundation; either version 3 of the License, or
64401 #   (at your option) any later version.
64402 #
64403 #   This program is distributed in the hope that it will be useful,
64404 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64405 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64406 #   GNU General Public License for more details.
64407
64408 File: ./lib/strftime.h
64409 Hash: 4c32312ac57884519ab011ab68c92dd237dd76c2f232cd5395e8d283f365bc1e
64410 Copyright: 2002, 2004, 2008 Free Software Foundation, Inc
64411 License: GPL-3+ 
64412 Licence_Text: 
64413 #Header: 
64414 #/* declarations for strftime.c
64415 #
64416 #   Copyright (C) 2002, 2004, 2008 Free Software Foundation, Inc.
64417 #
64418 #   This program is free software: you can redistribute it and/or modify
64419 #   it under the terms of the GNU General Public License as published by
64420 #   the Free Software Foundation; either version 3 of the License, or
64421 #   (at your option) any later version.
64422 #
64423 #   This program is distributed in the hope that it will be useful,
64424 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64425 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64426 #   GNU General Public License for more details.
64427 #
64428 #   You should have received a copy of the GNU General Public License
64429
64430 File: ./lib/striconv.c
64431 Hash: 5e8b516e5b0f28f80803a45eb2c6be6a4c0a2282bedc384d0c3b6324c3d0df55
64432 Copyright: 2001-2007 Free Software Foundation, Inc
64433 License: GPL-2+
64434 Licence_Text: 
64435 #Header: 
64436 #/* Charset conversion.
64437 #   Copyright (C) 2001-2007 Free Software Foundation, Inc.
64438 #   Written by Bruno Haible and Simon Josefsson.
64439 #
64440 #   This program is free software; you can redistribute it and/or modify
64441 #   it under the terms of the GNU General Public License as published by
64442 #   the Free Software Foundation; either version 2, or (at your option)
64443 #   any later version.
64444 #
64445 #   This program is distributed in the hope that it will be useful,
64446 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64447 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64448 #   GNU General Public License for more details.
64449 #
64450 #   You should have received a copy of the GNU General Public License
64451
64452 File: ./lib/striconv.h
64453 Hash: daea9a49adb2283a8f85bb18fda76f59028c8bfdd046db63226ca0c0e0350702
64454 Copyright: 2001-2004, 2006-2007 Free Software Foundation, Inc
64455 License: GPL-2+
64456 Licence_Text: 
64457 #Header: 
64458 #/* Charset conversion.
64459 #   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
64460 #   Written by Bruno Haible and Simon Josefsson.
64461 #
64462 #   This program is free software; you can redistribute it and/or modify
64463 #   it under the terms of the GNU General Public License as published by
64464 #   the Free Software Foundation; either version 2, or (at your option)
64465 #   any later version.
64466 #
64467 #   This program is distributed in the hope that it will be useful,
64468 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64469 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64470 #   GNU General Public License for more details.
64471 #
64472 #   You should have received a copy of the GNU General Public License
64473
64474 File: ./lib/striconveh.c
64475 Hash: 34bb63b9a451ec7185541467e05029b4d5fbd1cbf5a03d3fe84ac381843e053c
64476 Copyright: 2001-2009 Free Software Foundation, Inc
64477 License: GPL-3+ 
64478 Licence_Text: 
64479 #Header: 
64480 #/* Character set conversion with error handling.
64481 #   Copyright (C) 2001-2009 Free Software Foundation, Inc.
64482 #   Written by Bruno Haible and Simon Josefsson.
64483 #
64484 #   This program is free software: you can redistribute it and/or modify
64485 #   it under the terms of the GNU General Public License as published by
64486 #   the Free Software Foundation; either version 3 of the License, or
64487 #   (at your option) any later version.
64488 #
64489 #   This program is distributed in the hope that it will be useful,
64490 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64491 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64492 #   GNU General Public License for more details.
64493 #
64494 #   You should have received a copy of the GNU General Public License
64495
64496 File: ./lib/striconveh.h
64497 Hash: 86eb681bccb0a53f2a391f680da5d74679c2482f39258d92ef8d6b0ef17ab474
64498 Copyright: 2001-2007, 2009 Free Software Foundation, Inc
64499 License: GPL-3+ 
64500 Licence_Text: 
64501 #Header: 
64502 #/* Character set conversion with error handling.
64503 #   Copyright (C) 2001-2007, 2009 Free Software Foundation, Inc.
64504 #   Written by Bruno Haible and Simon Josefsson.
64505 #
64506 #   This program is free software: you can redistribute it and/or modify
64507 #   it under the terms of the GNU General Public License as published by
64508 #   the Free Software Foundation; either version 3 of the License, or
64509 #   (at your option) any later version.
64510 #
64511 #   This program is distributed in the hope that it will be useful,
64512 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64513 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64514 #   GNU General Public License for more details.
64515 #
64516 #   You should have received a copy of the GNU General Public License
64517
64518 File: ./lib/striconveha.c
64519 Hash: 5cb3167be3296d381de5cc20753a6e13eb849c736c76cdf79875fa9ffa1a41ea
64520 Copyright: 2002, 2005, 2007, 2009 Free Software Foundation, Inc
64521 License: GPL-3+ 
64522 Licence_Text: 
64523 #Header: 
64524 #/* Character set conversion with error handling and autodetection.
64525 #   Copyright (C) 2002, 2005, 2007, 2009 Free Software Foundation, Inc.
64526 #   Written by Bruno Haible.
64527 #
64528 #   This program is free software: you can redistribute it and/or modify
64529 #   it under the terms of the GNU General Public License as published by
64530 #   the Free Software Foundation; either version 3 of the License, or
64531 #   (at your option) any later version.
64532 #
64533 #   This program is distributed in the hope that it will be useful,
64534 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64535 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64536 #   GNU General Public License for more details.
64537 #
64538 #   You should have received a copy of the GNU General Public License
64539
64540 File: ./lib/striconveha.h
64541 Hash: d78d74cdfaacc28ecd3e6b1d1c1934ef42f23ffe6e6a940c2fd8b9f3396d78b5
64542 Copyright: 2002, 2005, 2007-2009 Free Software Foundation, Inc
64543 License: GPL-3+ 
64544 Licence_Text: 
64545 #Header: 
64546 #/* Character set conversion with error handling and autodetection.
64547 #   Copyright (C) 2002, 2005, 2007-2009 Free Software Foundation, Inc.
64548 #   Written by Bruno Haible.
64549 #
64550 #   This program is free software: you can redistribute it and/or modify
64551 #   it under the terms of the GNU General Public License as published by
64552 #   the Free Software Foundation; either version 3 of the License, or
64553 #   (at your option) any later version.
64554 #
64555 #   This program is distributed in the hope that it will be useful,
64556 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64557 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64558 #   GNU General Public License for more details.
64559 #
64560 #   You should have received a copy of the GNU General Public License
64561
64562 File: ./lib/string.in.h
64563 Hash: 1136d0b98b57be6dd7253ef5cacf9f4da5f028f2d885723c8bbc35a3ab13745b
64564 Copyright: 1995-1996, 2001-2009 Free Software Foundation, Inc
64565 License: GPL-2+
64566 Licence_Text: 
64567 #Header: 
64568 #/* A GNU-like <string.h>.
64569 #
64570 #   Copyright (C) 1995-1996, 2001-2009 Free Software Foundation, Inc.
64571 #
64572 #   This program is free software; you can redistribute it and/or modify
64573 #   it under the terms of the GNU General Public License as published by
64574 #   the Free Software Foundation; either version 2, or (at your option)
64575 #   any later version.
64576 #
64577 #   This program is distributed in the hope that it will be useful,
64578 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64579 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64580 #   GNU General Public License for more details.
64581 #
64582 #   You should have received a copy of the GNU General Public License
64583
64584 File: ./lib/strings.in.h
64585 Hash: 10e5bc3121d2994aa8fc0890d99464664f2b9d6f3e67177e371d1f4c072bc250
64586 Copyright: 2007-2008 Free Software Foundation, Inc
64587 License: GPL-2+
64588 Licence_Text: 
64589 #Header: 
64590 #/* A substitute <strings.h>.
64591 #
64592 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
64593 #
64594 #   This program is free software; you can redistribute it and/or modify
64595 #   it under the terms of the GNU General Public License as published by
64596 #   the Free Software Foundation; either version 2, or (at your option)
64597 #   any later version.
64598 #
64599 #   This program is distributed in the hope that it will be useful,
64600 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64601 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64602 #   GNU General Public License for more details.
64603 #
64604 #   You should have received a copy of the GNU General Public License
64605
64606 File: ./lib/stripslash.c
64607 Hash: ca9f072b31bf11e52cbb5c73957988d28de77f56c962b0785f07af77418be677
64608 Copyright: 1990, 2001, 2003-2006 Free Software Foundation, Inc
64609 License: GPL-3+ 
64610 Licence_Text: 
64611 #Header: 
64612 #/* stripslash.c -- remove redundant trailing slashes from a file name
64613 #
64614 #   Copyright (C) 1990, 2001, 2003-2006 Free Software Foundation, Inc.
64615 #
64616 #   This program is free software: you can redistribute it and/or modify
64617 #   it under the terms of the GNU General Public License as published by
64618 #   the Free Software Foundation; either version 3 of the License, or
64619 #   (at your option) any later version.
64620 #
64621 #   This program is distributed in the hope that it will be useful,
64622 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64623 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64624 #   GNU General Public License for more details.
64625 #
64626 #   You should have received a copy of the GNU General Public License
64627
64628 File: ./lib/strncasecmp.c
64629 Hash: 815116d5f75c679aca0d1bb421a8370e66e40168c384ed9dd6a98d3f5ca83391
64630 Copyright: 1998-1999, 2005-2007 Free Software Foundation, Inc
64631 License: GPL-2+
64632 Licence_Text: 
64633 #Header: 
64634 #/* strncasecmp.c -- case insensitive string comparator
64635 #   Copyright (C) 1998-1999, 2005-2007 Free Software Foundation, Inc.
64636 #
64637 #   This program is free software; you can redistribute it and/or modify
64638 #   it under the terms of the GNU General Public License as published by
64639 #   the Free Software Foundation; either version 2, or (at your option)
64640 #   any later version.
64641 #
64642 #   This program is distributed in the hope that it will be useful,
64643 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64644 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64645 #   GNU General Public License for more details.
64646 #
64647 #   You should have received a copy of the GNU General Public License
64648 #   along with this program; if not, write to the Free Software Foundation,
64649
64650 File: ./lib/strndup.c
64651 Hash: 493b47a8d6f269acc1510b98b35176cc820945e10980a25eff018b436ae1bcfe
64652 Copyright: 1996, 1997, 1998, 2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
64653 License: GPL-2+
64654 Licence_Text: 
64655 #Header: 
64656 #/* A replacement function, for systems that lack strndup.
64657 #
64658 #   Copyright (C) 1996, 1997, 1998, 2001, 2002, 2003, 2005, 2006, 2007
64659 #   Free Software Foundation, Inc.
64660 #
64661 #   This program is free software; you can redistribute it and/or modify it
64662 #   under the terms of the GNU General Public License as published by the
64663 #   Free Software Foundation; either version 2, or (at your option) any
64664 #   later version.
64665 #
64666 #   This program is distributed in the hope that it will be useful,
64667 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64668 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64669 #   GNU General Public License for more details.
64670
64671 File: ./lib/strnlen.c
64672 Hash: 90b853a0e4af9628fcd17de3f30a70c1a406d6517e1d18a5f5b9413c856b1c10
64673 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
64674 License: GPL-2+
64675 Licence_Text: 
64676 #Header: 
64677 #/* Find the length of STRING, but scan at most MAXLEN characters.
64678 #   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
64679 #   Written by Simon Josefsson.
64680 #
64681 #   This program is free software; you can redistribute it and/or modify
64682 #   it under the terms of the GNU General Public License as published by
64683 #   the Free Software Foundation; either version 2, or (at your option)
64684 #   any later version.
64685 #
64686 #   This program is distributed in the hope that it will be useful,
64687 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64688 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64689 #   GNU General Public License for more details.
64690 #
64691 #   You should have received a copy of the GNU General Public License
64692
64693 File: ./lib/strnlen1.c
64694 Hash: ca122eb96644afef5d06ddd05a5ee8d1672a9df41eb9dee6a04360b119d62dac
64695 Copyright: 2005-2006 Free Software Foundation, Inc
64696 License: GPL-3+ 
64697 Licence_Text: 
64698 #Header: 
64699 #/* Find the length of STRING + 1, but scan at most MAXLEN bytes.
64700 #   Copyright (C) 2005-2006 Free Software Foundation, Inc.
64701 #
64702 #   This program is free software: you can redistribute it and/or modify
64703 #   it under the terms of the GNU General Public License as published by
64704 #   the Free Software Foundation; either version 3 of the License, or
64705 #   (at your option) any later version.
64706 #
64707 #   This program is distributed in the hope that it will be useful,
64708 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64709 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64710 #   GNU General Public License for more details.
64711 #
64712 #   You should have received a copy of the GNU General Public License
64713 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
64714
64715 File: ./lib/strnlen1.h
64716 Hash: 150c8f3b97a0d8163ec53ce9eeac9922489186f5ca66d9250750116cb1f8a5c1
64717 Copyright: 2005 Free Software Foundation, Inc
64718 License: GPL-3+ 
64719 Licence_Text: 
64720 #Header: 
64721 #/* Find the length of STRING + 1, but scan at most MAXLEN bytes.
64722 #   Copyright (C) 2005 Free Software Foundation, Inc.
64723 #
64724 #   This program is free software: you can redistribute it and/or modify
64725 #   it under the terms of the GNU General Public License as published by
64726 #   the Free Software Foundation; either version 3 of the License, or
64727 #   (at your option) any later version.
64728 #
64729 #   This program is distributed in the hope that it will be useful,
64730 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64731 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64732 #   GNU General Public License for more details.
64733 #
64734 #   You should have received a copy of the GNU General Public License
64735 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
64736
64737 File: ./lib/strpbrk.c
64738 Hash: 96b98866fadc00e26886d758144724ccbbc594f237800fb4314473bede51c53e
64739 Copyright: 1991, 1994, 2000, 2002-2003, 2006 Free Software Foundation, Inc.
64740 License: GPL-2+
64741 Licence_Text: 
64742 #Header: 
64743 #/* Copyright (C) 1991, 1994, 2000, 2002-2003, 2006 Free Software
64744 #   Foundation, Inc.
64745 #
64746 #   NOTE: The canonical source of this file is maintained with the GNU C Library.
64747 #   Bugs can be reported to bug-glibc@prep.ai.mit.edu.
64748 #
64749 #   This program is free software; you can redistribute it and/or modify it
64750 #   under the terms of the GNU General Public License as published by the
64751 #   Free Software Foundation; either version 2, or (at your option) any
64752 #   later version.
64753 #
64754 #   This program is distributed in the hope that it will be useful,
64755 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64756 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64757 #   GNU General Public License for more details.
64758
64759 File: ./lib/strptime.c
64760 Hash: e7a81072f584025045e8cd27a8aed09e13a467c6a3a157eee758bd6613856191
64761 Copyright: 2002, 2004, 2005, 2007 Free Software Foundation, Inc
64762 License: GPL-2+
64763 Licence_Text: 
64764 #Header: 
64765 #/* Copyright (C) 2002, 2004, 2005, 2007 Free Software Foundation, Inc.
64766 #   This file is part of the GNU C Library.
64767 #
64768 #   This program is free software; you can redistribute it and/or modify
64769 #   it under the terms of the GNU General Public License as published by
64770 #   the Free Software Foundation; either version 2, or (at your option)
64771 #   any later version.
64772 #
64773 #   This program is distributed in the hope that it will be useful,
64774 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64775 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64776 #   GNU General Public License for more details.
64777 #
64778 #   You should have received a copy of the GNU General Public License along
64779 #   with this program; if not, write to the Free Software Foundation,
64780
64781 File: ./lib/strsep.c
64782 Hash: af7bac86580b20527ae1d65b6b78a1b038b7b9e0b005a67835c2058a71215932
64783 Copyright: 2004, 2007 Free Software Foundation, Inc
64784 License: GPL-2+
64785 Licence_Text: 
64786 #Header: 
64787 #/* Copyright (C) 2004, 2007 Free Software Foundation, Inc.
64788 #
64789 #   Written by Yoann Vandoorselaere <yoann@prelude-ids.org>.
64790 #
64791 #   This program is free software; you can redistribute it and/or modify
64792 #   it under the terms of the GNU General Public License as published by
64793 #   the Free Software Foundation; either version 2, or (at your option)
64794 #   any later version.
64795 #
64796 #   This program is distributed in the hope that it will be useful,
64797 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64798 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64799 #   GNU General Public License for more details.
64800 #
64801 #   You should have received a copy of the GNU General Public License
64802
64803 File: ./lib/strsignal.c
64804 Hash: e182db866c03cb48b20804d461064af0a10923ccec042890b5604c9c43d228ca
64805 Copyright: 1991, 1994-2002, 2005, 2008 Free Software Foundation, Inc
64806 License: LGPL-2.1+
64807 Licence_Text: 
64808 #Header: 
64809 #/* Copyright (C) 1991, 1994-2002, 2005, 2008 Free Software Foundation, Inc.
64810 #   This file is part of the GNU C Library.
64811 #
64812 #   The GNU C Library is free software; you can redistribute it and/or
64813 #   modify it under the terms of the GNU Lesser General Public
64814 #   License as published by the Free Software Foundation; either
64815 #   version 2.1 of the License, or (at your option) any later version.
64816 #
64817 #   The GNU C Library is distributed in the hope that it will be useful,
64818 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64819 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
64820 #   Lesser General Public License for more details.
64821 #
64822 #   You should have received a copy of the GNU Lesser General Public
64823 #   License along with the GNU C Library; if not, write to the Free
64824
64825 File: ./lib/strstr.c
64826 Hash: a4affaf4166ce546e4b9877cf63839f8b5ec3c8e3aad4edce9225941ef20d89a
64827 Copyright: 1991,92,93,94,96,97,98,2000,2004,2007,2008 Free Software Foundation, Inc.
64828 License: GPL-2+
64829 Licence_Text: 
64830 #Header: 
64831 #/* Copyright (C) 1991,92,93,94,96,97,98,2000,2004,2007,2008 Free Software
64832 #   Foundation, Inc.
64833 #   This file is part of the GNU C Library.
64834 #
64835 #   This program is free software; you can redistribute it and/or modify
64836 #   it under the terms of the GNU General Public License as published by
64837 #   the Free Software Foundation; either version 2, or (at your option)
64838 #   any later version.
64839 #
64840 #   This program is distributed in the hope that it will be useful,
64841 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64842 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64843 #   GNU General Public License for more details.
64844 #
64845 #   You should have received a copy of the GNU General Public License along
64846
64847 File: ./lib/strtod.c
64848 Hash: 528883e0f68c192c7f4c418737f36efc6ede11ce51636f8145c70d1101163e8b
64849 Copyright: 1991, 1992, 1997, 1999, 2003, 2006, 2008 Free Software Foundation, Inc.
64850 License: GPL-3+ 
64851 Licence_Text: 
64852 #Header: 
64853 #/* Copyright (C) 1991, 1992, 1997, 1999, 2003, 2006, 2008 Free
64854 #   Software Foundation, Inc.
64855 #
64856 #   This program is free software: you can redistribute it and/or modify
64857 #   it under the terms of the GNU General Public License as published by
64858 #   the Free Software Foundation; either version 3 of the License, or
64859 #   (at your option) any later version.
64860 #
64861 #   This program is distributed in the hope that it will be useful,
64862 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64863 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64864 #   GNU General Public License for more details.
64865 #
64866 #   You should have received a copy of the GNU General Public License
64867 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
64868
64869 File: ./lib/strtoimax.c
64870 Hash: 7973e7dce509583335e94002f1d80e0f651365102e54f37f6643260b5a0f3a11
64871 Copyright: 1999, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
64872 License: GPL-3+ 
64873 Licence_Text: 
64874 #Header: 
64875 #/* Convert string representation of a number into an intmax_t value.
64876 #
64877 #   Copyright (C) 1999, 2001, 2002, 2003, 2004, 2006 Free Software
64878 #   Foundation, Inc.
64879 #
64880 #   This program is free software: you can redistribute it and/or modify
64881 #   it under the terms of the GNU General Public License as published by
64882 #   the Free Software Foundation; either version 3 of the License, or
64883 #   (at your option) any later version.
64884 #
64885 #   This program is distributed in the hope that it will be useful,
64886 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64887 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64888 #   GNU General Public License for more details.
64889
64890 File: ./lib/strtok_r.c
64891 Hash: aef52797442d97f89d26281a0226055638efc2009e04f911fb4bbbccf7671efb
64892 Copyright: 1991,1996-1999,2001,2004,2007,2009 Free Software Foundation, Inc
64893 License: GPL-3+ 
64894 Licence_Text: 
64895 #Header: 
64896 #/* Reentrant string tokenizer.  Generic version.
64897 #   Copyright (C) 1991,1996-1999,2001,2004,2007,2009 Free Software Foundation, Inc.
64898 #   This file is part of the GNU C Library.
64899 #
64900 #   This program is free software: you can redistribute it and/or modify
64901 #   it under the terms of the GNU General Public License as published by
64902 #   the Free Software Foundation; either version 3 of the License, or
64903 #   (at your option) any later version.
64904 #
64905 #   This program is distributed in the hope that it will be useful,
64906 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64907 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64908 #   GNU General Public License for more details.
64909 #
64910 #   You should have received a copy of the GNU General Public License
64911
64912 File: ./lib/strtol.c
64913 Hash: 9a28728b276103445a0aa97cad8332a2cc26aa2b9be2c964b2c166b56391b73c
64914 Copyright: 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
64915 License: GPL-3+
64916 Licence_Text: 
64917 #Header: 
64918 #/* Convert string representation of a number into an integer value.
64919 #
64920 #   Copyright (C) 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2003, 2005,
64921 #   2006, 2007
64922 #   Free Software Foundation, Inc.
64923 #
64924 #   NOTE: The canonical source of this file is maintained with the GNU C
64925 #   Library.  Bugs can be reported to bug-glibc@gnu.org.
64926 #
64927 #   This program is free software: you can redistribute it and/or modify it
64928 #   under the terms of the GNU General Public License as published by the
64929 #   Free Software Foundation; either version 3 of the License, or any
64930 #   later version.
64931 #
64932 #   This program is distributed in the hope that it will be useful,
64933
64934 File: ./lib/strtoll.c
64935 Hash: ffeacd90d3869005c1cbaa8aa6090606681dd0ce4407a93a241510abba0719ea
64936 Copyright: 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc
64937 License: GPL-3+ 
64938 Licence_Text: 
64939 #Header: 
64940 #/* Function to parse a `long long int' from text.
64941 #   Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc.
64942 #   This file is part of the GNU C Library.
64943 #
64944 #   This program is free software: you can redistribute it and/or modify
64945 #   it under the terms of the GNU General Public License as published by
64946 #   the Free Software Foundation; either version 3 of the License, or
64947 #   (at your option) any later version.
64948 #
64949 #   This program is distributed in the hope that it will be useful,
64950 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64951 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64952 #   GNU General Public License for more details.
64953 #
64954 #   You should have received a copy of the GNU General Public License
64955
64956 File: ./lib/strtoul.c
64957 Hash: be855c203200b5a984ae3290890f46d4580f377b4bdafd0266e7873dab9b1731
64958 Copyright: 1991, 1997 Free Software Foundation, Inc
64959 License: GPL-3+ 
64960 Licence_Text: 
64961 #Header: 
64962 #/* Copyright (C) 1991, 1997 Free Software Foundation, Inc.
64963 #   This file is part of the GNU C Library.
64964 #
64965 #   This program is free software: you can redistribute it and/or modify
64966 #   it under the terms of the GNU General Public License as published by
64967 #   the Free Software Foundation; either version 3 of the License, or
64968 #   (at your option) any later version.
64969 #
64970 #   This program is distributed in the hope that it will be useful,
64971 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64972 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64973 #   GNU General Public License for more details.
64974 #
64975 #   You should have received a copy of the GNU General Public License
64976 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
64977
64978 File: ./lib/strtoull.c
64979 Hash: a844c45a1416b2420bd76bef0e85cb2d0a7e363cf88325e65d285bbf5882e58e
64980 Copyright: 1995, 1996, 1997, 1999 Free Software Foundation, Inc
64981 License: GPL-3+
64982 Licence_Text: 
64983 #Header: 
64984 #/* Function to parse an `unsigned long long int' from text.
64985 #   Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
64986 #   NOTE: The canonical source of this file is maintained with the GNU C
64987 #   Library.  Bugs can be reported to bug-glibc@gnu.org.
64988 #
64989 #   This program is free software: you can redistribute it and/or modify it
64990 #   under the terms of the GNU General Public License as published by the
64991 #   Free Software Foundation; either version 3 of the License, or any
64992 #   later version.
64993 #
64994 #   This program is distributed in the hope that it will be useful,
64995 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
64996 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64997 #   GNU General Public License for more details.
64998
64999 File: ./lib/strtoumax.c
65000 Hash: 20d59ba9f3d7a1001d08e6aab61d928dbae2fd051e69eab2867765f8663460b6
65001 Copyright: 
65002 License: 
65003 Licence_Text: 
65004 #Header: 
65005 ##define UNSIGNED 1
65006 ##include "strtoimax.c"
65007
65008 File: ./lib/strverscmp.c
65009 Hash: dd6243d19084dfaafaac9441be9a71dde27f33c595c685beee735da6b4158cf4
65010 Copyright: 1997, 2000, 2002, 2004, 2006 Free Software Foundation, Inc
65011 License: GPL-2+
65012 Licence_Text: 
65013 #Header: 
65014 #/* Compare strings while treating digits characters numerically.
65015 #   Copyright (C) 1997, 2000, 2002, 2004, 2006 Free Software Foundation, Inc.
65016 #   This file is part of the GNU C Library.
65017 #   Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997.
65018 #
65019 #   This program is free software; you can redistribute it and/or modify
65020 #   it under the terms of the GNU General Public License as published by
65021 #   the Free Software Foundation; either version 2, or (at your option)
65022 #   any later version.
65023 #
65024 #   This program is distributed in the hope that it will be useful,
65025 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65026 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65027 #   GNU General Public License for more details.
65028
65029 File: ./lib/symlinkat.c
65030 Hash: dcc854e76c58e26c2b9f652e67d1f4d656d1115d1dc966d5a8ac27025490d91a
65031 Copyright: 2009 Free Software Foundation, Inc
65032 License: GPL-3+ 
65033 Licence_Text: 
65034 #Header: 
65035 #/* Create a symlink relative to an open directory.
65036 #   Copyright (C) 2009 Free Software Foundation, Inc.
65037 #
65038 #   This program is free software: you can redistribute it and/or modify
65039 #   it under the terms of the GNU General Public License as published by
65040 #   the Free Software Foundation; either version 3 of the License, or
65041 #   (at your option) any later version.
65042 #
65043 #   This program is distributed in the hope that it will be useful,
65044 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65045 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65046 #   GNU General Public License for more details.
65047 #
65048 #   You should have received a copy of the GNU General Public License
65049 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65050
65051 File: ./lib/sys_file.in.h
65052 Hash: 868915ed2b23fee8738485eaf605b0f29674ea76f2f27fc0a330c7e40476e7e1
65053 Copyright: 2007-2008 Free Software Foundation, Inc
65054 License: GPL-2+
65055 Licence_Text: 
65056 #Header: 
65057 #/* Provide a more complete sys/file.h.
65058 #
65059 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
65060 #
65061 #   This program is free software; you can redistribute it and/or modify
65062 #   it under the terms of the GNU General Public License as published by
65063 #   the Free Software Foundation; either version 2, or (at your option)
65064 #   any later version.
65065 #
65066 #   This program is distributed in the hope that it will be useful,
65067 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65068 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65069 #   GNU General Public License for more details.
65070 #
65071 #   You should have received a copy of the GNU General Public License
65072
65073 File: ./lib/sys_ioctl.in.h
65074 Hash: 5a85be194ab973fc6eee2464d2f6043be6ca5a0e0ca50c24c8e1947d3ba9c366
65075 Copyright: 2008-2009 Free Software Foundation, Inc
65076 License: GPL-2+
65077 Licence_Text: 
65078 #Header: 
65079 #/* Substitute for and wrapper around <sys/ioctl.h>.
65080 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
65081 #
65082 #   This program is free software; you can redistribute it and/or modify
65083 #   it under the terms of the GNU General Public License as published by
65084 #   the Free Software Foundation; either version 2, or (at your option)
65085 #   any later version.
65086 #
65087 #   This program is distributed in the hope that it will be useful,
65088 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65089 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65090 #   GNU General Public License for more details.
65091 #
65092 #   You should have received a copy of the GNU General Public License
65093 #   along with this program; if not, write to the Free Software Foundation,
65094
65095 File: ./lib/sys_select.in.h
65096 Hash: 6385d79cdb0b4995cd2158dcdc2df844a99ee46a25909c5c4f1227065077e6a8
65097 Copyright: 2007-2009 Free Software Foundation, Inc
65098 License: GPL-2+
65099 Licence_Text: 
65100 #Header: 
65101 #/* Substitute for <sys/select.h>.
65102 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
65103 #
65104 #   This program is free software; you can redistribute it and/or modify
65105 #   it under the terms of the GNU General Public License as published by
65106 #   the Free Software Foundation; either version 2, or (at your option)
65107 #   any later version.
65108 #
65109 #   This program is distributed in the hope that it will be useful,
65110 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65111 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65112 #   GNU General Public License for more details.
65113 #
65114 #   You should have received a copy of the GNU General Public License
65115 #   along with this program; if not, write to the Free Software Foundation,
65116
65117 File: ./lib/sys_socket.in.h
65118 Hash: 362d22c2394c4e40e8e2f5184c97bbd879f5b56d4ee18b4d91e7c6e29b7deaf9
65119 Copyright: 2005-2009 Free Software Foundation, Inc
65120 License: GPL-2+
65121 Licence_Text: 
65122 #Header: 
65123 #/* Provide a sys/socket header file for systems lacking it (read: MinGW)
65124 #   and for systems where it is incomplete.
65125 #   Copyright (C) 2005-2009 Free Software Foundation, Inc.
65126 #   Written by Simon Josefsson.
65127 #
65128 #   This program is free software; you can redistribute it and/or modify
65129 #   it under the terms of the GNU General Public License as published by
65130 #   the Free Software Foundation; either version 2, or (at your option)
65131 #   any later version.
65132 #
65133 #   This program is distributed in the hope that it will be useful,
65134 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65135 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65136 #   GNU General Public License for more details.
65137
65138 File: ./lib/sys_stat.in.h
65139 Hash: e70e9a10084c5f7be3fb6d2aa62228b6f5ded082be4afadd19c01d119c502415
65140 Copyright: 2005-2009 Free Software Foundation, Inc
65141 License: GPL-2+
65142 Licence_Text: 
65143 #Header: 
65144 #/* Provide a more complete sys/stat header file.
65145 #   Copyright (C) 2005-2009 Free Software Foundation, Inc.
65146 #
65147 #   This program is free software; you can redistribute it and/or modify
65148 #   it under the terms of the GNU General Public License as published by
65149 #   the Free Software Foundation; either version 2, or (at your option)
65150 #   any later version.
65151 #
65152 #   This program is distributed in the hope that it will be useful,
65153 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65154 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65155 #   GNU General Public License for more details.
65156 #
65157 #   You should have received a copy of the GNU General Public License
65158 #   along with this program; if not, write to the Free Software Foundation,
65159
65160 File: ./lib/sys_time.in.h
65161 Hash: 808d4417fc9f057d4ad55b6add3f133d03a5322fabe3dcfe925bd47d14616a66
65162 Copyright: 2007-2008 Free Software Foundation, Inc
65163 License: GPL-2+
65164 Licence_Text: 
65165 #Header: 
65166 #/* Provide a more complete sys/time.h.
65167 #
65168 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
65169 #
65170 #   This program is free software; you can redistribute it and/or modify
65171 #   it under the terms of the GNU General Public License as published by
65172 #   the Free Software Foundation; either version 2, or (at your option)
65173 #   any later version.
65174 #
65175 #   This program is distributed in the hope that it will be useful,
65176 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65177 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65178 #   GNU General Public License for more details.
65179 #
65180 #   You should have received a copy of the GNU General Public License
65181
65182 File: ./lib/sys_times.in.h
65183 Hash: 3cf5a711d1c92858d4b654284c43c7ecc25d06763f8418c2e54c3309c914a541
65184 Copyright: 2008 Free Software Foundation, Inc
65185 License: GPL-2+
65186 Licence_Text: 
65187 #Header: 
65188 #/* Provide a sys/times.h header file.
65189 #   Copyright (C) 2008 Free Software Foundation, Inc.
65190 #
65191 #   This program is free software; you can redistribute it and/or modify
65192 #   it under the terms of the GNU General Public License as published by
65193 #   the Free Software Foundation; either version 2, or (at your option)
65194 #   any later version.
65195 #
65196 #   This program is distributed in the hope that it will be useful,
65197 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65198 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65199 #   GNU General Public License for more details.
65200 #
65201 #   You should have received a copy of the GNU General Public License
65202 #   along with this program; if not, write to the Free Software Foundation,
65203
65204 File: ./lib/sys_utsname.in.h
65205 Hash: fae5021bf23d69bd35dc0d59126fd5506a194d7b57a8c0ffca7d480f8843b12f
65206 Copyright: 2009 Free Software Foundation, Inc
65207 License: GPL-2+
65208 Licence_Text: 
65209 #Header: 
65210 #/* Substitute for <sys/utsname.h>.
65211 #   Copyright (C) 2009 Free Software Foundation, Inc.
65212 #
65213 #   This program is free software; you can redistribute it and/or modify
65214 #   it under the terms of the GNU General Public License as published by
65215 #   the Free Software Foundation; either version 2, or (at your option)
65216 #   any later version.
65217 #
65218 #   This program is distributed in the hope that it will be useful,
65219 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65220 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65221 #   GNU General Public License for more details.
65222 #
65223 #   You should have received a copy of the GNU General Public License
65224 #   along with this program; if not, write to the Free Software Foundation,
65225
65226 File: ./lib/sys_wait.in.h
65227 Hash: 3c64ce849ea907e265c1bb91f56556fa9f828395cf62f5192851eda0f62cf63e
65228 Copyright: 2001-2003, 2005-2008 Free Software Foundation, Inc
65229 License: GPL-2+
65230 Licence_Text: 
65231 #Header: 
65232 #/* A POSIX-like <sys/wait.h>.
65233 #   Copyright (C) 2001-2003, 2005-2008 Free Software Foundation, Inc.
65234 #
65235 #   This program is free software; you can redistribute it and/or modify
65236 #   it under the terms of the GNU General Public License as published by
65237 #   the Free Software Foundation; either version 2, or (at your option)
65238 #   any later version.
65239 #
65240 #   This program is distributed in the hope that it will be useful,
65241 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65242 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65243 #   GNU General Public License for more details.
65244 #
65245 #   You should have received a copy of the GNU General Public License
65246 #   along with this program; if not, write to the Free Software Foundation,
65247
65248 File: ./lib/sysexits.in.h
65249 Hash: 2f0fc879d2f3a165ed05292bd2ce8f091f60eced3a2fa6f8fc1445ed4548a5d0
65250 Copyright: 2003, 2006-2008 Free Software Foundation, Inc
65251 License: GPL-3+ 
65252 Licence_Text: 
65253 #Header: 
65254 #/* exit() exit codes for some BSD system programs.
65255 #   Copyright (C) 2003, 2006-2008 Free Software Foundation, Inc.
65256 #
65257 #   This program is free software: you can redistribute it and/or modify
65258 #   it under the terms of the GNU General Public License as published by
65259 #   the Free Software Foundation; either version 3 of the License, or
65260 #   (at your option) any later version.
65261 #
65262 #   This program is distributed in the hope that it will be useful,
65263 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65264 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65265 #   GNU General Public License for more details.
65266 #
65267 #   You should have received a copy of the GNU General Public License
65268 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65269
65270 File: ./lib/t-idcache
65271 Hash: af02ece347f0cc0361537b092cba7066186fc98ab1a92c6d10435a9be9ec9f84
65272 Copyright: 
65273 License: 
65274 Licence_Text: 
65275 #Header: 
65276 ##!/bin/sh
65277 ## Compare the two halves (user and group) of idcache.c.
65278 ## Once xformed, they'd better be the same:
65279 #
65280 #pwd=`pwd`
65281 #t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
65282 #trap 'status=$?; cd "$pwd" && chmod -R u+rwx $t0 && rm -rf $t0 && exit $status' 0
65283 #trap '(exit $?); exit $?' 1 2 13 15
65284 #
65285 #srcdir=../..
65286 #framework_failure=0
65287 #mkdir -p $tmp || framework_failure=1
65288 #cd $tmp || framework_failure=1
65289 #
65290 #if test $framework_failure = 1; then
65291
65292 File: ./lib/tanl.c
65293 Hash: 1f3518e0705fc06460c8a4c98999f4c188b0dacc611e78239f11c5deaaf35b27
65294 Copyright: 1993 by Sun Microsystems, Inc. All rights reserved
65295 License: 
65296 Licence_Text: 
65297 #Header: 
65298 #/* s_tanl.c -- long double version of s_tan.c.
65299 # * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
65300 # */
65301 #
65302 #/* @(#)s_tan.c 5.1 93/09/24 */
65303 #/*
65304 # * ====================================================
65305  Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
65306
65307  Developed at SunPro, a Sun Microsystems, Inc. business.
65308  Permission to use, copy, modify, and distribute this
65309  software is freely granted, provided that this notice
65310  is preserved.
65311 # * ====================================================
65312 # */
65313
65314 File: ./lib/tempname.c
65315 Hash: f8c04e91069ab576b32bf499cda2face1c55ff82a288717173934b8e70a4dc9b
65316 Copyright: 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
65317 License: GPL-3+ 
65318 Licence_Text: 
65319 #Header: 
65320 #/* tempname.c - generate the name of a temporary file.
65321 #
65322 #   Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
65323 #   2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 Free Software Foundation,
65324 #   Inc.
65325 #
65326 #   This program is free software: you can redistribute it and/or modify
65327 #   it under the terms of the GNU General Public License as published by
65328 #   the Free Software Foundation; either version 3 of the License, or
65329 #   (at your option) any later version.
65330 #
65331 #   This program is distributed in the hope that it will be useful,
65332 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65333 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65334 #   GNU General Public License for more details.
65335
65336 File: ./lib/tempname.h
65337 Hash: 3c1441c47f4337bfb8d432fa03ee9b1ebaaa25a5dd874e64f37eb260e8c441ad
65338 Copyright: 2006, 2009 Free Software Foundation, Inc
65339 License: GPL-3+ 
65340 Licence_Text: 
65341 #Header: 
65342 #/* Create a temporary file or directory.
65343 #
65344 #   Copyright (C) 2006, 2009 Free Software Foundation, Inc.
65345 #
65346 #   This program is free software: you can redistribute it and/or modify
65347 #   it under the terms of the GNU General Public License as published by
65348 #   the Free Software Foundation; either version 3 of the License, or
65349 #   (at your option) any later version.
65350 #
65351 #   This program is distributed in the hope that it will be useful,
65352 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65353 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65354 #   GNU General Public License for more details.
65355 #
65356 #   You should have received a copy of the GNU General Public License
65357
65358 File: ./lib/time.in.h
65359 Hash: 41f65ec87233a41b8ccfe9364732c124a99001f260b8ac3570402b0a1628a4e1
65360 Copyright: 2007-2009 Free Software Foundation, Inc
65361 License: GPL-2+
65362 Licence_Text: 
65363 #Header: 
65364 #/* A more-standard <time.h>.
65365 #
65366 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
65367 #
65368 #   This program is free software; you can redistribute it and/or modify
65369 #   it under the terms of the GNU General Public License as published by
65370 #   the Free Software Foundation; either version 2, or (at your option)
65371 #   any later version.
65372 #
65373 #   This program is distributed in the hope that it will be useful,
65374 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65375 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65376 #   GNU General Public License for more details.
65377 #
65378 #   You should have received a copy of the GNU General Public License
65379
65380 File: ./lib/time_r.c
65381 Hash: 5dd79182477034f96e494ee4d68c9e08f882485e73c1bd05f0a650f9a46629c2
65382 Copyright: 2003, 2006, 2007 Free Software Foundation, Inc
65383 License: GPL-2+
65384 Licence_Text: 
65385 #Header: 
65386 #/* Reentrant time functions like localtime_r.
65387 #
65388 #   Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc.
65389 #
65390 #   This program is free software; you can redistribute it and/or modify
65391 #   it under the terms of the GNU General Public License as published by
65392 #   the Free Software Foundation; either version 2, or (at your option)
65393 #   any later version.
65394 #
65395 #   This program is distributed in the hope that it will be useful,
65396 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65397 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65398 #   GNU General Public License for more details.
65399 #
65400 #   You should have received a copy of the GNU General Public License along
65401
65402 File: ./lib/timegm.c
65403 Hash: f8d8b41a303f3b09ee22b4a9a247f85ffa515b47569011d5abe2f205923fc4ed
65404 Copyright: 1994, 1997, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
65405 License: GPL-2+
65406 Licence_Text: 
65407 #Header: 
65408 #/* Convert UTC calendar time to simple time.  Like mktime but assumes UTC.
65409 #
65410 #   Copyright (C) 1994, 1997, 2003, 2004, 2006, 2007 Free Software
65411 #   Foundation, Inc.  This file is part of the GNU C Library.
65412 #
65413 #   This program is free software; you can redistribute it and/or modify
65414 #   it under the terms of the GNU General Public License as published by
65415 #   the Free Software Foundation; either version 2, or (at your option)
65416 #   any later version.
65417 #
65418 #   This program is distributed in the hope that it will be useful,
65419 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65420 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65421 #   GNU General Public License for more details.
65422
65423 File: ./lib/times.c
65424 Hash: ae2efd1b1623d1978cb2d18227edd02db9d9a9f47dbecc71fbf6806f8da628d1
65425 Copyright: 2008 Free Software Foundation, Inc
65426 License: GPL-2+
65427 Licence_Text: 
65428 #Header: 
65429 #/* Get process times
65430 #
65431 #   Copyright (C) 2008 Free Software Foundation, Inc.
65432 #
65433 #   This program is free software; you can redistribute it and/or modify
65434 #   it under the terms of the GNU General Public License as published by
65435 #   the Free Software Foundation; either version 2, or (at your option)
65436 #   any later version.
65437 #
65438 #   This program is distributed in the hope that it will be useful,
65439 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65440 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65441 #   GNU General Public License for more details.
65442 #
65443 #   You should have received a copy of the GNU General Public License
65444
65445 File: ./lib/timespec.h
65446 Hash: 9d3c4eda40d629233b24827f15f5dd80c40d897e119a01126bf867193d6be14c
65447 Copyright: 2000, 2002, 2004, 2005, 2007 Free Software Foundation, Inc
65448 License: GPL-3+ 
65449 Licence_Text: 
65450 #Header: 
65451 #/* timespec -- System time interface
65452 #
65453 #   Copyright (C) 2000, 2002, 2004, 2005, 2007 Free Software Foundation, Inc.
65454 #
65455 #   This program is free software: you can redistribute it and/or modify
65456 #   it under the terms of the GNU General Public License as published by
65457 #   the Free Software Foundation; either version 3 of the License, or
65458 #   (at your option) any later version.
65459 #
65460 #   This program is distributed in the hope that it will be useful,
65461 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65462 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65463 #   GNU General Public License for more details.
65464 #
65465 #   You should have received a copy of the GNU General Public License
65466
65467 File: ./lib/tmpdir.c
65468 Hash: 9de08a71227a2821978be3e6919f6232ccf2022430447f39b22e612021217871
65469 Copyright: 1999, 2001-2002, 2006 Free Software Foundation, Inc
65470 License: GPL-3+ 
65471 Licence_Text: 
65472 #Header: 
65473 #/* Copyright (C) 1999, 2001-2002, 2006 Free Software Foundation, Inc.
65474 #   This file is part of the GNU C Library.
65475 #
65476 #   This program is free software: you can redistribute it and/or modify
65477 #   it under the terms of the GNU General Public License as published by
65478 #   the Free Software Foundation; either version 3 of the License, or
65479 #   (at your option) any later version.
65480 #
65481 #   This program is distributed in the hope that it will be useful,
65482 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65483 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65484 #   GNU General Public License for more details.
65485 #
65486 #   You should have received a copy of the GNU General Public License
65487 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65488
65489 File: ./lib/tmpdir.h
65490 Hash: 4b2eb7839ae3ddbdafca11312d499ac3f469953e05e927e65a57b2d9308792ef
65491 Copyright: 2001-2002 Free Software Foundation, Inc
65492 License: GPL-3+ 
65493 Licence_Text: 
65494 #Header: 
65495 #/* Determine a temporary directory.
65496 #   Copyright (C) 2001-2002 Free Software Foundation, Inc.
65497 #
65498 #   This program is free software: you can redistribute it and/or modify
65499 #   it under the terms of the GNU General Public License as published by
65500 #   the Free Software Foundation; either version 3 of the License, or
65501 #   (at your option) any later version.
65502 #
65503 #   This program is distributed in the hope that it will be useful,
65504 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65505 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65506 #   GNU General Public License for more details.
65507 #
65508 #   You should have received a copy of the GNU General Public License
65509 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65510
65511 File: ./lib/tmpfile-safer.c
65512 Hash: b6f4f570c8724d3c78e2c7ab73929f9b4a3b30aefc058105e71ec434b5d5fc89
65513 Copyright: 2006, 2009 Free Software Foundation, Inc
65514 License: GPL-3+ 
65515 Licence_Text: 
65516 #Header: 
65517 #/* Invoke tmpfile, but avoid some glitches.
65518 #   Copyright (C) 2006, 2009 Free Software Foundation, Inc.
65519 #
65520 #   This program is free software: you can redistribute it and/or modify
65521 #   it under the terms of the GNU General Public License as published by
65522 #   the Free Software Foundation; either version 3 of the License, or
65523 #   (at your option) any later version.
65524 #
65525 #   This program is distributed in the hope that it will be useful,
65526 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65527 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65528 #   GNU General Public License for more details.
65529 #
65530 #   You should have received a copy of the GNU General Public License
65531 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65532
65533 File: ./lib/tmpfile.c
65534 Hash: 5626c82fc49099877c1350e01f8a80e576b6fdc73ea57162c6989f956945259f
65535 Copyright: 2007 Free Software Foundation, Inc
65536 License: GPL-3+ 
65537 Licence_Text: 
65538 #Header: 
65539 #/* Create a temporary file.
65540 #   Copyright (C) 2007 Free Software Foundation, Inc.
65541 #
65542 #   This program is free software: you can redistribute it and/or modify
65543 #   it under the terms of the GNU General Public License as published by
65544 #   the Free Software Foundation; either version 3 of the License, or
65545 #   (at your option) any later version.
65546 #
65547 #   This program is distributed in the hope that it will be useful,
65548 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65549 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65550 #   GNU General Public License for more details.
65551 #
65552 #   You should have received a copy of the GNU General Public License
65553 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65554
65555 File: ./lib/trigl.c
65556 Hash: 8b60f78b69de56a777043569a8e3ccbef997faaac10c41e5bc0f4b450c5a66ae
65557 Copyright: 1999, 2007 Free Software Foundation, Inc
65558 License: GPL-3+ 
65559 Licence_Text: 
65560 #Header: 
65561 #/* Quad-precision floating point argument reduction.
65562 #   Copyright (C) 1999, 2007 Free Software Foundation, Inc.
65563 #   This file is part of the GNU C Library.
65564 #   Contributed by Jakub Jelinek <jj@ultra.linux.cz>
65565 #
65566 #   This program is free software: you can redistribute it and/or modify
65567 #   it under the terms of the GNU General Public License as published by
65568 #   the Free Software Foundation; either version 3 of the License, or
65569 #   (at your option) any later version.
65570 #
65571 #   This program is distributed in the hope that it will be useful,
65572 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65573 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65574 #   GNU General Public License for more details.
65575
65576 File: ./lib/trigl.h
65577 Hash: 449a860f004a88ea94a76732170e38c1a861ddabf4f12c537138efbb777195c6
65578 Copyright: 2002, 2003 Free Software Foundation, Inc
65579 License: GPL-3+ 
65580 Licence_Text: 
65581 #Header: 
65582 #/* Declarations for sinl, cosl, tanl internal functions
65583 #   Contributed by Paolo Bonzini
65584 #
65585 #   Copyright 2002, 2003 Free Software Foundation, Inc.
65586 #
65587 #   This file is part of gnulib.
65588 #
65589 #   This program is free software: you can redistribute it and/or modify
65590 #   it under the terms of the GNU General Public License as published by
65591 #   the Free Software Foundation; either version 3 of the License, or
65592 #   (at your option) any later version.
65593 #
65594 #   This program is distributed in the hope that it will be useful,
65595 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65596 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65597
65598 File: ./lib/trim.c
65599 Hash: 44cefabd5123525fff9af425e47c2ddb0a6a20909271f557f7954ed07cedca92
65600 Copyright: 2006-2008 Free Software Foundation, Inc
65601 License: GPL-3+ 
65602 Licence_Text: 
65603 #Header: 
65604 #/* Removes leading and/or trailing whitespaces
65605 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
65606 #
65607 #   This program is free software: you can redistribute it and/or modify
65608 #   it under the terms of the GNU General Public License as published by
65609 #   the Free Software Foundation; either version 3 of the License, or
65610 #   (at your option) any later version.
65611 #
65612 #   This program is distributed in the hope that it will be useful,
65613 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65614 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65615 #   GNU General Public License for more details.
65616 #
65617 #   You should have received a copy of the GNU General Public License
65618 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65619
65620 File: ./lib/trim.h
65621 Hash: 9bb7a015426b58554581d2f9b0de5a6befeeaa73d42329bcd2d57fe4dcd84b1b
65622 Copyright: 2006 Free Software Foundation, Inc
65623 License: GPL-3+ 
65624 Licence_Text: 
65625 #Header: 
65626 #/* Removes leading and/or trailing whitespaces
65627 #   Copyright (C) 2006 Free Software Foundation, Inc.
65628 #
65629 #   This program is free software: you can redistribute it and/or modify
65630 #   it under the terms of the GNU General Public License as published by
65631 #   the Free Software Foundation; either version 3 of the License, or
65632 #   (at your option) any later version.
65633 #
65634 #   This program is distributed in the hope that it will be useful,
65635 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65636 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65637 #   GNU General Public License for more details.
65638 #
65639 #   You should have received a copy of the GNU General Public License
65640 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65641
65642 File: ./lib/trunc.c
65643 Hash: 592bf2d338bc257c402b5227f178a77bb4ed8f92ccf16dcafe25177c2e3882f3
65644 Copyright: 2007 Free Software Foundation, Inc
65645 License: GPL-3+ 
65646 Licence_Text: 
65647 #Header: 
65648 #/* Round towards zero.
65649 #   Copyright (C) 2007 Free Software Foundation, Inc.
65650 #
65651 #   This program is free software: you can redistribute it and/or modify
65652 #   it under the terms of the GNU General Public License as published by
65653 #   the Free Software Foundation; either version 3 of the License, or
65654 #   (at your option) any later version.
65655 #
65656 #   This program is distributed in the hope that it will be useful,
65657 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65658 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65659 #   GNU General Public License for more details.
65660 #
65661 #   You should have received a copy of the GNU General Public License
65662 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65663
65664 File: ./lib/truncf.c
65665 Hash: 592bf2d338bc257c402b5227f178a77bb4ed8f92ccf16dcafe25177c2e3882f3
65666 Copyright: 2007 Free Software Foundation, Inc
65667 License: GPL-3+ 
65668 Licence_Text: 
65669 #Header: 
65670 #/* Round towards zero.
65671 #   Copyright (C) 2007 Free Software Foundation, Inc.
65672 #
65673 #   This program is free software: you can redistribute it and/or modify
65674 #   it under the terms of the GNU General Public License as published by
65675 #   the Free Software Foundation; either version 3 of the License, or
65676 #   (at your option) any later version.
65677 #
65678 #   This program is distributed in the hope that it will be useful,
65679 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65680 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65681 #   GNU General Public License for more details.
65682 #
65683 #   You should have received a copy of the GNU General Public License
65684 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65685
65686 File: ./lib/truncl.c
65687 Hash: 592bf2d338bc257c402b5227f178a77bb4ed8f92ccf16dcafe25177c2e3882f3
65688 Copyright: 2007 Free Software Foundation, Inc
65689 License: GPL-3+ 
65690 Licence_Text: 
65691 #Header: 
65692 #/* Round towards zero.
65693 #   Copyright (C) 2007 Free Software Foundation, Inc.
65694 #
65695 #   This program is free software: you can redistribute it and/or modify
65696 #   it under the terms of the GNU General Public License as published by
65697 #   the Free Software Foundation; either version 3 of the License, or
65698 #   (at your option) any later version.
65699 #
65700 #   This program is distributed in the hope that it will be useful,
65701 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65702 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65703 #   GNU General Public License for more details.
65704 #
65705 #   You should have received a copy of the GNU General Public License
65706 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65707
65708 File: ./lib/tsearch.c
65709 Hash: 2db46af0a909abf4d92d20a20556b8de4d7d625028def290071fe4974ed0187b
65710 Copyright: 1995-1997, 2000, 2006-2007 Free Software Foundation, Inc
65711 License: GPL-3+
65712 Licence_Text: 
65713 #Header: 
65714 #/* Copyright (C) 1995-1997, 2000, 2006-2007 Free Software Foundation, Inc.
65715 #   Contributed by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>, 1997.
65716 #
65717 #   NOTE: The canonical source of this file is maintained with the GNU C
65718 #   Library.  Bugs can be reported to bug-glibc@gnu.org.
65719 #
65720 #   This program is free software: you can redistribute it and/or modify it
65721 #   under the terms of the GNU General Public License as published by the
65722 #   Free Software Foundation; either version 3 of the License, or any
65723 #   later version.
65724 #
65725 #   This program is distributed in the hope that it will be useful,
65726 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65727 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65728 #   GNU General Public License for more details.
65729
65730 File: ./lib/u64.h
65731 Hash: 691a491094cad62e2b863a76aeeed5899b9d8b7ecc6c6aef6ea2cbc1f4fd6dff
65732 Copyright: 2006 Free Software Foundation, Inc
65733 License: GPL-3+ 
65734 Licence_Text: 
65735 #Header: 
65736 #/* uint64_t-like operations that work even on hosts lacking uint64_t
65737 #
65738 #   Copyright (C) 2006 Free Software Foundation, Inc.
65739 #
65740 #   This program is free software: you can redistribute it and/or modify
65741 #   it under the terms of the GNU General Public License as published by
65742 #   the Free Software Foundation, either version 3 of the License, or
65743 #   (at your option) any later version.
65744 #
65745 #   This program is distributed in the hope that it will be useful,
65746 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65747 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65748 #   GNU General Public License for more details.
65749 #
65750 #   You should have received a copy of the GNU General Public License
65751
65752 File: ./lib/uinttostr.c
65753 Hash: 2dc91a8e7841d85e1d053f04554487d1eb07a9f84f68af10180ba7b0d865ac01
65754 Copyright: 
65755 License: 
65756 Licence_Text: 
65757 #Header: 
65758 ##define inttostr uinttostr
65759 ##define inttype unsigned int
65760 ##include "inttostr.c"
65761
65762 File: ./lib/umaxtostr.c
65763 Hash: 690d780ea9b95f6c5cdc34874b540dd5b1bb28599537659f46ace170d23ed219
65764 Copyright: 
65765 License: 
65766 Licence_Text: 
65767 #Header: 
65768 ##define inttostr umaxtostr
65769 ##define inttype uintmax_t
65770 ##include "inttostr.c"
65771
65772 File: ./lib/uname.c
65773 Hash: 68f248ca49d11bdb00b1adfa2bf6527ea340aed829064d91877566fc4841c919
65774 Copyright: 2009 Free Software Foundation, Inc
65775 License: GPL-3+ 
65776 Licence_Text: 
65777 #Header: 
65778 #/* uname replacement.
65779 #   Copyright (C) 2009 Free Software Foundation, Inc.
65780 #
65781 #   This program is free software: you can redistribute it and/or modify
65782 #   it under the terms of the GNU General Public License as published by
65783 #   the Free Software Foundation; either version 3 of the License, or
65784 #   (at your option) any later version.
65785 #
65786 #   This program is distributed in the hope that it will be useful,
65787 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65788 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65789 #   GNU General Public License for more details.
65790 #
65791 #   You should have received a copy of the GNU General Public License
65792 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65793
65794 File: ./lib/unicase.h
65795 Hash: 5ee6233f3be7001239f84aacf30f5e5ca96631f010b6f91a16a9b6f877642fae
65796 Copyright: 2002, 2009 Free Software Foundation, Inc
65797 License: LGPL-3+ 
65798 Licence_Text: 
65799 #Header: 
65800 #/* Unicode character case mappings.
65801 #   Copyright (C) 2002, 2009 Free Software Foundation, Inc.
65802 #
65803 #   This program is free software: you can redistribute it and/or modify it
65804 #   under the terms of the GNU Lesser General Public License as published
65805 #   by the Free Software Foundation; either version 3 of the License, or
65806 #   (at your option) any later version.
65807 #
65808 #   This program is distributed in the hope that it will be useful,
65809 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65810 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
65811 #   Lesser General Public License for more details.
65812 #
65813 #   You should have received a copy of the GNU Lesser General Public License
65814 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
65815
65816 File: ./lib/unicase/cased.c
65817 Hash: c996cbcd82623c5036d89e080e6689b335915047febbe60fe2d10b98b4a99023
65818 Copyright: 2002, 2006-2007, 2009 Free Software Foundation, Inc
65819 License: LGPL-3+ 
65820 Licence_Text: 
65821 #Header: 
65822 #/* Test whether a Unicode character is cased.
65823 #   Copyright (C) 2002, 2006-2007, 2009 Free Software Foundation, Inc.
65824 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
65825 #
65826 #   This program is free software: you can redistribute it and/or modify it
65827 #   under the terms of the GNU Lesser General Public License as published
65828 #   by the Free Software Foundation; either version 3 of the License, or
65829 #   (at your option) any later version.
65830 #
65831 #   This program is distributed in the hope that it will be useful,
65832 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65833 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
65834 #   Lesser General Public License for more details.
65835 #
65836 #   You should have received a copy of the GNU Lesser General Public License
65837
65838
65839 ######################################################################
65840 ## UPTOHERE
65841 ######################################################################
65842
65843 File: ./lib/unicase/cased.h
65844 Hash: dff874729fe88b9abf1df3a7e29d95060e758a13afe27f18862e9091171bac89
65845 Copyright: 
65846 License:
65847 Licence_Text: 
65848 #Header: 
65849 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
65850 #/* Casing Properties of Unicode characters.  */
65851 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
65852 ##define header_0 16
65853 ##define header_2 9
65854 ##define header_3 127
65855 ##define header_4 15
65856 #static const
65857 #struct
65858 #  {
65859 #    int header[1];
65860 #    int level1[2];
65861 #    short level2[2 << 7];
65862 #    /*unsigned*/ int level3[15 << 4];
65863 #  }
65864
65865 File: ./lib/unicase/casefold.h
65866 Hash: d0ff7d9648a8496f25c563ab8a2d7b0a1200cbcb64444b238f29606d4bfc6ecb
65867 Copyright: 2009 Free Software Foundation, Inc
65868 License: LGPL-3+ 
65869 Licence_Text: 
65870 #Header: 
65871 #/* Casefolding of Unicode characters.
65872 #   Copyright (C) 2009 Free Software Foundation, Inc.
65873 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
65874 #
65875 #   This program is free software: you can redistribute it and/or modify it
65876 #   under the terms of the GNU Lesser General Public License as published
65877 #   by the Free Software Foundation; either version 3 of the License, or
65878 #   (at your option) any later version.
65879 #
65880 #   This program is distributed in the hope that it will be useful,
65881 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65882 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
65883 #   Lesser General Public License for more details.
65884 #
65885 #   You should have received a copy of the GNU Lesser General Public License
65886
65887 File: ./lib/unicase/caseprop.h
65888 Hash: bf76e4707fab507bdb7069d1750d83c55e5e7e355a93af71fd735ad042068179
65889 Copyright: 2009 Free Software Foundation, Inc
65890 License: LGPL-3+ 
65891 Licence_Text: 
65892 #Header: 
65893 #/* Case related properties of Unicode characters.
65894 #   Copyright (C) 2009 Free Software Foundation, Inc.
65895 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
65896 #
65897 #   This program is free software: you can redistribute it and/or modify it
65898 #   under the terms of the GNU Lesser General Public License as published
65899 #   by the Free Software Foundation; either version 3 of the License, or
65900 #   (at your option) any later version.
65901 #
65902 #   This program is distributed in the hope that it will be useful,
65903 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65904 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
65905 #   Lesser General Public License for more details.
65906 #
65907 #   You should have received a copy of the GNU Lesser General Public License
65908
65909 File: ./lib/unicase/context.h
65910 Hash: 13a1c95eebeae5e2b3ff2ca41305b3524504304664cd71a17eaa832894493f23
65911 Copyright: 2009 Free Software Foundation, Inc
65912 License: LGPL-3+ 
65913 Licence_Text: 
65914 #Header: 
65915 #/* Case-mapping contexts of UTF-8/UTF-16/UTF-32 substring.
65916 #   Copyright (C) 2009 Free Software Foundation, Inc.
65917 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
65918 #
65919 #   This program is free software: you can redistribute it and/or modify it
65920 #   under the terms of the GNU Lesser General Public License as published
65921 #   by the Free Software Foundation; either version 3 of the License, or
65922 #   (at your option) any later version.
65923 #
65924 #   This program is distributed in the hope that it will be useful,
65925 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65926 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
65927 #   Lesser General Public License for more details.
65928 #
65929 #   You should have received a copy of the GNU Lesser General Public License
65930
65931 File: ./lib/unicase/empty-prefix-context.c
65932 Hash: 493f93cb9eabb70c693a5d984111996d190a98c2c7fe60a7c67fd984414df699
65933 Copyright: 2009 Free Software Foundation, Inc
65934 License: LGPL-3+ 
65935 Licence_Text: 
65936 #Header: 
65937 #/* Case-mapping context of empty prefix string.
65938 #   Copyright (C) 2009 Free Software Foundation, Inc.
65939 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
65940 #
65941 #   This program is free software: you can redistribute it and/or modify it
65942 #   under the terms of the GNU Lesser General Public License as published
65943 #   by the Free Software Foundation; either version 3 of the License, or
65944 #   (at your option) any later version.
65945 #
65946 #   This program is distributed in the hope that it will be useful,
65947 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65948 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
65949 #   Lesser General Public License for more details.
65950 #
65951 #   You should have received a copy of the GNU Lesser General Public License
65952
65953 File: ./lib/unicase/empty-suffix-context.c
65954 Hash: b55f2b593f51969d89f98c6e7c460af0afa6d588e8123971775b1e2629a44b0a
65955 Copyright: 2009 Free Software Foundation, Inc
65956 License: LGPL-3+ 
65957 Licence_Text: 
65958 #Header: 
65959 #/* Case-mapping context of empty suffix string.
65960 #   Copyright (C) 2009 Free Software Foundation, Inc.
65961 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
65962 #
65963 #   This program is free software: you can redistribute it and/or modify it
65964 #   under the terms of the GNU Lesser General Public License as published
65965 #   by the Free Software Foundation; either version 3 of the License, or
65966 #   (at your option) any later version.
65967 #
65968 #   This program is distributed in the hope that it will be useful,
65969 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65970 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
65971 #   Lesser General Public License for more details.
65972 #
65973 #   You should have received a copy of the GNU Lesser General Public License
65974
65975 File: ./lib/unicase/ignorable.c
65976 Hash: a8487e39b5d100c90eebc45fa11632191a89a473d5ec421ff55594e53de557bb
65977 Copyright: 2002, 2006-2007, 2009 Free Software Foundation, Inc
65978 License: LGPL-3+ 
65979 Licence_Text: 
65980 #Header: 
65981 #/* Test whether a Unicode character is case-ignorable.
65982 #   Copyright (C) 2002, 2006-2007, 2009 Free Software Foundation, Inc.
65983 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
65984 #
65985 #   This program is free software: you can redistribute it and/or modify it
65986 #   under the terms of the GNU Lesser General Public License as published
65987 #   by the Free Software Foundation; either version 3 of the License, or
65988 #   (at your option) any later version.
65989 #
65990 #   This program is distributed in the hope that it will be useful,
65991 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
65992 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
65993 #   Lesser General Public License for more details.
65994 #
65995 #   You should have received a copy of the GNU Lesser General Public License
65996
65997 File: ./lib/unicase/ignorable.h
65998 Hash: eebec1a20e857e920041811c16a084f7517860f172ebf6dbe93bc9e89b00de9c
65999 Copyright: 
66000 License: 
66001 Licence_Text: 
66002 #Header: 
66003 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
66004 #/* Casing Properties of Unicode characters.  */
66005 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
66006 ##define header_0 16
66007 ##define header_2 9
66008 ##define header_3 127
66009 ##define header_4 15
66010 #static const
66011 #struct
66012 #  {
66013 #    int header[1];
66014 #    int level1[15];
66015 #    short level2[3 << 7];
66016 #    /*unsigned*/ int level3[30 << 4];
66017 #  }
66018
66019 File: ./lib/unicase/invariant.h
66020 Hash: 2b5beb7dbf02de63e2b3d6debd2322c0d62a0c2d1f309f0cecfb6daa5de73437
66021 Copyright: 2009 Free Software Foundation, Inc
66022 License: LGPL-3+ 
66023 Licence_Text: 
66024 #Header: 
66025 #/* Internal functions for Unicode character case mappings.
66026 #   Copyright (C) 2009 Free Software Foundation, Inc.
66027 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66028 #
66029 #   This program is free software: you can redistribute it and/or modify it
66030 #   under the terms of the GNU Lesser General Public License as published
66031 #   by the Free Software Foundation; either version 3 of the License, or
66032 #   (at your option) any later version.
66033 #
66034 #   This program is distributed in the hope that it will be useful,
66035 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66036 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66037 #   Lesser General Public License for more details.
66038 #
66039 #   You should have received a copy of the GNU Lesser General Public License
66040
66041 File: ./lib/unicase/locale-language.c
66042 Hash: 3add1adc16ce963dcff1fd7b7596b8aafaa5e33639dbaff0dcbc4074d86db3d1
66043 Copyright: 2009 Free Software Foundation, Inc
66044 License: LGPL-3+ 
66045 Licence_Text: 
66046 #Header: 
66047 #/* Language code of current locale.
66048 #   Copyright (C) 2009 Free Software Foundation, Inc.
66049 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66050 #
66051 #   This program is free software: you can redistribute it and/or modify it
66052 #   under the terms of the GNU Lesser General Public License as published
66053 #   by the Free Software Foundation; either version 3 of the License, or
66054 #   (at your option) any later version.
66055 #
66056 #   This program is distributed in the hope that it will be useful,
66057 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66058 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66059 #   Lesser General Public License for more details.
66060 #
66061 #   You should have received a copy of the GNU Lesser General Public License
66062
66063 File: ./lib/unicase/locale-languages.gperf
66064 Hash: 95c56feb8187781fe9f326e97d88816e218edd31dfceee6446844c7d8009bfa8
66065 Copyright: 
66066 License: 
66067 Licence_Text: 
66068 #Header: 
66069 #%language=ANSI-C
66070 #%define hash-function-name uc_locale_language_hash
66071 #%define lookup-function-name uc_locale_languages_lookup
66072 #%compare-lengths
66073 #%compare-strncmp
66074 #%readonly-tables
66075 #%pic
66076 #/* List of languages taken from gettext/gettext-tools/src/lang-table.c
66077 #   on 2009-02-07.  */
66078 #%%
66079 #"aa", /* Afar" */
66080 #"ab", /* Abkhazian" */
66081 #"ace", /* Achinese" */
66082 #"ae", /* Avestan" */
66083 #"af", /* Afrikaans" */
66084
66085 File: ./lib/unicase/simple-mapping.h
66086 Hash: 895a0e771188c08f6fd448c3cee007eb3cd4ffefa11bb366422bb261dd5c851f
66087 Copyright: 2002, 2006, 2009 Free Software Foundation, Inc
66088 License: LGPL-3+ 
66089 Licence_Text: 
66090 #Header: 
66091 #/* Simple case mapping for Unicode characters.
66092 #   Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc.
66093 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66094 #
66095 #   This program is free software: you can redistribute it and/or modify it
66096 #   under the terms of the GNU Lesser General Public License as published
66097 #   by the Free Software Foundation; either version 3 of the License, or
66098 #   (at your option) any later version.
66099 #
66100 #   This program is distributed in the hope that it will be useful,
66101 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66102 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66103 #   Lesser General Public License for more details.
66104 #
66105 #   You should have received a copy of the GNU Lesser General Public License
66106
66107 File: ./lib/unicase/special-casing-table.gperf
66108 Hash: a4b12e5d88d868cec05dd05e6bcf4f2484acfc55fde9c60a44d9f7bf345a9d93
66109 Copyright: 
66110 License: 
66111 Licence_Text: 
66112 #Header: 
66113 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
66114 #/* Special casing rules of Unicode characters.  */
66115 #/* Generated automatically by gen-uni-tables.c for Unicode 5.1.0.  */
66116 #struct special_casing_rule { char code[3]; };
66117 #%struct-type
66118 #%language=ANSI-C
66119 #%define slot-name code
66120 #%define hash-function-name gl_unicase_special_hash
66121 #%define lookup-function-name gl_unicase_special_lookup
66122 #%compare-lengths
66123 #%compare-strncmp
66124 #%readonly-tables
66125 #%omit-struct-type
66126 #%%
66127 #"\x00\x49\x00", 1,  SCC_MORE_ABOVE       , {  'l',  't' }, { 0x0049,      0,      0 }, { 0x0069, 0x0307,      0 }, { 0x0049,      0,      0 }, { 0x0069,      0,      0 }
66128
66129 File: ./lib/unicase/special-casing.c
66130 Hash: c50793e43a15e33302f098553785e7d85ef33806182dba5a694c7e4508ef8add
66131 Copyright: 2009 Free Software Foundation, Inc
66132 License: LGPL-3+ 
66133 Licence_Text: 
66134 #Header: 
66135 #/* Special casing table.
66136 #   Copyright (C) 2009 Free Software Foundation, Inc.
66137 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66138 #
66139 #   This program is free software: you can redistribute it and/or modify it
66140 #   under the terms of the GNU Lesser General Public License as published
66141 #   by the Free Software Foundation; either version 3 of the License, or
66142 #   (at your option) any later version.
66143 #
66144 #   This program is distributed in the hope that it will be useful,
66145 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66146 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66147 #   Lesser General Public License for more details.
66148 #
66149 #   You should have received a copy of the GNU Lesser General Public License
66150
66151 File: ./lib/unicase/special-casing.h
66152 Hash: c50793e43a15e33302f098553785e7d85ef33806182dba5a694c7e4508ef8add
66153 Copyright: 2009 Free Software Foundation, Inc
66154 License: LGPL-3+ 
66155 Licence_Text: 
66156 #Header: 
66157 #/* Special casing table.
66158 #   Copyright (C) 2009 Free Software Foundation, Inc.
66159 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66160 #
66161 #   This program is free software: you can redistribute it and/or modify it
66162 #   under the terms of the GNU Lesser General Public License as published
66163 #   by the Free Software Foundation; either version 3 of the License, or
66164 #   (at your option) any later version.
66165 #
66166 #   This program is distributed in the hope that it will be useful,
66167 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66168 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66169 #   Lesser General Public License for more details.
66170 #
66171 #   You should have received a copy of the GNU Lesser General Public License
66172
66173 File: ./lib/unicase/tocasefold.c
66174 Hash: 703c9c241129843d8d359363451912cddac5124fd6767b3df0331f490d4cef0d
66175 Copyright: 2002, 2006, 2009 Free Software Foundation, Inc
66176 License: LGPL-3+ 
66177 Licence_Text: 
66178 #Header: 
66179 #/* Casefold mapping for Unicode characters (locale and context independent).
66180 #   Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc.
66181 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66182 #
66183 #   This program is free software: you can redistribute it and/or modify it
66184 #   under the terms of the GNU Lesser General Public License as published
66185 #   by the Free Software Foundation; either version 3 of the License, or
66186 #   (at your option) any later version.
66187 #
66188 #   This program is distributed in the hope that it will be useful,
66189 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66190 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66191 #   Lesser General Public License for more details.
66192 #
66193 #   You should have received a copy of the GNU Lesser General Public License
66194
66195 File: ./lib/unicase/tocasefold.h
66196 Hash: d98bb2e683293e1ee5f6bc8c2322f3bc13dc7968ef9c0f3f1c1723ead44c049a
66197 Copyright: 
66198 License: 
66199 Licence_Text: 
66200 #Header: 
66201 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
66202 #/* Simple character mapping of Unicode characters.  */
66203 #/* Generated automatically by gen-case.c for Unicode 5.1.0.  */
66204 ##define mapping_header_0 16
66205 ##define mapping_header_1 2
66206 ##define mapping_header_2 7
66207 ##define mapping_header_3 511
66208 ##define mapping_header_4 127
66209 #static const
66210 #struct
66211 #  {
66212 #    int level1[2];
66213 #    short level2[2 << 9];
66214 #    int level3[26 << 7];
66215 #  }
66216
66217 File: ./lib/unicase/tolower.c
66218 Hash: 6ea23704da935f20f2444eb5226c07f8a734da7cf55afdb1219395887e6848ca
66219 Copyright: 2002, 2006, 2009 Free Software Foundation, Inc
66220 License: LGPL-3+ 
66221 Licence_Text: 
66222 #Header: 
66223 #/* Lowercase mapping for Unicode characters (locale and context independent).
66224 #   Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc.
66225 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66226 #
66227 #   This program is free software: you can redistribute it and/or modify it
66228 #   under the terms of the GNU Lesser General Public License as published
66229 #   by the Free Software Foundation; either version 3 of the License, or
66230 #   (at your option) any later version.
66231 #
66232 #   This program is distributed in the hope that it will be useful,
66233 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66234 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66235 #   Lesser General Public License for more details.
66236 #
66237 #   You should have received a copy of the GNU Lesser General Public License
66238
66239 File: ./lib/unicase/tolower.h
66240 Hash: d98bb2e683293e1ee5f6bc8c2322f3bc13dc7968ef9c0f3f1c1723ead44c049a
66241 Copyright: 
66242 License: 
66243 Licence_Text: 
66244 #Header: 
66245 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
66246 #/* Simple character mapping of Unicode characters.  */
66247 #/* Generated automatically by gen-case.c for Unicode 5.1.0.  */
66248 ##define mapping_header_0 16
66249 ##define mapping_header_1 2
66250 ##define mapping_header_2 7
66251 ##define mapping_header_3 511
66252 ##define mapping_header_4 127
66253 #static const
66254 #struct
66255 #  {
66256 #    int level1[2];
66257 #    short level2[2 << 9];
66258 #    int level3[26 << 7];
66259 #  }
66260
66261 File: ./lib/unicase/totitle.c
66262 Hash: 7c2f4b5f520e8591e420340d3d582ec1ad48b0936da5b8893b4d7fb00243a9f8
66263 Copyright: 2002, 2006, 2009 Free Software Foundation, Inc
66264 License: LGPL-3+ 
66265 Licence_Text: 
66266 #Header: 
66267 #/* Titlecase mapping for Unicode characters (locale and context independent).
66268 #   Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc.
66269 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66270 #
66271 #   This program is free software: you can redistribute it and/or modify it
66272 #   under the terms of the GNU Lesser General Public License as published
66273 #   by the Free Software Foundation; either version 3 of the License, or
66274 #   (at your option) any later version.
66275 #
66276 #   This program is distributed in the hope that it will be useful,
66277 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66278 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66279 #   Lesser General Public License for more details.
66280 #
66281 #   You should have received a copy of the GNU Lesser General Public License
66282
66283 File: ./lib/unicase/totitle.h
66284 Hash: dde1977a4388e01340fc5876c8112143f9ec640daa70c2ae4fc2936f36a74b8f
66285 Copyright: 
66286 License: 
66287 Licence_Text: 
66288 #Header: 
66289 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
66290 #/* Simple character mapping of Unicode characters.  */
66291 #/* Generated automatically by gen-case.c for Unicode 5.1.0.  */
66292 ##define mapping_header_0 16
66293 ##define mapping_header_1 2
66294 ##define mapping_header_2 7
66295 ##define mapping_header_3 511
66296 ##define mapping_header_4 127
66297 #static const
66298 #struct
66299 #  {
66300 #    int level1[2];
66301 #    short level2[2 << 9];
66302 #    int level3[29 << 7];
66303 #  }
66304
66305 File: ./lib/unicase/toupper.c
66306 Hash: b42a7680521ba55979491c693e3642382a98438c56de36812766067cc151d3b5
66307 Copyright: 2002, 2006, 2009 Free Software Foundation, Inc
66308 License: LGPL-3+ 
66309 Licence_Text: 
66310 #Header: 
66311 #/* Uppercase mapping for Unicode characters (locale and context independent).
66312 #   Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc.
66313 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66314 #
66315 #   This program is free software: you can redistribute it and/or modify it
66316 #   under the terms of the GNU Lesser General Public License as published
66317 #   by the Free Software Foundation; either version 3 of the License, or
66318 #   (at your option) any later version.
66319 #
66320 #   This program is distributed in the hope that it will be useful,
66321 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66322 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66323 #   Lesser General Public License for more details.
66324 #
66325 #   You should have received a copy of the GNU Lesser General Public License
66326
66327 File: ./lib/unicase/toupper.h
66328 Hash: dde1977a4388e01340fc5876c8112143f9ec640daa70c2ae4fc2936f36a74b8f
66329 Copyright: 
66330 License: 
66331 Licence_Text: 
66332 #Header: 
66333 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
66334 #/* Simple character mapping of Unicode characters.  */
66335 #/* Generated automatically by gen-case.c for Unicode 5.1.0.  */
66336 ##define mapping_header_0 16
66337 ##define mapping_header_1 2
66338 ##define mapping_header_2 7
66339 ##define mapping_header_3 511
66340 ##define mapping_header_4 127
66341 #static const
66342 #struct
66343 #  {
66344 #    int level1[2];
66345 #    short level2[2 << 9];
66346 #    int level3[29 << 7];
66347 #  }
66348
66349 File: ./lib/unicase/u-casecmp.h
66350 Hash: bb95e0aba8ef01b225a0c2888a95a322733d0b39d3206f21b44f00d2b11a430d
66351 Copyright: 2009 Free Software Foundation, Inc
66352 License: LGPL-3+ 
66353 Licence_Text: 
66354 #Header: 
66355 #/* Case and normalization insensitive comparison of Unicode strings.
66356 #   Copyright (C) 2009 Free Software Foundation, Inc.
66357 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66358 #
66359 #   This program is free software: you can redistribute it and/or modify it
66360 #   under the terms of the GNU Lesser General Public License as published
66361 #   by the Free Software Foundation; either version 3 of the License, or
66362 #   (at your option) any later version.
66363 #
66364 #   This program is distributed in the hope that it will be useful,
66365 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66366 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66367 #   Lesser General Public License for more details.
66368 #
66369 #   You should have received a copy of the GNU Lesser General Public License
66370
66371 File: ./lib/unicase/u-casecoll.h
66372 Hash: d3d6b4ec932f80e78f2e81cc958dcc14ff902e2977a213c27ba521270864a873
66373 Copyright: 2009 Free Software Foundation, Inc
66374 License: LGPL-3+ 
66375 Licence_Text: 
66376 #Header: 
66377 #/* Locale dependent, case and normalization insensitive comparison of Unicode
66378 #   strings.
66379 #   Copyright (C) 2009 Free Software Foundation, Inc.
66380 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66381 #
66382 #   This program is free software: you can redistribute it and/or modify it
66383 #   under the terms of the GNU Lesser General Public License as published
66384 #   by the Free Software Foundation; either version 3 of the License, or
66385 #   (at your option) any later version.
66386 #
66387 #   This program is distributed in the hope that it will be useful,
66388 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66389 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66390 #   Lesser General Public License for more details.
66391
66392 File: ./lib/unicase/u-casefold.h
66393 Hash: fcee85a09cd481698f5296dae6dde1b8d84d33fb95ff41483cc4788c692812f2
66394 Copyright: 2009 Free Software Foundation, Inc
66395 License: LGPL-3+ 
66396 Licence_Text: 
66397 #Header: 
66398 #/* Casefolding mapping for Unicode strings (locale dependent).
66399 #   Copyright (C) 2009 Free Software Foundation, Inc.
66400 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66401 #
66402 #   This program is free software: you can redistribute it and/or modify it
66403 #   under the terms of the GNU Lesser General Public License as published
66404 #   by the Free Software Foundation; either version 3 of the License, or
66405 #   (at your option) any later version.
66406 #
66407 #   This program is distributed in the hope that it will be useful,
66408 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66409 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66410 #   Lesser General Public License for more details.
66411 #
66412 #   You should have received a copy of the GNU Lesser General Public License
66413
66414 File: ./lib/unicase/u-casemap.h
66415 Hash: 49997880bc6149b06eb748675e384d3be939fa12e8db6b2b0a0e7dfc5ccf0ecd
66416 Copyright: 2009 Free Software Foundation, Inc
66417 License: LGPL-3+ 
66418 Licence_Text: 
66419 #Header: 
66420 #/* Case mapping for UTF-8/UTF-16/UTF-32 strings (locale dependent).
66421 #   Copyright (C) 2009 Free Software Foundation, Inc.
66422 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66423 #
66424 #   This program is free software: you can redistribute it and/or modify it
66425 #   under the terms of the GNU Lesser General Public License as published
66426 #   by the Free Software Foundation; either version 3 of the License, or
66427 #   (at your option) any later version.
66428 #
66429 #   This program is distributed in the hope that it will be useful,
66430 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66431 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66432 #   Lesser General Public License for more details.
66433 #
66434 #   You should have received a copy of the GNU Lesser General Public License
66435
66436 File: ./lib/unicase/u-casexfrm.h
66437 Hash: 1639cd4e229bbbf5df8d53b658e691f476f9d9485f16edcfe5d7cc148e86a497
66438 Copyright: 2009 Free Software Foundation, Inc
66439 License: LGPL-3+ 
66440 Licence_Text: 
66441 #Header: 
66442 #/* Locale dependent transformation for case insensitive comparison of Unicode
66443 #   strings.
66444 #   Copyright (C) 2009 Free Software Foundation, Inc.
66445 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66446 #
66447 #   This program is free software: you can redistribute it and/or modify it
66448 #   under the terms of the GNU Lesser General Public License as published
66449 #   by the Free Software Foundation; either version 3 of the License, or
66450 #   (at your option) any later version.
66451 #
66452 #   This program is distributed in the hope that it will be useful,
66453 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66454 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66455 #   Lesser General Public License for more details.
66456
66457 File: ./lib/unicase/u-ct-casefold.h
66458 Hash: a2275dea893b28c3fe92ae867de9c70a7fdf39001053d9ef2f4091a7497e9c1b
66459 Copyright: 2009 Free Software Foundation, Inc
66460 License: LGPL-3+ 
66461 Licence_Text: 
66462 #Header: 
66463 #/* Casefolding mapping for Unicode substrings (locale dependent).
66464 #   Copyright (C) 2009 Free Software Foundation, Inc.
66465 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66466 #
66467 #   This program is free software: you can redistribute it and/or modify it
66468 #   under the terms of the GNU Lesser General Public License as published
66469 #   by the Free Software Foundation; either version 3 of the License, or
66470 #   (at your option) any later version.
66471 #
66472 #   This program is distributed in the hope that it will be useful,
66473 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66474 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66475 #   Lesser General Public License for more details.
66476 #
66477 #   You should have received a copy of the GNU Lesser General Public License
66478
66479 File: ./lib/unicase/u-ct-totitle.h
66480 Hash: 2570f24e1a280b6b4cb7de56c85279674319e4cea7c2ad984241975245e76226
66481 Copyright: 2009 Free Software Foundation, Inc
66482 License: LGPL-3+ 
66483 Licence_Text: 
66484 #Header: 
66485 #/* Titlecase mapping for UTF-8/UTF-16/UTF-32 substrings (locale dependent).
66486 #   Copyright (C) 2009 Free Software Foundation, Inc.
66487 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66488 #
66489 #   This program is free software: you can redistribute it and/or modify it
66490 #   under the terms of the GNU Lesser General Public License as published
66491 #   by the Free Software Foundation; either version 3 of the License, or
66492 #   (at your option) any later version.
66493 #
66494 #   This program is distributed in the hope that it will be useful,
66495 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66496 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66497 #   Lesser General Public License for more details.
66498 #
66499 #   You should have received a copy of the GNU Lesser General Public License
66500
66501 File: ./lib/unicase/u-is-cased.h
66502 Hash: b4e0b17776175ec6033c0aba5d535daa7c3667a42c53463114840fbf600d5cb9
66503 Copyright: 2009 Free Software Foundation, Inc
66504 License: LGPL-3+ 
66505 Licence_Text: 
66506 #Header: 
66507 #/* Test whether case matters for a Unicode string.
66508 #   Copyright (C) 2009 Free Software Foundation, Inc.
66509 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66510 #
66511 #   This program is free software: you can redistribute it and/or modify it
66512 #   under the terms of the GNU Lesser General Public License as published
66513 #   by the Free Software Foundation; either version 3 of the License, or
66514 #   (at your option) any later version.
66515 #
66516 #   This program is distributed in the hope that it will be useful,
66517 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66518 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66519 #   Lesser General Public License for more details.
66520 #
66521 #   You should have received a copy of the GNU Lesser General Public License
66522
66523 File: ./lib/unicase/u-is-invariant.h
66524 Hash: f6e201df57529cae6e7639242610ee3722e3447d1d3ecfd99c67f98811982a3a
66525 Copyright: 2009 Free Software Foundation, Inc
66526 License: LGPL-3+ 
66527 Licence_Text: 
66528 #Header: 
66529 #/* Test whether a Unicode string is invariant under a given case mapping.
66530 #   Copyright (C) 2009 Free Software Foundation, Inc.
66531 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66532 #
66533 #   This program is free software: you can redistribute it and/or modify it
66534 #   under the terms of the GNU Lesser General Public License as published
66535 #   by the Free Software Foundation; either version 3 of the License, or
66536 #   (at your option) any later version.
66537 #
66538 #   This program is distributed in the hope that it will be useful,
66539 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66540 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66541 #   Lesser General Public License for more details.
66542 #
66543 #   You should have received a copy of the GNU Lesser General Public License
66544
66545 File: ./lib/unicase/u-prefix-context.h
66546 Hash: 823e52633d441082aa1489c520794e4fb0ef899378e8e5f75838d66a448ae3a7
66547 Copyright: 2009 Free Software Foundation, Inc
66548 License: LGPL-3+ 
66549 Licence_Text: 
66550 #Header: 
66551 #/* Case-mapping context of prefix UTF-8/UTF-16/UTF-32 string.
66552 #   Copyright (C) 2009 Free Software Foundation, Inc.
66553 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66554 #
66555 #   This program is free software: you can redistribute it and/or modify it
66556 #   under the terms of the GNU Lesser General Public License as published
66557 #   by the Free Software Foundation; either version 3 of the License, or
66558 #   (at your option) any later version.
66559 #
66560 #   This program is distributed in the hope that it will be useful,
66561 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66562 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66563 #   Lesser General Public License for more details.
66564 #
66565 #   You should have received a copy of the GNU Lesser General Public License
66566
66567 File: ./lib/unicase/u-suffix-context.h
66568 Hash: 9c7366f076df0f676f00acef4437ffea7f561447d007d2f7d5476e9e0fd6f74b
66569 Copyright: 2009 Free Software Foundation, Inc
66570 License: LGPL-3+ 
66571 Licence_Text: 
66572 #Header: 
66573 #/* Case-mapping context of suffix UTF-8/UTF-16/UTF-32 string.
66574 #   Copyright (C) 2009 Free Software Foundation, Inc.
66575 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66576 #
66577 #   This program is free software: you can redistribute it and/or modify it
66578 #   under the terms of the GNU Lesser General Public License as published
66579 #   by the Free Software Foundation; either version 3 of the License, or
66580 #   (at your option) any later version.
66581 #
66582 #   This program is distributed in the hope that it will be useful,
66583 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66584 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66585 #   Lesser General Public License for more details.
66586 #
66587 #   You should have received a copy of the GNU Lesser General Public License
66588
66589 File: ./lib/unicase/u-totitle.h
66590 Hash: 245ae2aa6d16c22e82aaabe269a3759b3a45a50bf72453eccfcbd3162c57222b
66591 Copyright: 2009 Free Software Foundation, Inc
66592 License: LGPL-3+ 
66593 Licence_Text: 
66594 #Header: 
66595 #/* Titlecase mapping for UTF-8/UTF-16/UTF-32 strings (locale dependent).
66596 #   Copyright (C) 2009 Free Software Foundation, Inc.
66597 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66598 #
66599 #   This program is free software: you can redistribute it and/or modify it
66600 #   under the terms of the GNU Lesser General Public License as published
66601 #   by the Free Software Foundation; either version 3 of the License, or
66602 #   (at your option) any later version.
66603 #
66604 #   This program is distributed in the hope that it will be useful,
66605 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66606 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66607 #   Lesser General Public License for more details.
66608 #
66609 #   You should have received a copy of the GNU Lesser General Public License
66610
66611 File: ./lib/unicase/u16-casecmp.c
66612 Hash: 3a18bce5adf8c96faba2f53500087a79f62fc9e8e3dfe15ec13f0cb1f547f218
66613 Copyright: 2009 Free Software Foundation, Inc
66614 License: LGPL-3+ 
66615 Licence_Text: 
66616 #Header: 
66617 #/* Case and normalization insensitive comparison of UTF-16 strings.
66618 #   Copyright (C) 2009 Free Software Foundation, Inc.
66619 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66620 #
66621 #   This program is free software: you can redistribute it and/or modify it
66622 #   under the terms of the GNU Lesser General Public License as published
66623 #   by the Free Software Foundation; either version 3 of the License, or
66624 #   (at your option) any later version.
66625 #
66626 #   This program is distributed in the hope that it will be useful,
66627 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66628 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66629 #   Lesser General Public License for more details.
66630 #
66631 #   You should have received a copy of the GNU Lesser General Public License
66632
66633 File: ./lib/unicase/u16-casecoll.c
66634 Hash: cf6f8d7d407a05dee71fb2903a326d279bf99c7dcadbcce7dfe2753b99386a94
66635 Copyright: 2009 Free Software Foundation, Inc
66636 License: LGPL-3+ 
66637 Licence_Text: 
66638 #Header: 
66639 #/* Locale dependent, case and normalization insensitive comparison of UTF-16
66640 #   strings.
66641 #   Copyright (C) 2009 Free Software Foundation, Inc.
66642 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66643 #
66644 #   This program is free software: you can redistribute it and/or modify it
66645 #   under the terms of the GNU Lesser General Public License as published
66646 #   by the Free Software Foundation; either version 3 of the License, or
66647 #   (at your option) any later version.
66648 #
66649 #   This program is distributed in the hope that it will be useful,
66650 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66651 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66652 #   Lesser General Public License for more details.
66653
66654 File: ./lib/unicase/u16-casefold.c
66655 Hash: 75f35ff374fbb2c36d1d0e23f4a52d96dc924835dea6fbd11181b714a8b9a88c
66656 Copyright: 2009 Free Software Foundation, Inc
66657 License: LGPL-3+ 
66658 Licence_Text: 
66659 #Header: 
66660 #/* Casefolding mapping for UTF-16 strings (locale dependent).
66661 #   Copyright (C) 2009 Free Software Foundation, Inc.
66662 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66663 #
66664 #   This program is free software: you can redistribute it and/or modify it
66665 #   under the terms of the GNU Lesser General Public License as published
66666 #   by the Free Software Foundation; either version 3 of the License, or
66667 #   (at your option) any later version.
66668 #
66669 #   This program is distributed in the hope that it will be useful,
66670 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66671 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66672 #   Lesser General Public License for more details.
66673 #
66674 #   You should have received a copy of the GNU Lesser General Public License
66675
66676 File: ./lib/unicase/u16-casemap.c
66677 Hash: 7ca080531110c4bbc03962b55be3cc21200cdb8dce98b6a8b207c1295bb556d7
66678 Copyright: 2009 Free Software Foundation, Inc
66679 License: LGPL-3+ 
66680 Licence_Text: 
66681 #Header: 
66682 #/* Case mapping for UTF-16 strings (locale dependent).
66683 #   Copyright (C) 2009 Free Software Foundation, Inc.
66684 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66685 #
66686 #   This program is free software: you can redistribute it and/or modify it
66687 #   under the terms of the GNU Lesser General Public License as published
66688 #   by the Free Software Foundation; either version 3 of the License, or
66689 #   (at your option) any later version.
66690 #
66691 #   This program is distributed in the hope that it will be useful,
66692 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66693 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66694 #   Lesser General Public License for more details.
66695 #
66696 #   You should have received a copy of the GNU Lesser General Public License
66697
66698 File: ./lib/unicase/u16-casexfrm.c
66699 Hash: 2a3efd68520d13af88078b6294c4fb7eb225b0e8671c614ea31dd446d448278a
66700 Copyright: 2009 Free Software Foundation, Inc
66701 License: LGPL-3+ 
66702 Licence_Text: 
66703 #Header: 
66704 #/* Locale dependent transformation for case insensitive comparison of UTF-16
66705 #   strings.
66706 #   Copyright (C) 2009 Free Software Foundation, Inc.
66707 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66708 #
66709 #   This program is free software: you can redistribute it and/or modify it
66710 #   under the terms of the GNU Lesser General Public License as published
66711 #   by the Free Software Foundation; either version 3 of the License, or
66712 #   (at your option) any later version.
66713 #
66714 #   This program is distributed in the hope that it will be useful,
66715 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66716 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66717 #   Lesser General Public License for more details.
66718
66719 File: ./lib/unicase/u16-ct-casefold.c
66720 Hash: 24f57fcc73e888d74a192de0090f47f428b35a680d6ad7c69c164dab39ff4c47
66721 Copyright: 2009 Free Software Foundation, Inc
66722 License: LGPL-3+ 
66723 Licence_Text: 
66724 #Header: 
66725 #/* Casefolding mapping for UTF-16 substrings (locale dependent).
66726 #   Copyright (C) 2009 Free Software Foundation, Inc.
66727 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66728 #
66729 #   This program is free software: you can redistribute it and/or modify it
66730 #   under the terms of the GNU Lesser General Public License as published
66731 #   by the Free Software Foundation; either version 3 of the License, or
66732 #   (at your option) any later version.
66733 #
66734 #   This program is distributed in the hope that it will be useful,
66735 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66736 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66737 #   Lesser General Public License for more details.
66738 #
66739 #   You should have received a copy of the GNU Lesser General Public License
66740
66741 File: ./lib/unicase/u16-ct-tolower.c
66742 Hash: d7dd5fefe8bd374e2f5f46c7f77a2521bd272c6078ae4cc013e3d1fc65106b30
66743 Copyright: 2009 Free Software Foundation, Inc
66744 License: LGPL-3+ 
66745 Licence_Text: 
66746 #Header: 
66747 #/* Lowercase mapping for UTF-16 substrings (locale dependent).
66748 #   Copyright (C) 2009 Free Software Foundation, Inc.
66749 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66750 #
66751 #   This program is free software: you can redistribute it and/or modify it
66752 #   under the terms of the GNU Lesser General Public License as published
66753 #   by the Free Software Foundation; either version 3 of the License, or
66754 #   (at your option) any later version.
66755 #
66756 #   This program is distributed in the hope that it will be useful,
66757 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66758 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66759 #   Lesser General Public License for more details.
66760 #
66761 #   You should have received a copy of the GNU Lesser General Public License
66762
66763 File: ./lib/unicase/u16-ct-totitle.c
66764 Hash: 0a0527c17c90268b46de1096fbac12b53e7b60ee1e5077f6e34f7fdb6e648aee
66765 Copyright: 2009 Free Software Foundation, Inc
66766 License: LGPL-3+ 
66767 Licence_Text: 
66768 #Header: 
66769 #/* Titlecase mapping for UTF-16 substrings (locale dependent).
66770 #   Copyright (C) 2009 Free Software Foundation, Inc.
66771 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66772 #
66773 #   This program is free software: you can redistribute it and/or modify it
66774 #   under the terms of the GNU Lesser General Public License as published
66775 #   by the Free Software Foundation; either version 3 of the License, or
66776 #   (at your option) any later version.
66777 #
66778 #   This program is distributed in the hope that it will be useful,
66779 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66780 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66781 #   Lesser General Public License for more details.
66782 #
66783 #   You should have received a copy of the GNU Lesser General Public License
66784
66785 File: ./lib/unicase/u16-ct-toupper.c
66786 Hash: 465b7179f665acb6d3c0e552e8d0d765089dce1ade88007d34a0b367f683f47e
66787 Copyright: 2009 Free Software Foundation, Inc
66788 License: LGPL-3+ 
66789 Licence_Text: 
66790 #Header: 
66791 #/* Uppercase mapping for UTF-16 substrings (locale dependent).
66792 #   Copyright (C) 2009 Free Software Foundation, Inc.
66793 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66794 #
66795 #   This program is free software: you can redistribute it and/or modify it
66796 #   under the terms of the GNU Lesser General Public License as published
66797 #   by the Free Software Foundation; either version 3 of the License, or
66798 #   (at your option) any later version.
66799 #
66800 #   This program is distributed in the hope that it will be useful,
66801 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66802 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66803 #   Lesser General Public License for more details.
66804 #
66805 #   You should have received a copy of the GNU Lesser General Public License
66806
66807 File: ./lib/unicase/u16-is-cased.c
66808 Hash: 9ec0139d88d886ab48d1975d53ebd8a5a09332ce426b8febeb5dba0357f68f3a
66809 Copyright: 2009 Free Software Foundation, Inc
66810 License: LGPL-3+ 
66811 Licence_Text: 
66812 #Header: 
66813 #/* Test whether case matters for an UTF-16 string.
66814 #   Copyright (C) 2009 Free Software Foundation, Inc.
66815 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66816 #
66817 #   This program is free software: you can redistribute it and/or modify it
66818 #   under the terms of the GNU Lesser General Public License as published
66819 #   by the Free Software Foundation; either version 3 of the License, or
66820 #   (at your option) any later version.
66821 #
66822 #   This program is distributed in the hope that it will be useful,
66823 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66824 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66825 #   Lesser General Public License for more details.
66826 #
66827 #   You should have received a copy of the GNU Lesser General Public License
66828
66829 File: ./lib/unicase/u16-is-casefolded.c
66830 Hash: 9d7f494e9dc39a744a34b4c147d142cbeebddff7b543829ad15cc13a9eb29cbf
66831 Copyright: 2009 Free Software Foundation, Inc
66832 License: LGPL-3+ 
66833 Licence_Text: 
66834 #Header: 
66835 #/* Test whether an UTF-16 string is already case-folded.
66836 #   Copyright (C) 2009 Free Software Foundation, Inc.
66837 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66838 #
66839 #   This program is free software: you can redistribute it and/or modify it
66840 #   under the terms of the GNU Lesser General Public License as published
66841 #   by the Free Software Foundation; either version 3 of the License, or
66842 #   (at your option) any later version.
66843 #
66844 #   This program is distributed in the hope that it will be useful,
66845 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66846 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66847 #   Lesser General Public License for more details.
66848 #
66849 #   You should have received a copy of the GNU Lesser General Public License
66850
66851 File: ./lib/unicase/u16-is-invariant.c
66852 Hash: dd5c520c3534286f4aa5e4327f9d4c303736f424c95627795342c46aeb781cd8
66853 Copyright: 2009 Free Software Foundation, Inc
66854 License: LGPL-3+ 
66855 Licence_Text: 
66856 #Header: 
66857 #/* Test whether an UTF-16 string is invariant under a given case mapping.
66858 #   Copyright (C) 2009 Free Software Foundation, Inc.
66859 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66860 #
66861 #   This program is free software: you can redistribute it and/or modify it
66862 #   under the terms of the GNU Lesser General Public License as published
66863 #   by the Free Software Foundation; either version 3 of the License, or
66864 #   (at your option) any later version.
66865 #
66866 #   This program is distributed in the hope that it will be useful,
66867 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66868 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66869 #   Lesser General Public License for more details.
66870 #
66871 #   You should have received a copy of the GNU Lesser General Public License
66872
66873 File: ./lib/unicase/u16-is-lowercase.c
66874 Hash: 204472e2bec896b7e33430f737c98353a125ff880b31094642769f4b2f7577ba
66875 Copyright: 2009 Free Software Foundation, Inc
66876 License: LGPL-3+ 
66877 Licence_Text: 
66878 #Header: 
66879 #/* Test whether an UTF-16 string is entirely lower case.
66880 #   Copyright (C) 2009 Free Software Foundation, Inc.
66881 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66882 #
66883 #   This program is free software: you can redistribute it and/or modify it
66884 #   under the terms of the GNU Lesser General Public License as published
66885 #   by the Free Software Foundation; either version 3 of the License, or
66886 #   (at your option) any later version.
66887 #
66888 #   This program is distributed in the hope that it will be useful,
66889 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66890 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66891 #   Lesser General Public License for more details.
66892 #
66893 #   You should have received a copy of the GNU Lesser General Public License
66894
66895 File: ./lib/unicase/u16-is-titlecase.c
66896 Hash: ee90d96cfa019ed4e11214211d2ea9730eb6f098dbff34c2db011a1757c91e87
66897 Copyright: 2009 Free Software Foundation, Inc
66898 License: LGPL-3+ 
66899 Licence_Text: 
66900 #Header: 
66901 #/* Test whether an UTF-16 string is entirely title case.
66902 #   Copyright (C) 2009 Free Software Foundation, Inc.
66903 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66904 #
66905 #   This program is free software: you can redistribute it and/or modify it
66906 #   under the terms of the GNU Lesser General Public License as published
66907 #   by the Free Software Foundation; either version 3 of the License, or
66908 #   (at your option) any later version.
66909 #
66910 #   This program is distributed in the hope that it will be useful,
66911 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66912 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66913 #   Lesser General Public License for more details.
66914 #
66915 #   You should have received a copy of the GNU Lesser General Public License
66916
66917 File: ./lib/unicase/u16-is-uppercase.c
66918 Hash: 010d6156b827f55f04ceacc5bc59dcf08fab12f5db42c4636d41a15292ad1ce1
66919 Copyright: 2009 Free Software Foundation, Inc
66920 License: LGPL-3+ 
66921 Licence_Text: 
66922 #Header: 
66923 #/* Test whether an UTF-16 string is entirely upper case.
66924 #   Copyright (C) 2009 Free Software Foundation, Inc.
66925 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66926 #
66927 #   This program is free software: you can redistribute it and/or modify it
66928 #   under the terms of the GNU Lesser General Public License as published
66929 #   by the Free Software Foundation; either version 3 of the License, or
66930 #   (at your option) any later version.
66931 #
66932 #   This program is distributed in the hope that it will be useful,
66933 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66934 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66935 #   Lesser General Public License for more details.
66936 #
66937 #   You should have received a copy of the GNU Lesser General Public License
66938
66939 File: ./lib/unicase/u16-prefix-context.c
66940 Hash: da3309e1a77a472f5ade2ed85dc9271221109158157c6579b902e0756539b643
66941 Copyright: 2009 Free Software Foundation, Inc
66942 License: LGPL-3+ 
66943 Licence_Text: 
66944 #Header: 
66945 #/* Case-mapping context of prefix UTF-16 string.
66946 #   Copyright (C) 2009 Free Software Foundation, Inc.
66947 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66948 #
66949 #   This program is free software: you can redistribute it and/or modify it
66950 #   under the terms of the GNU Lesser General Public License as published
66951 #   by the Free Software Foundation; either version 3 of the License, or
66952 #   (at your option) any later version.
66953 #
66954 #   This program is distributed in the hope that it will be useful,
66955 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66956 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66957 #   Lesser General Public License for more details.
66958 #
66959 #   You should have received a copy of the GNU Lesser General Public License
66960
66961 File: ./lib/unicase/u16-suffix-context.c
66962 Hash: d51c3f25e16b9bbd18428d84681d7a0acfd756fcce1c341bd472f1079da44f22
66963 Copyright: 2009 Free Software Foundation, Inc
66964 License: LGPL-3+ 
66965 Licence_Text: 
66966 #Header: 
66967 #/* Case-mapping context of suffix UTF-16 string.
66968 #   Copyright (C) 2009 Free Software Foundation, Inc.
66969 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66970 #
66971 #   This program is free software: you can redistribute it and/or modify it
66972 #   under the terms of the GNU Lesser General Public License as published
66973 #   by the Free Software Foundation; either version 3 of the License, or
66974 #   (at your option) any later version.
66975 #
66976 #   This program is distributed in the hope that it will be useful,
66977 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
66978 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
66979 #   Lesser General Public License for more details.
66980 #
66981 #   You should have received a copy of the GNU Lesser General Public License
66982
66983 File: ./lib/unicase/u16-tolower.c
66984 Hash: 655b2ed28eeba9ad9c255747e307455643e2fc47b498a2e71e0178590b25d5b2
66985 Copyright: 2009 Free Software Foundation, Inc
66986 License: LGPL-3+ 
66987 Licence_Text: 
66988 #Header: 
66989 #/* Lowercase mapping for UTF-16 strings (locale dependent).
66990 #   Copyright (C) 2009 Free Software Foundation, Inc.
66991 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
66992 #
66993 #   This program is free software: you can redistribute it and/or modify it
66994 #   under the terms of the GNU Lesser General Public License as published
66995 #   by the Free Software Foundation; either version 3 of the License, or
66996 #   (at your option) any later version.
66997 #
66998 #   This program is distributed in the hope that it will be useful,
66999 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67000 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67001 #   Lesser General Public License for more details.
67002 #
67003 #   You should have received a copy of the GNU Lesser General Public License
67004
67005 File: ./lib/unicase/u16-totitle.c
67006 Hash: c4408b2dcc2c238f29f621912ecc12719d353ba1317d179d2224fe8ddb0322fe
67007 Copyright: 2009 Free Software Foundation, Inc
67008 License: LGPL-3+ 
67009 Licence_Text: 
67010 #Header: 
67011 #/* Titlecase mapping for UTF-16 strings (locale dependent).
67012 #   Copyright (C) 2009 Free Software Foundation, Inc.
67013 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67014 #
67015 #   This program is free software: you can redistribute it and/or modify it
67016 #   under the terms of the GNU Lesser General Public License as published
67017 #   by the Free Software Foundation; either version 3 of the License, or
67018 #   (at your option) any later version.
67019 #
67020 #   This program is distributed in the hope that it will be useful,
67021 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67022 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67023 #   Lesser General Public License for more details.
67024 #
67025 #   You should have received a copy of the GNU Lesser General Public License
67026
67027 File: ./lib/unicase/u16-toupper.c
67028 Hash: 220470c0e6a7cfd81d08f4c8f0b8fe5d574782bbd13f1c820af6ef70ed2b3385
67029 Copyright: 2009 Free Software Foundation, Inc
67030 License: LGPL-3+ 
67031 Licence_Text: 
67032 #Header: 
67033 #/* Uppercase mapping for UTF-16 strings (locale dependent).
67034 #   Copyright (C) 2009 Free Software Foundation, Inc.
67035 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67036 #
67037 #   This program is free software: you can redistribute it and/or modify it
67038 #   under the terms of the GNU Lesser General Public License as published
67039 #   by the Free Software Foundation; either version 3 of the License, or
67040 #   (at your option) any later version.
67041 #
67042 #   This program is distributed in the hope that it will be useful,
67043 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67044 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67045 #   Lesser General Public License for more details.
67046 #
67047 #   You should have received a copy of the GNU Lesser General Public License
67048
67049 File: ./lib/unicase/u32-casecmp.c
67050 Hash: 1781408004da90c050ae9a5f6570946516817493ba3fe45afde124d51583089a
67051 Copyright: 2009 Free Software Foundation, Inc
67052 License: LGPL-3+ 
67053 Licence_Text: 
67054 #Header: 
67055 #/* Case and normalization insensitive comparison of UTF-32 strings.
67056 #   Copyright (C) 2009 Free Software Foundation, Inc.
67057 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67058 #
67059 #   This program is free software: you can redistribute it and/or modify it
67060 #   under the terms of the GNU Lesser General Public License as published
67061 #   by the Free Software Foundation; either version 3 of the License, or
67062 #   (at your option) any later version.
67063 #
67064 #   This program is distributed in the hope that it will be useful,
67065 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67066 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67067 #   Lesser General Public License for more details.
67068 #
67069 #   You should have received a copy of the GNU Lesser General Public License
67070
67071 File: ./lib/unicase/u32-casecoll.c
67072 Hash: 3300da7050c301689a45980d17099c391d7648b19c03c2d5f42557b804d061ec
67073 Copyright: 2009 Free Software Foundation, Inc
67074 License: LGPL-3+ 
67075 Licence_Text: 
67076 #Header: 
67077 #/* Locale dependent, case and normalization insensitive comparison of UTF-32
67078 #   strings.
67079 #   Copyright (C) 2009 Free Software Foundation, Inc.
67080 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67081 #
67082 #   This program is free software: you can redistribute it and/or modify it
67083 #   under the terms of the GNU Lesser General Public License as published
67084 #   by the Free Software Foundation; either version 3 of the License, or
67085 #   (at your option) any later version.
67086 #
67087 #   This program is distributed in the hope that it will be useful,
67088 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67089 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67090 #   Lesser General Public License for more details.
67091
67092 File: ./lib/unicase/u32-casefold.c
67093 Hash: 45bb91d48e51b6cec99641778244ab581c70aeacdb122f32a74b8f243d2fda3b
67094 Copyright: 2009 Free Software Foundation, Inc
67095 License: LGPL-3+ 
67096 Licence_Text: 
67097 #Header: 
67098 #/* Casefolding mapping for UTF-32 strings (locale dependent).
67099 #   Copyright (C) 2009 Free Software Foundation, Inc.
67100 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67101 #
67102 #   This program is free software: you can redistribute it and/or modify it
67103 #   under the terms of the GNU Lesser General Public License as published
67104 #   by the Free Software Foundation; either version 3 of the License, or
67105 #   (at your option) any later version.
67106 #
67107 #   This program is distributed in the hope that it will be useful,
67108 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67109 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67110 #   Lesser General Public License for more details.
67111 #
67112 #   You should have received a copy of the GNU Lesser General Public License
67113
67114 File: ./lib/unicase/u32-casemap.c
67115 Hash: 247aa4ba2a663446dce07f5c913f40b60673b7f7e3ca19f403bee9d3a78ea93e
67116 Copyright: 2009 Free Software Foundation, Inc
67117 License: LGPL-3+ 
67118 Licence_Text: 
67119 #Header: 
67120 #/* Case mapping for UTF-32 strings (locale dependent).
67121 #   Copyright (C) 2009 Free Software Foundation, Inc.
67122 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67123 #
67124 #   This program is free software: you can redistribute it and/or modify it
67125 #   under the terms of the GNU Lesser General Public License as published
67126 #   by the Free Software Foundation; either version 3 of the License, or
67127 #   (at your option) any later version.
67128 #
67129 #   This program is distributed in the hope that it will be useful,
67130 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67131 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67132 #   Lesser General Public License for more details.
67133 #
67134 #   You should have received a copy of the GNU Lesser General Public License
67135
67136 File: ./lib/unicase/u32-casexfrm.c
67137 Hash: 4ebb9b8760ba8a740ddfab863217d0868628faab7f9e24f26788741b48ea77fa
67138 Copyright: 2009 Free Software Foundation, Inc
67139 License: LGPL-3+ 
67140 Licence_Text: 
67141 #Header: 
67142 #/* Locale dependent transformation for case insensitive comparison of UTF-32
67143 #   strings.
67144 #   Copyright (C) 2009 Free Software Foundation, Inc.
67145 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67146 #
67147 #   This program is free software: you can redistribute it and/or modify it
67148 #   under the terms of the GNU Lesser General Public License as published
67149 #   by the Free Software Foundation; either version 3 of the License, or
67150 #   (at your option) any later version.
67151 #
67152 #   This program is distributed in the hope that it will be useful,
67153 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67154 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67155 #   Lesser General Public License for more details.
67156
67157 File: ./lib/unicase/u32-ct-casefold.c
67158 Hash: 39bd9add0aed1db997be47956d8e91683fc6fc2db50d12228ef6b49d4c7b9c54
67159 Copyright: 2009 Free Software Foundation, Inc
67160 License: LGPL-3+ 
67161 Licence_Text: 
67162 #Header: 
67163 #/* Casefolding mapping for UTF-32 substrings (locale dependent).
67164 #   Copyright (C) 2009 Free Software Foundation, Inc.
67165 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67166 #
67167 #   This program is free software: you can redistribute it and/or modify it
67168 #   under the terms of the GNU Lesser General Public License as published
67169 #   by the Free Software Foundation; either version 3 of the License, or
67170 #   (at your option) any later version.
67171 #
67172 #   This program is distributed in the hope that it will be useful,
67173 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67174 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67175 #   Lesser General Public License for more details.
67176 #
67177 #   You should have received a copy of the GNU Lesser General Public License
67178
67179 File: ./lib/unicase/u32-ct-tolower.c
67180 Hash: 5e11cb2a0b6b64c1876630a435fb7c2f7d28d37bb656785b75d588cc9369ff27
67181 Copyright: 2009 Free Software Foundation, Inc
67182 License: LGPL-3+ 
67183 Licence_Text: 
67184 #Header: 
67185 #/* Lowercase mapping for UTF-32 substrings (locale dependent).
67186 #   Copyright (C) 2009 Free Software Foundation, Inc.
67187 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67188 #
67189 #   This program is free software: you can redistribute it and/or modify it
67190 #   under the terms of the GNU Lesser General Public License as published
67191 #   by the Free Software Foundation; either version 3 of the License, or
67192 #   (at your option) any later version.
67193 #
67194 #   This program is distributed in the hope that it will be useful,
67195 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67196 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67197 #   Lesser General Public License for more details.
67198 #
67199 #   You should have received a copy of the GNU Lesser General Public License
67200
67201 File: ./lib/unicase/u32-ct-totitle.c
67202 Hash: 5a1479bf7f4997033a317be5e2bece1df438b55cdbc1cb577fac817314f41fa4
67203 Copyright: 2009 Free Software Foundation, Inc
67204 License: LGPL-3+ 
67205 Licence_Text: 
67206 #Header: 
67207 #/* Titlecase mapping for UTF-32 substrings (locale dependent).
67208 #   Copyright (C) 2009 Free Software Foundation, Inc.
67209 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67210 #
67211 #   This program is free software: you can redistribute it and/or modify it
67212 #   under the terms of the GNU Lesser General Public License as published
67213 #   by the Free Software Foundation; either version 3 of the License, or
67214 #   (at your option) any later version.
67215 #
67216 #   This program is distributed in the hope that it will be useful,
67217 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67218 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67219 #   Lesser General Public License for more details.
67220 #
67221 #   You should have received a copy of the GNU Lesser General Public License
67222
67223 File: ./lib/unicase/u32-ct-toupper.c
67224 Hash: e9e26cd78f76cc5a964f8528618e20cd2e3f6689754b5c753feab64e1b9b720d
67225 Copyright: 2009 Free Software Foundation, Inc
67226 License: LGPL-3+ 
67227 Licence_Text: 
67228 #Header: 
67229 #/* Uppercase mapping for UTF-32 substrings (locale dependent).
67230 #   Copyright (C) 2009 Free Software Foundation, Inc.
67231 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67232 #
67233 #   This program is free software: you can redistribute it and/or modify it
67234 #   under the terms of the GNU Lesser General Public License as published
67235 #   by the Free Software Foundation; either version 3 of the License, or
67236 #   (at your option) any later version.
67237 #
67238 #   This program is distributed in the hope that it will be useful,
67239 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67240 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67241 #   Lesser General Public License for more details.
67242 #
67243 #   You should have received a copy of the GNU Lesser General Public License
67244
67245 File: ./lib/unicase/u32-is-cased.c
67246 Hash: 37f54a0969d6155ec3c8bcd617764b5c3cc5188acd4f800693ce4cb905a50a26
67247 Copyright: 2009 Free Software Foundation, Inc
67248 License: LGPL-3+ 
67249 Licence_Text: 
67250 #Header: 
67251 #/* Test whether case matters for an UTF-32 string.
67252 #   Copyright (C) 2009 Free Software Foundation, Inc.
67253 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67254 #
67255 #   This program is free software: you can redistribute it and/or modify it
67256 #   under the terms of the GNU Lesser General Public License as published
67257 #   by the Free Software Foundation; either version 3 of the License, or
67258 #   (at your option) any later version.
67259 #
67260 #   This program is distributed in the hope that it will be useful,
67261 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67262 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67263 #   Lesser General Public License for more details.
67264 #
67265 #   You should have received a copy of the GNU Lesser General Public License
67266
67267 File: ./lib/unicase/u32-is-casefolded.c
67268 Hash: 266206ce9a0daf342cd70f30bd761d5d4c4c3731299b5db880df0d77ac22effc
67269 Copyright: 2009 Free Software Foundation, Inc
67270 License: LGPL-3+ 
67271 Licence_Text: 
67272 #Header: 
67273 #/* Test whether an UTF-32 string is already case-folded.
67274 #   Copyright (C) 2009 Free Software Foundation, Inc.
67275 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67276 #
67277 #   This program is free software: you can redistribute it and/or modify it
67278 #   under the terms of the GNU Lesser General Public License as published
67279 #   by the Free Software Foundation; either version 3 of the License, or
67280 #   (at your option) any later version.
67281 #
67282 #   This program is distributed in the hope that it will be useful,
67283 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67284 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67285 #   Lesser General Public License for more details.
67286 #
67287 #   You should have received a copy of the GNU Lesser General Public License
67288
67289 File: ./lib/unicase/u32-is-invariant.c
67290 Hash: 7c8f061345e51ebfdb5ce97958c50ba769e4082cb19dbc42e96981eb4db800b6
67291 Copyright: 2009 Free Software Foundation, Inc
67292 License: LGPL-3+ 
67293 Licence_Text: 
67294 #Header: 
67295 #/* Test whether an UTF-32 string is invariant under a given case mapping.
67296 #   Copyright (C) 2009 Free Software Foundation, Inc.
67297 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67298 #
67299 #   This program is free software: you can redistribute it and/or modify it
67300 #   under the terms of the GNU Lesser General Public License as published
67301 #   by the Free Software Foundation; either version 3 of the License, or
67302 #   (at your option) any later version.
67303 #
67304 #   This program is distributed in the hope that it will be useful,
67305 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67306 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67307 #   Lesser General Public License for more details.
67308 #
67309 #   You should have received a copy of the GNU Lesser General Public License
67310
67311 File: ./lib/unicase/u32-is-lowercase.c
67312 Hash: 9dc638c9ad9f87b2be59801ccc280ad79b58577dad018f9749e0ca8438f7211e
67313 Copyright: 2009 Free Software Foundation, Inc
67314 License: LGPL-3+ 
67315 Licence_Text: 
67316 #Header: 
67317 #/* Test whether an UTF-32 string is entirely lower case.
67318 #   Copyright (C) 2009 Free Software Foundation, Inc.
67319 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67320 #
67321 #   This program is free software: you can redistribute it and/or modify it
67322 #   under the terms of the GNU Lesser General Public License as published
67323 #   by the Free Software Foundation; either version 3 of the License, or
67324 #   (at your option) any later version.
67325 #
67326 #   This program is distributed in the hope that it will be useful,
67327 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67328 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67329 #   Lesser General Public License for more details.
67330 #
67331 #   You should have received a copy of the GNU Lesser General Public License
67332
67333 File: ./lib/unicase/u32-is-titlecase.c
67334 Hash: d833857fc52a56d8c5c6b41b0170810ecf56c399611254909febef6150854139
67335 Copyright: 2009 Free Software Foundation, Inc
67336 License: LGPL-3+ 
67337 Licence_Text: 
67338 #Header: 
67339 #/* Test whether an UTF-32 string is entirely title case.
67340 #   Copyright (C) 2009 Free Software Foundation, Inc.
67341 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67342 #
67343 #   This program is free software: you can redistribute it and/or modify it
67344 #   under the terms of the GNU Lesser General Public License as published
67345 #   by the Free Software Foundation; either version 3 of the License, or
67346 #   (at your option) any later version.
67347 #
67348 #   This program is distributed in the hope that it will be useful,
67349 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67350 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67351 #   Lesser General Public License for more details.
67352 #
67353 #   You should have received a copy of the GNU Lesser General Public License
67354
67355 File: ./lib/unicase/u32-is-uppercase.c
67356 Hash: e03ec24b3075004b438ab9007fb42afc786d694f1260409db1b8c963dc35be4e
67357 Copyright: 2009 Free Software Foundation, Inc
67358 License: LGPL-3+ 
67359 Licence_Text: 
67360 #Header: 
67361 #/* Test whether an UTF-32 string is entirely upper case.
67362 #   Copyright (C) 2009 Free Software Foundation, Inc.
67363 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67364 #
67365 #   This program is free software: you can redistribute it and/or modify it
67366 #   under the terms of the GNU Lesser General Public License as published
67367 #   by the Free Software Foundation; either version 3 of the License, or
67368 #   (at your option) any later version.
67369 #
67370 #   This program is distributed in the hope that it will be useful,
67371 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67372 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67373 #   Lesser General Public License for more details.
67374 #
67375 #   You should have received a copy of the GNU Lesser General Public License
67376
67377 File: ./lib/unicase/u32-prefix-context.c
67378 Hash: 2d3ebd1fe1ca9d551f7ea8c5ff3dd4eec61c67e8864a251143122304ac020169
67379 Copyright: 2009 Free Software Foundation, Inc
67380 License: LGPL-3+ 
67381 Licence_Text: 
67382 #Header: 
67383 #/* Case-mapping context of prefix UTF-32 string.
67384 #   Copyright (C) 2009 Free Software Foundation, Inc.
67385 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67386 #
67387 #   This program is free software: you can redistribute it and/or modify it
67388 #   under the terms of the GNU Lesser General Public License as published
67389 #   by the Free Software Foundation; either version 3 of the License, or
67390 #   (at your option) any later version.
67391 #
67392 #   This program is distributed in the hope that it will be useful,
67393 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67394 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67395 #   Lesser General Public License for more details.
67396 #
67397 #   You should have received a copy of the GNU Lesser General Public License
67398
67399 File: ./lib/unicase/u32-suffix-context.c
67400 Hash: de92f410f7f6c2f4f59fc279e266069f68bebb3cf25d821bde419d5ff8649b49
67401 Copyright: 2009 Free Software Foundation, Inc
67402 License: LGPL-3+ 
67403 Licence_Text: 
67404 #Header: 
67405 #/* Case-mapping context of suffix UTF-32 string.
67406 #   Copyright (C) 2009 Free Software Foundation, Inc.
67407 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67408 #
67409 #   This program is free software: you can redistribute it and/or modify it
67410 #   under the terms of the GNU Lesser General Public License as published
67411 #   by the Free Software Foundation; either version 3 of the License, or
67412 #   (at your option) any later version.
67413 #
67414 #   This program is distributed in the hope that it will be useful,
67415 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67416 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67417 #   Lesser General Public License for more details.
67418 #
67419 #   You should have received a copy of the GNU Lesser General Public License
67420
67421 File: ./lib/unicase/u32-tolower.c
67422 Hash: 04e0d3c9e752bb842c5255065caa6fed1aaa7124bbc9872b4bc596b29b646b1a
67423 Copyright: 2009 Free Software Foundation, Inc
67424 License: LGPL-3+ 
67425 Licence_Text: 
67426 #Header: 
67427 #/* Lowercase mapping for UTF-32 strings (locale dependent).
67428 #   Copyright (C) 2009 Free Software Foundation, Inc.
67429 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67430 #
67431 #   This program is free software: you can redistribute it and/or modify it
67432 #   under the terms of the GNU Lesser General Public License as published
67433 #   by the Free Software Foundation; either version 3 of the License, or
67434 #   (at your option) any later version.
67435 #
67436 #   This program is distributed in the hope that it will be useful,
67437 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67438 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67439 #   Lesser General Public License for more details.
67440 #
67441 #   You should have received a copy of the GNU Lesser General Public License
67442
67443 File: ./lib/unicase/u32-totitle.c
67444 Hash: ec057f66ee289c109f8b27dca03f86f335bdd05f950070280d61f2ba618646c3
67445 Copyright: 2009 Free Software Foundation, Inc
67446 License: LGPL-3+ 
67447 Licence_Text: 
67448 #Header: 
67449 #/* Titlecase mapping for UTF-32 strings (locale dependent).
67450 #   Copyright (C) 2009 Free Software Foundation, Inc.
67451 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67452 #
67453 #   This program is free software: you can redistribute it and/or modify it
67454 #   under the terms of the GNU Lesser General Public License as published
67455 #   by the Free Software Foundation; either version 3 of the License, or
67456 #   (at your option) any later version.
67457 #
67458 #   This program is distributed in the hope that it will be useful,
67459 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67460 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67461 #   Lesser General Public License for more details.
67462 #
67463 #   You should have received a copy of the GNU Lesser General Public License
67464
67465 File: ./lib/unicase/u32-toupper.c
67466 Hash: 606b4a302876209c7e238817387def24e5ab25c80234eb6fd6d0e4a996d4dc09
67467 Copyright: 2009 Free Software Foundation, Inc
67468 License: LGPL-3+ 
67469 Licence_Text: 
67470 #Header: 
67471 #/* Uppercase mapping for UTF-32 strings (locale dependent).
67472 #   Copyright (C) 2009 Free Software Foundation, Inc.
67473 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67474 #
67475 #   This program is free software: you can redistribute it and/or modify it
67476 #   under the terms of the GNU Lesser General Public License as published
67477 #   by the Free Software Foundation; either version 3 of the License, or
67478 #   (at your option) any later version.
67479 #
67480 #   This program is distributed in the hope that it will be useful,
67481 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67482 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67483 #   Lesser General Public License for more details.
67484 #
67485 #   You should have received a copy of the GNU Lesser General Public License
67486
67487 File: ./lib/unicase/u8-casecmp.c
67488 Hash: b41ef1fbbe478f5e3b1eb110e5e6b250c5979421502f6ca1b7dd19de6fa798b1
67489 Copyright: 2009 Free Software Foundation, Inc
67490 License: LGPL-3+ 
67491 Licence_Text: 
67492 #Header: 
67493 #/* Case and normalization insensitive comparison of UTF-8 strings.
67494 #   Copyright (C) 2009 Free Software Foundation, Inc.
67495 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67496 #
67497 #   This program is free software: you can redistribute it and/or modify it
67498 #   under the terms of the GNU Lesser General Public License as published
67499 #   by the Free Software Foundation; either version 3 of the License, or
67500 #   (at your option) any later version.
67501 #
67502 #   This program is distributed in the hope that it will be useful,
67503 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67504 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67505 #   Lesser General Public License for more details.
67506 #
67507 #   You should have received a copy of the GNU Lesser General Public License
67508
67509 File: ./lib/unicase/u8-casecoll.c
67510 Hash: 86360fb8c79bf57b016601bee20af58b883c31f6a04536ea4f395a228987d704
67511 Copyright: 2009 Free Software Foundation, Inc
67512 License: LGPL-3+ 
67513 Licence_Text: 
67514 #Header: 
67515 #/* Locale dependent, case and normalization insensitive comparison of UTF-8
67516 #   strings.
67517 #   Copyright (C) 2009 Free Software Foundation, Inc.
67518 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67519 #
67520 #   This program is free software: you can redistribute it and/or modify it
67521 #   under the terms of the GNU Lesser General Public License as published
67522 #   by the Free Software Foundation; either version 3 of the License, or
67523 #   (at your option) any later version.
67524 #
67525 #   This program is distributed in the hope that it will be useful,
67526 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67527 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67528 #   Lesser General Public License for more details.
67529
67530 File: ./lib/unicase/u8-casefold.c
67531 Hash: a60314a48ef1bae6d56c720648375fb4e57db1acb91ae7b0c208b93ce8535cbd
67532 Copyright: 2009 Free Software Foundation, Inc
67533 License: LGPL-3+ 
67534 Licence_Text: 
67535 #Header: 
67536 #/* Casefolding mapping for UTF-8 strings (locale dependent).
67537 #   Copyright (C) 2009 Free Software Foundation, Inc.
67538 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67539 #
67540 #   This program is free software: you can redistribute it and/or modify it
67541 #   under the terms of the GNU Lesser General Public License as published
67542 #   by the Free Software Foundation; either version 3 of the License, or
67543 #   (at your option) any later version.
67544 #
67545 #   This program is distributed in the hope that it will be useful,
67546 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67547 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67548 #   Lesser General Public License for more details.
67549 #
67550 #   You should have received a copy of the GNU Lesser General Public License
67551
67552 File: ./lib/unicase/u8-casemap.c
67553 Hash: 24edb83e00615db47ba7c0efec239390e1c2d9ed8f6b30e604adcd3a0c82d0f5
67554 Copyright: 2009 Free Software Foundation, Inc
67555 License: LGPL-3+ 
67556 Licence_Text: 
67557 #Header: 
67558 #/* Case mapping for UTF-8 strings (locale dependent).
67559 #   Copyright (C) 2009 Free Software Foundation, Inc.
67560 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67561 #
67562 #   This program is free software: you can redistribute it and/or modify it
67563 #   under the terms of the GNU Lesser General Public License as published
67564 #   by the Free Software Foundation; either version 3 of the License, or
67565 #   (at your option) any later version.
67566 #
67567 #   This program is distributed in the hope that it will be useful,
67568 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67569 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67570 #   Lesser General Public License for more details.
67571 #
67572 #   You should have received a copy of the GNU Lesser General Public License
67573
67574 File: ./lib/unicase/u8-casexfrm.c
67575 Hash: 167f36a57e4c24ac18f4a6e9bc73d9257a39d3efa6b38bcbd186084501395295
67576 Copyright: 2009 Free Software Foundation, Inc
67577 License: LGPL-3+ 
67578 Licence_Text: 
67579 #Header: 
67580 #/* Locale dependent transformation for case insensitive comparison of UTF-8
67581 #   strings.
67582 #   Copyright (C) 2009 Free Software Foundation, Inc.
67583 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67584 #
67585 #   This program is free software: you can redistribute it and/or modify it
67586 #   under the terms of the GNU Lesser General Public License as published
67587 #   by the Free Software Foundation; either version 3 of the License, or
67588 #   (at your option) any later version.
67589 #
67590 #   This program is distributed in the hope that it will be useful,
67591 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67592 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67593 #   Lesser General Public License for more details.
67594
67595 File: ./lib/unicase/u8-ct-casefold.c
67596 Hash: ffad7b59d6730a4f76e99dc964df770e6014da0ee66c45206264d9f709e621bd
67597 Copyright: 2009 Free Software Foundation, Inc
67598 License: LGPL-3+ 
67599 Licence_Text: 
67600 #Header: 
67601 #/* Casefolding mapping for UTF-8 substrings (locale dependent).
67602 #   Copyright (C) 2009 Free Software Foundation, Inc.
67603 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67604 #
67605 #   This program is free software: you can redistribute it and/or modify it
67606 #   under the terms of the GNU Lesser General Public License as published
67607 #   by the Free Software Foundation; either version 3 of the License, or
67608 #   (at your option) any later version.
67609 #
67610 #   This program is distributed in the hope that it will be useful,
67611 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67612 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67613 #   Lesser General Public License for more details.
67614 #
67615 #   You should have received a copy of the GNU Lesser General Public License
67616
67617 File: ./lib/unicase/u8-ct-tolower.c
67618 Hash: b16f9a890b5817213de428b7f08aac3ffe1702b0821d98a0f0a3b56463e1c091
67619 Copyright: 2009 Free Software Foundation, Inc
67620 License: LGPL-3+ 
67621 Licence_Text: 
67622 #Header: 
67623 #/* Lowercase mapping for UTF-8 substrings (locale dependent).
67624 #   Copyright (C) 2009 Free Software Foundation, Inc.
67625 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67626 #
67627 #   This program is free software: you can redistribute it and/or modify it
67628 #   under the terms of the GNU Lesser General Public License as published
67629 #   by the Free Software Foundation; either version 3 of the License, or
67630 #   (at your option) any later version.
67631 #
67632 #   This program is distributed in the hope that it will be useful,
67633 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67634 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67635 #   Lesser General Public License for more details.
67636 #
67637 #   You should have received a copy of the GNU Lesser General Public License
67638
67639 File: ./lib/unicase/u8-ct-totitle.c
67640 Hash: 7304bf1b4bac0c2ba21867f89287a0c478f7ac1b9d0ce1418009798468b69335
67641 Copyright: 2009 Free Software Foundation, Inc
67642 License: LGPL-3+ 
67643 Licence_Text: 
67644 #Header: 
67645 #/* Titlecase mapping for UTF-8 substrings (locale dependent).
67646 #   Copyright (C) 2009 Free Software Foundation, Inc.
67647 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67648 #
67649 #   This program is free software: you can redistribute it and/or modify it
67650 #   under the terms of the GNU Lesser General Public License as published
67651 #   by the Free Software Foundation; either version 3 of the License, or
67652 #   (at your option) any later version.
67653 #
67654 #   This program is distributed in the hope that it will be useful,
67655 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67656 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67657 #   Lesser General Public License for more details.
67658 #
67659 #   You should have received a copy of the GNU Lesser General Public License
67660
67661 File: ./lib/unicase/u8-ct-toupper.c
67662 Hash: ba46d214f489da0c181c73148e83191840c448fd417a17161061a3c5be227066
67663 Copyright: 2009 Free Software Foundation, Inc
67664 License: LGPL-3+ 
67665 Licence_Text: 
67666 #Header: 
67667 #/* Uppercase mapping for UTF-8 substrings (locale dependent).
67668 #   Copyright (C) 2009 Free Software Foundation, Inc.
67669 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67670 #
67671 #   This program is free software: you can redistribute it and/or modify it
67672 #   under the terms of the GNU Lesser General Public License as published
67673 #   by the Free Software Foundation; either version 3 of the License, or
67674 #   (at your option) any later version.
67675 #
67676 #   This program is distributed in the hope that it will be useful,
67677 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67678 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67679 #   Lesser General Public License for more details.
67680 #
67681 #   You should have received a copy of the GNU Lesser General Public License
67682
67683 File: ./lib/unicase/u8-is-cased.c
67684 Hash: 2094cfba452dcdde8e0de5eb5b8a34860eccd1673f4f1ec34de86d8887f2deb2
67685 Copyright: 2009 Free Software Foundation, Inc
67686 License: LGPL-3+ 
67687 Licence_Text: 
67688 #Header: 
67689 #/* Test whether case matters for an UTF-8 string.
67690 #   Copyright (C) 2009 Free Software Foundation, Inc.
67691 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67692 #
67693 #   This program is free software: you can redistribute it and/or modify it
67694 #   under the terms of the GNU Lesser General Public License as published
67695 #   by the Free Software Foundation; either version 3 of the License, or
67696 #   (at your option) any later version.
67697 #
67698 #   This program is distributed in the hope that it will be useful,
67699 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67700 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67701 #   Lesser General Public License for more details.
67702 #
67703 #   You should have received a copy of the GNU Lesser General Public License
67704
67705 File: ./lib/unicase/u8-is-casefolded.c
67706 Hash: ad6836695e22fc1c621033a020438153a8389f1ea9c00c3aa7db503668e87b8c
67707 Copyright: 2009 Free Software Foundation, Inc
67708 License: LGPL-3+ 
67709 Licence_Text: 
67710 #Header: 
67711 #/* Test whether an UTF-8 string is already case-folded.
67712 #   Copyright (C) 2009 Free Software Foundation, Inc.
67713 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67714 #
67715 #   This program is free software: you can redistribute it and/or modify it
67716 #   under the terms of the GNU Lesser General Public License as published
67717 #   by the Free Software Foundation; either version 3 of the License, or
67718 #   (at your option) any later version.
67719 #
67720 #   This program is distributed in the hope that it will be useful,
67721 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67722 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67723 #   Lesser General Public License for more details.
67724 #
67725 #   You should have received a copy of the GNU Lesser General Public License
67726
67727 File: ./lib/unicase/u8-is-invariant.c
67728 Hash: 896e334b5f842024399c0bf0d0aede192f16c5503e6008659a286281e8d275d3
67729 Copyright: 2009 Free Software Foundation, Inc
67730 License: LGPL-3+ 
67731 Licence_Text: 
67732 #Header: 
67733 #/* Test whether an UTF-8 string is invariant under a given case mapping.
67734 #   Copyright (C) 2009 Free Software Foundation, Inc.
67735 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67736 #
67737 #   This program is free software: you can redistribute it and/or modify it
67738 #   under the terms of the GNU Lesser General Public License as published
67739 #   by the Free Software Foundation; either version 3 of the License, or
67740 #   (at your option) any later version.
67741 #
67742 #   This program is distributed in the hope that it will be useful,
67743 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67744 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67745 #   Lesser General Public License for more details.
67746 #
67747 #   You should have received a copy of the GNU Lesser General Public License
67748
67749 File: ./lib/unicase/u8-is-lowercase.c
67750 Hash: 9ad379585ec68ebcaf3e6020e2874cb590ef8392bfabe67b0f415a36283d1582
67751 Copyright: 2009 Free Software Foundation, Inc
67752 License: LGPL-3+ 
67753 Licence_Text: 
67754 #Header: 
67755 #/* Test whether an UTF-8 string is entirely lower case.
67756 #   Copyright (C) 2009 Free Software Foundation, Inc.
67757 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67758 #
67759 #   This program is free software: you can redistribute it and/or modify it
67760 #   under the terms of the GNU Lesser General Public License as published
67761 #   by the Free Software Foundation; either version 3 of the License, or
67762 #   (at your option) any later version.
67763 #
67764 #   This program is distributed in the hope that it will be useful,
67765 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67766 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67767 #   Lesser General Public License for more details.
67768 #
67769 #   You should have received a copy of the GNU Lesser General Public License
67770
67771 File: ./lib/unicase/u8-is-titlecase.c
67772 Hash: 40cddd86874cd3df35e51cf677bd29c84f0bdcfda6279263a149d4889018590e
67773 Copyright: 2009 Free Software Foundation, Inc
67774 License: LGPL-3+ 
67775 Licence_Text: 
67776 #Header: 
67777 #/* Test whether an UTF-8 string is entirely title case.
67778 #   Copyright (C) 2009 Free Software Foundation, Inc.
67779 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67780 #
67781 #   This program is free software: you can redistribute it and/or modify it
67782 #   under the terms of the GNU Lesser General Public License as published
67783 #   by the Free Software Foundation; either version 3 of the License, or
67784 #   (at your option) any later version.
67785 #
67786 #   This program is distributed in the hope that it will be useful,
67787 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67788 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67789 #   Lesser General Public License for more details.
67790 #
67791 #   You should have received a copy of the GNU Lesser General Public License
67792
67793 File: ./lib/unicase/u8-is-uppercase.c
67794 Hash: e6b62e7fa6784af5a99641078aa13cd2ed9636c64e9ca02ec2500c009aa90498
67795 Copyright: 2009 Free Software Foundation, Inc
67796 License: LGPL-3+ 
67797 Licence_Text: 
67798 #Header: 
67799 #/* Test whether an UTF-8 string is entirely upper case.
67800 #   Copyright (C) 2009 Free Software Foundation, Inc.
67801 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67802 #
67803 #   This program is free software: you can redistribute it and/or modify it
67804 #   under the terms of the GNU Lesser General Public License as published
67805 #   by the Free Software Foundation; either version 3 of the License, or
67806 #   (at your option) any later version.
67807 #
67808 #   This program is distributed in the hope that it will be useful,
67809 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67810 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67811 #   Lesser General Public License for more details.
67812 #
67813 #   You should have received a copy of the GNU Lesser General Public License
67814
67815 File: ./lib/unicase/u8-prefix-context.c
67816 Hash: 2faad600e89a2f4df323bb0bce43f95d9c50c70477c783b5069bdcdcef2c823f
67817 Copyright: 2009 Free Software Foundation, Inc
67818 License: LGPL-3+ 
67819 Licence_Text: 
67820 #Header: 
67821 #/* Case-mapping context of prefix UTF-8 string.
67822 #   Copyright (C) 2009 Free Software Foundation, Inc.
67823 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67824 #
67825 #   This program is free software: you can redistribute it and/or modify it
67826 #   under the terms of the GNU Lesser General Public License as published
67827 #   by the Free Software Foundation; either version 3 of the License, or
67828 #   (at your option) any later version.
67829 #
67830 #   This program is distributed in the hope that it will be useful,
67831 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67832 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67833 #   Lesser General Public License for more details.
67834 #
67835 #   You should have received a copy of the GNU Lesser General Public License
67836
67837 File: ./lib/unicase/u8-suffix-context.c
67838 Hash: 9b47dcd3d28b76b4c20ecb89edca813790c5587a53b66d811be0f119344dd512
67839 Copyright: 2009 Free Software Foundation, Inc
67840 License: LGPL-3+ 
67841 Licence_Text: 
67842 #Header: 
67843 #/* Case-mapping context of suffix UTF-8 string.
67844 #   Copyright (C) 2009 Free Software Foundation, Inc.
67845 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67846 #
67847 #   This program is free software: you can redistribute it and/or modify it
67848 #   under the terms of the GNU Lesser General Public License as published
67849 #   by the Free Software Foundation; either version 3 of the License, or
67850 #   (at your option) any later version.
67851 #
67852 #   This program is distributed in the hope that it will be useful,
67853 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67854 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67855 #   Lesser General Public License for more details.
67856 #
67857 #   You should have received a copy of the GNU Lesser General Public License
67858
67859 File: ./lib/unicase/u8-tolower.c
67860 Hash: 3596157072c41f644c9922e9b8b776dda9a83aaad3b5ac6228db0c697dba7b22
67861 Copyright: 2009 Free Software Foundation, Inc
67862 License: LGPL-3+ 
67863 Licence_Text: 
67864 #Header: 
67865 #/* Lowercase mapping for UTF-8 strings (locale dependent).
67866 #   Copyright (C) 2009 Free Software Foundation, Inc.
67867 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67868 #
67869 #   This program is free software: you can redistribute it and/or modify it
67870 #   under the terms of the GNU Lesser General Public License as published
67871 #   by the Free Software Foundation; either version 3 of the License, or
67872 #   (at your option) any later version.
67873 #
67874 #   This program is distributed in the hope that it will be useful,
67875 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67876 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67877 #   Lesser General Public License for more details.
67878 #
67879 #   You should have received a copy of the GNU Lesser General Public License
67880
67881 File: ./lib/unicase/u8-totitle.c
67882 Hash: 6caca3f452e6e3d203e6b9753be9652b60beecad4fa92a0ece54e81814bea56c
67883 Copyright: 2009 Free Software Foundation, Inc
67884 License: LGPL-3+ 
67885 Licence_Text: 
67886 #Header: 
67887 #/* Titlecase mapping for UTF-8 strings (locale dependent).
67888 #   Copyright (C) 2009 Free Software Foundation, Inc.
67889 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67890 #
67891 #   This program is free software: you can redistribute it and/or modify it
67892 #   under the terms of the GNU Lesser General Public License as published
67893 #   by the Free Software Foundation; either version 3 of the License, or
67894 #   (at your option) any later version.
67895 #
67896 #   This program is distributed in the hope that it will be useful,
67897 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67898 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67899 #   Lesser General Public License for more details.
67900 #
67901 #   You should have received a copy of the GNU Lesser General Public License
67902
67903 File: ./lib/unicase/u8-toupper.c
67904 Hash: a6fb8d6fa933fd65fffc9ca374211407209be087c7009bde3a72a43024734e9f
67905 Copyright: 2009 Free Software Foundation, Inc
67906 License: LGPL-3+ 
67907 Licence_Text: 
67908 #Header: 
67909 #/* Uppercase mapping for UTF-8 strings (locale dependent).
67910 #   Copyright (C) 2009 Free Software Foundation, Inc.
67911 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67912 #
67913 #   This program is free software: you can redistribute it and/or modify it
67914 #   under the terms of the GNU Lesser General Public License as published
67915 #   by the Free Software Foundation; either version 3 of the License, or
67916 #   (at your option) any later version.
67917 #
67918 #   This program is distributed in the hope that it will be useful,
67919 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67920 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67921 #   Lesser General Public License for more details.
67922 #
67923 #   You should have received a copy of the GNU Lesser General Public License
67924
67925 File: ./lib/unicase/ulc-casecmp.c
67926 Hash: a14530498e0386b3448529dafb33fdce903ec4592d2be37361260862b2fa0f16
67927 Copyright: 2009 Free Software Foundation, Inc
67928 License: LGPL-3+ 
67929 Licence_Text: 
67930 #Header: 
67931 #/* Case and normalization insensitive comparison of strings.
67932 #   Copyright (C) 2009 Free Software Foundation, Inc.
67933 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67934 #
67935 #   This program is free software: you can redistribute it and/or modify it
67936 #   under the terms of the GNU Lesser General Public License as published
67937 #   by the Free Software Foundation; either version 3 of the License, or
67938 #   (at your option) any later version.
67939 #
67940 #   This program is distributed in the hope that it will be useful,
67941 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67942 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67943 #   Lesser General Public License for more details.
67944 #
67945 #   You should have received a copy of the GNU Lesser General Public License
67946
67947 File: ./lib/unicase/ulc-casecoll.c
67948 Hash: 6f77627a28abe40aea7d9b6d12d0402d8390fc1e9b01ef47f55c8b197544dc48
67949 Copyright: 2009 Free Software Foundation, Inc
67950 License: LGPL-3+ 
67951 Licence_Text: 
67952 #Header: 
67953 #/* Locale dependent, case and normalization insensitive comparison of strings.
67954 #   Copyright (C) 2009 Free Software Foundation, Inc.
67955 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67956 #
67957 #   This program is free software: you can redistribute it and/or modify it
67958 #   under the terms of the GNU Lesser General Public License as published
67959 #   by the Free Software Foundation; either version 3 of the License, or
67960 #   (at your option) any later version.
67961 #
67962 #   This program is distributed in the hope that it will be useful,
67963 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67964 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67965 #   Lesser General Public License for more details.
67966 #
67967 #   You should have received a copy of the GNU Lesser General Public License
67968
67969 File: ./lib/unicase/ulc-casexfrm.c
67970 Hash: 34c8a6903e645541b4faddf6fc29db8e42c13da1b6c136dd6f41caa01745f4e4
67971 Copyright: 2009 Free Software Foundation, Inc
67972 License: LGPL-3+ 
67973 Licence_Text: 
67974 #Header: 
67975 #/* Locale dependent transformation for case insensitive comparison of strings.
67976 #   Copyright (C) 2009 Free Software Foundation, Inc.
67977 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
67978 #
67979 #   This program is free software: you can redistribute it and/or modify it
67980 #   under the terms of the GNU Lesser General Public License as published
67981 #   by the Free Software Foundation; either version 3 of the License, or
67982 #   (at your option) any later version.
67983 #
67984 #   This program is distributed in the hope that it will be useful,
67985 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
67986 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
67987 #   Lesser General Public License for more details.
67988 #
67989 #   You should have received a copy of the GNU Lesser General Public License
67990
67991 File: ./lib/unicase/unicasemap.h
67992 Hash: 49997880bc6149b06eb748675e384d3be939fa12e8db6b2b0a0e7dfc5ccf0ecd
67993 Copyright: 2009 Free Software Foundation, Inc
67994 License: LGPL-3+ 
67995 Licence_Text: 
67996 #Header: 
67997 #/* Case mapping for UTF-8/UTF-16/UTF-32 strings (locale dependent).
67998 #   Copyright (C) 2009 Free Software Foundation, Inc.
67999 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
68000 #
68001 #   This program is free software: you can redistribute it and/or modify it
68002 #   under the terms of the GNU Lesser General Public License as published
68003 #   by the Free Software Foundation; either version 3 of the License, or
68004 #   (at your option) any later version.
68005 #
68006 #   This program is distributed in the hope that it will be useful,
68007 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68008 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68009 #   Lesser General Public License for more details.
68010 #
68011 #   You should have received a copy of the GNU Lesser General Public License
68012
68013 File: ./lib/unicodeio.c
68014 Hash: 33aacdf0005527850dd4fb652e296df5c0c204a8054ea9ddcfa120866f3a0e9e
68015 Copyright: 2000-2003, 2006, 2008 Free Software Foundation, Inc
68016 License: GPL-3+ 
68017 Licence_Text: 
68018 #Header: 
68019 #/* Unicode character output to streams with locale dependent encoding.
68020 #
68021 #   Copyright (C) 2000-2003, 2006, 2008 Free Software Foundation, Inc.
68022 #
68023 #   This program is free software: you can redistribute it and/or modify
68024 #   it under the terms of the GNU General Public License as published by
68025 #   the Free Software Foundation; either version 3 of the License, or
68026 #   (at your option) any later version.
68027 #
68028 #   This program is distributed in the hope that it will be useful,
68029 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68030 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
68031 #   GNU General Public License for more details.
68032 #
68033 #   You should have received a copy of the GNU General Public License
68034
68035 File: ./lib/unicodeio.h
68036 Hash: 1e47f450b9b67595834d03f31709e694aa7d4ad6febfdbb6ecbaa1bec1cee139
68037 Copyright: 2000-2003, 2005, 2008 Free Software Foundation, Inc
68038 License: GPL-3+ 
68039 Licence_Text: 
68040 #Header: 
68041 #/* Unicode character output to streams with locale dependent encoding.
68042 #
68043 #   Copyright (C) 2000-2003, 2005, 2008 Free Software Foundation, Inc.
68044 #
68045 #   This program is free software: you can redistribute it and/or modify
68046 #   it under the terms of the GNU General Public License as published by
68047 #   the Free Software Foundation; either version 3 of the License, or
68048 #   (at your option) any later version.
68049 #
68050 #   This program is distributed in the hope that it will be useful,
68051 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68052 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
68053 #   GNU General Public License for more details.
68054 #
68055 #   You should have received a copy of the GNU General Public License
68056
68057 File: ./lib/uniconv.h
68058 Hash: 5e6e0f51341a6e53f0b352b8bb7db9465bb35a0e3cd37942b46076d0a7af3702
68059 Copyright: 2002, 2005, 2007, 2009 Free Software Foundation, Inc
68060 License: LGPL-3+ 
68061 Licence_Text: 
68062 #Header: 
68063 #/* Conversions between Unicode and legacy encodings.
68064 #   Copyright (C) 2002, 2005, 2007, 2009 Free Software Foundation, Inc.
68065 #
68066 #   This program is free software: you can redistribute it and/or modify it
68067 #   under the terms of the GNU Lesser General Public License as published
68068 #   by the Free Software Foundation; either version 3 of the License, or
68069 #   (at your option) any later version.
68070 #
68071 #   This program is distributed in the hope that it will be useful,
68072 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68073 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68074 #   Lesser General Public License for more details.
68075 #
68076 #   You should have received a copy of the GNU Lesser General Public License
68077 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68078
68079 File: ./lib/uniconv/u-conv-from-enc.h
68080 Hash: 188629e474bbbcd1229c8c6833219797032c420574e752902bca4747712a6d66
68081 Copyright: 2002, 2006-2007, 2009 Free Software Foundation, Inc
68082 License: LGPL-3+ 
68083 Licence_Text: 
68084 #Header: 
68085 #/* Conversion to UTF-16/UTF-32 from legacy encodings.
68086 #   Copyright (C) 2002, 2006-2007, 2009 Free Software Foundation, Inc.
68087 #
68088 #   This program is free software: you can redistribute it and/or modify it
68089 #   under the terms of the GNU Lesser General Public License as published
68090 #   by the Free Software Foundation; either version 3 of the License, or
68091 #   (at your option) any later version.
68092 #
68093 #   This program is distributed in the hope that it will be useful,
68094 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68095 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68096 #   Lesser General Public License for more details.
68097 #
68098 #   You should have received a copy of the GNU Lesser General Public License
68099 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68100
68101 File: ./lib/uniconv/u-conv-to-enc.h
68102 Hash: e0aa45049139d0368fd9cc0402cf2f6ac92e52d781ad1466a494513b14fb40b3
68103 Copyright: 2002, 2006-2009 Free Software Foundation, Inc
68104 License: LGPL-3+ 
68105 Licence_Text: 
68106 #Header: 
68107 #/* Conversion from UTF-16/UTF-32 to legacy encodings.
68108 #   Copyright (C) 2002, 2006-2009 Free Software Foundation, Inc.
68109 #
68110 #   This program is free software: you can redistribute it and/or modify it
68111 #   under the terms of the GNU Lesser General Public License as published
68112 #   by the Free Software Foundation; either version 3 of the License, or
68113 #   (at your option) any later version.
68114 #
68115 #   This program is distributed in the hope that it will be useful,
68116 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68117 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68118 #   Lesser General Public License for more details.
68119 #
68120 #   You should have received a copy of the GNU Lesser General Public License
68121 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68122
68123 File: ./lib/uniconv/u-strconv-from-enc.h
68124 Hash: 7be24e48ba83701cdbc39b85497b3fdb44b90463a283f46fb720f91ce2d7ae33
68125 Copyright: 2002, 2006-2007, 2009 Free Software Foundation, Inc
68126 License: LGPL-3+ 
68127 Licence_Text: 
68128 #Header: 
68129 #/* Conversion to UTF-8/UTF-16/UTF-32 from legacy encodings.
68130 #   Copyright (C) 2002, 2006-2007, 2009 Free Software Foundation, Inc.
68131 #
68132 #   This program is free software: you can redistribute it and/or modify it
68133 #   under the terms of the GNU Lesser General Public License as published
68134 #   by the Free Software Foundation; either version 3 of the License, or
68135 #   (at your option) any later version.
68136 #
68137 #   This program is distributed in the hope that it will be useful,
68138 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68139 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68140 #   Lesser General Public License for more details.
68141 #
68142 #   You should have received a copy of the GNU Lesser General Public License
68143 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68144
68145 File: ./lib/uniconv/u-strconv-to-enc.h
68146 Hash: 7a46757983eda3f42167efe493ff5b1224b5fa378ccbb3ef3a54a34774fff733
68147 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68148 License: LGPL-3+ 
68149 Licence_Text: 
68150 #Header: 
68151 #/* Conversion from UTF-16/UTF-32 to legacy encodings.
68152 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68153 #
68154 #   This program is free software: you can redistribute it and/or modify it
68155 #   under the terms of the GNU Lesser General Public License as published
68156 #   by the Free Software Foundation; either version 3 of the License, or
68157 #   (at your option) any later version.
68158 #
68159 #   This program is distributed in the hope that it will be useful,
68160 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68161 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68162 #   Lesser General Public License for more details.
68163 #
68164 #   You should have received a copy of the GNU Lesser General Public License
68165 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68166
68167 File: ./lib/uniconv/u16-conv-from-enc.c
68168 Hash: 47f58ed7aa8e9cd5f7dce253f85a6bf5bb502ae758e93c180f1573d83123ffc4
68169 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68170 License: LGPL-3+ 
68171 Licence_Text: 
68172 #Header: 
68173 #/* Conversion to UTF-16 from legacy encodings.
68174 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68175 #
68176 #   This program is free software: you can redistribute it and/or modify it
68177 #   under the terms of the GNU Lesser General Public License as published
68178 #   by the Free Software Foundation; either version 3 of the License, or
68179 #   (at your option) any later version.
68180 #
68181 #   This program is distributed in the hope that it will be useful,
68182 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68183 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68184 #   Lesser General Public License for more details.
68185 #
68186 #   You should have received a copy of the GNU Lesser General Public License
68187 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68188
68189 File: ./lib/uniconv/u16-conv-to-enc.c
68190 Hash: 63cf6c42e78a055e4bc0152c66c81d9e677aca47430eeff2566e821608a1f937
68191 Copyright: 2002, 2006-2008 Free Software Foundation, Inc
68192 License: LGPL-3+ 
68193 Licence_Text: 
68194 #Header: 
68195 #/* Conversion from UTF-16 to legacy encodings.
68196 #   Copyright (C) 2002, 2006-2008 Free Software Foundation, Inc.
68197 #
68198 #   This program is free software: you can redistribute it and/or modify it
68199 #   under the terms of the GNU Lesser General Public License as published
68200 #   by the Free Software Foundation; either version 3 of the License, or
68201 #   (at your option) any later version.
68202 #
68203 #   This program is distributed in the hope that it will be useful,
68204 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68205 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68206 #   Lesser General Public License for more details.
68207 #
68208 #   You should have received a copy of the GNU Lesser General Public License
68209 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68210
68211 File: ./lib/uniconv/u16-strconv-from-enc.c
68212 Hash: 47f58ed7aa8e9cd5f7dce253f85a6bf5bb502ae758e93c180f1573d83123ffc4
68213 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68214 License: LGPL-3+ 
68215 Licence_Text: 
68216 #Header: 
68217 #/* Conversion to UTF-16 from legacy encodings.
68218 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68219 #
68220 #   This program is free software: you can redistribute it and/or modify it
68221 #   under the terms of the GNU Lesser General Public License as published
68222 #   by the Free Software Foundation; either version 3 of the License, or
68223 #   (at your option) any later version.
68224 #
68225 #   This program is distributed in the hope that it will be useful,
68226 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68227 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68228 #   Lesser General Public License for more details.
68229 #
68230 #   You should have received a copy of the GNU Lesser General Public License
68231 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68232
68233 File: ./lib/uniconv/u16-strconv-from-locale.c
68234 Hash: abbeae189b434069f8b5082a0b74cc1c0ef22496521de651ee804512ebbcf297
68235 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68236 License: LGPL-3+ 
68237 Licence_Text: 
68238 #Header: 
68239 #/* Conversion to UTF-16 from the locale encoding.
68240 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68241 #
68242 #   This program is free software: you can redistribute it and/or modify it
68243 #   under the terms of the GNU Lesser General Public License as published
68244 #   by the Free Software Foundation; either version 3 of the License, or
68245 #   (at your option) any later version.
68246 #
68247 #   This program is distributed in the hope that it will be useful,
68248 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68249 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68250 #   Lesser General Public License for more details.
68251 #
68252 #   You should have received a copy of the GNU Lesser General Public License
68253 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68254
68255 File: ./lib/uniconv/u16-strconv-to-enc.c
68256 Hash: 00764e134b95f7908e7ddd1a025d875ec6785ff8b6b69d9e92d37be3f23fa300
68257 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68258 License: LGPL-3+ 
68259 Licence_Text: 
68260 #Header: 
68261 #/* Conversion from UTF-16 to legacy encodings.
68262 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68263 #
68264 #   This program is free software: you can redistribute it and/or modify it
68265 #   under the terms of the GNU Lesser General Public License as published
68266 #   by the Free Software Foundation; either version 3 of the License, or
68267 #   (at your option) any later version.
68268 #
68269 #   This program is distributed in the hope that it will be useful,
68270 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68271 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68272 #   Lesser General Public License for more details.
68273 #
68274 #   You should have received a copy of the GNU Lesser General Public License
68275 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68276
68277 File: ./lib/uniconv/u16-strconv-to-locale.c
68278 Hash: f67645d89afa61a452bfd22d22f76fb39ef24abdd3e44667aade0ac4d78c1fac
68279 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68280 License: LGPL-3+ 
68281 Licence_Text: 
68282 #Header: 
68283 #/* Conversion from UTF-16 to the locale encoding.
68284 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68285 #
68286 #   This program is free software: you can redistribute it and/or modify it
68287 #   under the terms of the GNU Lesser General Public License as published
68288 #   by the Free Software Foundation; either version 3 of the License, or
68289 #   (at your option) any later version.
68290 #
68291 #   This program is distributed in the hope that it will be useful,
68292 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68293 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68294 #   Lesser General Public License for more details.
68295 #
68296 #   You should have received a copy of the GNU Lesser General Public License
68297 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68298
68299 File: ./lib/uniconv/u32-conv-from-enc.c
68300 Hash: 605b7049869f7a21fbf13a73f6833afce11cea3b529ec11ccab1c177f630bd09
68301 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68302 License: LGPL-3+ 
68303 Licence_Text: 
68304 #Header: 
68305 #/* Conversion to UTF-32 from legacy encodings.
68306 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68307 #
68308 #   This program is free software: you can redistribute it and/or modify it
68309 #   under the terms of the GNU Lesser General Public License as published
68310 #   by the Free Software Foundation; either version 3 of the License, or
68311 #   (at your option) any later version.
68312 #
68313 #   This program is distributed in the hope that it will be useful,
68314 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68315 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68316 #   Lesser General Public License for more details.
68317 #
68318 #   You should have received a copy of the GNU Lesser General Public License
68319 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68320
68321 File: ./lib/uniconv/u32-conv-to-enc.c
68322 Hash: 9534dafdcbd251120f00efab90b64a99c9029d7530f97a8ecc460b8ea7a05800
68323 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68324 License: LGPL-3+ 
68325 Licence_Text: 
68326 #Header: 
68327 #/* Conversion from UTF-32 to legacy encodings.
68328 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68329 #
68330 #   This program is free software: you can redistribute it and/or modify it
68331 #   under the terms of the GNU Lesser General Public License as published
68332 #   by the Free Software Foundation; either version 3 of the License, or
68333 #   (at your option) any later version.
68334 #
68335 #   This program is distributed in the hope that it will be useful,
68336 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68337 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68338 #   Lesser General Public License for more details.
68339 #
68340 #   You should have received a copy of the GNU Lesser General Public License
68341 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68342
68343 File: ./lib/uniconv/u32-strconv-from-enc.c
68344 Hash: 605b7049869f7a21fbf13a73f6833afce11cea3b529ec11ccab1c177f630bd09
68345 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68346 License: LGPL-3+ 
68347 Licence_Text: 
68348 #Header: 
68349 #/* Conversion to UTF-32 from legacy encodings.
68350 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68351 #
68352 #   This program is free software: you can redistribute it and/or modify it
68353 #   under the terms of the GNU Lesser General Public License as published
68354 #   by the Free Software Foundation; either version 3 of the License, or
68355 #   (at your option) any later version.
68356 #
68357 #   This program is distributed in the hope that it will be useful,
68358 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68359 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68360 #   Lesser General Public License for more details.
68361 #
68362 #   You should have received a copy of the GNU Lesser General Public License
68363 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68364
68365 File: ./lib/uniconv/u32-strconv-from-locale.c
68366 Hash: b5f98b5645d8b9d620808c54cbe34c5977a84043ce50fc58401924535f12208f
68367 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68368 License: LGPL-3+ 
68369 Licence_Text: 
68370 #Header: 
68371 #/* Conversion to UTF-32 from the locale encoding.
68372 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68373 #
68374 #   This program is free software: you can redistribute it and/or modify it
68375 #   under the terms of the GNU Lesser General Public License as published
68376 #   by the Free Software Foundation; either version 3 of the License, or
68377 #   (at your option) any later version.
68378 #
68379 #   This program is distributed in the hope that it will be useful,
68380 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68381 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68382 #   Lesser General Public License for more details.
68383 #
68384 #   You should have received a copy of the GNU Lesser General Public License
68385 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68386
68387 File: ./lib/uniconv/u32-strconv-to-enc.c
68388 Hash: 9534dafdcbd251120f00efab90b64a99c9029d7530f97a8ecc460b8ea7a05800
68389 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68390 License: LGPL-3+ 
68391 Licence_Text: 
68392 #Header: 
68393 #/* Conversion from UTF-32 to legacy encodings.
68394 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68395 #
68396 #   This program is free software: you can redistribute it and/or modify it
68397 #   under the terms of the GNU Lesser General Public License as published
68398 #   by the Free Software Foundation; either version 3 of the License, or
68399 #   (at your option) any later version.
68400 #
68401 #   This program is distributed in the hope that it will be useful,
68402 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68403 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68404 #   Lesser General Public License for more details.
68405 #
68406 #   You should have received a copy of the GNU Lesser General Public License
68407 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68408
68409 File: ./lib/uniconv/u32-strconv-to-locale.c
68410 Hash: e1b205c9ed76dd104a13b1f6427ff0fedfe1ac06bc458fcd942d94557d74e437
68411 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68412 License: LGPL-3+ 
68413 Licence_Text: 
68414 #Header: 
68415 #/* Conversion from UTF-32 to the locale encoding.
68416 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68417 #
68418 #   This program is free software: you can redistribute it and/or modify it
68419 #   under the terms of the GNU Lesser General Public License as published
68420 #   by the Free Software Foundation; either version 3 of the License, or
68421 #   (at your option) any later version.
68422 #
68423 #   This program is distributed in the hope that it will be useful,
68424 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68425 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68426 #   Lesser General Public License for more details.
68427 #
68428 #   You should have received a copy of the GNU Lesser General Public License
68429 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68430
68431 File: ./lib/uniconv/u8-conv-from-enc.c
68432 Hash: f48ae3336f9571f13c2904bc2878141e7a9d272c1baf5d3a4688fd1f226f3546
68433 Copyright: 2002, 2006-2007, 2009 Free Software Foundation, Inc
68434 License: LGPL-3+ 
68435 Licence_Text: 
68436 #Header: 
68437 #/* Conversion to UTF-8 from legacy encodings.
68438 #   Copyright (C) 2002, 2006-2007, 2009 Free Software Foundation, Inc.
68439 #
68440 #   This program is free software: you can redistribute it and/or modify it
68441 #   under the terms of the GNU Lesser General Public License as published
68442 #   by the Free Software Foundation; either version 3 of the License, or
68443 #   (at your option) any later version.
68444 #
68445 #   This program is distributed in the hope that it will be useful,
68446 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68447 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68448 #   Lesser General Public License for more details.
68449 #
68450 #   You should have received a copy of the GNU Lesser General Public License
68451 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68452
68453 File: ./lib/uniconv/u8-conv-to-enc.c
68454 Hash: c0e5b93ef7fa66fca4a5b9fbd7dfcabd13c1d87f9713fbaac56bcc56fa4137eb
68455 Copyright: 2002, 2006-2007, 2009 Free Software Foundation, Inc
68456 License: LGPL-3+ 
68457 Licence_Text: 
68458 #Header: 
68459 #/* Conversion from UTF-8 to legacy encodings.
68460 #   Copyright (C) 2002, 2006-2007, 2009 Free Software Foundation, Inc.
68461 #
68462 #   This program is free software: you can redistribute it and/or modify it
68463 #   under the terms of the GNU Lesser General Public License as published
68464 #   by the Free Software Foundation; either version 3 of the License, or
68465 #   (at your option) any later version.
68466 #
68467 #   This program is distributed in the hope that it will be useful,
68468 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68469 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68470 #   Lesser General Public License for more details.
68471 #
68472 #   You should have received a copy of the GNU Lesser General Public License
68473 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68474
68475 File: ./lib/uniconv/u8-strconv-from-enc.c
68476 Hash: c9992a9820bc23e9834057a26dff394918e76ca830c2f5ac97e0d67c102baa7c
68477 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68478 License: LGPL-3+ 
68479 Licence_Text: 
68480 #Header: 
68481 #/* Conversion to UTF-8 from legacy encodings.
68482 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68483 #
68484 #   This program is free software: you can redistribute it and/or modify it
68485 #   under the terms of the GNU Lesser General Public License as published
68486 #   by the Free Software Foundation; either version 3 of the License, or
68487 #   (at your option) any later version.
68488 #
68489 #   This program is distributed in the hope that it will be useful,
68490 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68491 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68492 #   Lesser General Public License for more details.
68493 #
68494 #   You should have received a copy of the GNU Lesser General Public License
68495 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68496
68497 File: ./lib/uniconv/u8-strconv-from-locale.c
68498 Hash: 6da43447486f93c497947a213640c53bf620094b211a782c60138d9057455ecb
68499 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68500 License: LGPL-3+ 
68501 Licence_Text: 
68502 #Header: 
68503 #/* Conversion to UTF-8 from the locale encoding.
68504 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68505 #
68506 #   This program is free software: you can redistribute it and/or modify it
68507 #   under the terms of the GNU Lesser General Public License as published
68508 #   by the Free Software Foundation; either version 3 of the License, or
68509 #   (at your option) any later version.
68510 #
68511 #   This program is distributed in the hope that it will be useful,
68512 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68513 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68514 #   Lesser General Public License for more details.
68515 #
68516 #   You should have received a copy of the GNU Lesser General Public License
68517 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68518
68519 File: ./lib/uniconv/u8-strconv-to-enc.c
68520 Hash: 0942490a0de4f7b06edd517c57084e60348a1d79142fec2f05c531689a4cb814
68521 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68522 License: LGPL-3+ 
68523 Licence_Text: 
68524 #Header: 
68525 #/* Conversion from UTF-8 to legacy encodings.
68526 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68527 #
68528 #   This program is free software: you can redistribute it and/or modify it
68529 #   under the terms of the GNU Lesser General Public License as published
68530 #   by the Free Software Foundation; either version 3 of the License, or
68531 #   (at your option) any later version.
68532 #
68533 #   This program is distributed in the hope that it will be useful,
68534 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68535 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68536 #   Lesser General Public License for more details.
68537 #
68538 #   You should have received a copy of the GNU Lesser General Public License
68539 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68540
68541 File: ./lib/uniconv/u8-strconv-to-locale.c
68542 Hash: e38b1c908eef1d22cb3bee0f7157cbc3b3a409ac8fda47c5f4f9c630687e934c
68543 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68544 License: LGPL-3+ 
68545 Licence_Text: 
68546 #Header: 
68547 #/* Conversion from UTF-8 to the locale encoding.
68548 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68549 #
68550 #   This program is free software: you can redistribute it and/or modify it
68551 #   under the terms of the GNU Lesser General Public License as published
68552 #   by the Free Software Foundation; either version 3 of the License, or
68553 #   (at your option) any later version.
68554 #
68555 #   This program is distributed in the hope that it will be useful,
68556 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68557 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68558 #   Lesser General Public License for more details.
68559 #
68560 #   You should have received a copy of the GNU Lesser General Public License
68561 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68562
68563 File: ./lib/unictype.h
68564 Hash: b8e67dc9e906270547a47f99abb0a4b7b1f7b1acf607726786df995910314d43
68565 Copyright: 2002, 2005-2009 Free Software Foundation, Inc
68566 License: LGPL-3+ 
68567 Licence_Text: 
68568 #Header: 
68569 #/* Unicode character classification and properties.
68570 #   Copyright (C) 2002, 2005-2009 Free Software Foundation, Inc.
68571 #
68572 #   This program is free software: you can redistribute it and/or modify it
68573 #   under the terms of the GNU Lesser General Public License as published
68574 #   by the Free Software Foundation; either version 3 of the License, or
68575 #   (at your option) any later version.
68576 #
68577 #   This program is distributed in the hope that it will be useful,
68578 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68579 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68580 #   Lesser General Public License for more details.
68581 #
68582 #   You should have received a copy of the GNU Lesser General Public License
68583 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
68584
68585 File: ./lib/unictype/3level.h
68586 Hash: ca73868d0849016e4c33c48ca11bccc77fda03863928d329ea03f644c3e4e020
68587 Copyright: 2000-2001 Free Software Foundation, Inc
68588 License: GPL-2+
68589 Licence_Text: 
68590 #Header: 
68591 #/* Copyright (C) 2000-2001 Free Software Foundation, Inc.
68592 #   This file is part of the GNU C Library.
68593 #   Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
68594 #
68595 #
68596 #   NOTE: The canonical source of this file is maintained with the GNU C Library.
68597 #   Bugs can be reported to bug-glibc@gnu.org.
68598 #
68599 #   This program is free software; you can redistribute it and/or modify it
68600 #   under the terms of the GNU General Public License as published by the
68601 #   Free Software Foundation; either version 2, or (at your option) any
68602 #   later version.
68603 #
68604 #   This program is distributed in the hope that it will be useful,
68605 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68606
68607 File: ./lib/unictype/3levelbit.h
68608 Hash: f1ad93bae7eab43736b46a51a2dc7303c2c4d8ad4563a2cd7e0740587a86880a
68609 Copyright: 2000-2002 Free Software Foundation, Inc
68610 License: GPL-2+
68611 Licence_Text: 
68612 #Header: 
68613 #/* Copyright (C) 2000-2002 Free Software Foundation, Inc.
68614 #   This file is part of the GNU C Library.
68615 #   Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
68616 #
68617 #
68618 #   NOTE: The canonical source of this file is maintained with the GNU C Library.
68619 #   See glibc/locale/programs/ld-ctype.c.
68620 #   Bugs can be reported to bug-glibc@gnu.org.
68621 #
68622 #   This program is free software; you can redistribute it and/or modify it
68623 #   under the terms of the GNU General Public License as published by the
68624 #   Free Software Foundation; either version 2, or (at your option) any
68625 #   later version.
68626 #
68627 #   This program is distributed in the hope that it will be useful,
68628
68629 File: ./lib/unictype/Makefile
68630 Hash: bdab4fa6ea70dfa476e8e0bfb1a837bc7e67c3fb607376e6171cc27d23e66848
68631 Copyright: 
68632 License: 
68633 Licence_Text: 
68634 #Header: 
68635 ## Makefile for generating the table files from unicode.org data.
68636 #
68637 #ARCHIVE_DIR = /gfs/ibook/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions
68638 #VERSION = 5.0.0
68639 #UCD_DIR = $(ARCHIVE_DIR)/$(VERSION)/ucd
68640 #
68641 #EXTRA_DIST = gen-ctype.c 3levelbit.h 3level.h
68642 #
68643 #all: force
68644 #       gcc -g -Wall gen-ctype.c -o gen-ctype
68645 #       ./gen-ctype $(UCD_DIR)/UnicodeData.txt \
68646 #                   $(UCD_DIR)/PropList.txt \
68647 #                   $(UCD_DIR)/DerivedCoreProperties.txt \
68648 #                   $(UCD_DIR)/Scripts.txt \
68649 #                   $(UCD_DIR)/Blocks.txt \
68650
68651 File: ./lib/unictype/bidi_byname.c
68652 Hash: f0c58c49f58b267b76325b492ae5da0081674ec3c0efa1031221fef2be39f194
68653 Copyright: 2002, 2006 Free Software Foundation, Inc
68654 License: LGPL-3+ 
68655 Licence_Text: 
68656 #Header: 
68657 #/* Bidi categories of Unicode characters.
68658 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
68659 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
68660 #
68661 #   This program is free software: you can redistribute it and/or modify it
68662 #   under the terms of the GNU Lesser General Public License as published
68663 #   by the Free Software Foundation; either version 3 of the License, or
68664 #   (at your option) any later version.
68665 #
68666 #   This program is distributed in the hope that it will be useful,
68667 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68668 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68669 #   Lesser General Public License for more details.
68670 #
68671 #   You should have received a copy of the GNU Lesser General Public License
68672
68673 File: ./lib/unictype/bidi_name.c
68674 Hash: f0c58c49f58b267b76325b492ae5da0081674ec3c0efa1031221fef2be39f194
68675 Copyright: 2002, 2006 Free Software Foundation, Inc
68676 License: LGPL-3+ 
68677 Licence_Text: 
68678 #Header: 
68679 #/* Bidi categories of Unicode characters.
68680 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
68681 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
68682 #
68683 #   This program is free software: you can redistribute it and/or modify it
68684 #   under the terms of the GNU Lesser General Public License as published
68685 #   by the Free Software Foundation; either version 3 of the License, or
68686 #   (at your option) any later version.
68687 #
68688 #   This program is distributed in the hope that it will be useful,
68689 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68690 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68691 #   Lesser General Public License for more details.
68692 #
68693 #   You should have received a copy of the GNU Lesser General Public License
68694
68695 File: ./lib/unictype/bidi_of.c
68696 Hash: f0c58c49f58b267b76325b492ae5da0081674ec3c0efa1031221fef2be39f194
68697 Copyright: 2002, 2006 Free Software Foundation, Inc
68698 License: LGPL-3+ 
68699 Licence_Text: 
68700 #Header: 
68701 #/* Bidi categories of Unicode characters.
68702 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
68703 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
68704 #
68705 #   This program is free software: you can redistribute it and/or modify it
68706 #   under the terms of the GNU Lesser General Public License as published
68707 #   by the Free Software Foundation; either version 3 of the License, or
68708 #   (at your option) any later version.
68709 #
68710 #   This program is distributed in the hope that it will be useful,
68711 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68712 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68713 #   Lesser General Public License for more details.
68714 #
68715 #   You should have received a copy of the GNU Lesser General Public License
68716
68717 File: ./lib/unictype/bidi_of.h
68718 Hash: c2182d910737b90cff77f4bab4cc2b1567a8713202c2b24e55951bab986d6627
68719 Copyright: 
68720 License: 
68721 Licence_Text: 
68722 #Header: 
68723 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
68724 #/* Bidi categories of Unicode characters.  */
68725 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
68726 ##define bidi_category_header_0 16
68727 ##define bidi_category_header_1 17
68728 ##define bidi_category_header_2 7
68729 ##define bidi_category_header_3 511
68730 ##define bidi_category_header_4 127
68731 #static const
68732 #struct
68733 #  {
68734 #    int level1[17];
68735 #    short level2[4 << 9];
68736 #    unsigned short level3[101 * 40 + 1];
68737 #  }
68738
68739 File: ./lib/unictype/bidi_test.c
68740 Hash: f0c58c49f58b267b76325b492ae5da0081674ec3c0efa1031221fef2be39f194
68741 Copyright: 2002, 2006 Free Software Foundation, Inc
68742 License: LGPL-3+ 
68743 Licence_Text: 
68744 #Header: 
68745 #/* Bidi categories of Unicode characters.
68746 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
68747 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
68748 #
68749 #   This program is free software: you can redistribute it and/or modify it
68750 #   under the terms of the GNU Lesser General Public License as published
68751 #   by the Free Software Foundation; either version 3 of the License, or
68752 #   (at your option) any later version.
68753 #
68754 #   This program is distributed in the hope that it will be useful,
68755 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68756 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68757 #   Lesser General Public License for more details.
68758 #
68759 #   You should have received a copy of the GNU Lesser General Public License
68760
68761 File: ./lib/unictype/bitmap.h
68762 Hash: 754ae27a37bd5cd2c9b6f51690d4629d76f4b81c25c11bd2b1ea5ac5c9a337ea
68763 Copyright: 2000-2002, 2005-2007 Free Software Foundation, Inc
68764 License: LGPL-3+ 
68765 Licence_Text: 
68766 #Header: 
68767 #/* Three-level bitmap lookup.
68768 #   Copyright (C) 2000-2002, 2005-2007 Free Software Foundation, Inc.
68769 #   Written by Bruno Haible <bruno@clisp.org>, 2000-2002.
68770 #
68771 #   This program is free software: you can redistribute it and/or modify it
68772 #   under the terms of the GNU Lesser General Public License as published
68773 #   by the Free Software Foundation; either version 3 of the License, or
68774 #   (at your option) any later version.
68775 #
68776 #   This program is distributed in the hope that it will be useful,
68777 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68778 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68779 #   Lesser General Public License for more details.
68780 #
68781 #   You should have received a copy of the GNU Lesser General Public License
68782
68783 File: ./lib/unictype/block_test.c
68784 Hash: efe51b1d2914459a91e0d77a67720b4d06d29a49869d757b326d44e3fc2d7ba7
68785 Copyright: 2007 Free Software Foundation, Inc
68786 License: LGPL-3+ 
68787 Licence_Text: 
68788 #Header: 
68789 #/* Blocks of Unicode characters.
68790 #   Copyright (C) 2007 Free Software Foundation, Inc.
68791 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
68792 #
68793 #   This program is free software: you can redistribute it and/or modify it
68794 #   under the terms of the GNU Lesser General Public License as published
68795 #   by the Free Software Foundation; either version 3 of the License, or
68796 #   (at your option) any later version.
68797 #
68798 #   This program is distributed in the hope that it will be useful,
68799 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68800 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68801 #   Lesser General Public License for more details.
68802 #
68803 #   You should have received a copy of the GNU Lesser General Public License
68804
68805 File: ./lib/unictype/blocks.c
68806 Hash: efe51b1d2914459a91e0d77a67720b4d06d29a49869d757b326d44e3fc2d7ba7
68807 Copyright: 2007 Free Software Foundation, Inc
68808 License: LGPL-3+ 
68809 Licence_Text: 
68810 #Header: 
68811 #/* Blocks of Unicode characters.
68812 #   Copyright (C) 2007 Free Software Foundation, Inc.
68813 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
68814 #
68815 #   This program is free software: you can redistribute it and/or modify it
68816 #   under the terms of the GNU Lesser General Public License as published
68817 #   by the Free Software Foundation; either version 3 of the License, or
68818 #   (at your option) any later version.
68819 #
68820 #   This program is distributed in the hope that it will be useful,
68821 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68822 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68823 #   Lesser General Public License for more details.
68824 #
68825 #   You should have received a copy of the GNU Lesser General Public License
68826
68827 File: ./lib/unictype/blocks.h
68828 Hash: b6a9e5481a1b0ef31c2bcdeecce12f84a6b3107f42cda43d7b5490e51c7e6b88
68829 Copyright: 
68830 License: 
68831 Licence_Text: 
68832 #Header: 
68833 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
68834 #/* Unicode blocks.  */
68835 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
68836 #static const uc_block_t blocks[] =
68837 #{
68838 #  { 0x0000, 0x007F, "Basic Latin" },
68839 #  { 0x0080, 0x00FF, "Latin-1 Supplement" },
68840 #  { 0x0100, 0x017F, "Latin Extended-A" },
68841 #  { 0x0180, 0x024F, "Latin Extended-B" },
68842 #  { 0x0250, 0x02AF, "IPA Extensions" },
68843 #  { 0x02B0, 0x02FF, "Spacing Modifier Letters" },
68844 #  { 0x0300, 0x036F, "Combining Diacritical Marks" },
68845 #  { 0x0370, 0x03FF, "Greek and Coptic" },
68846 #  { 0x0400, 0x04FF, "Cyrillic" },
68847 #  { 0x0500, 0x052F, "Cyrillic Supplement" },
68848
68849 File: ./lib/unictype/categ_C.c
68850 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
68851 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68852 License: LGPL-3+ 
68853 Licence_Text: 
68854 #Header: 
68855 #/* Categories of Unicode characters.
68856 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68857 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
68858 #
68859 #   This program is free software: you can redistribute it and/or modify it
68860 #   under the terms of the GNU Lesser General Public License as published
68861 #   by the Free Software Foundation; either version 3 of the License, or
68862 #   (at your option) any later version.
68863 #
68864 #   This program is distributed in the hope that it will be useful,
68865 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68866 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68867 #   Lesser General Public License for more details.
68868 #
68869 #   You should have received a copy of the GNU Lesser General Public License
68870
68871 File: ./lib/unictype/categ_C.h
68872 Hash: 8e35c171e0730e196c1752e71128804f55f2ae84579e656cc0a6aa47a1eb35ba
68873 Copyright: 
68874 License: 
68875 Licence_Text: 
68876 #Header: 
68877 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
68878 #/* Categories of Unicode characters.  */
68879 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
68880 ##define header_0 16
68881 ##define header_2 9
68882 ##define header_3 127
68883 ##define header_4 15
68884 #static const
68885 #struct
68886 #  {
68887 #    int header[1];
68888 #    int level1[17];
68889 #    short level2[5 << 7];
68890 #    /*unsigned*/ int level3[52 << 4];
68891 #  }
68892
68893 File: ./lib/unictype/categ_Cc.c
68894 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
68895 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68896 License: LGPL-3+ 
68897 Licence_Text: 
68898 #Header: 
68899 #/* Categories of Unicode characters.
68900 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68901 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
68902 #
68903 #   This program is free software: you can redistribute it and/or modify it
68904 #   under the terms of the GNU Lesser General Public License as published
68905 #   by the Free Software Foundation; either version 3 of the License, or
68906 #   (at your option) any later version.
68907 #
68908 #   This program is distributed in the hope that it will be useful,
68909 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68910 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68911 #   Lesser General Public License for more details.
68912 #
68913 #   You should have received a copy of the GNU Lesser General Public License
68914
68915 File: ./lib/unictype/categ_Cc.h
68916 Hash: 353a8154adcb7b130efc7712763f66ac8d44ca27deec8665b39a1f3603f25191
68917 Copyright: 
68918 License: 
68919 Licence_Text: 
68920 #Header: 
68921 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
68922 #/* Categories of Unicode characters.  */
68923 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
68924 ##define header_0 16
68925 ##define header_2 9
68926 ##define header_3 127
68927 ##define header_4 15
68928 #static const
68929 #struct
68930 #  {
68931 #    int header[1];
68932 #    int level1[1];
68933 #    short level2[1 << 7];
68934 #    /*unsigned*/ int level3[1 << 4];
68935 #  }
68936
68937 File: ./lib/unictype/categ_Cf.c
68938 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
68939 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68940 License: LGPL-3+ 
68941 Licence_Text: 
68942 #Header: 
68943 #/* Categories of Unicode characters.
68944 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68945 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
68946 #
68947 #   This program is free software: you can redistribute it and/or modify it
68948 #   under the terms of the GNU Lesser General Public License as published
68949 #   by the Free Software Foundation; either version 3 of the License, or
68950 #   (at your option) any later version.
68951 #
68952 #   This program is distributed in the hope that it will be useful,
68953 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68954 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68955 #   Lesser General Public License for more details.
68956 #
68957 #   You should have received a copy of the GNU Lesser General Public License
68958
68959 File: ./lib/unictype/categ_Cf.h
68960 Hash: 47db4afe1e094f7e2c2ef9d8189af3a3412ffc4705e0de359c9f1b921fd15e66
68961 Copyright: 
68962 License: 
68963 Licence_Text: 
68964 #Header: 
68965 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
68966 #/* Categories of Unicode characters.  */
68967 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
68968 ##define header_0 16
68969 ##define header_2 9
68970 ##define header_3 127
68971 ##define header_4 15
68972 #static const
68973 #struct
68974 #  {
68975 #    int header[1];
68976 #    int level1[15];
68977 #    short level2[3 << 7];
68978 #    /*unsigned*/ int level3[7 << 4];
68979 #  }
68980
68981 File: ./lib/unictype/categ_Cn.c
68982 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
68983 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
68984 License: LGPL-3+ 
68985 Licence_Text: 
68986 #Header: 
68987 #/* Categories of Unicode characters.
68988 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
68989 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
68990 #
68991 #   This program is free software: you can redistribute it and/or modify it
68992 #   under the terms of the GNU Lesser General Public License as published
68993 #   by the Free Software Foundation; either version 3 of the License, or
68994 #   (at your option) any later version.
68995 #
68996 #   This program is distributed in the hope that it will be useful,
68997 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
68998 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
68999 #   Lesser General Public License for more details.
69000 #
69001 #   You should have received a copy of the GNU Lesser General Public License
69002
69003 File: ./lib/unictype/categ_Cn.h
69004 Hash: b39549af020761e1993a548f9b823c05ff2a6e49e6a537ce7fa343aeaa53b145
69005 Copyright: 
69006 License: 
69007 Licence_Text: 
69008 #Header: 
69009 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69010 #/* Categories of Unicode characters.  */
69011 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69012 ##define header_0 16
69013 ##define header_2 9
69014 ##define header_3 127
69015 ##define header_4 15
69016 #static const
69017 #struct
69018 #  {
69019 #    int header[1];
69020 #    int level1[17];
69021 #    short level2[6 << 7];
69022 #    /*unsigned*/ int level3[51 << 4];
69023 #  }
69024
69025 File: ./lib/unictype/categ_Co.c
69026 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69027 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69028 License: LGPL-3+ 
69029 Licence_Text: 
69030 #Header: 
69031 #/* Categories of Unicode characters.
69032 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69033 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69034 #
69035 #   This program is free software: you can redistribute it and/or modify it
69036 #   under the terms of the GNU Lesser General Public License as published
69037 #   by the Free Software Foundation; either version 3 of the License, or
69038 #   (at your option) any later version.
69039 #
69040 #   This program is distributed in the hope that it will be useful,
69041 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69042 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69043 #   Lesser General Public License for more details.
69044 #
69045 #   You should have received a copy of the GNU Lesser General Public License
69046
69047 File: ./lib/unictype/categ_Co.h
69048 Hash: 99e430ef6329b9f7d5ebc51a76e1e2ca53c0507494d6c10546b784e6049bc663
69049 Copyright: 
69050 License: 
69051 Licence_Text: 
69052 #Header: 
69053 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69054 #/* Categories of Unicode characters.  */
69055 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69056 ##define header_0 16
69057 ##define header_2 9
69058 ##define header_3 127
69059 ##define header_4 15
69060 #static const
69061 #struct
69062 #  {
69063 #    int header[1];
69064 #    int level1[17];
69065 #    short level2[2 << 7];
69066 #    /*unsigned*/ int level3[3 << 4];
69067 #  }
69068
69069 File: ./lib/unictype/categ_Cs.c
69070 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69071 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69072 License: LGPL-3+ 
69073 Licence_Text: 
69074 #Header: 
69075 #/* Categories of Unicode characters.
69076 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69077 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69078 #
69079 #   This program is free software: you can redistribute it and/or modify it
69080 #   under the terms of the GNU Lesser General Public License as published
69081 #   by the Free Software Foundation; either version 3 of the License, or
69082 #   (at your option) any later version.
69083 #
69084 #   This program is distributed in the hope that it will be useful,
69085 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69086 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69087 #   Lesser General Public License for more details.
69088 #
69089 #   You should have received a copy of the GNU Lesser General Public License
69090
69091 File: ./lib/unictype/categ_Cs.h
69092 Hash: 353a8154adcb7b130efc7712763f66ac8d44ca27deec8665b39a1f3603f25191
69093 Copyright: 
69094 License: 
69095 Licence_Text: 
69096 #Header: 
69097 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69098 #/* Categories of Unicode characters.  */
69099 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69100 ##define header_0 16
69101 ##define header_2 9
69102 ##define header_3 127
69103 ##define header_4 15
69104 #static const
69105 #struct
69106 #  {
69107 #    int header[1];
69108 #    int level1[1];
69109 #    short level2[1 << 7];
69110 #    /*unsigned*/ int level3[1 << 4];
69111 #  }
69112
69113 File: ./lib/unictype/categ_L.c
69114 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69115 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69116 License: LGPL-3+ 
69117 Licence_Text: 
69118 #Header: 
69119 #/* Categories of Unicode characters.
69120 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69121 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69122 #
69123 #   This program is free software: you can redistribute it and/or modify it
69124 #   under the terms of the GNU Lesser General Public License as published
69125 #   by the Free Software Foundation; either version 3 of the License, or
69126 #   (at your option) any later version.
69127 #
69128 #   This program is distributed in the hope that it will be useful,
69129 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69130 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69131 #   Lesser General Public License for more details.
69132 #
69133 #   You should have received a copy of the GNU Lesser General Public License
69134
69135 File: ./lib/unictype/categ_L.h
69136 Hash: 8fc9e0984df0753aa0b9fad85007840415de5c70af85be4dfbe95bf520fb1385
69137 Copyright: 
69138 License: 
69139 Licence_Text: 
69140 #Header: 
69141 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69142 #/* Categories of Unicode characters.  */
69143 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69144 ##define header_0 16
69145 ##define header_2 9
69146 ##define header_3 127
69147 ##define header_4 15
69148 #static const
69149 #struct
69150 #  {
69151 #    int header[1];
69152 #    int level1[3];
69153 #    short level2[3 << 7];
69154 #    /*unsigned*/ int level3[42 << 4];
69155 #  }
69156
69157 File: ./lib/unictype/categ_Ll.c
69158 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69159 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69160 License: LGPL-3+ 
69161 Licence_Text: 
69162 #Header: 
69163 #/* Categories of Unicode characters.
69164 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69165 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69166 #
69167 #   This program is free software: you can redistribute it and/or modify it
69168 #   under the terms of the GNU Lesser General Public License as published
69169 #   by the Free Software Foundation; either version 3 of the License, or
69170 #   (at your option) any later version.
69171 #
69172 #   This program is distributed in the hope that it will be useful,
69173 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69174 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69175 #   Lesser General Public License for more details.
69176 #
69177 #   You should have received a copy of the GNU Lesser General Public License
69178
69179 File: ./lib/unictype/categ_Ll.h
69180 Hash: 785b1fa8fec42960be4917a6e8f82b3c4c7525cadc22dd518aac0cb7bfcd958f
69181 Copyright: 
69182 License: 
69183 Licence_Text: 
69184 #Header: 
69185 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69186 #/* Categories of Unicode characters.  */
69187 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69188 ##define header_0 16
69189 ##define header_2 9
69190 ##define header_3 127
69191 ##define header_4 15
69192 #static const
69193 #struct
69194 #  {
69195 #    int header[1];
69196 #    int level1[2];
69197 #    short level2[2 << 7];
69198 #    /*unsigned*/ int level3[13 << 4];
69199 #  }
69200
69201 File: ./lib/unictype/categ_Lm.c
69202 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69203 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69204 License: LGPL-3+ 
69205 Licence_Text: 
69206 #Header: 
69207 #/* Categories of Unicode characters.
69208 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69209 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69210 #
69211 #   This program is free software: you can redistribute it and/or modify it
69212 #   under the terms of the GNU Lesser General Public License as published
69213 #   by the Free Software Foundation; either version 3 of the License, or
69214 #   (at your option) any later version.
69215 #
69216 #   This program is distributed in the hope that it will be useful,
69217 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69218 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69219 #   Lesser General Public License for more details.
69220 #
69221 #   You should have received a copy of the GNU Lesser General Public License
69222
69223 File: ./lib/unictype/categ_Lm.h
69224 Hash: a37e7a248becadc97caf50c64c3a3e054194e5a71c4eb62054f56f24f2c97729
69225 Copyright: 
69226 License: 
69227 Licence_Text: 
69228 #Header: 
69229 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69230 #/* Categories of Unicode characters.  */
69231 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69232 ##define header_0 16
69233 ##define header_2 9
69234 ##define header_3 127
69235 ##define header_4 15
69236 #static const
69237 #struct
69238 #  {
69239 #    int header[1];
69240 #    int level1[1];
69241 #    short level2[1 << 7];
69242 #    /*unsigned*/ int level3[16 << 4];
69243 #  }
69244
69245 File: ./lib/unictype/categ_Lo.c
69246 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69247 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69248 License: LGPL-3+ 
69249 Licence_Text: 
69250 #Header: 
69251 #/* Categories of Unicode characters.
69252 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69253 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69254 #
69255 #   This program is free software: you can redistribute it and/or modify it
69256 #   under the terms of the GNU Lesser General Public License as published
69257 #   by the Free Software Foundation; either version 3 of the License, or
69258 #   (at your option) any later version.
69259 #
69260 #   This program is distributed in the hope that it will be useful,
69261 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69262 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69263 #   Lesser General Public License for more details.
69264 #
69265 #   You should have received a copy of the GNU Lesser General Public License
69266
69267 File: ./lib/unictype/categ_Lo.h
69268 Hash: 65c339f1a109086f8d25277fa55fd83bf5aa46d2fc13004aecbc8ca503750a54
69269 Copyright: 
69270 License: 
69271 Licence_Text: 
69272 #Header: 
69273 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69274 #/* Categories of Unicode characters.  */
69275 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69276 ##define header_0 16
69277 ##define header_2 9
69278 ##define header_3 127
69279 ##define header_4 15
69280 #static const
69281 #struct
69282 #  {
69283 #    int header[1];
69284 #    int level1[3];
69285 #    short level2[3 << 7];
69286 #    /*unsigned*/ int level3[39 << 4];
69287 #  }
69288
69289 File: ./lib/unictype/categ_Lt.c
69290 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69291 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69292 License: LGPL-3+ 
69293 Licence_Text: 
69294 #Header: 
69295 #/* Categories of Unicode characters.
69296 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69297 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69298 #
69299 #   This program is free software: you can redistribute it and/or modify it
69300 #   under the terms of the GNU Lesser General Public License as published
69301 #   by the Free Software Foundation; either version 3 of the License, or
69302 #   (at your option) any later version.
69303 #
69304 #   This program is distributed in the hope that it will be useful,
69305 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69306 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69307 #   Lesser General Public License for more details.
69308 #
69309 #   You should have received a copy of the GNU Lesser General Public License
69310
69311 File: ./lib/unictype/categ_Lt.h
69312 Hash: f78dca06ee53b82be63262113da2e6f5ddd027a997d069657b643daff281d7c6
69313 Copyright: 
69314 License: 
69315 Licence_Text: 
69316 #Header: 
69317 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69318 #/* Categories of Unicode characters.  */
69319 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69320 ##define header_0 16
69321 ##define header_2 9
69322 ##define header_3 127
69323 ##define header_4 15
69324 #static const
69325 #struct
69326 #  {
69327 #    int header[1];
69328 #    int level1[1];
69329 #    short level2[1 << 7];
69330 #    /*unsigned*/ int level3[2 << 4];
69331 #  }
69332
69333 File: ./lib/unictype/categ_Lu.c
69334 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69335 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69336 License: LGPL-3+ 
69337 Licence_Text: 
69338 #Header: 
69339 #/* Categories of Unicode characters.
69340 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69341 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69342 #
69343 #   This program is free software: you can redistribute it and/or modify it
69344 #   under the terms of the GNU Lesser General Public License as published
69345 #   by the Free Software Foundation; either version 3 of the License, or
69346 #   (at your option) any later version.
69347 #
69348 #   This program is distributed in the hope that it will be useful,
69349 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69350 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69351 #   Lesser General Public License for more details.
69352 #
69353 #   You should have received a copy of the GNU Lesser General Public License
69354
69355 File: ./lib/unictype/categ_Lu.h
69356 Hash: cfebbedf3ddf3e0b1868606ce2bfebc1cbe52b2c584d3ac2a0af2291378ae030
69357 Copyright: 
69358 License: 
69359 Licence_Text: 
69360 #Header: 
69361 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69362 #/* Categories of Unicode characters.  */
69363 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69364 ##define header_0 16
69365 ##define header_2 9
69366 ##define header_3 127
69367 ##define header_4 15
69368 #static const
69369 #struct
69370 #  {
69371 #    int header[1];
69372 #    int level1[2];
69373 #    short level2[2 << 7];
69374 #    /*unsigned*/ int level3[12 << 4];
69375 #  }
69376
69377 File: ./lib/unictype/categ_M.c
69378 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69379 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69380 License: LGPL-3+ 
69381 Licence_Text: 
69382 #Header: 
69383 #/* Categories of Unicode characters.
69384 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69385 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69386 #
69387 #   This program is free software: you can redistribute it and/or modify it
69388 #   under the terms of the GNU Lesser General Public License as published
69389 #   by the Free Software Foundation; either version 3 of the License, or
69390 #   (at your option) any later version.
69391 #
69392 #   This program is distributed in the hope that it will be useful,
69393 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69394 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69395 #   Lesser General Public License for more details.
69396 #
69397 #   You should have received a copy of the GNU Lesser General Public License
69398
69399 File: ./lib/unictype/categ_M.h
69400 Hash: 9c1efbbf5bcf0e991e93f8bb403599aebb7f1bc5d3187af8a18dc8c05e3930f6
69401 Copyright: 
69402 License: 
69403 Licence_Text: 
69404 #Header: 
69405 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69406 #/* Categories of Unicode characters.  */
69407 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69408 ##define header_0 16
69409 ##define header_2 9
69410 ##define header_3 127
69411 ##define header_4 15
69412 #static const
69413 #struct
69414 #  {
69415 #    int header[1];
69416 #    int level1[15];
69417 #    short level2[3 << 7];
69418 #    /*unsigned*/ int level3[26 << 4];
69419 #  }
69420
69421 File: ./lib/unictype/categ_Mc.c
69422 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69423 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69424 License: LGPL-3+ 
69425 Licence_Text: 
69426 #Header: 
69427 #/* Categories of Unicode characters.
69428 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69429 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69430 #
69431 #   This program is free software: you can redistribute it and/or modify it
69432 #   under the terms of the GNU Lesser General Public License as published
69433 #   by the Free Software Foundation; either version 3 of the License, or
69434 #   (at your option) any later version.
69435 #
69436 #   This program is distributed in the hope that it will be useful,
69437 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69438 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69439 #   Lesser General Public License for more details.
69440 #
69441 #   You should have received a copy of the GNU Lesser General Public License
69442
69443 File: ./lib/unictype/categ_Mc.h
69444 Hash: cfebbedf3ddf3e0b1868606ce2bfebc1cbe52b2c584d3ac2a0af2291378ae030
69445 Copyright: 
69446 License: 
69447 Licence_Text: 
69448 #Header: 
69449 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69450 #/* Categories of Unicode characters.  */
69451 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69452 ##define header_0 16
69453 ##define header_2 9
69454 ##define header_3 127
69455 ##define header_4 15
69456 #static const
69457 #struct
69458 #  {
69459 #    int header[1];
69460 #    int level1[2];
69461 #    short level2[2 << 7];
69462 #    /*unsigned*/ int level3[12 << 4];
69463 #  }
69464
69465 File: ./lib/unictype/categ_Me.c
69466 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69467 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69468 License: LGPL-3+ 
69469 Licence_Text: 
69470 #Header: 
69471 #/* Categories of Unicode characters.
69472 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69473 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69474 #
69475 #   This program is free software: you can redistribute it and/or modify it
69476 #   under the terms of the GNU Lesser General Public License as published
69477 #   by the Free Software Foundation; either version 3 of the License, or
69478 #   (at your option) any later version.
69479 #
69480 #   This program is distributed in the hope that it will be useful,
69481 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69482 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69483 #   Lesser General Public License for more details.
69484 #
69485 #   You should have received a copy of the GNU Lesser General Public License
69486
69487 File: ./lib/unictype/categ_Me.h
69488 Hash: 19978c351a45dad43fc65cd804226182244c2b634a8a7e6541489ac1f174e000
69489 Copyright: 
69490 License: 
69491 Licence_Text: 
69492 #Header: 
69493 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69494 #/* Categories of Unicode characters.  */
69495 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69496 ##define header_0 16
69497 ##define header_2 9
69498 ##define header_3 127
69499 ##define header_4 15
69500 #static const
69501 #struct
69502 #  {
69503 #    int header[1];
69504 #    int level1[1];
69505 #    short level2[1 << 7];
69506 #    /*unsigned*/ int level3[4 << 4];
69507 #  }
69508
69509 File: ./lib/unictype/categ_Mn.c
69510 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69511 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69512 License: LGPL-3+ 
69513 Licence_Text: 
69514 #Header: 
69515 #/* Categories of Unicode characters.
69516 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69517 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69518 #
69519 #   This program is free software: you can redistribute it and/or modify it
69520 #   under the terms of the GNU Lesser General Public License as published
69521 #   by the Free Software Foundation; either version 3 of the License, or
69522 #   (at your option) any later version.
69523 #
69524 #   This program is distributed in the hope that it will be useful,
69525 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69526 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69527 #   Lesser General Public License for more details.
69528 #
69529 #   You should have received a copy of the GNU Lesser General Public License
69530
69531 File: ./lib/unictype/categ_Mn.h
69532 Hash: 9c1efbbf5bcf0e991e93f8bb403599aebb7f1bc5d3187af8a18dc8c05e3930f6
69533 Copyright: 
69534 License: 
69535 Licence_Text: 
69536 #Header: 
69537 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69538 #/* Categories of Unicode characters.  */
69539 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69540 ##define header_0 16
69541 ##define header_2 9
69542 ##define header_3 127
69543 ##define header_4 15
69544 #static const
69545 #struct
69546 #  {
69547 #    int header[1];
69548 #    int level1[15];
69549 #    short level2[3 << 7];
69550 #    /*unsigned*/ int level3[26 << 4];
69551 #  }
69552
69553 File: ./lib/unictype/categ_N.c
69554 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69555 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69556 License: LGPL-3+ 
69557 Licence_Text: 
69558 #Header: 
69559 #/* Categories of Unicode characters.
69560 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69561 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69562 #
69563 #   This program is free software: you can redistribute it and/or modify it
69564 #   under the terms of the GNU Lesser General Public License as published
69565 #   by the Free Software Foundation; either version 3 of the License, or
69566 #   (at your option) any later version.
69567 #
69568 #   This program is distributed in the hope that it will be useful,
69569 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69570 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69571 #   Lesser General Public License for more details.
69572 #
69573 #   You should have received a copy of the GNU Lesser General Public License
69574
69575 File: ./lib/unictype/categ_N.h
69576 Hash: 5681a08936ef189025daead306e589d8d2a8c0294596812d48db900d0f2b80d1
69577 Copyright: 
69578 License: 
69579 Licence_Text: 
69580 #Header: 
69581 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69582 #/* Categories of Unicode characters.  */
69583 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69584 ##define header_0 16
69585 ##define header_2 9
69586 ##define header_3 127
69587 ##define header_4 15
69588 #static const
69589 #struct
69590 #  {
69591 #    int header[1];
69592 #    int level1[2];
69593 #    short level2[2 << 7];
69594 #    /*unsigned*/ int level3[30 << 4];
69595 #  }
69596
69597 File: ./lib/unictype/categ_Nd.c
69598 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69599 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69600 License: LGPL-3+ 
69601 Licence_Text: 
69602 #Header: 
69603 #/* Categories of Unicode characters.
69604 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69605 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69606 #
69607 #   This program is free software: you can redistribute it and/or modify it
69608 #   under the terms of the GNU Lesser General Public License as published
69609 #   by the Free Software Foundation; either version 3 of the License, or
69610 #   (at your option) any later version.
69611 #
69612 #   This program is distributed in the hope that it will be useful,
69613 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69614 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69615 #   Lesser General Public License for more details.
69616 #
69617 #   You should have received a copy of the GNU Lesser General Public License
69618
69619 File: ./lib/unictype/categ_Nd.h
69620 Hash: 645d0029c292be21c462e6bd7af2d005278ff9bc83122e0eeaacaadf94cd21d3
69621 Copyright: 
69622 License: 
69623 Licence_Text: 
69624 #Header: 
69625 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69626 #/* Categories of Unicode characters.  */
69627 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69628 ##define header_0 16
69629 ##define header_2 9
69630 ##define header_3 127
69631 ##define header_4 15
69632 #static const
69633 #struct
69634 #  {
69635 #    int header[1];
69636 #    int level1[2];
69637 #    short level2[2 << 7];
69638 #    /*unsigned*/ int level3[17 << 4];
69639 #  }
69640
69641 File: ./lib/unictype/categ_Nl.c
69642 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69643 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69644 License: LGPL-3+ 
69645 Licence_Text: 
69646 #Header: 
69647 #/* Categories of Unicode characters.
69648 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69649 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69650 #
69651 #   This program is free software: you can redistribute it and/or modify it
69652 #   under the terms of the GNU Lesser General Public License as published
69653 #   by the Free Software Foundation; either version 3 of the License, or
69654 #   (at your option) any later version.
69655 #
69656 #   This program is distributed in the hope that it will be useful,
69657 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69658 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69659 #   Lesser General Public License for more details.
69660 #
69661 #   You should have received a copy of the GNU Lesser General Public License
69662
69663 File: ./lib/unictype/categ_Nl.h
69664 Hash: e884eada39c812b459e7b7e481b4419599b18f1af710bd8482a696c5cada155a
69665 Copyright: 
69666 License: 
69667 Licence_Text: 
69668 #Header: 
69669 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69670 #/* Categories of Unicode characters.  */
69671 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69672 ##define header_0 16
69673 ##define header_2 9
69674 ##define header_3 127
69675 ##define header_4 15
69676 #static const
69677 #struct
69678 #  {
69679 #    int header[1];
69680 #    int level1[2];
69681 #    short level2[2 << 7];
69682 #    /*unsigned*/ int level3[6 << 4];
69683 #  }
69684
69685 File: ./lib/unictype/categ_No.c
69686 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69687 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69688 License: LGPL-3+ 
69689 Licence_Text: 
69690 #Header: 
69691 #/* Categories of Unicode characters.
69692 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69693 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69694 #
69695 #   This program is free software: you can redistribute it and/or modify it
69696 #   under the terms of the GNU Lesser General Public License as published
69697 #   by the Free Software Foundation; either version 3 of the License, or
69698 #   (at your option) any later version.
69699 #
69700 #   This program is distributed in the hope that it will be useful,
69701 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69702 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69703 #   Lesser General Public License for more details.
69704 #
69705 #   You should have received a copy of the GNU Lesser General Public License
69706
69707 File: ./lib/unictype/categ_No.h
69708 Hash: 0deece216789474ac445dbdb7296d6d5e8e7e5a8f95dfaf2e67a4c5711e18b57
69709 Copyright: 
69710 License: 
69711 Licence_Text: 
69712 #Header: 
69713 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69714 #/* Categories of Unicode characters.  */
69715 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69716 ##define header_0 16
69717 ##define header_2 9
69718 ##define header_3 127
69719 ##define header_4 15
69720 #static const
69721 #struct
69722 #  {
69723 #    int header[1];
69724 #    int level1[2];
69725 #    short level2[2 << 7];
69726 #    /*unsigned*/ int level3[18 << 4];
69727 #  }
69728
69729 File: ./lib/unictype/categ_P.c
69730 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69731 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69732 License: LGPL-3+ 
69733 Licence_Text: 
69734 #Header: 
69735 #/* Categories of Unicode characters.
69736 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69737 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69738 #
69739 #   This program is free software: you can redistribute it and/or modify it
69740 #   under the terms of the GNU Lesser General Public License as published
69741 #   by the Free Software Foundation; either version 3 of the License, or
69742 #   (at your option) any later version.
69743 #
69744 #   This program is distributed in the hope that it will be useful,
69745 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69746 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69747 #   Lesser General Public License for more details.
69748 #
69749 #   You should have received a copy of the GNU Lesser General Public License
69750
69751 File: ./lib/unictype/categ_P.h
69752 Hash: 5681a08936ef189025daead306e589d8d2a8c0294596812d48db900d0f2b80d1
69753 Copyright: 
69754 License: 
69755 Licence_Text: 
69756 #Header: 
69757 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69758 #/* Categories of Unicode characters.  */
69759 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69760 ##define header_0 16
69761 ##define header_2 9
69762 ##define header_3 127
69763 ##define header_4 15
69764 #static const
69765 #struct
69766 #  {
69767 #    int header[1];
69768 #    int level1[2];
69769 #    short level2[2 << 7];
69770 #    /*unsigned*/ int level3[30 << 4];
69771 #  }
69772
69773 File: ./lib/unictype/categ_Pc.c
69774 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69775 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69776 License: LGPL-3+ 
69777 Licence_Text: 
69778 #Header: 
69779 #/* Categories of Unicode characters.
69780 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69781 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69782 #
69783 #   This program is free software: you can redistribute it and/or modify it
69784 #   under the terms of the GNU Lesser General Public License as published
69785 #   by the Free Software Foundation; either version 3 of the License, or
69786 #   (at your option) any later version.
69787 #
69788 #   This program is distributed in the hope that it will be useful,
69789 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69790 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69791 #   Lesser General Public License for more details.
69792 #
69793 #   You should have received a copy of the GNU Lesser General Public License
69794
69795 File: ./lib/unictype/categ_Pc.h
69796 Hash: f345b53a2178e886f52e2b0ef5e47985e2c929c7ad19a78a353a08c6d0a0b5ff
69797 Copyright: 
69798 License: 
69799 Licence_Text: 
69800 #Header: 
69801 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69802 #/* Categories of Unicode characters.  */
69803 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69804 ##define header_0 16
69805 ##define header_2 9
69806 ##define header_3 127
69807 ##define header_4 15
69808 #static const
69809 #struct
69810 #  {
69811 #    int header[1];
69812 #    int level1[1];
69813 #    short level2[1 << 7];
69814 #    /*unsigned*/ int level3[3 << 4];
69815 #  }
69816
69817 File: ./lib/unictype/categ_Pd.c
69818 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69819 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69820 License: LGPL-3+ 
69821 Licence_Text: 
69822 #Header: 
69823 #/* Categories of Unicode characters.
69824 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69825 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69826 #
69827 #   This program is free software: you can redistribute it and/or modify it
69828 #   under the terms of the GNU Lesser General Public License as published
69829 #   by the Free Software Foundation; either version 3 of the License, or
69830 #   (at your option) any later version.
69831 #
69832 #   This program is distributed in the hope that it will be useful,
69833 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69834 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69835 #   Lesser General Public License for more details.
69836 #
69837 #   You should have received a copy of the GNU Lesser General Public License
69838
69839 File: ./lib/unictype/categ_Pd.h
69840 Hash: f547ebd71e710e45743883d9de8b47192f46dfc611373c5c89daf8bdaf5aca6e
69841 Copyright: 
69842 License: 
69843 Licence_Text: 
69844 #Header: 
69845 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69846 #/* Categories of Unicode characters.  */
69847 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69848 ##define header_0 16
69849 ##define header_2 9
69850 ##define header_3 127
69851 ##define header_4 15
69852 #static const
69853 #struct
69854 #  {
69855 #    int header[1];
69856 #    int level1[1];
69857 #    short level2[1 << 7];
69858 #    /*unsigned*/ int level3[7 << 4];
69859 #  }
69860
69861 File: ./lib/unictype/categ_Pe.c
69862 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69863 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69864 License: LGPL-3+ 
69865 Licence_Text: 
69866 #Header: 
69867 #/* Categories of Unicode characters.
69868 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69869 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69870 #
69871 #   This program is free software: you can redistribute it and/or modify it
69872 #   under the terms of the GNU Lesser General Public License as published
69873 #   by the Free Software Foundation; either version 3 of the License, or
69874 #   (at your option) any later version.
69875 #
69876 #   This program is distributed in the hope that it will be useful,
69877 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69878 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69879 #   Lesser General Public License for more details.
69880 #
69881 #   You should have received a copy of the GNU Lesser General Public License
69882
69883 File: ./lib/unictype/categ_Pe.h
69884 Hash: 6379df3a03e20ac05b3bf86a9fd1ebb1f7b849164bb1464cf3879a1ceaac8531
69885 Copyright: 
69886 License: 
69887 Licence_Text: 
69888 #Header: 
69889 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69890 #/* Categories of Unicode characters.  */
69891 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69892 ##define header_0 16
69893 ##define header_2 9
69894 ##define header_3 127
69895 ##define header_4 15
69896 #static const
69897 #struct
69898 #  {
69899 #    int header[1];
69900 #    int level1[1];
69901 #    short level2[1 << 7];
69902 #    /*unsigned*/ int level3[11 << 4];
69903 #  }
69904
69905 File: ./lib/unictype/categ_Pf.c
69906 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69907 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69908 License: LGPL-3+ 
69909 Licence_Text: 
69910 #Header: 
69911 #/* Categories of Unicode characters.
69912 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69913 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69914 #
69915 #   This program is free software: you can redistribute it and/or modify it
69916 #   under the terms of the GNU Lesser General Public License as published
69917 #   by the Free Software Foundation; either version 3 of the License, or
69918 #   (at your option) any later version.
69919 #
69920 #   This program is distributed in the hope that it will be useful,
69921 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69922 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69923 #   Lesser General Public License for more details.
69924 #
69925 #   You should have received a copy of the GNU Lesser General Public License
69926
69927 File: ./lib/unictype/categ_Pf.h
69928 Hash: f345b53a2178e886f52e2b0ef5e47985e2c929c7ad19a78a353a08c6d0a0b5ff
69929 Copyright: 
69930 License: 
69931 Licence_Text: 
69932 #Header: 
69933 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69934 #/* Categories of Unicode characters.  */
69935 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69936 ##define header_0 16
69937 ##define header_2 9
69938 ##define header_3 127
69939 ##define header_4 15
69940 #static const
69941 #struct
69942 #  {
69943 #    int header[1];
69944 #    int level1[1];
69945 #    short level2[1 << 7];
69946 #    /*unsigned*/ int level3[3 << 4];
69947 #  }
69948
69949 File: ./lib/unictype/categ_Pi.c
69950 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69951 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69952 License: LGPL-3+ 
69953 Licence_Text: 
69954 #Header: 
69955 #/* Categories of Unicode characters.
69956 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
69957 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
69958 #
69959 #   This program is free software: you can redistribute it and/or modify it
69960 #   under the terms of the GNU Lesser General Public License as published
69961 #   by the Free Software Foundation; either version 3 of the License, or
69962 #   (at your option) any later version.
69963 #
69964 #   This program is distributed in the hope that it will be useful,
69965 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
69966 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
69967 #   Lesser General Public License for more details.
69968 #
69969 #   You should have received a copy of the GNU Lesser General Public License
69970
69971 File: ./lib/unictype/categ_Pi.h
69972 Hash: f345b53a2178e886f52e2b0ef5e47985e2c929c7ad19a78a353a08c6d0a0b5ff
69973 Copyright: 
69974 License: 
69975 Licence_Text: 
69976 #Header: 
69977 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
69978 #/* Categories of Unicode characters.  */
69979 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
69980 ##define header_0 16
69981 ##define header_2 9
69982 ##define header_3 127
69983 ##define header_4 15
69984 #static const
69985 #struct
69986 #  {
69987 #    int header[1];
69988 #    int level1[1];
69989 #    short level2[1 << 7];
69990 #    /*unsigned*/ int level3[3 << 4];
69991 #  }
69992
69993 File: ./lib/unictype/categ_Po.c
69994 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
69995 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
69996 License: LGPL-3+ 
69997 Licence_Text: 
69998 #Header: 
69999 #/* Categories of Unicode characters.
70000 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70001 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70002 #
70003 #   This program is free software: you can redistribute it and/or modify it
70004 #   under the terms of the GNU Lesser General Public License as published
70005 #   by the Free Software Foundation; either version 3 of the License, or
70006 #   (at your option) any later version.
70007 #
70008 #   This program is distributed in the hope that it will be useful,
70009 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70010 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70011 #   Lesser General Public License for more details.
70012 #
70013 #   You should have received a copy of the GNU Lesser General Public License
70014
70015 File: ./lib/unictype/categ_Po.h
70016 Hash: 26e8efe9bcc1419927bbca15527c8d81a1b903390185ff5e0b585341b94ad994
70017 Copyright: 
70018 License: 
70019 Licence_Text: 
70020 #Header: 
70021 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70022 #/* Categories of Unicode characters.  */
70023 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70024 ##define header_0 16
70025 ##define header_2 9
70026 ##define header_3 127
70027 ##define header_4 15
70028 #static const
70029 #struct
70030 #  {
70031 #    int header[1];
70032 #    int level1[2];
70033 #    short level2[2 << 7];
70034 #    /*unsigned*/ int level3[26 << 4];
70035 #  }
70036
70037 File: ./lib/unictype/categ_Ps.c
70038 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70039 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70040 License: LGPL-3+ 
70041 Licence_Text: 
70042 #Header: 
70043 #/* Categories of Unicode characters.
70044 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70045 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70046 #
70047 #   This program is free software: you can redistribute it and/or modify it
70048 #   under the terms of the GNU Lesser General Public License as published
70049 #   by the Free Software Foundation; either version 3 of the License, or
70050 #   (at your option) any later version.
70051 #
70052 #   This program is distributed in the hope that it will be useful,
70053 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70054 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70055 #   Lesser General Public License for more details.
70056 #
70057 #   You should have received a copy of the GNU Lesser General Public License
70058
70059 File: ./lib/unictype/categ_Ps.h
70060 Hash: 6379df3a03e20ac05b3bf86a9fd1ebb1f7b849164bb1464cf3879a1ceaac8531
70061 Copyright: 
70062 License: 
70063 Licence_Text: 
70064 #Header: 
70065 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70066 #/* Categories of Unicode characters.  */
70067 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70068 ##define header_0 16
70069 ##define header_2 9
70070 ##define header_3 127
70071 ##define header_4 15
70072 #static const
70073 #struct
70074 #  {
70075 #    int header[1];
70076 #    int level1[1];
70077 #    short level2[1 << 7];
70078 #    /*unsigned*/ int level3[11 << 4];
70079 #  }
70080
70081 File: ./lib/unictype/categ_S.c
70082 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70083 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70084 License: LGPL-3+ 
70085 Licence_Text: 
70086 #Header: 
70087 #/* Categories of Unicode characters.
70088 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70089 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70090 #
70091 #   This program is free software: you can redistribute it and/or modify it
70092 #   under the terms of the GNU Lesser General Public License as published
70093 #   by the Free Software Foundation; either version 3 of the License, or
70094 #   (at your option) any later version.
70095 #
70096 #   This program is distributed in the hope that it will be useful,
70097 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70098 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70099 #   Lesser General Public License for more details.
70100 #
70101 #   You should have received a copy of the GNU Lesser General Public License
70102
70103 File: ./lib/unictype/categ_S.h
70104 Hash: 81291c4df9432e81c35739340c26ef260186afb2e55916cadd9c6a52dc28dae6
70105 Copyright: 
70106 License: 
70107 Licence_Text: 
70108 #Header: 
70109 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70110 #/* Categories of Unicode characters.  */
70111 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70112 ##define header_0 16
70113 ##define header_2 9
70114 ##define header_3 127
70115 ##define header_4 15
70116 #static const
70117 #struct
70118 #  {
70119 #    int header[1];
70120 #    int level1[2];
70121 #    short level2[2 << 7];
70122 #    /*unsigned*/ int level3[36 << 4];
70123 #  }
70124
70125 File: ./lib/unictype/categ_Sc.c
70126 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70127 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70128 License: LGPL-3+ 
70129 Licence_Text: 
70130 #Header: 
70131 #/* Categories of Unicode characters.
70132 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70133 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70134 #
70135 #   This program is free software: you can redistribute it and/or modify it
70136 #   under the terms of the GNU Lesser General Public License as published
70137 #   by the Free Software Foundation; either version 3 of the License, or
70138 #   (at your option) any later version.
70139 #
70140 #   This program is distributed in the hope that it will be useful,
70141 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70142 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70143 #   Lesser General Public License for more details.
70144 #
70145 #   You should have received a copy of the GNU Lesser General Public License
70146
70147 File: ./lib/unictype/categ_Sc.h
70148 Hash: a172e78fd27a83c4692b30614cc4ebd009a1b0684b24bb6be9aeb769febacdd8
70149 Copyright: 
70150 License: 
70151 Licence_Text: 
70152 #Header: 
70153 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70154 #/* Categories of Unicode characters.  */
70155 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70156 ##define header_0 16
70157 ##define header_2 9
70158 ##define header_3 127
70159 ##define header_4 15
70160 #static const
70161 #struct
70162 #  {
70163 #    int header[1];
70164 #    int level1[1];
70165 #    short level2[1 << 7];
70166 #    /*unsigned*/ int level3[9 << 4];
70167 #  }
70168
70169 File: ./lib/unictype/categ_Sk.c
70170 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70171 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70172 License: LGPL-3+ 
70173 Licence_Text: 
70174 #Header: 
70175 #/* Categories of Unicode characters.
70176 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70177 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70178 #
70179 #   This program is free software: you can redistribute it and/or modify it
70180 #   under the terms of the GNU Lesser General Public License as published
70181 #   by the Free Software Foundation; either version 3 of the License, or
70182 #   (at your option) any later version.
70183 #
70184 #   This program is distributed in the hope that it will be useful,
70185 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70186 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70187 #   Lesser General Public License for more details.
70188 #
70189 #   You should have received a copy of the GNU Lesser General Public License
70190
70191 File: ./lib/unictype/categ_Sk.h
70192 Hash: c15094a471ca185c4c200e38783cf9e759fa3e0e8fd07b81e3058a1a7ffd5f44
70193 Copyright: 
70194 License: 
70195 Licence_Text: 
70196 #Header: 
70197 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70198 #/* Categories of Unicode characters.  */
70199 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70200 ##define header_0 16
70201 ##define header_2 9
70202 ##define header_3 127
70203 ##define header_4 15
70204 #static const
70205 #struct
70206 #  {
70207 #    int header[1];
70208 #    int level1[1];
70209 #    short level2[1 << 7];
70210 #    /*unsigned*/ int level3[6 << 4];
70211 #  }
70212
70213 File: ./lib/unictype/categ_Sm.c
70214 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70215 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70216 License: LGPL-3+ 
70217 Licence_Text: 
70218 #Header: 
70219 #/* Categories of Unicode characters.
70220 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70221 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70222 #
70223 #   This program is free software: you can redistribute it and/or modify it
70224 #   under the terms of the GNU Lesser General Public License as published
70225 #   by the Free Software Foundation; either version 3 of the License, or
70226 #   (at your option) any later version.
70227 #
70228 #   This program is distributed in the hope that it will be useful,
70229 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70230 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70231 #   Lesser General Public License for more details.
70232 #
70233 #   You should have received a copy of the GNU Lesser General Public License
70234
70235 File: ./lib/unictype/categ_Sm.h
70236 Hash: cfebbedf3ddf3e0b1868606ce2bfebc1cbe52b2c584d3ac2a0af2291378ae030
70237 Copyright: 
70238 License: 
70239 Licence_Text: 
70240 #Header: 
70241 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70242 #/* Categories of Unicode characters.  */
70243 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70244 ##define header_0 16
70245 ##define header_2 9
70246 ##define header_3 127
70247 ##define header_4 15
70248 #static const
70249 #struct
70250 #  {
70251 #    int header[1];
70252 #    int level1[2];
70253 #    short level2[2 << 7];
70254 #    /*unsigned*/ int level3[12 << 4];
70255 #  }
70256
70257 File: ./lib/unictype/categ_So.c
70258 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70259 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70260 License: LGPL-3+ 
70261 Licence_Text: 
70262 #Header: 
70263 #/* Categories of Unicode characters.
70264 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70265 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70266 #
70267 #   This program is free software: you can redistribute it and/or modify it
70268 #   under the terms of the GNU Lesser General Public License as published
70269 #   by the Free Software Foundation; either version 3 of the License, or
70270 #   (at your option) any later version.
70271 #
70272 #   This program is distributed in the hope that it will be useful,
70273 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70274 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70275 #   Lesser General Public License for more details.
70276 #
70277 #   You should have received a copy of the GNU Lesser General Public License
70278
70279 File: ./lib/unictype/categ_So.h
70280 Hash: 5681a08936ef189025daead306e589d8d2a8c0294596812d48db900d0f2b80d1
70281 Copyright: 
70282 License: 
70283 Licence_Text: 
70284 #Header: 
70285 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70286 #/* Categories of Unicode characters.  */
70287 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70288 ##define header_0 16
70289 ##define header_2 9
70290 ##define header_3 127
70291 ##define header_4 15
70292 #static const
70293 #struct
70294 #  {
70295 #    int header[1];
70296 #    int level1[2];
70297 #    short level2[2 << 7];
70298 #    /*unsigned*/ int level3[30 << 4];
70299 #  }
70300
70301 File: ./lib/unictype/categ_Z.c
70302 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70303 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70304 License: LGPL-3+ 
70305 Licence_Text: 
70306 #Header: 
70307 #/* Categories of Unicode characters.
70308 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70309 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70310 #
70311 #   This program is free software: you can redistribute it and/or modify it
70312 #   under the terms of the GNU Lesser General Public License as published
70313 #   by the Free Software Foundation; either version 3 of the License, or
70314 #   (at your option) any later version.
70315 #
70316 #   This program is distributed in the hope that it will be useful,
70317 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70318 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70319 #   Lesser General Public License for more details.
70320 #
70321 #   You should have received a copy of the GNU Lesser General Public License
70322
70323 File: ./lib/unictype/categ_Z.h
70324 Hash: a3ce4401d9936f8e54f42d42eaa1d1b6d24cd8cf548aa959a99628f7ad6781c0
70325 Copyright: 
70326 License: 
70327 Licence_Text: 
70328 #Header: 
70329 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70330 #/* Categories of Unicode characters.  */
70331 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70332 ##define header_0 16
70333 ##define header_2 9
70334 ##define header_3 127
70335 ##define header_4 15
70336 #static const
70337 #struct
70338 #  {
70339 #    int header[1];
70340 #    int level1[1];
70341 #    short level2[1 << 7];
70342 #    /*unsigned*/ int level3[5 << 4];
70343 #  }
70344
70345 File: ./lib/unictype/categ_Zl.c
70346 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70347 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70348 License: LGPL-3+ 
70349 Licence_Text: 
70350 #Header: 
70351 #/* Categories of Unicode characters.
70352 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70353 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70354 #
70355 #   This program is free software: you can redistribute it and/or modify it
70356 #   under the terms of the GNU Lesser General Public License as published
70357 #   by the Free Software Foundation; either version 3 of the License, or
70358 #   (at your option) any later version.
70359 #
70360 #   This program is distributed in the hope that it will be useful,
70361 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70362 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70363 #   Lesser General Public License for more details.
70364 #
70365 #   You should have received a copy of the GNU Lesser General Public License
70366
70367 File: ./lib/unictype/categ_Zl.h
70368 Hash: 353a8154adcb7b130efc7712763f66ac8d44ca27deec8665b39a1f3603f25191
70369 Copyright: 
70370 License: 
70371 Licence_Text: 
70372 #Header: 
70373 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70374 #/* Categories of Unicode characters.  */
70375 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70376 ##define header_0 16
70377 ##define header_2 9
70378 ##define header_3 127
70379 ##define header_4 15
70380 #static const
70381 #struct
70382 #  {
70383 #    int header[1];
70384 #    int level1[1];
70385 #    short level2[1 << 7];
70386 #    /*unsigned*/ int level3[1 << 4];
70387 #  }
70388
70389 File: ./lib/unictype/categ_Zp.c
70390 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70391 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70392 License: LGPL-3+ 
70393 Licence_Text: 
70394 #Header: 
70395 #/* Categories of Unicode characters.
70396 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70397 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70398 #
70399 #   This program is free software: you can redistribute it and/or modify it
70400 #   under the terms of the GNU Lesser General Public License as published
70401 #   by the Free Software Foundation; either version 3 of the License, or
70402 #   (at your option) any later version.
70403 #
70404 #   This program is distributed in the hope that it will be useful,
70405 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70406 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70407 #   Lesser General Public License for more details.
70408 #
70409 #   You should have received a copy of the GNU Lesser General Public License
70410
70411 File: ./lib/unictype/categ_Zp.h
70412 Hash: 353a8154adcb7b130efc7712763f66ac8d44ca27deec8665b39a1f3603f25191
70413 Copyright: 
70414 License: 
70415 Licence_Text: 
70416 #Header: 
70417 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70418 #/* Categories of Unicode characters.  */
70419 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70420 ##define header_0 16
70421 ##define header_2 9
70422 ##define header_3 127
70423 ##define header_4 15
70424 #static const
70425 #struct
70426 #  {
70427 #    int header[1];
70428 #    int level1[1];
70429 #    short level2[1 << 7];
70430 #    /*unsigned*/ int level3[1 << 4];
70431 #  }
70432
70433 File: ./lib/unictype/categ_Zs.c
70434 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70435 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70436 License: LGPL-3+ 
70437 Licence_Text: 
70438 #Header: 
70439 #/* Categories of Unicode characters.
70440 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70441 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70442 #
70443 #   This program is free software: you can redistribute it and/or modify it
70444 #   under the terms of the GNU Lesser General Public License as published
70445 #   by the Free Software Foundation; either version 3 of the License, or
70446 #   (at your option) any later version.
70447 #
70448 #   This program is distributed in the hope that it will be useful,
70449 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70450 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70451 #   Lesser General Public License for more details.
70452 #
70453 #   You should have received a copy of the GNU Lesser General Public License
70454
70455 File: ./lib/unictype/categ_Zs.h
70456 Hash: a3ce4401d9936f8e54f42d42eaa1d1b6d24cd8cf548aa959a99628f7ad6781c0
70457 Copyright: 
70458 License: 
70459 Licence_Text: 
70460 #Header: 
70461 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70462 #/* Categories of Unicode characters.  */
70463 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70464 ##define header_0 16
70465 ##define header_2 9
70466 ##define header_3 127
70467 ##define header_4 15
70468 #static const
70469 #struct
70470 #  {
70471 #    int header[1];
70472 #    int level1[1];
70473 #    short level2[1 << 7];
70474 #    /*unsigned*/ int level3[5 << 4];
70475 #  }
70476
70477 File: ./lib/unictype/categ_and.c
70478 Hash: 33755f955bc34ea8067b10296690b2afc0a617a2e59cb4cae950fa2a1616f6a8
70479 Copyright: 2007 Free Software Foundation, Inc
70480 License: LGPL-3+ 
70481 Licence_Text: 
70482 #Header: 
70483 #/* Categories of Unicode characters.
70484 #   Copyright (C) 2007 Free Software Foundation, Inc.
70485 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
70486 #
70487 #   This program is free software: you can redistribute it and/or modify it
70488 #   under the terms of the GNU Lesser General Public License as published
70489 #   by the Free Software Foundation; either version 3 of the License, or
70490 #   (at your option) any later version.
70491 #
70492 #   This program is distributed in the hope that it will be useful,
70493 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70494 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70495 #   Lesser General Public License for more details.
70496 #
70497 #   You should have received a copy of the GNU Lesser General Public License
70498
70499 File: ./lib/unictype/categ_and_not.c
70500 Hash: 33755f955bc34ea8067b10296690b2afc0a617a2e59cb4cae950fa2a1616f6a8
70501 Copyright: 2007 Free Software Foundation, Inc
70502 License: LGPL-3+ 
70503 Licence_Text: 
70504 #Header: 
70505 #/* Categories of Unicode characters.
70506 #   Copyright (C) 2007 Free Software Foundation, Inc.
70507 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
70508 #
70509 #   This program is free software: you can redistribute it and/or modify it
70510 #   under the terms of the GNU Lesser General Public License as published
70511 #   by the Free Software Foundation; either version 3 of the License, or
70512 #   (at your option) any later version.
70513 #
70514 #   This program is distributed in the hope that it will be useful,
70515 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70516 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70517 #   Lesser General Public License for more details.
70518 #
70519 #   You should have received a copy of the GNU Lesser General Public License
70520
70521 File: ./lib/unictype/categ_byname.c
70522 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70523 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70524 License: LGPL-3+ 
70525 Licence_Text: 
70526 #Header: 
70527 #/* Categories of Unicode characters.
70528 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70529 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70530 #
70531 #   This program is free software: you can redistribute it and/or modify it
70532 #   under the terms of the GNU Lesser General Public License as published
70533 #   by the Free Software Foundation; either version 3 of the License, or
70534 #   (at your option) any later version.
70535 #
70536 #   This program is distributed in the hope that it will be useful,
70537 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70538 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70539 #   Lesser General Public License for more details.
70540 #
70541 #   You should have received a copy of the GNU Lesser General Public License
70542
70543 File: ./lib/unictype/categ_name.c
70544 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70545 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70546 License: LGPL-3+ 
70547 Licence_Text: 
70548 #Header: 
70549 #/* Categories of Unicode characters.
70550 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70551 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70552 #
70553 #   This program is free software: you can redistribute it and/or modify it
70554 #   under the terms of the GNU Lesser General Public License as published
70555 #   by the Free Software Foundation; either version 3 of the License, or
70556 #   (at your option) any later version.
70557 #
70558 #   This program is distributed in the hope that it will be useful,
70559 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70560 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70561 #   Lesser General Public License for more details.
70562 #
70563 #   You should have received a copy of the GNU Lesser General Public License
70564
70565 File: ./lib/unictype/categ_none.c
70566 Hash: 33755f955bc34ea8067b10296690b2afc0a617a2e59cb4cae950fa2a1616f6a8
70567 Copyright: 2007 Free Software Foundation, Inc
70568 License: LGPL-3+ 
70569 Licence_Text: 
70570 #Header: 
70571 #/* Categories of Unicode characters.
70572 #   Copyright (C) 2007 Free Software Foundation, Inc.
70573 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
70574 #
70575 #   This program is free software: you can redistribute it and/or modify it
70576 #   under the terms of the GNU Lesser General Public License as published
70577 #   by the Free Software Foundation; either version 3 of the License, or
70578 #   (at your option) any later version.
70579 #
70580 #   This program is distributed in the hope that it will be useful,
70581 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70582 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70583 #   Lesser General Public License for more details.
70584 #
70585 #   You should have received a copy of the GNU Lesser General Public License
70586
70587 File: ./lib/unictype/categ_of.c
70588 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70589 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70590 License: LGPL-3+ 
70591 Licence_Text: 
70592 #Header: 
70593 #/* Categories of Unicode characters.
70594 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70595 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70596 #
70597 #   This program is free software: you can redistribute it and/or modify it
70598 #   under the terms of the GNU Lesser General Public License as published
70599 #   by the Free Software Foundation; either version 3 of the License, or
70600 #   (at your option) any later version.
70601 #
70602 #   This program is distributed in the hope that it will be useful,
70603 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70604 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70605 #   Lesser General Public License for more details.
70606 #
70607 #   You should have received a copy of the GNU Lesser General Public License
70608
70609 File: ./lib/unictype/categ_of.h
70610 Hash: 2a28fb8f13c04a8d3e8f05dba59e8336dbb1c9fcd244a69729bda0d6cab7903c
70611 Copyright: 
70612 License: 
70613 Licence_Text: 
70614 #Header: 
70615 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70616 #/* Categories of Unicode characters.  */
70617 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70618 ##define category_header_0 16
70619 ##define category_header_1 17
70620 ##define category_header_2 7
70621 ##define category_header_3 511
70622 ##define category_header_4 127
70623 #static const
70624 #struct
70625 #  {
70626 #    int level1[17];
70627 #    short level2[5 << 9];
70628 #    unsigned short level3[148 * 40 + 1];
70629 #  }
70630
70631 File: ./lib/unictype/categ_or.c
70632 Hash: 33755f955bc34ea8067b10296690b2afc0a617a2e59cb4cae950fa2a1616f6a8
70633 Copyright: 2007 Free Software Foundation, Inc
70634 License: LGPL-3+ 
70635 Licence_Text: 
70636 #Header: 
70637 #/* Categories of Unicode characters.
70638 #   Copyright (C) 2007 Free Software Foundation, Inc.
70639 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
70640 #
70641 #   This program is free software: you can redistribute it and/or modify it
70642 #   under the terms of the GNU Lesser General Public License as published
70643 #   by the Free Software Foundation; either version 3 of the License, or
70644 #   (at your option) any later version.
70645 #
70646 #   This program is distributed in the hope that it will be useful,
70647 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70648 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70649 #   Lesser General Public License for more details.
70650 #
70651 #   You should have received a copy of the GNU Lesser General Public License
70652
70653 File: ./lib/unictype/categ_test.c
70654 Hash: af6395f644d54fe5257282bb8af3a3703fd47b1ddd3783c076afbfceab8d5b85
70655 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70656 License: LGPL-3+ 
70657 Licence_Text: 
70658 #Header: 
70659 #/* Categories of Unicode characters.
70660 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70661 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70662 #
70663 #   This program is free software: you can redistribute it and/or modify it
70664 #   under the terms of the GNU Lesser General Public License as published
70665 #   by the Free Software Foundation; either version 3 of the License, or
70666 #   (at your option) any later version.
70667 #
70668 #   This program is distributed in the hope that it will be useful,
70669 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70670 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70671 #   Lesser General Public License for more details.
70672 #
70673 #   You should have received a copy of the GNU Lesser General Public License
70674
70675 File: ./lib/unictype/combining.c
70676 Hash: 90adbd1167196894d026717b09dc16ead930ab4e0e79fc939f9b943b5444cb36
70677 Copyright: 2002, 2006 Free Software Foundation, Inc
70678 License: LGPL-3+ 
70679 Licence_Text: 
70680 #Header: 
70681 #/* Combining classes of Unicode characters.
70682 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
70683 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70684 #
70685 #   This program is free software: you can redistribute it and/or modify it
70686 #   under the terms of the GNU Lesser General Public License as published
70687 #   by the Free Software Foundation; either version 3 of the License, or
70688 #   (at your option) any later version.
70689 #
70690 #   This program is distributed in the hope that it will be useful,
70691 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70692 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70693 #   Lesser General Public License for more details.
70694 #
70695 #   You should have received a copy of the GNU Lesser General Public License
70696
70697 File: ./lib/unictype/combining.h
70698 Hash: 1344ff3ca3a44994d02dfae3bf4d2e1ef6b65e951856e19ba186eff2a5f3ddfe
70699 Copyright: 
70700 License: 
70701 Licence_Text: 
70702 #Header: 
70703 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70704 #/* Combining class of Unicode characters.  */
70705 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70706 ##define combclass_header_0 16
70707 ##define combclass_header_1 2
70708 ##define combclass_header_2 7
70709 ##define combclass_header_3 511
70710 ##define combclass_header_4 127
70711 #static const
70712 #struct
70713 #  {
70714 #    int level1[2];
70715 #    short level2[2 << 9];
70716 #    unsigned char level3[43 << 7];
70717 #  }
70718
70719 File: ./lib/unictype/ctype_alnum.c
70720 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
70721 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70722 License: LGPL-3+ 
70723 Licence_Text: 
70724 #Header: 
70725 #/* ISO C <ctype.h> like properties of Unicode characters.
70726 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70727 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70728 #
70729 #   This program is free software: you can redistribute it and/or modify it
70730 #   under the terms of the GNU Lesser General Public License as published
70731 #   by the Free Software Foundation; either version 3 of the License, or
70732 #   (at your option) any later version.
70733 #
70734 #   This program is distributed in the hope that it will be useful,
70735 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70736 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70737 #   Lesser General Public License for more details.
70738 #
70739 #   You should have received a copy of the GNU Lesser General Public License
70740
70741 File: ./lib/unictype/ctype_alnum.h
70742 Hash: 2c9938acf771d5771935a9433070523b56bec08dd3a362a7bb63fe73da62eb32
70743 Copyright: 
70744 License: 
70745 Licence_Text: 
70746 #Header: 
70747 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70748 #/* ISO C <ctype.h> like properties of Unicode characters.  */
70749 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70750 ##define header_0 16
70751 ##define header_2 9
70752 ##define header_3 127
70753 ##define header_4 15
70754 #static const
70755 #struct
70756 #  {
70757 #    int header[1];
70758 #    int level1[3];
70759 #    short level2[3 << 7];
70760 #    /*unsigned*/ int level3[44 << 4];
70761 #  }
70762
70763 File: ./lib/unictype/ctype_alpha.c
70764 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
70765 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70766 License: LGPL-3+ 
70767 Licence_Text: 
70768 #Header: 
70769 #/* ISO C <ctype.h> like properties of Unicode characters.
70770 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70771 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70772 #
70773 #   This program is free software: you can redistribute it and/or modify it
70774 #   under the terms of the GNU Lesser General Public License as published
70775 #   by the Free Software Foundation; either version 3 of the License, or
70776 #   (at your option) any later version.
70777 #
70778 #   This program is distributed in the hope that it will be useful,
70779 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70780 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70781 #   Lesser General Public License for more details.
70782 #
70783 #   You should have received a copy of the GNU Lesser General Public License
70784
70785 File: ./lib/unictype/ctype_alpha.h
70786 Hash: 2c9938acf771d5771935a9433070523b56bec08dd3a362a7bb63fe73da62eb32
70787 Copyright: 
70788 License: 
70789 Licence_Text: 
70790 #Header: 
70791 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70792 #/* ISO C <ctype.h> like properties of Unicode characters.  */
70793 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70794 ##define header_0 16
70795 ##define header_2 9
70796 ##define header_3 127
70797 ##define header_4 15
70798 #static const
70799 #struct
70800 #  {
70801 #    int header[1];
70802 #    int level1[3];
70803 #    short level2[3 << 7];
70804 #    /*unsigned*/ int level3[44 << 4];
70805 #  }
70806
70807 File: ./lib/unictype/ctype_blank.c
70808 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
70809 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70810 License: LGPL-3+ 
70811 Licence_Text: 
70812 #Header: 
70813 #/* ISO C <ctype.h> like properties of Unicode characters.
70814 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70815 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70816 #
70817 #   This program is free software: you can redistribute it and/or modify it
70818 #   under the terms of the GNU Lesser General Public License as published
70819 #   by the Free Software Foundation; either version 3 of the License, or
70820 #   (at your option) any later version.
70821 #
70822 #   This program is distributed in the hope that it will be useful,
70823 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70824 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70825 #   Lesser General Public License for more details.
70826 #
70827 #   You should have received a copy of the GNU Lesser General Public License
70828
70829 File: ./lib/unictype/ctype_blank.h
70830 Hash: 52e91c7e5e01fa23b33231df811e4b0bd2f2da83f4c796773fa6f59245897ec9
70831 Copyright: 
70832 License: 
70833 Licence_Text: 
70834 #Header: 
70835 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70836 #/* ISO C <ctype.h> like properties of Unicode characters.  */
70837 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70838 ##define header_0 16
70839 ##define header_2 9
70840 ##define header_3 127
70841 ##define header_4 15
70842 #static const
70843 #struct
70844 #  {
70845 #    int header[1];
70846 #    int level1[1];
70847 #    short level2[1 << 7];
70848 #    /*unsigned*/ int level3[5 << 4];
70849 #  }
70850
70851 File: ./lib/unictype/ctype_cntrl.c
70852 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
70853 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70854 License: LGPL-3+ 
70855 Licence_Text: 
70856 #Header: 
70857 #/* ISO C <ctype.h> like properties of Unicode characters.
70858 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70859 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70860 #
70861 #   This program is free software: you can redistribute it and/or modify it
70862 #   under the terms of the GNU Lesser General Public License as published
70863 #   by the Free Software Foundation; either version 3 of the License, or
70864 #   (at your option) any later version.
70865 #
70866 #   This program is distributed in the hope that it will be useful,
70867 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70868 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70869 #   Lesser General Public License for more details.
70870 #
70871 #   You should have received a copy of the GNU Lesser General Public License
70872
70873 File: ./lib/unictype/ctype_cntrl.h
70874 Hash: c07f81242830a91177e15d05045170319602acc2f3494d6e1d6abc1ddd693c0d
70875 Copyright: 
70876 License: 
70877 Licence_Text: 
70878 #Header: 
70879 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70880 #/* ISO C <ctype.h> like properties of Unicode characters.  */
70881 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70882 ##define header_0 16
70883 ##define header_2 9
70884 ##define header_3 127
70885 ##define header_4 15
70886 #static const
70887 #struct
70888 #  {
70889 #    int header[1];
70890 #    int level1[1];
70891 #    short level2[1 << 7];
70892 #    /*unsigned*/ int level3[2 << 4];
70893 #  }
70894
70895 File: ./lib/unictype/ctype_digit.c
70896 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
70897 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70898 License: LGPL-3+ 
70899 Licence_Text: 
70900 #Header: 
70901 #/* ISO C <ctype.h> like properties of Unicode characters.
70902 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70903 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70904 #
70905 #   This program is free software: you can redistribute it and/or modify it
70906 #   under the terms of the GNU Lesser General Public License as published
70907 #   by the Free Software Foundation; either version 3 of the License, or
70908 #   (at your option) any later version.
70909 #
70910 #   This program is distributed in the hope that it will be useful,
70911 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70912 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70913 #   Lesser General Public License for more details.
70914 #
70915 #   You should have received a copy of the GNU Lesser General Public License
70916
70917 File: ./lib/unictype/ctype_digit.h
70918 Hash: 7ade15fb6f69dc300838438c3207b6e87ac2b18c66eced437baae513e7384ef5
70919 Copyright: 
70920 License: 
70921 Licence_Text: 
70922 #Header: 
70923 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70924 #/* ISO C <ctype.h> like properties of Unicode characters.  */
70925 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70926 ##define header_0 16
70927 ##define header_2 9
70928 ##define header_3 127
70929 ##define header_4 15
70930 #static const
70931 #struct
70932 #  {
70933 #    int header[1];
70934 #    int level1[1];
70935 #    short level2[1 << 7];
70936 #    /*unsigned*/ int level3[1 << 4];
70937 #  }
70938
70939 File: ./lib/unictype/ctype_graph.c
70940 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
70941 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70942 License: LGPL-3+ 
70943 Licence_Text: 
70944 #Header: 
70945 #/* ISO C <ctype.h> like properties of Unicode characters.
70946 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70947 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70948 #
70949 #   This program is free software: you can redistribute it and/or modify it
70950 #   under the terms of the GNU Lesser General Public License as published
70951 #   by the Free Software Foundation; either version 3 of the License, or
70952 #   (at your option) any later version.
70953 #
70954 #   This program is distributed in the hope that it will be useful,
70955 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
70956 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
70957 #   Lesser General Public License for more details.
70958 #
70959 #   You should have received a copy of the GNU Lesser General Public License
70960
70961 File: ./lib/unictype/ctype_graph.h
70962 Hash: b23acbdc38215248665e1ba3e41efa28138f59d20447287cc95b51d8e2218f5a
70963 Copyright: 
70964 License: 
70965 Licence_Text: 
70966 #Header: 
70967 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
70968 #/* ISO C <ctype.h> like properties of Unicode characters.  */
70969 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
70970 ##define header_0 16
70971 ##define header_2 9
70972 ##define header_3 127
70973 ##define header_4 15
70974 #static const
70975 #struct
70976 #  {
70977 #    int header[1];
70978 #    int level1[17];
70979 #    short level2[5 << 7];
70980 #    /*unsigned*/ int level3[52 << 4];
70981 #  }
70982
70983 File: ./lib/unictype/ctype_lower.c
70984 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
70985 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
70986 License: LGPL-3+ 
70987 Licence_Text: 
70988 #Header: 
70989 #/* ISO C <ctype.h> like properties of Unicode characters.
70990 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
70991 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
70992 #
70993 #   This program is free software: you can redistribute it and/or modify it
70994 #   under the terms of the GNU Lesser General Public License as published
70995 #   by the Free Software Foundation; either version 3 of the License, or
70996 #   (at your option) any later version.
70997 #
70998 #   This program is distributed in the hope that it will be useful,
70999 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71000 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71001 #   Lesser General Public License for more details.
71002 #
71003 #   You should have received a copy of the GNU Lesser General Public License
71004
71005 File: ./lib/unictype/ctype_lower.h
71006 Hash: 1811e3be37bc409bd83c6fc5d518827197d7fe7095f1b928068c3ff72882046c
71007 Copyright: 
71008 License: 
71009 Licence_Text: 
71010 #Header: 
71011 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71012 #/* ISO C <ctype.h> like properties of Unicode characters.  */
71013 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71014 ##define header_0 16
71015 ##define header_2 9
71016 ##define header_3 127
71017 ##define header_4 15
71018 #static const
71019 #struct
71020 #  {
71021 #    int header[1];
71022 #    int level1[2];
71023 #    short level2[2 << 7];
71024 #    /*unsigned*/ int level3[11 << 4];
71025 #  }
71026
71027 File: ./lib/unictype/ctype_print.c
71028 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
71029 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71030 License: LGPL-3+ 
71031 Licence_Text: 
71032 #Header: 
71033 #/* ISO C <ctype.h> like properties of Unicode characters.
71034 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71035 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71036 #
71037 #   This program is free software: you can redistribute it and/or modify it
71038 #   under the terms of the GNU Lesser General Public License as published
71039 #   by the Free Software Foundation; either version 3 of the License, or
71040 #   (at your option) any later version.
71041 #
71042 #   This program is distributed in the hope that it will be useful,
71043 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71044 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71045 #   Lesser General Public License for more details.
71046 #
71047 #   You should have received a copy of the GNU Lesser General Public License
71048
71049 File: ./lib/unictype/ctype_print.h
71050 Hash: b23acbdc38215248665e1ba3e41efa28138f59d20447287cc95b51d8e2218f5a
71051 Copyright: 
71052 License: 
71053 Licence_Text: 
71054 #Header: 
71055 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71056 #/* ISO C <ctype.h> like properties of Unicode characters.  */
71057 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71058 ##define header_0 16
71059 ##define header_2 9
71060 ##define header_3 127
71061 ##define header_4 15
71062 #static const
71063 #struct
71064 #  {
71065 #    int header[1];
71066 #    int level1[17];
71067 #    short level2[5 << 7];
71068 #    /*unsigned*/ int level3[52 << 4];
71069 #  }
71070
71071 File: ./lib/unictype/ctype_punct.c
71072 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
71073 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71074 License: LGPL-3+ 
71075 Licence_Text: 
71076 #Header: 
71077 #/* ISO C <ctype.h> like properties of Unicode characters.
71078 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71079 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71080 #
71081 #   This program is free software: you can redistribute it and/or modify it
71082 #   under the terms of the GNU Lesser General Public License as published
71083 #   by the Free Software Foundation; either version 3 of the License, or
71084 #   (at your option) any later version.
71085 #
71086 #   This program is distributed in the hope that it will be useful,
71087 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71088 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71089 #   Lesser General Public License for more details.
71090 #
71091 #   You should have received a copy of the GNU Lesser General Public License
71092
71093 File: ./lib/unictype/ctype_punct.h
71094 Hash: cb1c5c1ff9e38b590896695c0436f5a583961a5aecf9ca57e76b27ba0a4e33c8
71095 Copyright: 
71096 License: 
71097 Licence_Text: 
71098 #Header: 
71099 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71100 #/* ISO C <ctype.h> like properties of Unicode characters.  */
71101 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71102 ##define header_0 16
71103 ##define header_2 9
71104 ##define header_3 127
71105 ##define header_4 15
71106 #static const
71107 #struct
71108 #  {
71109 #    int header[1];
71110 #    int level1[17];
71111 #    short level2[4 << 7];
71112 #    /*unsigned*/ int level3[45 << 4];
71113 #  }
71114
71115 File: ./lib/unictype/ctype_space.c
71116 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
71117 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71118 License: LGPL-3+ 
71119 Licence_Text: 
71120 #Header: 
71121 #/* ISO C <ctype.h> like properties of Unicode characters.
71122 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71123 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71124 #
71125 #   This program is free software: you can redistribute it and/or modify it
71126 #   under the terms of the GNU Lesser General Public License as published
71127 #   by the Free Software Foundation; either version 3 of the License, or
71128 #   (at your option) any later version.
71129 #
71130 #   This program is distributed in the hope that it will be useful,
71131 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71132 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71133 #   Lesser General Public License for more details.
71134 #
71135 #   You should have received a copy of the GNU Lesser General Public License
71136
71137 File: ./lib/unictype/ctype_space.h
71138 Hash: 52e91c7e5e01fa23b33231df811e4b0bd2f2da83f4c796773fa6f59245897ec9
71139 Copyright: 
71140 License: 
71141 Licence_Text: 
71142 #Header: 
71143 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71144 #/* ISO C <ctype.h> like properties of Unicode characters.  */
71145 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71146 ##define header_0 16
71147 ##define header_2 9
71148 ##define header_3 127
71149 ##define header_4 15
71150 #static const
71151 #struct
71152 #  {
71153 #    int header[1];
71154 #    int level1[1];
71155 #    short level2[1 << 7];
71156 #    /*unsigned*/ int level3[5 << 4];
71157 #  }
71158
71159 File: ./lib/unictype/ctype_upper.c
71160 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
71161 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71162 License: LGPL-3+ 
71163 Licence_Text: 
71164 #Header: 
71165 #/* ISO C <ctype.h> like properties of Unicode characters.
71166 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71167 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71168 #
71169 #   This program is free software: you can redistribute it and/or modify it
71170 #   under the terms of the GNU Lesser General Public License as published
71171 #   by the Free Software Foundation; either version 3 of the License, or
71172 #   (at your option) any later version.
71173 #
71174 #   This program is distributed in the hope that it will be useful,
71175 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71176 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71177 #   Lesser General Public License for more details.
71178 #
71179 #   You should have received a copy of the GNU Lesser General Public License
71180
71181 File: ./lib/unictype/ctype_upper.h
71182 Hash: 1811e3be37bc409bd83c6fc5d518827197d7fe7095f1b928068c3ff72882046c
71183 Copyright: 
71184 License: 
71185 Licence_Text: 
71186 #Header: 
71187 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71188 #/* ISO C <ctype.h> like properties of Unicode characters.  */
71189 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71190 ##define header_0 16
71191 ##define header_2 9
71192 ##define header_3 127
71193 ##define header_4 15
71194 #static const
71195 #struct
71196 #  {
71197 #    int header[1];
71198 #    int level1[2];
71199 #    short level2[2 << 7];
71200 #    /*unsigned*/ int level3[11 << 4];
71201 #  }
71202
71203 File: ./lib/unictype/ctype_xdigit.c
71204 Hash: 36c6d7b171b6df37d7e5946c31e8f53c686f7f4fc4535abba40d2a9076d4ef01
71205 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71206 License: LGPL-3+ 
71207 Licence_Text: 
71208 #Header: 
71209 #/* ISO C <ctype.h> like properties of Unicode characters.
71210 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71211 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71212 #
71213 #   This program is free software: you can redistribute it and/or modify it
71214 #   under the terms of the GNU Lesser General Public License as published
71215 #   by the Free Software Foundation; either version 3 of the License, or
71216 #   (at your option) any later version.
71217 #
71218 #   This program is distributed in the hope that it will be useful,
71219 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71220 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71221 #   Lesser General Public License for more details.
71222 #
71223 #   You should have received a copy of the GNU Lesser General Public License
71224
71225 File: ./lib/unictype/ctype_xdigit.h
71226 Hash: 7ade15fb6f69dc300838438c3207b6e87ac2b18c66eced437baae513e7384ef5
71227 Copyright: 
71228 License: 
71229 Licence_Text: 
71230 #Header: 
71231 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71232 #/* ISO C <ctype.h> like properties of Unicode characters.  */
71233 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71234 ##define header_0 16
71235 ##define header_2 9
71236 ##define header_3 127
71237 ##define header_4 15
71238 #static const
71239 #struct
71240 #  {
71241 #    int header[1];
71242 #    int level1[1];
71243 #    short level2[1 << 7];
71244 #    /*unsigned*/ int level3[1 << 4];
71245 #  }
71246
71247 File: ./lib/unictype/decdigit.c
71248 Hash: dd98fdcdaa9cd24e7260ed5252c6393ca1fc1c32b1afef1b4a9b98e57eadc26d
71249 Copyright: 2002, 2006 Free Software Foundation, Inc
71250 License: LGPL-3+ 
71251 Licence_Text: 
71252 #Header: 
71253 #/* Values of decimal digit Unicode characters.
71254 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
71255 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71256 #
71257 #   This program is free software: you can redistribute it and/or modify it
71258 #   under the terms of the GNU Lesser General Public License as published
71259 #   by the Free Software Foundation; either version 3 of the License, or
71260 #   (at your option) any later version.
71261 #
71262 #   This program is distributed in the hope that it will be useful,
71263 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71264 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71265 #   Lesser General Public License for more details.
71266 #
71267 #   You should have received a copy of the GNU Lesser General Public License
71268
71269 File: ./lib/unictype/decdigit.h
71270 Hash: 729a7ffd2cedc46ac857f670fadbd787a8bd1dae5b9433ebebda7916d18af8ce
71271 Copyright: 
71272 License: 
71273 Licence_Text: 
71274 #Header: 
71275 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71276 #/* Decimal digit values of Unicode characters.  */
71277 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71278 ##define decdigit_header_0 16
71279 ##define decdigit_header_1 2
71280 ##define decdigit_header_2 7
71281 ##define decdigit_header_3 511
71282 ##define decdigit_header_4 127
71283 #static const
71284 #struct
71285 #  {
71286 #    int level1[2];
71287 #    short level2[2 << 9];
71288 #    unsigned char level3[12 << 6];
71289 #  }
71290
71291 File: ./lib/unictype/digit.c
71292 Hash: 96f1f23423e02f86953ba94177173864040511deeb2b553746c503eedc69f695
71293 Copyright: 2002, 2006 Free Software Foundation, Inc
71294 License: LGPL-3+ 
71295 Licence_Text: 
71296 #Header: 
71297 #/* Values of digit Unicode characters.
71298 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
71299 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71300 #
71301 #   This program is free software: you can redistribute it and/or modify it
71302 #   under the terms of the GNU Lesser General Public License as published
71303 #   by the Free Software Foundation; either version 3 of the License, or
71304 #   (at your option) any later version.
71305 #
71306 #   This program is distributed in the hope that it will be useful,
71307 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71308 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71309 #   Lesser General Public License for more details.
71310 #
71311 #   You should have received a copy of the GNU Lesser General Public License
71312
71313 File: ./lib/unictype/digit.h
71314 Hash: e354516c3c1294749f97668b7aecc4aba4cd72013024992226add61ca235a879
71315 Copyright: 
71316 License: 
71317 Licence_Text: 
71318 #Header: 
71319 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71320 #/* Digit values of Unicode characters.  */
71321 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71322 ##define digit_header_0 16
71323 ##define digit_header_1 2
71324 ##define digit_header_2 7
71325 ##define digit_header_3 511
71326 ##define digit_header_4 127
71327 #static const
71328 #struct
71329 #  {
71330 #    int level1[2];
71331 #    short level2[2 << 9];
71332 #    unsigned char level3[20 << 6];
71333 #  }
71334
71335 File: ./lib/unictype/identsyntaxmap.h
71336 Hash: 754ae27a37bd5cd2c9b6f51690d4629d76f4b81c25c11bd2b1ea5ac5c9a337ea
71337 Copyright: 2000-2002, 2005-2007 Free Software Foundation, Inc
71338 License: LGPL-3+ 
71339 Licence_Text: 
71340 #Header: 
71341 #/* Three-level bitmap lookup.
71342 #   Copyright (C) 2000-2002, 2005-2007 Free Software Foundation, Inc.
71343 #   Written by Bruno Haible <bruno@clisp.org>, 2000-2002.
71344 #
71345 #   This program is free software: you can redistribute it and/or modify it
71346 #   under the terms of the GNU Lesser General Public License as published
71347 #   by the Free Software Foundation; either version 3 of the License, or
71348 #   (at your option) any later version.
71349 #
71350 #   This program is distributed in the hope that it will be useful,
71351 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71352 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71353 #   Lesser General Public License for more details.
71354 #
71355 #   You should have received a copy of the GNU Lesser General Public License
71356
71357 File: ./lib/unictype/mirror.c
71358 Hash: c8eb63b007266041de16a9e45bf7b8766d2016e3dd82e9b801920e7e8ee0b265
71359 Copyright: 2002, 2006 Free Software Foundation, Inc
71360 License: LGPL-3+ 
71361 Licence_Text: 
71362 #Header: 
71363 #/* Mirrored Unicode characters.
71364 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
71365 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71366 #
71367 #   This program is free software: you can redistribute it and/or modify it
71368 #   under the terms of the GNU Lesser General Public License as published
71369 #   by the Free Software Foundation; either version 3 of the License, or
71370 #   (at your option) any later version.
71371 #
71372 #   This program is distributed in the hope that it will be useful,
71373 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71374 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71375 #   Lesser General Public License for more details.
71376 #
71377 #   You should have received a copy of the GNU Lesser General Public License
71378
71379 File: ./lib/unictype/mirror.h
71380 Hash: 4e47d47442a6953840583406acab5bcd285bb8c2d7356180dc28bb277e1e7953
71381 Copyright: 
71382 License: 
71383 Licence_Text: 
71384 #Header: 
71385 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71386 #/* Mirrored Unicode characters.  */
71387 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71388 ##define mirror_header_0 16
71389 ##define mirror_header_1 2
71390 ##define mirror_header_2 7
71391 ##define mirror_header_3 511
71392 ##define mirror_header_4 127
71393 #static const
71394 #struct
71395 #  {
71396 #    int level1[2];
71397 #    short level2[2 << 9];
71398 #    int level3[22 << 7];
71399 #  }
71400
71401 File: ./lib/unictype/numeric.c
71402 Hash: 14a734bfffede7c850c2263c2844a2f42a847a8fdb26c6f4940a825a35a672e2
71403 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71404 License: LGPL-3+ 
71405 Licence_Text: 
71406 #Header: 
71407 #/* Values of numeric Unicode characters.
71408 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71409 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71410 #
71411 #   This program is free software: you can redistribute it and/or modify it
71412 #   under the terms of the GNU Lesser General Public License as published
71413 #   by the Free Software Foundation; either version 3 of the License, or
71414 #   (at your option) any later version.
71415 #
71416 #   This program is distributed in the hope that it will be useful,
71417 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71418 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71419 #   Lesser General Public License for more details.
71420 #
71421 #   You should have received a copy of the GNU Lesser General Public License
71422
71423 File: ./lib/unictype/numeric.h
71424 Hash: ba1e5ba6fcb88dbb798cd02e5cc119132bc31e49b5a24d8e19ae906ada5711ea
71425 Copyright: 
71426 License: 
71427 Licence_Text: 
71428 #Header: 
71429 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71430 #/* Numeric values of Unicode characters.  */
71431 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71432 #static const uc_fraction_t u_numeric_values[108] =
71433 #{
71434 #  { 0, 0 },
71435 #  { 0, 1 },
71436 #  { 1, 1 },
71437 #  { 2, 1 },
71438 #  { 3, 1 },
71439 #  { 4, 1 },
71440 #  { 5, 1 },
71441 #  { 6, 1 },
71442 #  { 7, 1 },
71443 #  { 8, 1 },
71444
71445 File: ./lib/unictype/pr_alphabetic.c
71446 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71447 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71448 License: LGPL-3+ 
71449 Licence_Text: 
71450 #Header: 
71451 #/* Properties of Unicode characters.
71452 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71453 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71454 #
71455 #   This program is free software: you can redistribute it and/or modify it
71456 #   under the terms of the GNU Lesser General Public License as published
71457 #   by the Free Software Foundation; either version 3 of the License, or
71458 #   (at your option) any later version.
71459 #
71460 #   This program is distributed in the hope that it will be useful,
71461 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71462 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71463 #   Lesser General Public License for more details.
71464 #
71465 #   You should have received a copy of the GNU Lesser General Public License
71466
71467 File: ./lib/unictype/pr_alphabetic.h
71468 Hash: 99efc65e4f46e3ad0efe4f73de0fc1fd74196d0de0892e8640d57da681726ea2
71469 Copyright: 
71470 License: 
71471 Licence_Text: 
71472 #Header: 
71473 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71474 #/* Properties of Unicode characters.  */
71475 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71476 ##define header_0 16
71477 ##define header_2 9
71478 ##define header_3 127
71479 ##define header_4 15
71480 #static const
71481 #struct
71482 #  {
71483 #    int header[1];
71484 #    int level1[3];
71485 #    short level2[3 << 7];
71486 #    /*unsigned*/ int level3[44 << 4];
71487 #  }
71488
71489 File: ./lib/unictype/pr_ascii_hex_digit.c
71490 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71491 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71492 License: LGPL-3+ 
71493 Licence_Text: 
71494 #Header: 
71495 #/* Properties of Unicode characters.
71496 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71497 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71498 #
71499 #   This program is free software: you can redistribute it and/or modify it
71500 #   under the terms of the GNU Lesser General Public License as published
71501 #   by the Free Software Foundation; either version 3 of the License, or
71502 #   (at your option) any later version.
71503 #
71504 #   This program is distributed in the hope that it will be useful,
71505 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71506 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71507 #   Lesser General Public License for more details.
71508 #
71509 #   You should have received a copy of the GNU Lesser General Public License
71510
71511 File: ./lib/unictype/pr_ascii_hex_digit.h
71512 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
71513 Copyright: 
71514 License: 
71515 Licence_Text: 
71516 #Header: 
71517 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71518 #/* Properties of Unicode characters.  */
71519 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71520 ##define header_0 16
71521 ##define header_2 9
71522 ##define header_3 127
71523 ##define header_4 15
71524 #static const
71525 #struct
71526 #  {
71527 #    int header[1];
71528 #    int level1[1];
71529 #    short level2[1 << 7];
71530 #    /*unsigned*/ int level3[1 << 4];
71531 #  }
71532
71533 File: ./lib/unictype/pr_bidi_arabic_digit.c
71534 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71535 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71536 License: LGPL-3+ 
71537 Licence_Text: 
71538 #Header: 
71539 #/* Properties of Unicode characters.
71540 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71541 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71542 #
71543 #   This program is free software: you can redistribute it and/or modify it
71544 #   under the terms of the GNU Lesser General Public License as published
71545 #   by the Free Software Foundation; either version 3 of the License, or
71546 #   (at your option) any later version.
71547 #
71548 #   This program is distributed in the hope that it will be useful,
71549 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71550 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71551 #   Lesser General Public License for more details.
71552 #
71553 #   You should have received a copy of the GNU Lesser General Public License
71554
71555 File: ./lib/unictype/pr_bidi_arabic_digit.h
71556 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
71557 Copyright: 
71558 License: 
71559 Licence_Text: 
71560 #Header: 
71561 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71562 #/* Properties of Unicode characters.  */
71563 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71564 ##define header_0 16
71565 ##define header_2 9
71566 ##define header_3 127
71567 ##define header_4 15
71568 #static const
71569 #struct
71570 #  {
71571 #    int header[1];
71572 #    int level1[1];
71573 #    short level2[1 << 7];
71574 #    /*unsigned*/ int level3[1 << 4];
71575 #  }
71576
71577 File: ./lib/unictype/pr_bidi_arabic_right_to_left.c
71578 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71579 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71580 License: LGPL-3+ 
71581 Licence_Text: 
71582 #Header: 
71583 #/* Properties of Unicode characters.
71584 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71585 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71586 #
71587 #   This program is free software: you can redistribute it and/or modify it
71588 #   under the terms of the GNU Lesser General Public License as published
71589 #   by the Free Software Foundation; either version 3 of the License, or
71590 #   (at your option) any later version.
71591 #
71592 #   This program is distributed in the hope that it will be useful,
71593 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71594 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71595 #   Lesser General Public License for more details.
71596 #
71597 #   You should have received a copy of the GNU Lesser General Public License
71598
71599 File: ./lib/unictype/pr_bidi_arabic_right_to_left.h
71600 Hash: 59925454796f8c0bd7033db35093d9df46d2762cb6bc5c963188542f562f3cdf
71601 Copyright: 
71602 License: 
71603 Licence_Text: 
71604 #Header: 
71605 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71606 #/* Properties of Unicode characters.  */
71607 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71608 ##define header_0 16
71609 ##define header_2 9
71610 ##define header_3 127
71611 ##define header_4 15
71612 #static const
71613 #struct
71614 #  {
71615 #    int header[1];
71616 #    int level1[1];
71617 #    short level2[1 << 7];
71618 #    /*unsigned*/ int level3[5 << 4];
71619 #  }
71620
71621 File: ./lib/unictype/pr_bidi_block_separator.c
71622 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71623 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71624 License: LGPL-3+ 
71625 Licence_Text: 
71626 #Header: 
71627 #/* Properties of Unicode characters.
71628 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71629 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71630 #
71631 #   This program is free software: you can redistribute it and/or modify it
71632 #   under the terms of the GNU Lesser General Public License as published
71633 #   by the Free Software Foundation; either version 3 of the License, or
71634 #   (at your option) any later version.
71635 #
71636 #   This program is distributed in the hope that it will be useful,
71637 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71638 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71639 #   Lesser General Public License for more details.
71640 #
71641 #   You should have received a copy of the GNU Lesser General Public License
71642
71643 File: ./lib/unictype/pr_bidi_block_separator.h
71644 Hash: e88a368992dc725f22bce97fa9d12c447f6656c5436fb5332132fbd66b7b60cb
71645 Copyright: 
71646 License: 
71647 Licence_Text: 
71648 #Header: 
71649 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71650 #/* Properties of Unicode characters.  */
71651 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71652 ##define header_0 16
71653 ##define header_2 9
71654 ##define header_3 127
71655 ##define header_4 15
71656 #static const
71657 #struct
71658 #  {
71659 #    int header[1];
71660 #    int level1[1];
71661 #    short level2[1 << 7];
71662 #    /*unsigned*/ int level3[2 << 4];
71663 #  }
71664
71665 File: ./lib/unictype/pr_bidi_boundary_neutral.c
71666 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71667 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71668 License: LGPL-3+ 
71669 Licence_Text: 
71670 #Header: 
71671 #/* Properties of Unicode characters.
71672 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71673 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71674 #
71675 #   This program is free software: you can redistribute it and/or modify it
71676 #   under the terms of the GNU Lesser General Public License as published
71677 #   by the Free Software Foundation; either version 3 of the License, or
71678 #   (at your option) any later version.
71679 #
71680 #   This program is distributed in the hope that it will be useful,
71681 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71682 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71683 #   Lesser General Public License for more details.
71684 #
71685 #   You should have received a copy of the GNU Lesser General Public License
71686
71687 File: ./lib/unictype/pr_bidi_boundary_neutral.h
71688 Hash: cfee85fd908c11272a95f63abb54df22efd9342b5462d93c6b38df59fbd1ab71
71689 Copyright: 
71690 License: 
71691 Licence_Text: 
71692 #Header: 
71693 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71694 #/* Properties of Unicode characters.  */
71695 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71696 ##define header_0 16
71697 ##define header_2 9
71698 ##define header_3 127
71699 ##define header_4 15
71700 #static const
71701 #struct
71702 #  {
71703 #    int header[1];
71704 #    int level1[17];
71705 #    short level2[4 << 7];
71706 #    /*unsigned*/ int level3[9 << 4];
71707 #  }
71708
71709 File: ./lib/unictype/pr_bidi_common_separator.c
71710 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71711 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71712 License: LGPL-3+ 
71713 Licence_Text: 
71714 #Header: 
71715 #/* Properties of Unicode characters.
71716 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71717 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71718 #
71719 #   This program is free software: you can redistribute it and/or modify it
71720 #   under the terms of the GNU Lesser General Public License as published
71721 #   by the Free Software Foundation; either version 3 of the License, or
71722 #   (at your option) any later version.
71723 #
71724 #   This program is distributed in the hope that it will be useful,
71725 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71726 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71727 #   Lesser General Public License for more details.
71728 #
71729 #   You should have received a copy of the GNU Lesser General Public License
71730
71731 File: ./lib/unictype/pr_bidi_common_separator.h
71732 Hash: b70da0081e6b42dc766f001cbfa62dec20eeb862ab59032c685a318f3eacc04c
71733 Copyright: 
71734 License: 
71735 Licence_Text: 
71736 #Header: 
71737 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71738 #/* Properties of Unicode characters.  */
71739 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71740 ##define header_0 16
71741 ##define header_2 9
71742 ##define header_3 127
71743 ##define header_4 15
71744 #static const
71745 #struct
71746 #  {
71747 #    int header[1];
71748 #    int level1[1];
71749 #    short level2[1 << 7];
71750 #    /*unsigned*/ int level3[4 << 4];
71751 #  }
71752
71753 File: ./lib/unictype/pr_bidi_control.c
71754 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71755 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71756 License: LGPL-3+ 
71757 Licence_Text: 
71758 #Header: 
71759 #/* Properties of Unicode characters.
71760 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71761 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71762 #
71763 #   This program is free software: you can redistribute it and/or modify it
71764 #   under the terms of the GNU Lesser General Public License as published
71765 #   by the Free Software Foundation; either version 3 of the License, or
71766 #   (at your option) any later version.
71767 #
71768 #   This program is distributed in the hope that it will be useful,
71769 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71770 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71771 #   Lesser General Public License for more details.
71772 #
71773 #   You should have received a copy of the GNU Lesser General Public License
71774
71775 File: ./lib/unictype/pr_bidi_control.h
71776 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
71777 Copyright: 
71778 License: 
71779 Licence_Text: 
71780 #Header: 
71781 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71782 #/* Properties of Unicode characters.  */
71783 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71784 ##define header_0 16
71785 ##define header_2 9
71786 ##define header_3 127
71787 ##define header_4 15
71788 #static const
71789 #struct
71790 #  {
71791 #    int header[1];
71792 #    int level1[1];
71793 #    short level2[1 << 7];
71794 #    /*unsigned*/ int level3[1 << 4];
71795 #  }
71796
71797 File: ./lib/unictype/pr_bidi_embedding_or_override.c
71798 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71799 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71800 License: LGPL-3+ 
71801 Licence_Text: 
71802 #Header: 
71803 #/* Properties of Unicode characters.
71804 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71805 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71806 #
71807 #   This program is free software: you can redistribute it and/or modify it
71808 #   under the terms of the GNU Lesser General Public License as published
71809 #   by the Free Software Foundation; either version 3 of the License, or
71810 #   (at your option) any later version.
71811 #
71812 #   This program is distributed in the hope that it will be useful,
71813 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71814 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71815 #   Lesser General Public License for more details.
71816 #
71817 #   You should have received a copy of the GNU Lesser General Public License
71818
71819 File: ./lib/unictype/pr_bidi_embedding_or_override.h
71820 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
71821 Copyright: 
71822 License: 
71823 Licence_Text: 
71824 #Header: 
71825 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71826 #/* Properties of Unicode characters.  */
71827 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71828 ##define header_0 16
71829 ##define header_2 9
71830 ##define header_3 127
71831 ##define header_4 15
71832 #static const
71833 #struct
71834 #  {
71835 #    int header[1];
71836 #    int level1[1];
71837 #    short level2[1 << 7];
71838 #    /*unsigned*/ int level3[1 << 4];
71839 #  }
71840
71841 File: ./lib/unictype/pr_bidi_eur_num_separator.c
71842 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71843 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71844 License: LGPL-3+ 
71845 Licence_Text: 
71846 #Header: 
71847 #/* Properties of Unicode characters.
71848 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71849 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71850 #
71851 #   This program is free software: you can redistribute it and/or modify it
71852 #   under the terms of the GNU Lesser General Public License as published
71853 #   by the Free Software Foundation; either version 3 of the License, or
71854 #   (at your option) any later version.
71855 #
71856 #   This program is distributed in the hope that it will be useful,
71857 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71858 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71859 #   Lesser General Public License for more details.
71860 #
71861 #   You should have received a copy of the GNU Lesser General Public License
71862
71863 File: ./lib/unictype/pr_bidi_eur_num_separator.h
71864 Hash: 59925454796f8c0bd7033db35093d9df46d2762cb6bc5c963188542f562f3cdf
71865 Copyright: 
71866 License: 
71867 Licence_Text: 
71868 #Header: 
71869 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71870 #/* Properties of Unicode characters.  */
71871 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71872 ##define header_0 16
71873 ##define header_2 9
71874 ##define header_3 127
71875 ##define header_4 15
71876 #static const
71877 #struct
71878 #  {
71879 #    int header[1];
71880 #    int level1[1];
71881 #    short level2[1 << 7];
71882 #    /*unsigned*/ int level3[5 << 4];
71883 #  }
71884
71885 File: ./lib/unictype/pr_bidi_eur_num_terminator.c
71886 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71887 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71888 License: LGPL-3+ 
71889 Licence_Text: 
71890 #Header: 
71891 #/* Properties of Unicode characters.
71892 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71893 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71894 #
71895 #   This program is free software: you can redistribute it and/or modify it
71896 #   under the terms of the GNU Lesser General Public License as published
71897 #   by the Free Software Foundation; either version 3 of the License, or
71898 #   (at your option) any later version.
71899 #
71900 #   This program is distributed in the hope that it will be useful,
71901 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71902 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71903 #   Lesser General Public License for more details.
71904 #
71905 #   You should have received a copy of the GNU Lesser General Public License
71906
71907 File: ./lib/unictype/pr_bidi_eur_num_terminator.h
71908 Hash: c5b3fc81b92ffa1bd250b0226c276b501cd08b86539c80bcdd090d0968df56bc
71909 Copyright: 
71910 License: 
71911 Licence_Text: 
71912 #Header: 
71913 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71914 #/* Properties of Unicode characters.  */
71915 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71916 ##define header_0 16
71917 ##define header_2 9
71918 ##define header_3 127
71919 ##define header_4 15
71920 #static const
71921 #struct
71922 #  {
71923 #    int header[1];
71924 #    int level1[1];
71925 #    short level2[1 << 7];
71926 #    /*unsigned*/ int level3[9 << 4];
71927 #  }
71928
71929 File: ./lib/unictype/pr_bidi_european_digit.c
71930 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71931 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71932 License: LGPL-3+ 
71933 Licence_Text: 
71934 #Header: 
71935 #/* Properties of Unicode characters.
71936 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71937 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71938 #
71939 #   This program is free software: you can redistribute it and/or modify it
71940 #   under the terms of the GNU Lesser General Public License as published
71941 #   by the Free Software Foundation; either version 3 of the License, or
71942 #   (at your option) any later version.
71943 #
71944 #   This program is distributed in the hope that it will be useful,
71945 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71946 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71947 #   Lesser General Public License for more details.
71948 #
71949 #   You should have received a copy of the GNU Lesser General Public License
71950
71951 File: ./lib/unictype/pr_bidi_european_digit.h
71952 Hash: 9aa2474131882b3c150f9bd76ef13f46fcac63b97810c8540bc226612fd6cff7
71953 Copyright: 
71954 License: 
71955 Licence_Text: 
71956 #Header: 
71957 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
71958 #/* Properties of Unicode characters.  */
71959 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
71960 ##define header_0 16
71961 ##define header_2 9
71962 ##define header_3 127
71963 ##define header_4 15
71964 #static const
71965 #struct
71966 #  {
71967 #    int header[1];
71968 #    int level1[2];
71969 #    short level2[2 << 7];
71970 #    /*unsigned*/ int level3[6 << 4];
71971 #  }
71972
71973 File: ./lib/unictype/pr_bidi_hebrew_right_to_left.c
71974 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
71975 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
71976 License: LGPL-3+ 
71977 Licence_Text: 
71978 #Header: 
71979 #/* Properties of Unicode characters.
71980 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
71981 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
71982 #
71983 #   This program is free software: you can redistribute it and/or modify it
71984 #   under the terms of the GNU Lesser General Public License as published
71985 #   by the Free Software Foundation; either version 3 of the License, or
71986 #   (at your option) any later version.
71987 #
71988 #   This program is distributed in the hope that it will be useful,
71989 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
71990 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71991 #   Lesser General Public License for more details.
71992 #
71993 #   You should have received a copy of the GNU Lesser General Public License
71994
71995 File: ./lib/unictype/pr_bidi_hebrew_right_to_left.h
71996 Hash: 66483e8eda823c6234a852450a0e3d7d1b26de2c6f4e7ed117dfd7a5f60b4eb8
71997 Copyright: 
71998 License: 
71999 Licence_Text: 
72000 #Header: 
72001 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72002 #/* Properties of Unicode characters.  */
72003 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72004 ##define header_0 16
72005 ##define header_2 9
72006 ##define header_3 127
72007 ##define header_4 15
72008 #static const
72009 #struct
72010 #  {
72011 #    int header[1];
72012 #    int level1[2];
72013 #    short level2[2 << 7];
72014 #    /*unsigned*/ int level3[8 << 4];
72015 #  }
72016
72017 File: ./lib/unictype/pr_bidi_left_to_right.c
72018 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72019 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72020 License: LGPL-3+ 
72021 Licence_Text: 
72022 #Header: 
72023 #/* Properties of Unicode characters.
72024 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72025 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72026 #
72027 #   This program is free software: you can redistribute it and/or modify it
72028 #   under the terms of the GNU Lesser General Public License as published
72029 #   by the Free Software Foundation; either version 3 of the License, or
72030 #   (at your option) any later version.
72031 #
72032 #   This program is distributed in the hope that it will be useful,
72033 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72034 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72035 #   Lesser General Public License for more details.
72036 #
72037 #   You should have received a copy of the GNU Lesser General Public License
72038
72039 File: ./lib/unictype/pr_bidi_left_to_right.h
72040 Hash: cca189bf24e298f3c3f5f843ff18dfce8c007eed8233e52d0e6dd7f92c32a2bf
72041 Copyright: 
72042 License: 
72043 Licence_Text: 
72044 #Header: 
72045 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72046 #/* Properties of Unicode characters.  */
72047 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72048 ##define header_0 16
72049 ##define header_2 9
72050 ##define header_3 127
72051 ##define header_4 15
72052 #static const
72053 #struct
72054 #  {
72055 #    int header[1];
72056 #    int level1[17];
72057 #    short level2[4 << 7];
72058 #    /*unsigned*/ int level3[38 << 4];
72059 #  }
72060
72061 File: ./lib/unictype/pr_bidi_non_spacing_mark.c
72062 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72063 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72064 License: LGPL-3+ 
72065 Licence_Text: 
72066 #Header: 
72067 #/* Properties of Unicode characters.
72068 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72069 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72070 #
72071 #   This program is free software: you can redistribute it and/or modify it
72072 #   under the terms of the GNU Lesser General Public License as published
72073 #   by the Free Software Foundation; either version 3 of the License, or
72074 #   (at your option) any later version.
72075 #
72076 #   This program is distributed in the hope that it will be useful,
72077 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72078 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72079 #   Lesser General Public License for more details.
72080 #
72081 #   You should have received a copy of the GNU Lesser General Public License
72082
72083 File: ./lib/unictype/pr_bidi_non_spacing_mark.h
72084 Hash: 997161a202d900ca245870a6e8af39250b1ee6ff3bb2de78976233cc8687ac29
72085 Copyright: 
72086 License: 
72087 Licence_Text: 
72088 #Header: 
72089 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72090 #/* Properties of Unicode characters.  */
72091 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72092 ##define header_0 16
72093 ##define header_2 9
72094 ##define header_3 127
72095 ##define header_4 15
72096 #static const
72097 #struct
72098 #  {
72099 #    int header[1];
72100 #    int level1[15];
72101 #    short level2[3 << 7];
72102 #    /*unsigned*/ int level3[26 << 4];
72103 #  }
72104
72105 File: ./lib/unictype/pr_bidi_other_neutral.c
72106 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72107 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72108 License: LGPL-3+ 
72109 Licence_Text: 
72110 #Header: 
72111 #/* Properties of Unicode characters.
72112 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72113 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72114 #
72115 #   This program is free software: you can redistribute it and/or modify it
72116 #   under the terms of the GNU Lesser General Public License as published
72117 #   by the Free Software Foundation; either version 3 of the License, or
72118 #   (at your option) any later version.
72119 #
72120 #   This program is distributed in the hope that it will be useful,
72121 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72122 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72123 #   Lesser General Public License for more details.
72124 #
72125 #   You should have received a copy of the GNU Lesser General Public License
72126
72127 File: ./lib/unictype/pr_bidi_other_neutral.h
72128 Hash: 1e8e84691fd416f70f94e14f52604d742feb401a9e83a8f82c5c2610488e4849
72129 Copyright: 
72130 License: 
72131 Licence_Text: 
72132 #Header: 
72133 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72134 #/* Properties of Unicode characters.  */
72135 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72136 ##define header_0 16
72137 ##define header_2 9
72138 ##define header_3 127
72139 ##define header_4 15
72140 #static const
72141 #struct
72142 #  {
72143 #    int header[1];
72144 #    int level1[2];
72145 #    short level2[2 << 7];
72146 #    /*unsigned*/ int level3[31 << 4];
72147 #  }
72148
72149 File: ./lib/unictype/pr_bidi_pdf.c
72150 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72151 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72152 License: LGPL-3+ 
72153 Licence_Text: 
72154 #Header: 
72155 #/* Properties of Unicode characters.
72156 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72157 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72158 #
72159 #   This program is free software: you can redistribute it and/or modify it
72160 #   under the terms of the GNU Lesser General Public License as published
72161 #   by the Free Software Foundation; either version 3 of the License, or
72162 #   (at your option) any later version.
72163 #
72164 #   This program is distributed in the hope that it will be useful,
72165 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72166 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72167 #   Lesser General Public License for more details.
72168 #
72169 #   You should have received a copy of the GNU Lesser General Public License
72170
72171 File: ./lib/unictype/pr_bidi_pdf.h
72172 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
72173 Copyright: 
72174 License: 
72175 Licence_Text: 
72176 #Header: 
72177 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72178 #/* Properties of Unicode characters.  */
72179 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72180 ##define header_0 16
72181 ##define header_2 9
72182 ##define header_3 127
72183 ##define header_4 15
72184 #static const
72185 #struct
72186 #  {
72187 #    int header[1];
72188 #    int level1[1];
72189 #    short level2[1 << 7];
72190 #    /*unsigned*/ int level3[1 << 4];
72191 #  }
72192
72193 File: ./lib/unictype/pr_bidi_segment_separator.c
72194 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72195 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72196 License: LGPL-3+ 
72197 Licence_Text: 
72198 #Header: 
72199 #/* Properties of Unicode characters.
72200 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72201 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72202 #
72203 #   This program is free software: you can redistribute it and/or modify it
72204 #   under the terms of the GNU Lesser General Public License as published
72205 #   by the Free Software Foundation; either version 3 of the License, or
72206 #   (at your option) any later version.
72207 #
72208 #   This program is distributed in the hope that it will be useful,
72209 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72210 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72211 #   Lesser General Public License for more details.
72212 #
72213 #   You should have received a copy of the GNU Lesser General Public License
72214
72215 File: ./lib/unictype/pr_bidi_segment_separator.h
72216 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
72217 Copyright: 
72218 License: 
72219 Licence_Text: 
72220 #Header: 
72221 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72222 #/* Properties of Unicode characters.  */
72223 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72224 ##define header_0 16
72225 ##define header_2 9
72226 ##define header_3 127
72227 ##define header_4 15
72228 #static const
72229 #struct
72230 #  {
72231 #    int header[1];
72232 #    int level1[1];
72233 #    short level2[1 << 7];
72234 #    /*unsigned*/ int level3[1 << 4];
72235 #  }
72236
72237 File: ./lib/unictype/pr_bidi_whitespace.c
72238 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72239 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72240 License: LGPL-3+ 
72241 Licence_Text: 
72242 #Header: 
72243 #/* Properties of Unicode characters.
72244 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72245 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72246 #
72247 #   This program is free software: you can redistribute it and/or modify it
72248 #   under the terms of the GNU Lesser General Public License as published
72249 #   by the Free Software Foundation; either version 3 of the License, or
72250 #   (at your option) any later version.
72251 #
72252 #   This program is distributed in the hope that it will be useful,
72253 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72254 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72255 #   Lesser General Public License for more details.
72256 #
72257 #   You should have received a copy of the GNU Lesser General Public License
72258
72259 File: ./lib/unictype/pr_bidi_whitespace.h
72260 Hash: 59925454796f8c0bd7033db35093d9df46d2762cb6bc5c963188542f562f3cdf
72261 Copyright: 
72262 License: 
72263 Licence_Text: 
72264 #Header: 
72265 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72266 #/* Properties of Unicode characters.  */
72267 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72268 ##define header_0 16
72269 ##define header_2 9
72270 ##define header_3 127
72271 ##define header_4 15
72272 #static const
72273 #struct
72274 #  {
72275 #    int header[1];
72276 #    int level1[1];
72277 #    short level2[1 << 7];
72278 #    /*unsigned*/ int level3[5 << 4];
72279 #  }
72280
72281 File: ./lib/unictype/pr_byname.c
72282 Hash: d40e7939956111bd30348da1dac41960fd3fdc6cf6f680cb8573e79ccbedc970
72283 Copyright: 2007 Free Software Foundation, Inc
72284 License: LGPL-3+ 
72285 Licence_Text: 
72286 #Header: 
72287 #/* Properties of Unicode characters.
72288 #   Copyright (C) 2007 Free Software Foundation, Inc.
72289 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
72290 #
72291 #   This program is free software: you can redistribute it and/or modify it
72292 #   under the terms of the GNU Lesser General Public License as published
72293 #   by the Free Software Foundation; either version 3 of the License, or
72294 #   (at your option) any later version.
72295 #
72296 #   This program is distributed in the hope that it will be useful,
72297 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72298 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72299 #   Lesser General Public License for more details.
72300 #
72301 #   You should have received a copy of the GNU Lesser General Public License
72302
72303 File: ./lib/unictype/pr_byname.gperf
72304 Hash: b16f7907c490b5f7fb2747f5b6b19bd7f6792f0f901474152f7c7fc7b95b151c
72305 Copyright: 
72306 License: 
72307 Licence_Text: 
72308 #Header: 
72309 #struct named_property { const char *name; uc_property_t property; };
72310 #%struct-type
72311 #%language=ANSI-C
72312 #%define hash-function-name properties_hash
72313 #%define lookup-function-name uc_property_lookup
72314 #%7bit
72315 #%readonly-tables
72316 #%global-table
72317 #%define word-array-name properties
72318 #%%
72319 #white_space, { &uc_is_property_white_space }
72320 #alphabetic, { &uc_is_property_alphabetic }
72321 #other_alphabetic, { &uc_is_property_other_alphabetic }
72322 #not_a_character, { &uc_is_property_not_a_character }
72323 #default_ignorable_code_point, { &uc_is_property_default_ignorable_code_point }
72324
72325 File: ./lib/unictype/pr_combining.c
72326 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72327 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72328 License: LGPL-3+ 
72329 Licence_Text: 
72330 #Header: 
72331 #/* Properties of Unicode characters.
72332 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72333 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72334 #
72335 #   This program is free software: you can redistribute it and/or modify it
72336 #   under the terms of the GNU Lesser General Public License as published
72337 #   by the Free Software Foundation; either version 3 of the License, or
72338 #   (at your option) any later version.
72339 #
72340 #   This program is distributed in the hope that it will be useful,
72341 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72342 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72343 #   Lesser General Public License for more details.
72344 #
72345 #   You should have received a copy of the GNU Lesser General Public License
72346
72347 File: ./lib/unictype/pr_combining.h
72348 Hash: 997161a202d900ca245870a6e8af39250b1ee6ff3bb2de78976233cc8687ac29
72349 Copyright: 
72350 License: 
72351 Licence_Text: 
72352 #Header: 
72353 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72354 #/* Properties of Unicode characters.  */
72355 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72356 ##define header_0 16
72357 ##define header_2 9
72358 ##define header_3 127
72359 ##define header_4 15
72360 #static const
72361 #struct
72362 #  {
72363 #    int header[1];
72364 #    int level1[15];
72365 #    short level2[3 << 7];
72366 #    /*unsigned*/ int level3[26 << 4];
72367 #  }
72368
72369 File: ./lib/unictype/pr_composite.c
72370 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72371 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72372 License: LGPL-3+ 
72373 Licence_Text: 
72374 #Header: 
72375 #/* Properties of Unicode characters.
72376 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72377 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72378 #
72379 #   This program is free software: you can redistribute it and/or modify it
72380 #   under the terms of the GNU Lesser General Public License as published
72381 #   by the Free Software Foundation; either version 3 of the License, or
72382 #   (at your option) any later version.
72383 #
72384 #   This program is distributed in the hope that it will be useful,
72385 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72386 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72387 #   Lesser General Public License for more details.
72388 #
72389 #   You should have received a copy of the GNU Lesser General Public License
72390
72391 File: ./lib/unictype/pr_composite.h
72392 Hash: c768605f7580ce16b1f809ff6581158ff3026e0f7e626da4b880421c26f3f758
72393 Copyright: 
72394 License: 
72395 Licence_Text: 
72396 #Header: 
72397 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72398 #/* Properties of Unicode characters.  */
72399 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72400 ##define header_0 16
72401 ##define header_2 9
72402 ##define header_3 127
72403 ##define header_4 15
72404 #static const
72405 #struct
72406 #  {
72407 #    int header[1];
72408 #    int level1[2];
72409 #    short level2[2 << 7];
72410 #    /*unsigned*/ int level3[23 << 4];
72411 #  }
72412
72413 File: ./lib/unictype/pr_currency_symbol.c
72414 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72415 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72416 License: LGPL-3+ 
72417 Licence_Text: 
72418 #Header: 
72419 #/* Properties of Unicode characters.
72420 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72421 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72422 #
72423 #   This program is free software: you can redistribute it and/or modify it
72424 #   under the terms of the GNU Lesser General Public License as published
72425 #   by the Free Software Foundation; either version 3 of the License, or
72426 #   (at your option) any later version.
72427 #
72428 #   This program is distributed in the hope that it will be useful,
72429 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72430 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72431 #   Lesser General Public License for more details.
72432 #
72433 #   You should have received a copy of the GNU Lesser General Public License
72434
72435 ######################################################################
72436 ## UPTOHERE
72437 ######################################################################
72438
72439 File: ./lib/unictype/pr_currency_symbol.h
72440 Hash: c5b3fc81b92ffa1bd250b0226c276b501cd08b86539c80bcdd090d0968df56bc
72441 Copyright: 
72442 License: 
72443 Licence_Text: 
72444 #Header: 
72445 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72446 #/* Properties of Unicode characters.  */
72447 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72448 ##define header_0 16
72449 ##define header_2 9
72450 ##define header_3 127
72451 ##define header_4 15
72452 #static const
72453 #struct
72454 #  {
72455 #    int header[1];
72456 #    int level1[1];
72457 #    short level2[1 << 7];
72458 #    /*unsigned*/ int level3[9 << 4];
72459 #  }
72460
72461 File: ./lib/unictype/pr_dash.c
72462 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72463 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72464 License: LGPL-3+ 
72465 Licence_Text: 
72466 #Header: 
72467 #/* Properties of Unicode characters.
72468 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72469 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72470 #
72471 #   This program is free software: you can redistribute it and/or modify it
72472 #   under the terms of the GNU Lesser General Public License as published
72473 #   by the Free Software Foundation; either version 3 of the License, or
72474 #   (at your option) any later version.
72475 #
72476 #   This program is distributed in the hope that it will be useful,
72477 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72478 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72479 #   Lesser General Public License for more details.
72480 #
72481 #   You should have received a copy of the GNU Lesser General Public License
72482
72483 File: ./lib/unictype/pr_dash.h
72484 Hash: ebe02ad17a4e4371c42838e5563c2d78367ad4ea35d50417263a80cfb64bde01
72485 Copyright: 
72486 License: 
72487 Licence_Text: 
72488 #Header: 
72489 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72490 #/* Properties of Unicode characters.  */
72491 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72492 ##define header_0 16
72493 ##define header_2 9
72494 ##define header_3 127
72495 ##define header_4 15
72496 #static const
72497 #struct
72498 #  {
72499 #    int header[1];
72500 #    int level1[1];
72501 #    short level2[1 << 7];
72502 #    /*unsigned*/ int level3[8 << 4];
72503 #  }
72504
72505 File: ./lib/unictype/pr_decimal_digit.c
72506 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72507 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72508 License: LGPL-3+ 
72509 Licence_Text: 
72510 #Header: 
72511 #/* Properties of Unicode characters.
72512 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72513 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72514 #
72515 #   This program is free software: you can redistribute it and/or modify it
72516 #   under the terms of the GNU Lesser General Public License as published
72517 #   by the Free Software Foundation; either version 3 of the License, or
72518 #   (at your option) any later version.
72519 #
72520 #   This program is distributed in the hope that it will be useful,
72521 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72522 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72523 #   Lesser General Public License for more details.
72524 #
72525 #   You should have received a copy of the GNU Lesser General Public License
72526
72527 File: ./lib/unictype/pr_decimal_digit.h
72528 Hash: d43559860ba0321bc4126988b80b371e40fefd13543804b8cf1e2f323c2e6757
72529 Copyright: 
72530 License: 
72531 Licence_Text: 
72532 #Header: 
72533 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72534 #/* Properties of Unicode characters.  */
72535 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72536 ##define header_0 16
72537 ##define header_2 9
72538 ##define header_3 127
72539 ##define header_4 15
72540 #static const
72541 #struct
72542 #  {
72543 #    int header[1];
72544 #    int level1[2];
72545 #    short level2[2 << 7];
72546 #    /*unsigned*/ int level3[17 << 4];
72547 #  }
72548
72549 File: ./lib/unictype/pr_default_ignorable_code_point.c
72550 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72551 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72552 License: LGPL-3+ 
72553 Licence_Text: 
72554 #Header: 
72555 #/* Properties of Unicode characters.
72556 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72557 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72558 #
72559 #   This program is free software: you can redistribute it and/or modify it
72560 #   under the terms of the GNU Lesser General Public License as published
72561 #   by the Free Software Foundation; either version 3 of the License, or
72562 #   (at your option) any later version.
72563 #
72564 #   This program is distributed in the hope that it will be useful,
72565 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72566 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72567 #   Lesser General Public License for more details.
72568 #
72569 #   You should have received a copy of the GNU Lesser General Public License
72570
72571 File: ./lib/unictype/pr_default_ignorable_code_point.h
72572 Hash: 10c6b0ae007cf9d8f016b4a35adc99a18c9253e20cb8212c2920cf601eee37fc
72573 Copyright: 
72574 License: 
72575 Licence_Text: 
72576 #Header: 
72577 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72578 #/* Properties of Unicode characters.  */
72579 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72580 ##define header_0 16
72581 ##define header_2 9
72582 ##define header_3 127
72583 ##define header_4 15
72584 #static const
72585 #struct
72586 #  {
72587 #    int header[1];
72588 #    int level1[15];
72589 #    short level2[3 << 7];
72590 #    /*unsigned*/ int level3[10 << 4];
72591 #  }
72592
72593 File: ./lib/unictype/pr_deprecated.c
72594 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72595 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72596 License: LGPL-3+ 
72597 Licence_Text: 
72598 #Header: 
72599 #/* Properties of Unicode characters.
72600 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72601 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72602 #
72603 #   This program is free software: you can redistribute it and/or modify it
72604 #   under the terms of the GNU Lesser General Public License as published
72605 #   by the Free Software Foundation; either version 3 of the License, or
72606 #   (at your option) any later version.
72607 #
72608 #   This program is distributed in the hope that it will be useful,
72609 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72610 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72611 #   Lesser General Public License for more details.
72612 #
72613 #   You should have received a copy of the GNU Lesser General Public License
72614
72615 File: ./lib/unictype/pr_deprecated.h
72616 Hash: eaf7422b8873ab174df241ef321d8b1048a085432d4f6eef3b7e0549335dd9a8
72617 Copyright: 
72618 License: 
72619 Licence_Text: 
72620 #Header: 
72621 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72622 #/* Properties of Unicode characters.  */
72623 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72624 ##define header_0 16
72625 ##define header_2 9
72626 ##define header_3 127
72627 ##define header_4 15
72628 #static const
72629 #struct
72630 #  {
72631 #    int header[1];
72632 #    int level1[15];
72633 #    short level2[2 << 7];
72634 #    /*unsigned*/ int level3[4 << 4];
72635 #  }
72636
72637 File: ./lib/unictype/pr_diacritic.c
72638 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72639 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72640 License: LGPL-3+ 
72641 Licence_Text: 
72642 #Header: 
72643 #/* Properties of Unicode characters.
72644 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72645 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72646 #
72647 #   This program is free software: you can redistribute it and/or modify it
72648 #   under the terms of the GNU Lesser General Public License as published
72649 #   by the Free Software Foundation; either version 3 of the License, or
72650 #   (at your option) any later version.
72651 #
72652 #   This program is distributed in the hope that it will be useful,
72653 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72654 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72655 #   Lesser General Public License for more details.
72656 #
72657 #   You should have received a copy of the GNU Lesser General Public License
72658
72659 File: ./lib/unictype/pr_diacritic.h
72660 Hash: c22e31f490d3c3010b02a8bd72e1f9d47cdcb168d70d30b805d732b343b511aa
72661 Copyright: 
72662 License: 
72663 Licence_Text: 
72664 #Header: 
72665 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72666 #/* Properties of Unicode characters.  */
72667 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72668 ##define header_0 16
72669 ##define header_2 9
72670 ##define header_3 127
72671 ##define header_4 15
72672 #static const
72673 #struct
72674 #  {
72675 #    int header[1];
72676 #    int level1[2];
72677 #    short level2[2 << 7];
72678 #    /*unsigned*/ int level3[21 << 4];
72679 #  }
72680
72681 File: ./lib/unictype/pr_extender.c
72682 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72683 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72684 License: LGPL-3+ 
72685 Licence_Text: 
72686 #Header: 
72687 #/* Properties of Unicode characters.
72688 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72689 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72690 #
72691 #   This program is free software: you can redistribute it and/or modify it
72692 #   under the terms of the GNU Lesser General Public License as published
72693 #   by the Free Software Foundation; either version 3 of the License, or
72694 #   (at your option) any later version.
72695 #
72696 #   This program is distributed in the hope that it will be useful,
72697 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72698 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72699 #   Lesser General Public License for more details.
72700 #
72701 #   You should have received a copy of the GNU Lesser General Public License
72702
72703 File: ./lib/unictype/pr_extender.h
72704 Hash: 7454c1a8c7e88851161788171e398142fc47d8bd1c23e62960fa7d9c0c991b33
72705 Copyright: 
72706 License: 
72707 Licence_Text: 
72708 #Header: 
72709 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72710 #/* Properties of Unicode characters.  */
72711 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72712 ##define header_0 16
72713 ##define header_2 9
72714 ##define header_3 127
72715 ##define header_4 15
72716 #static const
72717 #struct
72718 #  {
72719 #    int header[1];
72720 #    int level1[1];
72721 #    short level2[1 << 7];
72722 #    /*unsigned*/ int level3[10 << 4];
72723 #  }
72724
72725 File: ./lib/unictype/pr_format_control.c
72726 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72727 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72728 License: LGPL-3+ 
72729 Licence_Text: 
72730 #Header: 
72731 #/* Properties of Unicode characters.
72732 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72733 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72734 #
72735 #   This program is free software: you can redistribute it and/or modify it
72736 #   under the terms of the GNU Lesser General Public License as published
72737 #   by the Free Software Foundation; either version 3 of the License, or
72738 #   (at your option) any later version.
72739 #
72740 #   This program is distributed in the hope that it will be useful,
72741 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72742 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72743 #   Lesser General Public License for more details.
72744 #
72745 #   You should have received a copy of the GNU Lesser General Public License
72746
72747 File: ./lib/unictype/pr_format_control.h
72748 Hash: f060d73220f70a9073c426b53a1c1b77d83d62d53b2c20c8ed16a37dbec4466e
72749 Copyright: 
72750 License: 
72751 Licence_Text: 
72752 #Header: 
72753 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72754 #/* Properties of Unicode characters.  */
72755 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72756 ##define header_0 16
72757 ##define header_2 9
72758 ##define header_3 127
72759 ##define header_4 15
72760 #static const
72761 #struct
72762 #  {
72763 #    int header[1];
72764 #    int level1[15];
72765 #    short level2[3 << 7];
72766 #    /*unsigned*/ int level3[5 << 4];
72767 #  }
72768
72769 File: ./lib/unictype/pr_grapheme_base.c
72770 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72771 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72772 License: LGPL-3+ 
72773 Licence_Text: 
72774 #Header: 
72775 #/* Properties of Unicode characters.
72776 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72777 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72778 #
72779 #   This program is free software: you can redistribute it and/or modify it
72780 #   under the terms of the GNU Lesser General Public License as published
72781 #   by the Free Software Foundation; either version 3 of the License, or
72782 #   (at your option) any later version.
72783 #
72784 #   This program is distributed in the hope that it will be useful,
72785 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72786 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72787 #   Lesser General Public License for more details.
72788 #
72789 #   You should have received a copy of the GNU Lesser General Public License
72790
72791 File: ./lib/unictype/pr_grapheme_base.h
72792 Hash: 61aa89df11fbca4b079e004f95edb176863f5f5bda22579d93489404b0f9a3bb
72793 Copyright: 
72794 License: 
72795 Licence_Text: 
72796 #Header: 
72797 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72798 #/* Properties of Unicode characters.  */
72799 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72800 ##define header_0 16
72801 ##define header_2 9
72802 ##define header_3 127
72803 ##define header_4 15
72804 #static const
72805 #struct
72806 #  {
72807 #    int header[1];
72808 #    int level1[3];
72809 #    short level2[3 << 7];
72810 #    /*unsigned*/ int level3[51 << 4];
72811 #  }
72812
72813 File: ./lib/unictype/pr_grapheme_extend.c
72814 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72815 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72816 License: LGPL-3+ 
72817 Licence_Text: 
72818 #Header: 
72819 #/* Properties of Unicode characters.
72820 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72821 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72822 #
72823 #   This program is free software: you can redistribute it and/or modify it
72824 #   under the terms of the GNU Lesser General Public License as published
72825 #   by the Free Software Foundation; either version 3 of the License, or
72826 #   (at your option) any later version.
72827 #
72828 #   This program is distributed in the hope that it will be useful,
72829 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72830 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72831 #   Lesser General Public License for more details.
72832 #
72833 #   You should have received a copy of the GNU Lesser General Public License
72834
72835 File: ./lib/unictype/pr_grapheme_extend.h
72836 Hash: 997161a202d900ca245870a6e8af39250b1ee6ff3bb2de78976233cc8687ac29
72837 Copyright: 
72838 License: 
72839 Licence_Text: 
72840 #Header: 
72841 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72842 #/* Properties of Unicode characters.  */
72843 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72844 ##define header_0 16
72845 ##define header_2 9
72846 ##define header_3 127
72847 ##define header_4 15
72848 #static const
72849 #struct
72850 #  {
72851 #    int header[1];
72852 #    int level1[15];
72853 #    short level2[3 << 7];
72854 #    /*unsigned*/ int level3[26 << 4];
72855 #  }
72856
72857 File: ./lib/unictype/pr_grapheme_link.c
72858 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72859 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72860 License: LGPL-3+ 
72861 Licence_Text: 
72862 #Header: 
72863 #/* Properties of Unicode characters.
72864 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72865 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72866 #
72867 #   This program is free software: you can redistribute it and/or modify it
72868 #   under the terms of the GNU Lesser General Public License as published
72869 #   by the Free Software Foundation; either version 3 of the License, or
72870 #   (at your option) any later version.
72871 #
72872 #   This program is distributed in the hope that it will be useful,
72873 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72874 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72875 #   Lesser General Public License for more details.
72876 #
72877 #   You should have received a copy of the GNU Lesser General Public License
72878
72879 File: ./lib/unictype/pr_grapheme_link.h
72880 Hash: e3be529d661a64a49d7bbf83e3193bc6364b0dc4099adf02db4ea3c0a48fe4a0
72881 Copyright: 
72882 License: 
72883 Licence_Text: 
72884 #Header: 
72885 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72886 #/* Properties of Unicode characters.  */
72887 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72888 ##define header_0 16
72889 ##define header_2 9
72890 ##define header_3 127
72891 ##define header_4 15
72892 #static const
72893 #struct
72894 #  {
72895 #    int header[1];
72896 #    int level1[2];
72897 #    short level2[2 << 7];
72898 #    /*unsigned*/ int level3[9 << 4];
72899 #  }
72900
72901 File: ./lib/unictype/pr_hex_digit.c
72902 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72903 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72904 License: LGPL-3+ 
72905 Licence_Text: 
72906 #Header: 
72907 #/* Properties of Unicode characters.
72908 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72909 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72910 #
72911 #   This program is free software: you can redistribute it and/or modify it
72912 #   under the terms of the GNU Lesser General Public License as published
72913 #   by the Free Software Foundation; either version 3 of the License, or
72914 #   (at your option) any later version.
72915 #
72916 #   This program is distributed in the hope that it will be useful,
72917 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72918 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72919 #   Lesser General Public License for more details.
72920 #
72921 #   You should have received a copy of the GNU Lesser General Public License
72922
72923 File: ./lib/unictype/pr_hex_digit.h
72924 Hash: e88a368992dc725f22bce97fa9d12c447f6656c5436fb5332132fbd66b7b60cb
72925 Copyright: 
72926 License: 
72927 Licence_Text: 
72928 #Header: 
72929 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72930 #/* Properties of Unicode characters.  */
72931 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72932 ##define header_0 16
72933 ##define header_2 9
72934 ##define header_3 127
72935 ##define header_4 15
72936 #static const
72937 #struct
72938 #  {
72939 #    int header[1];
72940 #    int level1[1];
72941 #    short level2[1 << 7];
72942 #    /*unsigned*/ int level3[2 << 4];
72943 #  }
72944
72945 File: ./lib/unictype/pr_hyphen.c
72946 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72947 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72948 License: LGPL-3+ 
72949 Licence_Text: 
72950 #Header: 
72951 #/* Properties of Unicode characters.
72952 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72953 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72954 #
72955 #   This program is free software: you can redistribute it and/or modify it
72956 #   under the terms of the GNU Lesser General Public License as published
72957 #   by the Free Software Foundation; either version 3 of the License, or
72958 #   (at your option) any later version.
72959 #
72960 #   This program is distributed in the hope that it will be useful,
72961 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
72962 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72963 #   Lesser General Public License for more details.
72964 #
72965 #   You should have received a copy of the GNU Lesser General Public License
72966
72967 File: ./lib/unictype/pr_hyphen.h
72968 Hash: 1cfda6a60e4fbb2baa92f4c06e315f40f4b685e0d1330afe5788de693a79afdb
72969 Copyright: 
72970 License: 
72971 Licence_Text: 
72972 #Header: 
72973 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
72974 #/* Properties of Unicode characters.  */
72975 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
72976 ##define header_0 16
72977 ##define header_2 9
72978 ##define header_3 127
72979 ##define header_4 15
72980 #static const
72981 #struct
72982 #  {
72983 #    int header[1];
72984 #    int level1[1];
72985 #    short level2[1 << 7];
72986 #    /*unsigned*/ int level3[7 << 4];
72987 #  }
72988
72989 File: ./lib/unictype/pr_id_continue.c
72990 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
72991 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
72992 License: LGPL-3+ 
72993 Licence_Text: 
72994 #Header: 
72995 #/* Properties of Unicode characters.
72996 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
72997 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
72998 #
72999 #   This program is free software: you can redistribute it and/or modify it
73000 #   under the terms of the GNU Lesser General Public License as published
73001 #   by the Free Software Foundation; either version 3 of the License, or
73002 #   (at your option) any later version.
73003 #
73004 #   This program is distributed in the hope that it will be useful,
73005 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73006 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73007 #   Lesser General Public License for more details.
73008 #
73009 #   You should have received a copy of the GNU Lesser General Public License
73010
73011 File: ./lib/unictype/pr_id_continue.h
73012 Hash: 01007ffcb3d967be8893ede4c08a883363a5d6c8c763986dc52d3ebeaa9c9960
73013 Copyright: 
73014 License: 
73015 Licence_Text: 
73016 #Header: 
73017 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73018 #/* Properties of Unicode characters.  */
73019 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73020 ##define header_0 16
73021 ##define header_2 9
73022 ##define header_3 127
73023 ##define header_4 15
73024 #static const
73025 #struct
73026 #  {
73027 #    int header[1];
73028 #    int level1[15];
73029 #    short level2[4 << 7];
73030 #    /*unsigned*/ int level3[45 << 4];
73031 #  }
73032
73033 File: ./lib/unictype/pr_id_start.c
73034 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73035 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73036 License: LGPL-3+ 
73037 Licence_Text: 
73038 #Header: 
73039 #/* Properties of Unicode characters.
73040 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73041 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73042 #
73043 #   This program is free software: you can redistribute it and/or modify it
73044 #   under the terms of the GNU Lesser General Public License as published
73045 #   by the Free Software Foundation; either version 3 of the License, or
73046 #   (at your option) any later version.
73047 #
73048 #   This program is distributed in the hope that it will be useful,
73049 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73050 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73051 #   Lesser General Public License for more details.
73052 #
73053 #   You should have received a copy of the GNU Lesser General Public License
73054
73055 File: ./lib/unictype/pr_id_start.h
73056 Hash: f3e6304d698b166c87864af92aa1c1f33d8583f47df62f0ad6978bcd04f20d66
73057 Copyright: 
73058 License: 
73059 Licence_Text: 
73060 #Header: 
73061 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73062 #/* Properties of Unicode characters.  */
73063 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73064 ##define header_0 16
73065 ##define header_2 9
73066 ##define header_3 127
73067 ##define header_4 15
73068 #static const
73069 #struct
73070 #  {
73071 #    int header[1];
73072 #    int level1[3];
73073 #    short level2[3 << 7];
73074 #    /*unsigned*/ int level3[42 << 4];
73075 #  }
73076
73077 File: ./lib/unictype/pr_ideographic.c
73078 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73079 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73080 License: LGPL-3+ 
73081 Licence_Text: 
73082 #Header: 
73083 #/* Properties of Unicode characters.
73084 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73085 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73086 #
73087 #   This program is free software: you can redistribute it and/or modify it
73088 #   under the terms of the GNU Lesser General Public License as published
73089 #   by the Free Software Foundation; either version 3 of the License, or
73090 #   (at your option) any later version.
73091 #
73092 #   This program is distributed in the hope that it will be useful,
73093 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73094 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73095 #   Lesser General Public License for more details.
73096 #
73097 #   You should have received a copy of the GNU Lesser General Public License
73098
73099 File: ./lib/unictype/pr_ideographic.h
73100 Hash: 91d9bdf96ea6ddc4acbc5e4dba0610a5f9dd7cf5121431e1d34dafbe7e715f36
73101 Copyright: 
73102 License: 
73103 Licence_Text: 
73104 #Header: 
73105 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73106 #/* Properties of Unicode characters.  */
73107 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73108 ##define header_0 16
73109 ##define header_2 9
73110 ##define header_3 127
73111 ##define header_4 15
73112 #static const
73113 #struct
73114 #  {
73115 #    int header[1];
73116 #    int level1[3];
73117 #    short level2[2 << 7];
73118 #    /*unsigned*/ int level3[8 << 4];
73119 #  }
73120
73121 File: ./lib/unictype/pr_ids_binary_operator.c
73122 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73123 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73124 License: LGPL-3+ 
73125 Licence_Text: 
73126 #Header: 
73127 #/* Properties of Unicode characters.
73128 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73129 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73130 #
73131 #   This program is free software: you can redistribute it and/or modify it
73132 #   under the terms of the GNU Lesser General Public License as published
73133 #   by the Free Software Foundation; either version 3 of the License, or
73134 #   (at your option) any later version.
73135 #
73136 #   This program is distributed in the hope that it will be useful,
73137 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73138 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73139 #   Lesser General Public License for more details.
73140 #
73141 #   You should have received a copy of the GNU Lesser General Public License
73142
73143 File: ./lib/unictype/pr_ids_binary_operator.h
73144 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
73145 Copyright: 
73146 License: 
73147 Licence_Text: 
73148 #Header: 
73149 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73150 #/* Properties of Unicode characters.  */
73151 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73152 ##define header_0 16
73153 ##define header_2 9
73154 ##define header_3 127
73155 ##define header_4 15
73156 #static const
73157 #struct
73158 #  {
73159 #    int header[1];
73160 #    int level1[1];
73161 #    short level2[1 << 7];
73162 #    /*unsigned*/ int level3[1 << 4];
73163 #  }
73164
73165 File: ./lib/unictype/pr_ids_trinary_operator.c
73166 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73167 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73168 License: LGPL-3+ 
73169 Licence_Text: 
73170 #Header: 
73171 #/* Properties of Unicode characters.
73172 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73173 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73174 #
73175 #   This program is free software: you can redistribute it and/or modify it
73176 #   under the terms of the GNU Lesser General Public License as published
73177 #   by the Free Software Foundation; either version 3 of the License, or
73178 #   (at your option) any later version.
73179 #
73180 #   This program is distributed in the hope that it will be useful,
73181 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73182 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73183 #   Lesser General Public License for more details.
73184 #
73185 #   You should have received a copy of the GNU Lesser General Public License
73186
73187 File: ./lib/unictype/pr_ids_trinary_operator.h
73188 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
73189 Copyright: 
73190 License: 
73191 Licence_Text: 
73192 #Header: 
73193 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73194 #/* Properties of Unicode characters.  */
73195 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73196 ##define header_0 16
73197 ##define header_2 9
73198 ##define header_3 127
73199 ##define header_4 15
73200 #static const
73201 #struct
73202 #  {
73203 #    int header[1];
73204 #    int level1[1];
73205 #    short level2[1 << 7];
73206 #    /*unsigned*/ int level3[1 << 4];
73207 #  }
73208
73209 File: ./lib/unictype/pr_ignorable_control.c
73210 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73211 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73212 License: LGPL-3+ 
73213 Licence_Text: 
73214 #Header: 
73215 #/* Properties of Unicode characters.
73216 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73217 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73218 #
73219 #   This program is free software: you can redistribute it and/or modify it
73220 #   under the terms of the GNU Lesser General Public License as published
73221 #   by the Free Software Foundation; either version 3 of the License, or
73222 #   (at your option) any later version.
73223 #
73224 #   This program is distributed in the hope that it will be useful,
73225 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73226 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73227 #   Lesser General Public License for more details.
73228 #
73229 #   You should have received a copy of the GNU Lesser General Public License
73230
73231 File: ./lib/unictype/pr_ignorable_control.h
73232 Hash: 4e8491a63822621864c4f7db52ace106cacabe967ff176a405fbec74caced893
73233 Copyright: 
73234 License: 
73235 Licence_Text: 
73236 #Header: 
73237 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73238 #/* Properties of Unicode characters.  */
73239 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73240 ##define header_0 16
73241 ##define header_2 9
73242 ##define header_3 127
73243 ##define header_4 15
73244 #static const
73245 #struct
73246 #  {
73247 #    int header[1];
73248 #    int level1[15];
73249 #    short level2[3 << 7];
73250 #    /*unsigned*/ int level3[7 << 4];
73251 #  }
73252
73253 File: ./lib/unictype/pr_iso_control.c
73254 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73255 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73256 License: LGPL-3+ 
73257 Licence_Text: 
73258 #Header: 
73259 #/* Properties of Unicode characters.
73260 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73261 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73262 #
73263 #   This program is free software: you can redistribute it and/or modify it
73264 #   under the terms of the GNU Lesser General Public License as published
73265 #   by the Free Software Foundation; either version 3 of the License, or
73266 #   (at your option) any later version.
73267 #
73268 #   This program is distributed in the hope that it will be useful,
73269 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73270 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73271 #   Lesser General Public License for more details.
73272 #
73273 #   You should have received a copy of the GNU Lesser General Public License
73274
73275 File: ./lib/unictype/pr_iso_control.h
73276 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
73277 Copyright: 
73278 License: 
73279 Licence_Text: 
73280 #Header: 
73281 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73282 #/* Properties of Unicode characters.  */
73283 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73284 ##define header_0 16
73285 ##define header_2 9
73286 ##define header_3 127
73287 ##define header_4 15
73288 #static const
73289 #struct
73290 #  {
73291 #    int header[1];
73292 #    int level1[1];
73293 #    short level2[1 << 7];
73294 #    /*unsigned*/ int level3[1 << 4];
73295 #  }
73296
73297 File: ./lib/unictype/pr_join_control.c
73298 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73299 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73300 License: LGPL-3+ 
73301 Licence_Text: 
73302 #Header: 
73303 #/* Properties of Unicode characters.
73304 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73305 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73306 #
73307 #   This program is free software: you can redistribute it and/or modify it
73308 #   under the terms of the GNU Lesser General Public License as published
73309 #   by the Free Software Foundation; either version 3 of the License, or
73310 #   (at your option) any later version.
73311 #
73312 #   This program is distributed in the hope that it will be useful,
73313 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73314 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73315 #   Lesser General Public License for more details.
73316 #
73317 #   You should have received a copy of the GNU Lesser General Public License
73318
73319 File: ./lib/unictype/pr_join_control.h
73320 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
73321 Copyright: 
73322 License: 
73323 Licence_Text: 
73324 #Header: 
73325 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73326 #/* Properties of Unicode characters.  */
73327 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73328 ##define header_0 16
73329 ##define header_2 9
73330 ##define header_3 127
73331 ##define header_4 15
73332 #static const
73333 #struct
73334 #  {
73335 #    int header[1];
73336 #    int level1[1];
73337 #    short level2[1 << 7];
73338 #    /*unsigned*/ int level3[1 << 4];
73339 #  }
73340
73341 File: ./lib/unictype/pr_left_of_pair.c
73342 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73343 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73344 License: LGPL-3+ 
73345 Licence_Text: 
73346 #Header: 
73347 #/* Properties of Unicode characters.
73348 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73349 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73350 #
73351 #   This program is free software: you can redistribute it and/or modify it
73352 #   under the terms of the GNU Lesser General Public License as published
73353 #   by the Free Software Foundation; either version 3 of the License, or
73354 #   (at your option) any later version.
73355 #
73356 #   This program is distributed in the hope that it will be useful,
73357 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73358 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73359 #   Lesser General Public License for more details.
73360 #
73361 #   You should have received a copy of the GNU Lesser General Public License
73362
73363 File: ./lib/unictype/pr_left_of_pair.h
73364 Hash: ebe02ad17a4e4371c42838e5563c2d78367ad4ea35d50417263a80cfb64bde01
73365 Copyright: 
73366 License: 
73367 Licence_Text: 
73368 #Header: 
73369 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73370 #/* Properties of Unicode characters.  */
73371 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73372 ##define header_0 16
73373 ##define header_2 9
73374 ##define header_3 127
73375 ##define header_4 15
73376 #static const
73377 #struct
73378 #  {
73379 #    int header[1];
73380 #    int level1[1];
73381 #    short level2[1 << 7];
73382 #    /*unsigned*/ int level3[8 << 4];
73383 #  }
73384
73385 File: ./lib/unictype/pr_line_separator.c
73386 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73387 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73388 License: LGPL-3+ 
73389 Licence_Text: 
73390 #Header: 
73391 #/* Properties of Unicode characters.
73392 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73393 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73394 #
73395 #   This program is free software: you can redistribute it and/or modify it
73396 #   under the terms of the GNU Lesser General Public License as published
73397 #   by the Free Software Foundation; either version 3 of the License, or
73398 #   (at your option) any later version.
73399 #
73400 #   This program is distributed in the hope that it will be useful,
73401 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73402 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73403 #   Lesser General Public License for more details.
73404 #
73405 #   You should have received a copy of the GNU Lesser General Public License
73406
73407 File: ./lib/unictype/pr_line_separator.h
73408 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
73409 Copyright: 
73410 License: 
73411 Licence_Text: 
73412 #Header: 
73413 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73414 #/* Properties of Unicode characters.  */
73415 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73416 ##define header_0 16
73417 ##define header_2 9
73418 ##define header_3 127
73419 ##define header_4 15
73420 #static const
73421 #struct
73422 #  {
73423 #    int header[1];
73424 #    int level1[1];
73425 #    short level2[1 << 7];
73426 #    /*unsigned*/ int level3[1 << 4];
73427 #  }
73428
73429 File: ./lib/unictype/pr_logical_order_exception.c
73430 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73431 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73432 License: LGPL-3+ 
73433 Licence_Text: 
73434 #Header: 
73435 #/* Properties of Unicode characters.
73436 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73437 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73438 #
73439 #   This program is free software: you can redistribute it and/or modify it
73440 #   under the terms of the GNU Lesser General Public License as published
73441 #   by the Free Software Foundation; either version 3 of the License, or
73442 #   (at your option) any later version.
73443 #
73444 #   This program is distributed in the hope that it will be useful,
73445 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73446 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73447 #   Lesser General Public License for more details.
73448 #
73449 #   You should have received a copy of the GNU Lesser General Public License
73450
73451 File: ./lib/unictype/pr_logical_order_exception.h
73452 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
73453 Copyright: 
73454 License: 
73455 Licence_Text: 
73456 #Header: 
73457 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73458 #/* Properties of Unicode characters.  */
73459 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73460 ##define header_0 16
73461 ##define header_2 9
73462 ##define header_3 127
73463 ##define header_4 15
73464 #static const
73465 #struct
73466 #  {
73467 #    int header[1];
73468 #    int level1[1];
73469 #    short level2[1 << 7];
73470 #    /*unsigned*/ int level3[1 << 4];
73471 #  }
73472
73473 File: ./lib/unictype/pr_lowercase.c
73474 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73475 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73476 License: LGPL-3+ 
73477 Licence_Text: 
73478 #Header: 
73479 #/* Properties of Unicode characters.
73480 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73481 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73482 #
73483 #   This program is free software: you can redistribute it and/or modify it
73484 #   under the terms of the GNU Lesser General Public License as published
73485 #   by the Free Software Foundation; either version 3 of the License, or
73486 #   (at your option) any later version.
73487 #
73488 #   This program is distributed in the hope that it will be useful,
73489 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73490 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73491 #   Lesser General Public License for more details.
73492 #
73493 #   You should have received a copy of the GNU Lesser General Public License
73494
73495 File: ./lib/unictype/pr_lowercase.h
73496 Hash: c49d818a753284b69b8292112ec7829b4973d7c33cabb0b264bc3eb7193f2e2a
73497 Copyright: 
73498 License: 
73499 Licence_Text: 
73500 #Header: 
73501 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73502 #/* Properties of Unicode characters.  */
73503 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73504 ##define header_0 16
73505 ##define header_2 9
73506 ##define header_3 127
73507 ##define header_4 15
73508 #static const
73509 #struct
73510 #  {
73511 #    int header[1];
73512 #    int level1[2];
73513 #    short level2[2 << 7];
73514 #    /*unsigned*/ int level3[14 << 4];
73515 #  }
73516
73517 File: ./lib/unictype/pr_math.c
73518 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73519 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73520 License: LGPL-3+ 
73521 Licence_Text: 
73522 #Header: 
73523 #/* Properties of Unicode characters.
73524 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73525 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73526 #
73527 #   This program is free software: you can redistribute it and/or modify it
73528 #   under the terms of the GNU Lesser General Public License as published
73529 #   by the Free Software Foundation; either version 3 of the License, or
73530 #   (at your option) any later version.
73531 #
73532 #   This program is distributed in the hope that it will be useful,
73533 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73534 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73535 #   Lesser General Public License for more details.
73536 #
73537 #   You should have received a copy of the GNU Lesser General Public License
73538
73539 File: ./lib/unictype/pr_math.h
73540 Hash: e4feff12910a49ce0b6cd9068dce1a962abda72e0c58d2fb666992532bea1c3b
73541 Copyright: 
73542 License: 
73543 Licence_Text: 
73544 #Header: 
73545 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73546 #/* Properties of Unicode characters.  */
73547 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73548 ##define header_0 16
73549 ##define header_2 9
73550 ##define header_3 127
73551 ##define header_4 15
73552 #static const
73553 #struct
73554 #  {
73555 #    int header[1];
73556 #    int level1[2];
73557 #    short level2[2 << 7];
73558 #    /*unsigned*/ int level3[13 << 4];
73559 #  }
73560
73561 File: ./lib/unictype/pr_non_break.c
73562 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73563 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73564 License: LGPL-3+ 
73565 Licence_Text: 
73566 #Header: 
73567 #/* Properties of Unicode characters.
73568 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73569 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73570 #
73571 #   This program is free software: you can redistribute it and/or modify it
73572 #   under the terms of the GNU Lesser General Public License as published
73573 #   by the Free Software Foundation; either version 3 of the License, or
73574 #   (at your option) any later version.
73575 #
73576 #   This program is distributed in the hope that it will be useful,
73577 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73578 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73579 #   Lesser General Public License for more details.
73580 #
73581 #   You should have received a copy of the GNU Lesser General Public License
73582
73583 File: ./lib/unictype/pr_non_break.h
73584 Hash: 59925454796f8c0bd7033db35093d9df46d2762cb6bc5c963188542f562f3cdf
73585 Copyright: 
73586 License: 
73587 Licence_Text: 
73588 #Header: 
73589 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73590 #/* Properties of Unicode characters.  */
73591 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73592 ##define header_0 16
73593 ##define header_2 9
73594 ##define header_3 127
73595 ##define header_4 15
73596 #static const
73597 #struct
73598 #  {
73599 #    int header[1];
73600 #    int level1[1];
73601 #    short level2[1 << 7];
73602 #    /*unsigned*/ int level3[5 << 4];
73603 #  }
73604
73605 File: ./lib/unictype/pr_not_a_character.c
73606 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73607 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73608 License: LGPL-3+ 
73609 Licence_Text: 
73610 #Header: 
73611 #/* Properties of Unicode characters.
73612 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73613 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73614 #
73615 #   This program is free software: you can redistribute it and/or modify it
73616 #   under the terms of the GNU Lesser General Public License as published
73617 #   by the Free Software Foundation; either version 3 of the License, or
73618 #   (at your option) any later version.
73619 #
73620 #   This program is distributed in the hope that it will be useful,
73621 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73622 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73623 #   Lesser General Public License for more details.
73624 #
73625 #   You should have received a copy of the GNU Lesser General Public License
73626
73627 File: ./lib/unictype/pr_not_a_character.h
73628 Hash: 69c1881b0d0172f2bd222a8d49636e2525f8c53af810fa281b7bf91d2cfaef79
73629 Copyright: 
73630 License: 
73631 Licence_Text: 
73632 #Header: 
73633 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73634 #/* Properties of Unicode characters.  */
73635 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73636 ##define header_0 16
73637 ##define header_2 9
73638 ##define header_3 127
73639 ##define header_4 15
73640 #static const
73641 #struct
73642 #  {
73643 #    int header[1];
73644 #    int level1[17];
73645 #    short level2[2 << 7];
73646 #    /*unsigned*/ int level3[2 << 4];
73647 #  }
73648
73649 File: ./lib/unictype/pr_numeric.c
73650 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73651 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73652 License: LGPL-3+ 
73653 Licence_Text: 
73654 #Header: 
73655 #/* Properties of Unicode characters.
73656 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73657 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73658 #
73659 #   This program is free software: you can redistribute it and/or modify it
73660 #   under the terms of the GNU Lesser General Public License as published
73661 #   by the Free Software Foundation; either version 3 of the License, or
73662 #   (at your option) any later version.
73663 #
73664 #   This program is distributed in the hope that it will be useful,
73665 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73666 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73667 #   Lesser General Public License for more details.
73668 #
73669 #   You should have received a copy of the GNU Lesser General Public License
73670
73671 File: ./lib/unictype/pr_numeric.h
73672 Hash: e82cebb512f6ebca3baf39cf0cfb1d65899d1000520acb30b4c4c52fef800dba
73673 Copyright: 
73674 License: 
73675 Licence_Text: 
73676 #Header: 
73677 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73678 #/* Properties of Unicode characters.  */
73679 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73680 ##define header_0 16
73681 ##define header_2 9
73682 ##define header_3 127
73683 ##define header_4 15
73684 #static const
73685 #struct
73686 #  {
73687 #    int header[1];
73688 #    int level1[3];
73689 #    short level2[3 << 7];
73690 #    /*unsigned*/ int level3[32 << 4];
73691 #  }
73692
73693 File: ./lib/unictype/pr_other_alphabetic.c
73694 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73695 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73696 License: LGPL-3+ 
73697 Licence_Text: 
73698 #Header: 
73699 #/* Properties of Unicode characters.
73700 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73701 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73702 #
73703 #   This program is free software: you can redistribute it and/or modify it
73704 #   under the terms of the GNU Lesser General Public License as published
73705 #   by the Free Software Foundation; either version 3 of the License, or
73706 #   (at your option) any later version.
73707 #
73708 #   This program is distributed in the hope that it will be useful,
73709 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73710 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73711 #   Lesser General Public License for more details.
73712 #
73713 #   You should have received a copy of the GNU Lesser General Public License
73714
73715 File: ./lib/unictype/pr_other_alphabetic.h
73716 Hash: 6eed9d08b80ef5850bc90bf4ec966d5e32a1f13697b484b978c1984ba200e200
73717 Copyright: 
73718 License: 
73719 Licence_Text: 
73720 #Header: 
73721 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73722 #/* Properties of Unicode characters.  */
73723 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73724 ##define header_0 16
73725 ##define header_2 9
73726 ##define header_3 127
73727 ##define header_4 15
73728 #static const
73729 #struct
73730 #  {
73731 #    int header[1];
73732 #    int level1[2];
73733 #    short level2[2 << 7];
73734 #    /*unsigned*/ int level3[19 << 4];
73735 #  }
73736
73737 File: ./lib/unictype/pr_other_default_ignorable_code_point.c
73738 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73739 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73740 License: LGPL-3+ 
73741 Licence_Text: 
73742 #Header: 
73743 #/* Properties of Unicode characters.
73744 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73745 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73746 #
73747 #   This program is free software: you can redistribute it and/or modify it
73748 #   under the terms of the GNU Lesser General Public License as published
73749 #   by the Free Software Foundation; either version 3 of the License, or
73750 #   (at your option) any later version.
73751 #
73752 #   This program is distributed in the hope that it will be useful,
73753 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73754 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73755 #   Lesser General Public License for more details.
73756 #
73757 #   You should have received a copy of the GNU Lesser General Public License
73758
73759 File: ./lib/unictype/pr_other_default_ignorable_code_point.h
73760 Hash: 670e3738c51a7b91634167670f9f9f7d24237d3bc2d1def297357bed948de48e
73761 Copyright: 
73762 License: 
73763 Licence_Text: 
73764 #Header: 
73765 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73766 #/* Properties of Unicode characters.  */
73767 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73768 ##define header_0 16
73769 ##define header_2 9
73770 ##define header_3 127
73771 ##define header_4 15
73772 #static const
73773 #struct
73774 #  {
73775 #    int header[1];
73776 #    int level1[15];
73777 #    short level2[2 << 7];
73778 #    /*unsigned*/ int level3[7 << 4];
73779 #  }
73780
73781 File: ./lib/unictype/pr_other_grapheme_extend.c
73782 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73783 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73784 License: LGPL-3+ 
73785 Licence_Text: 
73786 #Header: 
73787 #/* Properties of Unicode characters.
73788 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73789 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73790 #
73791 #   This program is free software: you can redistribute it and/or modify it
73792 #   under the terms of the GNU Lesser General Public License as published
73793 #   by the Free Software Foundation; either version 3 of the License, or
73794 #   (at your option) any later version.
73795 #
73796 #   This program is distributed in the hope that it will be useful,
73797 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73798 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73799 #   Lesser General Public License for more details.
73800 #
73801 #   You should have received a copy of the GNU Lesser General Public License
73802
73803 File: ./lib/unictype/pr_other_grapheme_extend.h
73804 Hash: 9aa2474131882b3c150f9bd76ef13f46fcac63b97810c8540bc226612fd6cff7
73805 Copyright: 
73806 License: 
73807 Licence_Text: 
73808 #Header: 
73809 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73810 #/* Properties of Unicode characters.  */
73811 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73812 ##define header_0 16
73813 ##define header_2 9
73814 ##define header_3 127
73815 ##define header_4 15
73816 #static const
73817 #struct
73818 #  {
73819 #    int header[1];
73820 #    int level1[2];
73821 #    short level2[2 << 7];
73822 #    /*unsigned*/ int level3[6 << 4];
73823 #  }
73824
73825 File: ./lib/unictype/pr_other_id_continue.c
73826 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73827 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73828 License: LGPL-3+ 
73829 Licence_Text: 
73830 #Header: 
73831 #/* Properties of Unicode characters.
73832 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73833 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73834 #
73835 #   This program is free software: you can redistribute it and/or modify it
73836 #   under the terms of the GNU Lesser General Public License as published
73837 #   by the Free Software Foundation; either version 3 of the License, or
73838 #   (at your option) any later version.
73839 #
73840 #   This program is distributed in the hope that it will be useful,
73841 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73842 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73843 #   Lesser General Public License for more details.
73844 #
73845 #   You should have received a copy of the GNU Lesser General Public License
73846
73847 File: ./lib/unictype/pr_other_id_continue.h
73848 Hash: 68dddcca5a9cf7a98b19f1dbcf36daedc23cbb189126ba3d560fc72cadddf7e1
73849 Copyright: 
73850 License: 
73851 Licence_Text: 
73852 #Header: 
73853 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73854 #/* Properties of Unicode characters.  */
73855 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73856 ##define header_0 16
73857 ##define header_2 9
73858 ##define header_3 127
73859 ##define header_4 15
73860 #static const
73861 #struct
73862 #  {
73863 #    int header[1];
73864 #    int level1[1];
73865 #    short level2[1 << 7];
73866 #    /*unsigned*/ int level3[3 << 4];
73867 #  }
73868
73869 File: ./lib/unictype/pr_other_id_start.c
73870 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73871 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73872 License: LGPL-3+ 
73873 Licence_Text: 
73874 #Header: 
73875 #/* Properties of Unicode characters.
73876 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73877 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73878 #
73879 #   This program is free software: you can redistribute it and/or modify it
73880 #   under the terms of the GNU Lesser General Public License as published
73881 #   by the Free Software Foundation; either version 3 of the License, or
73882 #   (at your option) any later version.
73883 #
73884 #   This program is distributed in the hope that it will be useful,
73885 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73886 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73887 #   Lesser General Public License for more details.
73888 #
73889 #   You should have received a copy of the GNU Lesser General Public License
73890
73891 File: ./lib/unictype/pr_other_id_start.h
73892 Hash: e88a368992dc725f22bce97fa9d12c447f6656c5436fb5332132fbd66b7b60cb
73893 Copyright: 
73894 License: 
73895 Licence_Text: 
73896 #Header: 
73897 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73898 #/* Properties of Unicode characters.  */
73899 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73900 ##define header_0 16
73901 ##define header_2 9
73902 ##define header_3 127
73903 ##define header_4 15
73904 #static const
73905 #struct
73906 #  {
73907 #    int header[1];
73908 #    int level1[1];
73909 #    short level2[1 << 7];
73910 #    /*unsigned*/ int level3[2 << 4];
73911 #  }
73912
73913 File: ./lib/unictype/pr_other_lowercase.c
73914 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73915 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73916 License: LGPL-3+ 
73917 Licence_Text: 
73918 #Header: 
73919 #/* Properties of Unicode characters.
73920 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73921 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73922 #
73923 #   This program is free software: you can redistribute it and/or modify it
73924 #   under the terms of the GNU Lesser General Public License as published
73925 #   by the Free Software Foundation; either version 3 of the License, or
73926 #   (at your option) any later version.
73927 #
73928 #   This program is distributed in the hope that it will be useful,
73929 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73930 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73931 #   Lesser General Public License for more details.
73932 #
73933 #   You should have received a copy of the GNU Lesser General Public License
73934
73935 File: ./lib/unictype/pr_other_lowercase.h
73936 Hash: d5edc016b278de0f7e45c4b97282e69eeaa7e2dcf8ccdf80305e0631a2265331
73937 Copyright: 
73938 License: 
73939 Licence_Text: 
73940 #Header: 
73941 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73942 #/* Properties of Unicode characters.  */
73943 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73944 ##define header_0 16
73945 ##define header_2 9
73946 ##define header_3 127
73947 ##define header_4 15
73948 #static const
73949 #struct
73950 #  {
73951 #    int header[1];
73952 #    int level1[1];
73953 #    short level2[1 << 7];
73954 #    /*unsigned*/ int level3[6 << 4];
73955 #  }
73956
73957 File: ./lib/unictype/pr_other_math.c
73958 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
73959 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
73960 License: LGPL-3+ 
73961 Licence_Text: 
73962 #Header: 
73963 #/* Properties of Unicode characters.
73964 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
73965 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
73966 #
73967 #   This program is free software: you can redistribute it and/or modify it
73968 #   under the terms of the GNU Lesser General Public License as published
73969 #   by the Free Software Foundation; either version 3 of the License, or
73970 #   (at your option) any later version.
73971 #
73972 #   This program is distributed in the hope that it will be useful,
73973 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
73974 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73975 #   Lesser General Public License for more details.
73976 #
73977 #   You should have received a copy of the GNU Lesser General Public License
73978
73979 File: ./lib/unictype/pr_other_math.h
73980 Hash: 29e60ffb17e0d28d6faf0dabcb729b97f9ea2640083c733e9d5bb80550af024d
73981 Copyright: 
73982 License: 
73983 Licence_Text: 
73984 #Header: 
73985 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
73986 #/* Properties of Unicode characters.  */
73987 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
73988 ##define header_0 16
73989 ##define header_2 9
73990 ##define header_3 127
73991 ##define header_4 15
73992 #static const
73993 #struct
73994 #  {
73995 #    int header[1];
73996 #    int level1[2];
73997 #    short level2[2 << 7];
73998 #    /*unsigned*/ int level3[10 << 4];
73999 #  }
74000
74001 File: ./lib/unictype/pr_other_uppercase.c
74002 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74003 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74004 License: LGPL-3+ 
74005 Licence_Text: 
74006 #Header: 
74007 #/* Properties of Unicode characters.
74008 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74009 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74010 #
74011 #   This program is free software: you can redistribute it and/or modify it
74012 #   under the terms of the GNU Lesser General Public License as published
74013 #   by the Free Software Foundation; either version 3 of the License, or
74014 #   (at your option) any later version.
74015 #
74016 #   This program is distributed in the hope that it will be useful,
74017 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74018 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74019 #   Lesser General Public License for more details.
74020 #
74021 #   You should have received a copy of the GNU Lesser General Public License
74022
74023 File: ./lib/unictype/pr_other_uppercase.h
74024 Hash: e88a368992dc725f22bce97fa9d12c447f6656c5436fb5332132fbd66b7b60cb
74025 Copyright: 
74026 License: 
74027 Licence_Text: 
74028 #Header: 
74029 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74030 #/* Properties of Unicode characters.  */
74031 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74032 ##define header_0 16
74033 ##define header_2 9
74034 ##define header_3 127
74035 ##define header_4 15
74036 #static const
74037 #struct
74038 #  {
74039 #    int header[1];
74040 #    int level1[1];
74041 #    short level2[1 << 7];
74042 #    /*unsigned*/ int level3[2 << 4];
74043 #  }
74044
74045 File: ./lib/unictype/pr_paired_punctuation.c
74046 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74047 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74048 License: LGPL-3+ 
74049 Licence_Text: 
74050 #Header: 
74051 #/* Properties of Unicode characters.
74052 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74053 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74054 #
74055 #   This program is free software: you can redistribute it and/or modify it
74056 #   under the terms of the GNU Lesser General Public License as published
74057 #   by the Free Software Foundation; either version 3 of the License, or
74058 #   (at your option) any later version.
74059 #
74060 #   This program is distributed in the hope that it will be useful,
74061 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74062 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74063 #   Lesser General Public License for more details.
74064 #
74065 #   You should have received a copy of the GNU Lesser General Public License
74066
74067 File: ./lib/unictype/pr_paired_punctuation.h
74068 Hash: ebe02ad17a4e4371c42838e5563c2d78367ad4ea35d50417263a80cfb64bde01
74069 Copyright: 
74070 License: 
74071 Licence_Text: 
74072 #Header: 
74073 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74074 #/* Properties of Unicode characters.  */
74075 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74076 ##define header_0 16
74077 ##define header_2 9
74078 ##define header_3 127
74079 ##define header_4 15
74080 #static const
74081 #struct
74082 #  {
74083 #    int header[1];
74084 #    int level1[1];
74085 #    short level2[1 << 7];
74086 #    /*unsigned*/ int level3[8 << 4];
74087 #  }
74088
74089 File: ./lib/unictype/pr_paragraph_separator.c
74090 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74091 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74092 License: LGPL-3+ 
74093 Licence_Text: 
74094 #Header: 
74095 #/* Properties of Unicode characters.
74096 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74097 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74098 #
74099 #   This program is free software: you can redistribute it and/or modify it
74100 #   under the terms of the GNU Lesser General Public License as published
74101 #   by the Free Software Foundation; either version 3 of the License, or
74102 #   (at your option) any later version.
74103 #
74104 #   This program is distributed in the hope that it will be useful,
74105 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74106 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74107 #   Lesser General Public License for more details.
74108 #
74109 #   You should have received a copy of the GNU Lesser General Public License
74110
74111 File: ./lib/unictype/pr_paragraph_separator.h
74112 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
74113 Copyright: 
74114 License: 
74115 Licence_Text: 
74116 #Header: 
74117 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74118 #/* Properties of Unicode characters.  */
74119 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74120 ##define header_0 16
74121 ##define header_2 9
74122 ##define header_3 127
74123 ##define header_4 15
74124 #static const
74125 #struct
74126 #  {
74127 #    int header[1];
74128 #    int level1[1];
74129 #    short level2[1 << 7];
74130 #    /*unsigned*/ int level3[1 << 4];
74131 #  }
74132
74133 File: ./lib/unictype/pr_pattern_syntax.c
74134 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74135 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74136 License: LGPL-3+ 
74137 Licence_Text: 
74138 #Header: 
74139 #/* Properties of Unicode characters.
74140 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74141 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74142 #
74143 #   This program is free software: you can redistribute it and/or modify it
74144 #   under the terms of the GNU Lesser General Public License as published
74145 #   by the Free Software Foundation; either version 3 of the License, or
74146 #   (at your option) any later version.
74147 #
74148 #   This program is distributed in the hope that it will be useful,
74149 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74150 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74151 #   Lesser General Public License for more details.
74152 #
74153 #   You should have received a copy of the GNU Lesser General Public License
74154
74155 File: ./lib/unictype/pr_pattern_syntax.h
74156 Hash: c5b3fc81b92ffa1bd250b0226c276b501cd08b86539c80bcdd090d0968df56bc
74157 Copyright: 
74158 License: 
74159 Licence_Text: 
74160 #Header: 
74161 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74162 #/* Properties of Unicode characters.  */
74163 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74164 ##define header_0 16
74165 ##define header_2 9
74166 ##define header_3 127
74167 ##define header_4 15
74168 #static const
74169 #struct
74170 #  {
74171 #    int header[1];
74172 #    int level1[1];
74173 #    short level2[1 << 7];
74174 #    /*unsigned*/ int level3[9 << 4];
74175 #  }
74176
74177 File: ./lib/unictype/pr_pattern_white_space.c
74178 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74179 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74180 License: LGPL-3+ 
74181 Licence_Text: 
74182 #Header: 
74183 #/* Properties of Unicode characters.
74184 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74185 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74186 #
74187 #   This program is free software: you can redistribute it and/or modify it
74188 #   under the terms of the GNU Lesser General Public License as published
74189 #   by the Free Software Foundation; either version 3 of the License, or
74190 #   (at your option) any later version.
74191 #
74192 #   This program is distributed in the hope that it will be useful,
74193 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74194 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74195 #   Lesser General Public License for more details.
74196 #
74197 #   You should have received a copy of the GNU Lesser General Public License
74198
74199 File: ./lib/unictype/pr_pattern_white_space.h
74200 Hash: e88a368992dc725f22bce97fa9d12c447f6656c5436fb5332132fbd66b7b60cb
74201 Copyright: 
74202 License: 
74203 Licence_Text: 
74204 #Header: 
74205 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74206 #/* Properties of Unicode characters.  */
74207 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74208 ##define header_0 16
74209 ##define header_2 9
74210 ##define header_3 127
74211 ##define header_4 15
74212 #static const
74213 #struct
74214 #  {
74215 #    int header[1];
74216 #    int level1[1];
74217 #    short level2[1 << 7];
74218 #    /*unsigned*/ int level3[2 << 4];
74219 #  }
74220
74221 File: ./lib/unictype/pr_private_use.c
74222 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74223 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74224 License: LGPL-3+ 
74225 Licence_Text: 
74226 #Header: 
74227 #/* Properties of Unicode characters.
74228 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74229 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74230 #
74231 #   This program is free software: you can redistribute it and/or modify it
74232 #   under the terms of the GNU Lesser General Public License as published
74233 #   by the Free Software Foundation; either version 3 of the License, or
74234 #   (at your option) any later version.
74235 #
74236 #   This program is distributed in the hope that it will be useful,
74237 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74238 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74239 #   Lesser General Public License for more details.
74240 #
74241 #   You should have received a copy of the GNU Lesser General Public License
74242
74243 File: ./lib/unictype/pr_private_use.h
74244 Hash: b579ae087c5f5d39920557ccb10ed9e3e85c9a37d1579f40c7e51b7442503680
74245 Copyright: 
74246 License: 
74247 Licence_Text: 
74248 #Header: 
74249 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74250 #/* Properties of Unicode characters.  */
74251 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74252 ##define header_0 16
74253 ##define header_2 9
74254 ##define header_3 127
74255 ##define header_4 15
74256 #static const
74257 #struct
74258 #  {
74259 #    int header[1];
74260 #    int level1[17];
74261 #    short level2[2 << 7];
74262 #    /*unsigned*/ int level3[3 << 4];
74263 #  }
74264
74265 File: ./lib/unictype/pr_punctuation.c
74266 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74267 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74268 License: LGPL-3+ 
74269 Licence_Text: 
74270 #Header: 
74271 #/* Properties of Unicode characters.
74272 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74273 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74274 #
74275 #   This program is free software: you can redistribute it and/or modify it
74276 #   under the terms of the GNU Lesser General Public License as published
74277 #   by the Free Software Foundation; either version 3 of the License, or
74278 #   (at your option) any later version.
74279 #
74280 #   This program is distributed in the hope that it will be useful,
74281 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74282 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74283 #   Lesser General Public License for more details.
74284 #
74285 #   You should have received a copy of the GNU Lesser General Public License
74286
74287 File: ./lib/unictype/pr_punctuation.h
74288 Hash: 879fa687217ae7978e17cdb24937d63ed1b30c34acca5d08c249fb2aa2bec067
74289 Copyright: 
74290 License: 
74291 Licence_Text: 
74292 #Header: 
74293 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74294 #/* Properties of Unicode characters.  */
74295 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74296 ##define header_0 16
74297 ##define header_2 9
74298 ##define header_3 127
74299 ##define header_4 15
74300 #static const
74301 #struct
74302 #  {
74303 #    int header[1];
74304 #    int level1[2];
74305 #    short level2[2 << 7];
74306 #    /*unsigned*/ int level3[30 << 4];
74307 #  }
74308
74309 File: ./lib/unictype/pr_quotation_mark.c
74310 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74311 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74312 License: LGPL-3+ 
74313 Licence_Text: 
74314 #Header: 
74315 #/* Properties of Unicode characters.
74316 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74317 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74318 #
74319 #   This program is free software: you can redistribute it and/or modify it
74320 #   under the terms of the GNU Lesser General Public License as published
74321 #   by the Free Software Foundation; either version 3 of the License, or
74322 #   (at your option) any later version.
74323 #
74324 #   This program is distributed in the hope that it will be useful,
74325 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74326 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74327 #   Lesser General Public License for more details.
74328 #
74329 #   You should have received a copy of the GNU Lesser General Public License
74330
74331 File: ./lib/unictype/pr_quotation_mark.h
74332 Hash: b70da0081e6b42dc766f001cbfa62dec20eeb862ab59032c685a318f3eacc04c
74333 Copyright: 
74334 License: 
74335 Licence_Text: 
74336 #Header: 
74337 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74338 #/* Properties of Unicode characters.  */
74339 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74340 ##define header_0 16
74341 ##define header_2 9
74342 ##define header_3 127
74343 ##define header_4 15
74344 #static const
74345 #struct
74346 #  {
74347 #    int header[1];
74348 #    int level1[1];
74349 #    short level2[1 << 7];
74350 #    /*unsigned*/ int level3[4 << 4];
74351 #  }
74352
74353 File: ./lib/unictype/pr_radical.c
74354 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74355 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74356 License: LGPL-3+ 
74357 Licence_Text: 
74358 #Header: 
74359 #/* Properties of Unicode characters.
74360 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74361 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74362 #
74363 #   This program is free software: you can redistribute it and/or modify it
74364 #   under the terms of the GNU Lesser General Public License as published
74365 #   by the Free Software Foundation; either version 3 of the License, or
74366 #   (at your option) any later version.
74367 #
74368 #   This program is distributed in the hope that it will be useful,
74369 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74370 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74371 #   Lesser General Public License for more details.
74372 #
74373 #   You should have received a copy of the GNU Lesser General Public License
74374
74375 File: ./lib/unictype/pr_radical.h
74376 Hash: 4132f65926eca2ec6bed0a2c3363444a4afb01546f214470cc8a21c8f803d4e2
74377 Copyright: 
74378 License: 
74379 Licence_Text: 
74380 #Header: 
74381 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74382 #/* Properties of Unicode characters.  */
74383 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74384 ##define header_0 16
74385 ##define header_2 9
74386 ##define header_3 127
74387 ##define header_4 15
74388 #static const
74389 #struct
74390 #  {
74391 #    int header[1];
74392 #    int level1[1];
74393 #    short level2[1 << 7];
74394 #    /*unsigned*/ int level3[1 << 4];
74395 #  }
74396
74397 File: ./lib/unictype/pr_sentence_terminal.c
74398 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74399 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74400 License: LGPL-3+ 
74401 Licence_Text: 
74402 #Header: 
74403 #/* Properties of Unicode characters.
74404 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74405 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74406 #
74407 #   This program is free software: you can redistribute it and/or modify it
74408 #   under the terms of the GNU Lesser General Public License as published
74409 #   by the Free Software Foundation; either version 3 of the License, or
74410 #   (at your option) any later version.
74411 #
74412 #   This program is distributed in the hope that it will be useful,
74413 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74414 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74415 #   Lesser General Public License for more details.
74416 #
74417 #   You should have received a copy of the GNU Lesser General Public License
74418
74419 File: ./lib/unictype/pr_sentence_terminal.h
74420 Hash: ba2398b9115f8b18f76d9aacaa96041ae918a63b2834f16d66e586276b3b6afd
74421 Copyright: 
74422 License: 
74423 Licence_Text: 
74424 #Header: 
74425 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74426 #/* Properties of Unicode characters.  */
74427 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74428 ##define header_0 16
74429 ##define header_2 9
74430 ##define header_3 127
74431 ##define header_4 15
74432 #static const
74433 #struct
74434 #  {
74435 #    int header[1];
74436 #    int level1[1];
74437 #    short level2[1 << 7];
74438 #    /*unsigned*/ int level3[17 << 4];
74439 #  }
74440
74441 File: ./lib/unictype/pr_soft_dotted.c
74442 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74443 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74444 License: LGPL-3+ 
74445 Licence_Text: 
74446 #Header: 
74447 #/* Properties of Unicode characters.
74448 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74449 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74450 #
74451 #   This program is free software: you can redistribute it and/or modify it
74452 #   under the terms of the GNU Lesser General Public License as published
74453 #   by the Free Software Foundation; either version 3 of the License, or
74454 #   (at your option) any later version.
74455 #
74456 #   This program is distributed in the hope that it will be useful,
74457 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74458 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74459 #   Lesser General Public License for more details.
74460 #
74461 #   You should have received a copy of the GNU Lesser General Public License
74462
74463 File: ./lib/unictype/pr_soft_dotted.h
74464 Hash: e3be529d661a64a49d7bbf83e3193bc6364b0dc4099adf02db4ea3c0a48fe4a0
74465 Copyright: 
74466 License: 
74467 Licence_Text: 
74468 #Header: 
74469 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74470 #/* Properties of Unicode characters.  */
74471 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74472 ##define header_0 16
74473 ##define header_2 9
74474 ##define header_3 127
74475 ##define header_4 15
74476 #static const
74477 #struct
74478 #  {
74479 #    int header[1];
74480 #    int level1[2];
74481 #    short level2[2 << 7];
74482 #    /*unsigned*/ int level3[9 << 4];
74483 #  }
74484
74485 File: ./lib/unictype/pr_space.c
74486 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74487 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74488 License: LGPL-3+ 
74489 Licence_Text: 
74490 #Header: 
74491 #/* Properties of Unicode characters.
74492 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74493 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74494 #
74495 #   This program is free software: you can redistribute it and/or modify it
74496 #   under the terms of the GNU Lesser General Public License as published
74497 #   by the Free Software Foundation; either version 3 of the License, or
74498 #   (at your option) any later version.
74499 #
74500 #   This program is distributed in the hope that it will be useful,
74501 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74502 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74503 #   Lesser General Public License for more details.
74504 #
74505 #   You should have received a copy of the GNU Lesser General Public License
74506
74507 File: ./lib/unictype/pr_space.h
74508 Hash: 59925454796f8c0bd7033db35093d9df46d2762cb6bc5c963188542f562f3cdf
74509 Copyright: 
74510 License: 
74511 Licence_Text: 
74512 #Header: 
74513 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74514 #/* Properties of Unicode characters.  */
74515 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74516 ##define header_0 16
74517 ##define header_2 9
74518 ##define header_3 127
74519 ##define header_4 15
74520 #static const
74521 #struct
74522 #  {
74523 #    int header[1];
74524 #    int level1[1];
74525 #    short level2[1 << 7];
74526 #    /*unsigned*/ int level3[5 << 4];
74527 #  }
74528
74529 File: ./lib/unictype/pr_terminal_punctuation.c
74530 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74531 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74532 License: LGPL-3+ 
74533 Licence_Text: 
74534 #Header: 
74535 #/* Properties of Unicode characters.
74536 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74537 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74538 #
74539 #   This program is free software: you can redistribute it and/or modify it
74540 #   under the terms of the GNU Lesser General Public License as published
74541 #   by the Free Software Foundation; either version 3 of the License, or
74542 #   (at your option) any later version.
74543 #
74544 #   This program is distributed in the hope that it will be useful,
74545 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74546 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74547 #   Lesser General Public License for more details.
74548 #
74549 #   You should have received a copy of the GNU Lesser General Public License
74550
74551 File: ./lib/unictype/pr_terminal_punctuation.h
74552 Hash: 8a1e71d67eab269ce9dc3e2893389f951c1c2a7c64c1f722df6206f210ee662c
74553 Copyright: 
74554 License: 
74555 Licence_Text: 
74556 #Header: 
74557 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74558 #/* Properties of Unicode characters.  */
74559 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74560 ##define header_0 16
74561 ##define header_2 9
74562 ##define header_3 127
74563 ##define header_4 15
74564 #static const
74565 #struct
74566 #  {
74567 #    int header[1];
74568 #    int level1[2];
74569 #    short level2[2 << 7];
74570 #    /*unsigned*/ int level3[22 << 4];
74571 #  }
74572
74573 File: ./lib/unictype/pr_test.c
74574 Hash: 1f771b18097da3eb006ae20cb5d9a4088eae2d181a611500ba400e2d8ec2df5d
74575 Copyright: 2002, 2005-2007 Free Software Foundation, Inc
74576 License: LGPL-3+ 
74577 Licence_Text: 
74578 #Header: 
74579 #/* Properties of Unicode characters.
74580 #   Copyright (C) 2002, 2005-2007 Free Software Foundation, Inc.
74581 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74582 #
74583 #   This program is free software: you can redistribute it and/or modify it
74584 #   under the terms of the GNU Lesser General Public License as published
74585 #   by the Free Software Foundation; either version 3 of the License, or
74586 #   (at your option) any later version.
74587 #
74588 #   This program is distributed in the hope that it will be useful,
74589 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74590 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74591 #   Lesser General Public License for more details.
74592 #
74593 #   You should have received a copy of the GNU Lesser General Public License
74594
74595 File: ./lib/unictype/pr_titlecase.c
74596 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74597 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74598 License: LGPL-3+ 
74599 Licence_Text: 
74600 #Header: 
74601 #/* Properties of Unicode characters.
74602 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74603 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74604 #
74605 #   This program is free software: you can redistribute it and/or modify it
74606 #   under the terms of the GNU Lesser General Public License as published
74607 #   by the Free Software Foundation; either version 3 of the License, or
74608 #   (at your option) any later version.
74609 #
74610 #   This program is distributed in the hope that it will be useful,
74611 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74612 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74613 #   Lesser General Public License for more details.
74614 #
74615 #   You should have received a copy of the GNU Lesser General Public License
74616
74617 File: ./lib/unictype/pr_titlecase.h
74618 Hash: e88a368992dc725f22bce97fa9d12c447f6656c5436fb5332132fbd66b7b60cb
74619 Copyright: 
74620 License: 
74621 Licence_Text: 
74622 #Header: 
74623 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74624 #/* Properties of Unicode characters.  */
74625 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74626 ##define header_0 16
74627 ##define header_2 9
74628 ##define header_3 127
74629 ##define header_4 15
74630 #static const
74631 #struct
74632 #  {
74633 #    int header[1];
74634 #    int level1[1];
74635 #    short level2[1 << 7];
74636 #    /*unsigned*/ int level3[2 << 4];
74637 #  }
74638
74639 File: ./lib/unictype/pr_unassigned_code_value.c
74640 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74641 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74642 License: LGPL-3+ 
74643 Licence_Text: 
74644 #Header: 
74645 #/* Properties of Unicode characters.
74646 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74647 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74648 #
74649 #   This program is free software: you can redistribute it and/or modify it
74650 #   under the terms of the GNU Lesser General Public License as published
74651 #   by the Free Software Foundation; either version 3 of the License, or
74652 #   (at your option) any later version.
74653 #
74654 #   This program is distributed in the hope that it will be useful,
74655 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74656 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74657 #   Lesser General Public License for more details.
74658 #
74659 #   You should have received a copy of the GNU Lesser General Public License
74660
74661 File: ./lib/unictype/pr_unassigned_code_value.h
74662 Hash: d60cbdaeaf6f4a9135cbd2ec2066e26df90bf74818e2fb55771b0ea03d148c4a
74663 Copyright: 
74664 License: 
74665 Licence_Text: 
74666 #Header: 
74667 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74668 #/* Properties of Unicode characters.  */
74669 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74670 ##define header_0 16
74671 ##define header_2 9
74672 ##define header_3 127
74673 ##define header_4 15
74674 #static const
74675 #struct
74676 #  {
74677 #    int header[1];
74678 #    int level1[15];
74679 #    short level2[5 << 7];
74680 #    /*unsigned*/ int level3[51 << 4];
74681 #  }
74682
74683 File: ./lib/unictype/pr_unified_ideograph.c
74684 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74685 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74686 License: LGPL-3+ 
74687 Licence_Text: 
74688 #Header: 
74689 #/* Properties of Unicode characters.
74690 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74691 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74692 #
74693 #   This program is free software: you can redistribute it and/or modify it
74694 #   under the terms of the GNU Lesser General Public License as published
74695 #   by the Free Software Foundation; either version 3 of the License, or
74696 #   (at your option) any later version.
74697 #
74698 #   This program is distributed in the hope that it will be useful,
74699 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74700 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74701 #   Lesser General Public License for more details.
74702 #
74703 #   You should have received a copy of the GNU Lesser General Public License
74704
74705 File: ./lib/unictype/pr_unified_ideograph.h
74706 Hash: 4429500f5e5676e777499ce11cef619f91b5e880a9dabd1669bca41d0718d5f8
74707 Copyright: 
74708 License: 
74709 Licence_Text: 
74710 #Header: 
74711 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74712 #/* Properties of Unicode characters.  */
74713 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74714 ##define header_0 16
74715 ##define header_2 9
74716 ##define header_3 127
74717 ##define header_4 15
74718 #static const
74719 #struct
74720 #  {
74721 #    int header[1];
74722 #    int level1[3];
74723 #    short level2[2 << 7];
74724 #    /*unsigned*/ int level3[5 << 4];
74725 #  }
74726
74727 File: ./lib/unictype/pr_uppercase.c
74728 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74729 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74730 License: LGPL-3+ 
74731 Licence_Text: 
74732 #Header: 
74733 #/* Properties of Unicode characters.
74734 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74735 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74736 #
74737 #   This program is free software: you can redistribute it and/or modify it
74738 #   under the terms of the GNU Lesser General Public License as published
74739 #   by the Free Software Foundation; either version 3 of the License, or
74740 #   (at your option) any later version.
74741 #
74742 #   This program is distributed in the hope that it will be useful,
74743 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74744 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74745 #   Lesser General Public License for more details.
74746 #
74747 #   You should have received a copy of the GNU Lesser General Public License
74748
74749 File: ./lib/unictype/pr_uppercase.h
74750 Hash: e4feff12910a49ce0b6cd9068dce1a962abda72e0c58d2fb666992532bea1c3b
74751 Copyright: 
74752 License: 
74753 Licence_Text: 
74754 #Header: 
74755 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74756 #/* Properties of Unicode characters.  */
74757 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74758 ##define header_0 16
74759 ##define header_2 9
74760 ##define header_3 127
74761 ##define header_4 15
74762 #static const
74763 #struct
74764 #  {
74765 #    int header[1];
74766 #    int level1[2];
74767 #    short level2[2 << 7];
74768 #    /*unsigned*/ int level3[13 << 4];
74769 #  }
74770
74771 File: ./lib/unictype/pr_variation_selector.c
74772 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74773 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74774 License: LGPL-3+ 
74775 Licence_Text: 
74776 #Header: 
74777 #/* Properties of Unicode characters.
74778 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74779 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74780 #
74781 #   This program is free software: you can redistribute it and/or modify it
74782 #   under the terms of the GNU Lesser General Public License as published
74783 #   by the Free Software Foundation; either version 3 of the License, or
74784 #   (at your option) any later version.
74785 #
74786 #   This program is distributed in the hope that it will be useful,
74787 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74788 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74789 #   Lesser General Public License for more details.
74790 #
74791 #   You should have received a copy of the GNU Lesser General Public License
74792
74793 File: ./lib/unictype/pr_variation_selector.h
74794 Hash: abe47e0d33a6fde0c278a443c6255038d6cea6574c38f56dd5d7c1a4fd4a91ec
74795 Copyright: 
74796 License: 
74797 Licence_Text: 
74798 #Header: 
74799 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74800 #/* Properties of Unicode characters.  */
74801 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74802 ##define header_0 16
74803 ##define header_2 9
74804 ##define header_3 127
74805 ##define header_4 15
74806 #static const
74807 #struct
74808 #  {
74809 #    int header[1];
74810 #    int level1[15];
74811 #    short level2[2 << 7];
74812 #    /*unsigned*/ int level3[3 << 4];
74813 #  }
74814
74815 File: ./lib/unictype/pr_white_space.c
74816 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74817 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74818 License: LGPL-3+ 
74819 Licence_Text: 
74820 #Header: 
74821 #/* Properties of Unicode characters.
74822 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74823 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74824 #
74825 #   This program is free software: you can redistribute it and/or modify it
74826 #   under the terms of the GNU Lesser General Public License as published
74827 #   by the Free Software Foundation; either version 3 of the License, or
74828 #   (at your option) any later version.
74829 #
74830 #   This program is distributed in the hope that it will be useful,
74831 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74832 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74833 #   Lesser General Public License for more details.
74834 #
74835 #   You should have received a copy of the GNU Lesser General Public License
74836
74837 File: ./lib/unictype/pr_white_space.h
74838 Hash: 59925454796f8c0bd7033db35093d9df46d2762cb6bc5c963188542f562f3cdf
74839 Copyright: 
74840 License: 
74841 Licence_Text: 
74842 #Header: 
74843 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74844 #/* Properties of Unicode characters.  */
74845 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74846 ##define header_0 16
74847 ##define header_2 9
74848 ##define header_3 127
74849 ##define header_4 15
74850 #static const
74851 #struct
74852 #  {
74853 #    int header[1];
74854 #    int level1[1];
74855 #    short level2[1 << 7];
74856 #    /*unsigned*/ int level3[5 << 4];
74857 #  }
74858
74859 File: ./lib/unictype/pr_xid_continue.c
74860 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74861 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74862 License: LGPL-3+ 
74863 Licence_Text: 
74864 #Header: 
74865 #/* Properties of Unicode characters.
74866 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74867 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74868 #
74869 #   This program is free software: you can redistribute it and/or modify it
74870 #   under the terms of the GNU Lesser General Public License as published
74871 #   by the Free Software Foundation; either version 3 of the License, or
74872 #   (at your option) any later version.
74873 #
74874 #   This program is distributed in the hope that it will be useful,
74875 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74876 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74877 #   Lesser General Public License for more details.
74878 #
74879 #   You should have received a copy of the GNU Lesser General Public License
74880
74881 File: ./lib/unictype/pr_xid_continue.h
74882 Hash: 01007ffcb3d967be8893ede4c08a883363a5d6c8c763986dc52d3ebeaa9c9960
74883 Copyright: 
74884 License: 
74885 Licence_Text: 
74886 #Header: 
74887 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74888 #/* Properties of Unicode characters.  */
74889 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74890 ##define header_0 16
74891 ##define header_2 9
74892 ##define header_3 127
74893 ##define header_4 15
74894 #static const
74895 #struct
74896 #  {
74897 #    int header[1];
74898 #    int level1[15];
74899 #    short level2[4 << 7];
74900 #    /*unsigned*/ int level3[45 << 4];
74901 #  }
74902
74903 File: ./lib/unictype/pr_xid_start.c
74904 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74905 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74906 License: LGPL-3+ 
74907 Licence_Text: 
74908 #Header: 
74909 #/* Properties of Unicode characters.
74910 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74911 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74912 #
74913 #   This program is free software: you can redistribute it and/or modify it
74914 #   under the terms of the GNU Lesser General Public License as published
74915 #   by the Free Software Foundation; either version 3 of the License, or
74916 #   (at your option) any later version.
74917 #
74918 #   This program is distributed in the hope that it will be useful,
74919 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74920 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74921 #   Lesser General Public License for more details.
74922 #
74923 #   You should have received a copy of the GNU Lesser General Public License
74924
74925 File: ./lib/unictype/pr_xid_start.h
74926 Hash: f3e6304d698b166c87864af92aa1c1f33d8583f47df62f0ad6978bcd04f20d66
74927 Copyright: 
74928 License: 
74929 Licence_Text: 
74930 #Header: 
74931 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74932 #/* Properties of Unicode characters.  */
74933 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74934 ##define header_0 16
74935 ##define header_2 9
74936 ##define header_3 127
74937 ##define header_4 15
74938 #static const
74939 #struct
74940 #  {
74941 #    int header[1];
74942 #    int level1[3];
74943 #    short level2[3 << 7];
74944 #    /*unsigned*/ int level3[42 << 4];
74945 #  }
74946
74947 File: ./lib/unictype/pr_zero_width.c
74948 Hash: 224bd19d21daefee2048dbaa56e285ebea57aeb00fdb627ac1f37041b6a3969a
74949 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
74950 License: LGPL-3+ 
74951 Licence_Text: 
74952 #Header: 
74953 #/* Properties of Unicode characters.
74954 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
74955 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
74956 #
74957 #   This program is free software: you can redistribute it and/or modify it
74958 #   under the terms of the GNU Lesser General Public License as published
74959 #   by the Free Software Foundation; either version 3 of the License, or
74960 #   (at your option) any later version.
74961 #
74962 #   This program is distributed in the hope that it will be useful,
74963 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
74964 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
74965 #   Lesser General Public License for more details.
74966 #
74967 #   You should have received a copy of the GNU Lesser General Public License
74968
74969 File: ./lib/unictype/pr_zero_width.h
74970 Hash: 4e8491a63822621864c4f7db52ace106cacabe967ff176a405fbec74caced893
74971 Copyright: 
74972 License: 
74973 Licence_Text: 
74974 #Header: 
74975 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
74976 #/* Properties of Unicode characters.  */
74977 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
74978 ##define header_0 16
74979 ##define header_2 9
74980 ##define header_3 127
74981 ##define header_4 15
74982 #static const
74983 #struct
74984 #  {
74985 #    int header[1];
74986 #    int level1[15];
74987 #    short level2[3 << 7];
74988 #    /*unsigned*/ int level3[7 << 4];
74989 #  }
74990
74991 File: ./lib/unictype/scripts.c
74992 Hash: 3fcb47fc8c55790740bf21cdfc85cacb89c92805b7a0692b5d331d04839c7431
74993 Copyright: 2007 Free Software Foundation, Inc
74994 License: LGPL-3+ 
74995 Licence_Text: 
74996 #Header: 
74997 #/* Scripts of Unicode characters.
74998 #   Copyright (C) 2007 Free Software Foundation, Inc.
74999 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
75000 #
75001 #   This program is free software: you can redistribute it and/or modify it
75002 #   under the terms of the GNU Lesser General Public License as published
75003 #   by the Free Software Foundation; either version 3 of the License, or
75004 #   (at your option) any later version.
75005 #
75006 #   This program is distributed in the hope that it will be useful,
75007 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75008 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75009 #   Lesser General Public License for more details.
75010 #
75011 #   You should have received a copy of the GNU Lesser General Public License
75012
75013 File: ./lib/unictype/scripts.h
75014 Hash: 909da48adc878aafd8b39b3ea48765c54e60373f9511c2132c27bb2108fccafd
75015 Copyright: 
75016 License: 
75017 Licence_Text: 
75018 #Header: 
75019 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75020 #/* Unicode scripts.  */
75021 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
75022 #static const uc_interval_t script_common_intervals[] =
75023 #{
75024 #  { 0x0000, 1, 0 }, { 0x0040, 0, 1 },
75025 #  { 0x005B, 1, 0 }, { 0x0060, 0, 1 },
75026 #  { 0x007B, 1, 0 }, { 0x00A9, 0, 1 },
75027 #  { 0x00AB, 1, 0 }, { 0x00B9, 0, 1 },
75028 #  { 0x00BB, 1, 0 }, { 0x00BF, 0, 1 },
75029 #  { 0x00D7, 1, 1 },
75030 #  { 0x00F7, 1, 1 },
75031 #  { 0x02B9, 1, 0 }, { 0x02DF, 0, 1 },
75032 #  { 0x02E5, 1, 0 }, { 0x02FF, 0, 1 },
75033 #  { 0x0374, 1, 1 },
75034
75035 File: ./lib/unictype/scripts_byname.gperf
75036 Hash: 2957f52be908b9f9a16d6385681ed2513485321c9f2d54c8d365790acb1236e3
75037 Copyright: 
75038 License: 
75039 Licence_Text: 
75040 #Header: 
75041 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75042 #/* Unicode scripts.  */
75043 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
75044 #struct named_script { const char *name; unsigned int index; };
75045 #%struct-type
75046 #%language=ANSI-C
75047 #%define hash-function-name scripts_hash
75048 #%define lookup-function-name uc_script_lookup
75049 #%readonly-tables
75050 #%global-table
75051 #%define word-array-name script_names
75052 #%%
75053 #Common, 0
75054 #Latin, 1
75055 #Greek, 2
75056
75057 File: ./lib/unictype/sy_c_ident.c
75058 Hash: 2ad509ec6a049b5960e4ee705e7f70ea7197735e9f308e39415274d143609733
75059 Copyright: 2007 Free Software Foundation, Inc
75060 License: LGPL-3+ 
75061 Licence_Text: 
75062 #Header: 
75063 #/* Syntax properties of Unicode characters.
75064 #   Copyright (C) 2007 Free Software Foundation, Inc.
75065 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
75066 #
75067 #   This program is free software: you can redistribute it and/or modify it
75068 #   under the terms of the GNU Lesser General Public License as published
75069 #   by the Free Software Foundation; either version 3 of the License, or
75070 #   (at your option) any later version.
75071 #
75072 #   This program is distributed in the hope that it will be useful,
75073 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75074 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75075 #   Lesser General Public License for more details.
75076 #
75077 #   You should have received a copy of the GNU Lesser General Public License
75078
75079 File: ./lib/unictype/sy_c_ident.h
75080 Hash: 9a50ec74eda18bc573df963aa5bae900789cff2ac4b9193674828efc5b802f69
75081 Copyright: 
75082 License: 
75083 Licence_Text: 
75084 #Header: 
75085 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75086 #/* Language syntax properties of Unicode characters.  */
75087 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
75088 ##define identsyntax_header_0 12
75089 ##define identsyntax_header_1 14
75090 ##define identsyntax_header_2 7
75091 ##define identsyntax_header_3 31
75092 ##define identsyntax_header_4 127
75093 #static const
75094 #struct
75095 #  {
75096 #    int level1[14];
75097 #    short level2[9 << 5];
75098 #    unsigned short level3[39 * 16];
75099 #  }
75100
75101 File: ./lib/unictype/sy_c_whitespace.c
75102 Hash: 2ad509ec6a049b5960e4ee705e7f70ea7197735e9f308e39415274d143609733
75103 Copyright: 2007 Free Software Foundation, Inc
75104 License: LGPL-3+ 
75105 Licence_Text: 
75106 #Header: 
75107 #/* Syntax properties of Unicode characters.
75108 #   Copyright (C) 2007 Free Software Foundation, Inc.
75109 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
75110 #
75111 #   This program is free software: you can redistribute it and/or modify it
75112 #   under the terms of the GNU Lesser General Public License as published
75113 #   by the Free Software Foundation; either version 3 of the License, or
75114 #   (at your option) any later version.
75115 #
75116 #   This program is distributed in the hope that it will be useful,
75117 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75118 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75119 #   Lesser General Public License for more details.
75120 #
75121 #   You should have received a copy of the GNU Lesser General Public License
75122
75123 File: ./lib/unictype/sy_c_whitespace.h
75124 Hash: 79e76e7358bdd836e078ebcac8f6804632e8aa3310e67d5be9d002ccd3648cf3
75125 Copyright: 
75126 License: 
75127 Licence_Text: 
75128 #Header: 
75129 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75130 #/* Language syntax properties of Unicode characters.  */
75131 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
75132 ##define header_0 16
75133 ##define header_2 9
75134 ##define header_3 127
75135 ##define header_4 15
75136 #static const
75137 #struct
75138 #  {
75139 #    int header[1];
75140 #    int level1[1];
75141 #    short level2[1 << 7];
75142 #    /*unsigned*/ int level3[1 << 4];
75143 #  }
75144
75145 File: ./lib/unictype/sy_java_ident.c
75146 Hash: 2ad509ec6a049b5960e4ee705e7f70ea7197735e9f308e39415274d143609733
75147 Copyright: 2007 Free Software Foundation, Inc
75148 License: LGPL-3+ 
75149 Licence_Text: 
75150 #Header: 
75151 #/* Syntax properties of Unicode characters.
75152 #   Copyright (C) 2007 Free Software Foundation, Inc.
75153 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
75154 #
75155 #   This program is free software: you can redistribute it and/or modify it
75156 #   under the terms of the GNU Lesser General Public License as published
75157 #   by the Free Software Foundation; either version 3 of the License, or
75158 #   (at your option) any later version.
75159 #
75160 #   This program is distributed in the hope that it will be useful,
75161 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75162 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75163 #   Lesser General Public License for more details.
75164 #
75165 #   You should have received a copy of the GNU Lesser General Public License
75166
75167 File: ./lib/unictype/sy_java_ident.h
75168 Hash: 0f004bb9bffa1f06d3a475612c9cd4f5f5df347a81109f243602e9360583f592
75169 Copyright: 
75170 License: 
75171 Licence_Text: 
75172 #Header: 
75173 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75174 #/* Language syntax properties of Unicode characters.  */
75175 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
75176 ##define identsyntax_header_0 12
75177 ##define identsyntax_header_1 225
75178 ##define identsyntax_header_2 7
75179 ##define identsyntax_header_3 31
75180 ##define identsyntax_header_4 127
75181 #static const
75182 #struct
75183 #  {
75184 #    int level1[225];
75185 #    short level2[16 << 5];
75186 #    unsigned short level3[113 * 16];
75187 #  }
75188
75189 File: ./lib/unictype/sy_java_whitespace.c
75190 Hash: 2ad509ec6a049b5960e4ee705e7f70ea7197735e9f308e39415274d143609733
75191 Copyright: 2007 Free Software Foundation, Inc
75192 License: LGPL-3+ 
75193 Licence_Text: 
75194 #Header: 
75195 #/* Syntax properties of Unicode characters.
75196 #   Copyright (C) 2007 Free Software Foundation, Inc.
75197 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
75198 #
75199 #   This program is free software: you can redistribute it and/or modify it
75200 #   under the terms of the GNU Lesser General Public License as published
75201 #   by the Free Software Foundation; either version 3 of the License, or
75202 #   (at your option) any later version.
75203 #
75204 #   This program is distributed in the hope that it will be useful,
75205 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75206 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75207 #   Lesser General Public License for more details.
75208 #
75209 #   You should have received a copy of the GNU Lesser General Public License
75210
75211 File: ./lib/unictype/sy_java_whitespace.h
75212 Hash: 79e76e7358bdd836e078ebcac8f6804632e8aa3310e67d5be9d002ccd3648cf3
75213 Copyright: 
75214 License: 
75215 Licence_Text: 
75216 #Header: 
75217 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75218 #/* Language syntax properties of Unicode characters.  */
75219 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
75220 ##define header_0 16
75221 ##define header_2 9
75222 ##define header_3 127
75223 ##define header_4 15
75224 #static const
75225 #struct
75226 #  {
75227 #    int header[1];
75228 #    int level1[1];
75229 #    short level2[1 << 7];
75230 #    /*unsigned*/ int level3[1 << 4];
75231 #  }
75232
75233 File: ./lib/unilbrk.h
75234 Hash: 2f408b704e7b02de9b9a8224c0bf0b93bedcb50b13ea7f824895f85f9c28eaee
75235 Copyright: 2001-2003, 2005-2008 Free Software Foundation, Inc
75236 License: LGPL-3+ 
75237 Licence_Text: 
75238 #Header: 
75239 #/* Line breaking of Unicode strings.
75240 #   Copyright (C) 2001-2003, 2005-2008 Free Software Foundation, Inc.
75241 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75242 #
75243 #   This program is free software: you can redistribute it and/or modify it
75244 #   under the terms of the GNU Lesser General Public License as published
75245 #   by the Free Software Foundation; either version 3 of the License, or
75246 #   (at your option) any later version.
75247 #
75248 #   This program is distributed in the hope that it will be useful,
75249 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75250 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75251 #   Lesser General Public License for more details.
75252 #
75253 #   You should have received a copy of the GNU Lesser General Public License
75254
75255 File: ./lib/unilbrk/lbrkprop1.h
75256 Hash: bd8a23b4d05aa7a0fb9c7430ea6863b7580e8f9e7126160e431a0622eec72da8
75257 Copyright: 2000-2002, 2004, 2008 Free Software Foundation, Inc
75258 License: GPL-3+
75259 Licence_Text: 
75260 #Header: 
75261 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75262 #/* Line breaking properties of Unicode characters.  */
75263 #/* Generated automatically by gen-lbrk for Unicode 5.1.0.  */
75264 #
75265 #/* Copyright (C) 2000-2002, 2004, 2008 Free Software Foundation, Inc.
75266 #
75267 #   This program is free software: you can redistribute it and/or modify
75268 #   it under the terms of the GNU General Public License as published by
75269 #   the Free Software Foundation; either version 3 of the License, or
75270 #   (at your option) any later version.
75271 #
75272 #   This program is distributed in the hope that it will be useful,
75273 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75274 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
75275 #   GNU General Public License for more details.
75276
75277 File: ./lib/unilbrk/lbrkprop2.h
75278 Hash: bd8a23b4d05aa7a0fb9c7430ea6863b7580e8f9e7126160e431a0622eec72da8
75279 Copyright: 2000-2002, 2004, 2008 Free Software Foundation, Inc
75280 License: GPL-3+
75281 Licence_Text: 
75282 #Header: 
75283 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75284 #/* Line breaking properties of Unicode characters.  */
75285 #/* Generated automatically by gen-lbrk for Unicode 5.1.0.  */
75286 #
75287 #/* Copyright (C) 2000-2002, 2004, 2008 Free Software Foundation, Inc.
75288 #
75289 #   This program is free software: you can redistribute it and/or modify
75290 #   it under the terms of the GNU General Public License as published by
75291 #   the Free Software Foundation; either version 3 of the License, or
75292 #   (at your option) any later version.
75293 #
75294 #   This program is distributed in the hope that it will be useful,
75295 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75296 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
75297 #   GNU General Public License for more details.
75298
75299 File: ./lib/unilbrk/lbrktables.c
75300 Hash: 570dd537a8aad86cc9f03b3a187de16b187fa22f7de51a4c78b10bd8513b5140
75301 Copyright: 2001-2003, 2006-2009 Free Software Foundation, Inc
75302 License: LGPL-3+ 
75303 Licence_Text: 
75304 #Header: 
75305 #/* Line breaking auxiliary tables.
75306 #   Copyright (C) 2001-2003, 2006-2009 Free Software Foundation, Inc.
75307 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75308 #
75309 #   This program is free software: you can redistribute it and/or modify it
75310 #   under the terms of the GNU Lesser General Public License as published
75311 #   by the Free Software Foundation; either version 3 of the License, or
75312 #   (at your option) any later version.
75313 #
75314 #   This program is distributed in the hope that it will be useful,
75315 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75316 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75317 #   Lesser General Public License for more details.
75318 #
75319 #   You should have received a copy of the GNU Lesser General Public License
75320
75321 File: ./lib/unilbrk/lbrktables.h
75322 Hash: cc2a66b6d3c60a6a4bc00cc2cacead4543035a5c9a1c2c1dcb6310525ad50d3f
75323 Copyright: 2001-2003, 2006-2008 Free Software Foundation, Inc
75324 License: LGPL-3+ 
75325 Licence_Text: 
75326 #Header: 
75327 #/* Line breaking auxiliary tables.
75328 #   Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc.
75329 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75330 #
75331 #   This program is free software: you can redistribute it and/or modify it
75332 #   under the terms of the GNU Lesser General Public License as published
75333 #   by the Free Software Foundation; either version 3 of the License, or
75334 #   (at your option) any later version.
75335 #
75336 #   This program is distributed in the hope that it will be useful,
75337 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75338 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75339 #   Lesser General Public License for more details.
75340 #
75341 #   You should have received a copy of the GNU Lesser General Public License
75342
75343 File: ./lib/unilbrk/u16-possible-linebreaks.c
75344 Hash: dcb291f946f60f8ce400b0cf6612abce1f55d7525d62c20de92e371964fa2a25
75345 Copyright: 2001-2003, 2006-2009 Free Software Foundation, Inc
75346 License: LGPL-3+ 
75347 Licence_Text: 
75348 #Header: 
75349 #/* Line breaking of UTF-16 strings.
75350 #   Copyright (C) 2001-2003, 2006-2009 Free Software Foundation, Inc.
75351 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75352 #
75353 #   This program is free software: you can redistribute it and/or modify it
75354 #   under the terms of the GNU Lesser General Public License as published
75355 #   by the Free Software Foundation; either version 3 of the License, or
75356 #   (at your option) any later version.
75357 #
75358 #   This program is distributed in the hope that it will be useful,
75359 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75360 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75361 #   Lesser General Public License for more details.
75362 #
75363 #   You should have received a copy of the GNU Lesser General Public License
75364
75365 File: ./lib/unilbrk/u16-width-linebreaks.c
75366 Hash: 858930664890823e81d8b0e0713d7edc3770a87b4a54c5ea4bffc97ae40cf765
75367 Copyright: 2001-2003, 2006-2008 Free Software Foundation, Inc
75368 License: LGPL-3+ 
75369 Licence_Text: 
75370 #Header: 
75371 #/* Line breaking of UTF-16 strings.
75372 #   Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc.
75373 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75374 #
75375 #   This program is free software: you can redistribute it and/or modify it
75376 #   under the terms of the GNU Lesser General Public License as published
75377 #   by the Free Software Foundation; either version 3 of the License, or
75378 #   (at your option) any later version.
75379 #
75380 #   This program is distributed in the hope that it will be useful,
75381 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75382 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75383 #   Lesser General Public License for more details.
75384 #
75385 #   You should have received a copy of the GNU Lesser General Public License
75386
75387 File: ./lib/unilbrk/u32-possible-linebreaks.c
75388 Hash: e5d81325f7140b2d7980081c9c1b1bfe027d481b42d41b84fa859e689614604b
75389 Copyright: 2001-2003, 2006-2009 Free Software Foundation, Inc
75390 License: LGPL-3+ 
75391 Licence_Text: 
75392 #Header: 
75393 #/* Line breaking of UTF-32 strings.
75394 #   Copyright (C) 2001-2003, 2006-2009 Free Software Foundation, Inc.
75395 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75396 #
75397 #   This program is free software: you can redistribute it and/or modify it
75398 #   under the terms of the GNU Lesser General Public License as published
75399 #   by the Free Software Foundation; either version 3 of the License, or
75400 #   (at your option) any later version.
75401 #
75402 #   This program is distributed in the hope that it will be useful,
75403 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75404 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75405 #   Lesser General Public License for more details.
75406 #
75407 #   You should have received a copy of the GNU Lesser General Public License
75408
75409 File: ./lib/unilbrk/u32-width-linebreaks.c
75410 Hash: cb3f972142bc182e67f148e4aee254b9d86e402a8c980d6aced66aa70785fdea
75411 Copyright: 2001-2003, 2006-2008 Free Software Foundation, Inc
75412 License: LGPL-3+ 
75413 Licence_Text: 
75414 #Header: 
75415 #/* Line breaking of UTF-32 strings.
75416 #   Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc.
75417 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75418 #
75419 #   This program is free software: you can redistribute it and/or modify it
75420 #   under the terms of the GNU Lesser General Public License as published
75421 #   by the Free Software Foundation; either version 3 of the License, or
75422 #   (at your option) any later version.
75423 #
75424 #   This program is distributed in the hope that it will be useful,
75425 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75426 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75427 #   Lesser General Public License for more details.
75428 #
75429 #   You should have received a copy of the GNU Lesser General Public License
75430
75431 File: ./lib/unilbrk/u8-possible-linebreaks.c
75432 Hash: e914e04b1abf7f5737295a9365605c4b321978c304d4f779fcbbb02c5ff1558d
75433 Copyright: 2001-2003, 2006-2009 Free Software Foundation, Inc
75434 License: LGPL-3+ 
75435 Licence_Text: 
75436 #Header: 
75437 #/* Line breaking of UTF-8 strings.
75438 #   Copyright (C) 2001-2003, 2006-2009 Free Software Foundation, Inc.
75439 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75440 #
75441 #   This program is free software: you can redistribute it and/or modify it
75442 #   under the terms of the GNU Lesser General Public License as published
75443 #   by the Free Software Foundation; either version 3 of the License, or
75444 #   (at your option) any later version.
75445 #
75446 #   This program is distributed in the hope that it will be useful,
75447 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75448 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75449 #   Lesser General Public License for more details.
75450 #
75451 #   You should have received a copy of the GNU Lesser General Public License
75452
75453 File: ./lib/unilbrk/u8-width-linebreaks.c
75454 Hash: 8250277a0f84de0b4416a1e30345251e466e2245ba64e63269d38d0ec4abdf7c
75455 Copyright: 2001-2003, 2006-2008 Free Software Foundation, Inc
75456 License: LGPL-3+ 
75457 Licence_Text: 
75458 #Header: 
75459 #/* Line breaking of UTF-8 strings.
75460 #   Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc.
75461 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75462 #
75463 #   This program is free software: you can redistribute it and/or modify it
75464 #   under the terms of the GNU Lesser General Public License as published
75465 #   by the Free Software Foundation; either version 3 of the License, or
75466 #   (at your option) any later version.
75467 #
75468 #   This program is distributed in the hope that it will be useful,
75469 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75470 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75471 #   Lesser General Public License for more details.
75472 #
75473 #   You should have received a copy of the GNU Lesser General Public License
75474
75475 File: ./lib/unilbrk/ulc-common.c
75476 Hash: d2a8ea77a96bdd375cbe24c79326436c511bedbe630c67132a1844c4314b562d
75477 Copyright: 2001-2003, 2006-2008 Free Software Foundation, Inc
75478 License: LGPL-3+ 
75479 Licence_Text: 
75480 #Header: 
75481 #/* Line breaking auxiliary functions.
75482 #   Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc.
75483 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75484 #
75485 #   This program is free software: you can redistribute it and/or modify it
75486 #   under the terms of the GNU Lesser General Public License as published
75487 #   by the Free Software Foundation; either version 3 of the License, or
75488 #   (at your option) any later version.
75489 #
75490 #   This program is distributed in the hope that it will be useful,
75491 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75492 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75493 #   Lesser General Public License for more details.
75494 #
75495 #   You should have received a copy of the GNU Lesser General Public License
75496
75497 File: ./lib/unilbrk/ulc-common.h
75498 Hash: d2a8ea77a96bdd375cbe24c79326436c511bedbe630c67132a1844c4314b562d
75499 Copyright: 2001-2003, 2006-2008 Free Software Foundation, Inc
75500 License: LGPL-3+ 
75501 Licence_Text: 
75502 #Header: 
75503 #/* Line breaking auxiliary functions.
75504 #   Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc.
75505 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75506 #
75507 #   This program is free software: you can redistribute it and/or modify it
75508 #   under the terms of the GNU Lesser General Public License as published
75509 #   by the Free Software Foundation; either version 3 of the License, or
75510 #   (at your option) any later version.
75511 #
75512 #   This program is distributed in the hope that it will be useful,
75513 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75514 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75515 #   Lesser General Public License for more details.
75516 #
75517 #   You should have received a copy of the GNU Lesser General Public License
75518
75519 File: ./lib/unilbrk/ulc-possible-linebreaks.c
75520 Hash: 4f633da682dfdc64de1fba3344f3d2b46ca7ba02c6cf6a578849b6a205f5cd75
75521 Copyright: 2001-2003, 2006-2009 Free Software Foundation, Inc
75522 License: LGPL-3+ 
75523 Licence_Text: 
75524 #Header: 
75525 #/* Line breaking of strings.
75526 #   Copyright (C) 2001-2003, 2006-2009 Free Software Foundation, Inc.
75527 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75528 #
75529 #   This program is free software: you can redistribute it and/or modify it
75530 #   under the terms of the GNU Lesser General Public License as published
75531 #   by the Free Software Foundation; either version 3 of the License, or
75532 #   (at your option) any later version.
75533 #
75534 #   This program is distributed in the hope that it will be useful,
75535 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75536 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75537 #   Lesser General Public License for more details.
75538 #
75539 #   You should have received a copy of the GNU Lesser General Public License
75540
75541 File: ./lib/unilbrk/ulc-width-linebreaks.c
75542 Hash: 4f633da682dfdc64de1fba3344f3d2b46ca7ba02c6cf6a578849b6a205f5cd75
75543 Copyright: 2001-2003, 2006-2009 Free Software Foundation, Inc
75544 License: LGPL-3+ 
75545 Licence_Text: 
75546 #Header: 
75547 #/* Line breaking of strings.
75548 #   Copyright (C) 2001-2003, 2006-2009 Free Software Foundation, Inc.
75549 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
75550 #
75551 #   This program is free software: you can redistribute it and/or modify it
75552 #   under the terms of the GNU Lesser General Public License as published
75553 #   by the Free Software Foundation; either version 3 of the License, or
75554 #   (at your option) any later version.
75555 #
75556 #   This program is distributed in the hope that it will be useful,
75557 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75558 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75559 #   Lesser General Public License for more details.
75560 #
75561 #   You should have received a copy of the GNU Lesser General Public License
75562
75563 File: ./lib/uniname.h
75564 Hash: 271fe75b63886d9af9730fc72bcecc8bcf121a97946be427032f4ed46d2d2711
75565 Copyright: 2000-2002, 2005, 2007 Free Software Foundation, Inc
75566 License: LGPL-3+ 
75567 Licence_Text: 
75568 #Header: 
75569 #/* Association between Unicode characters and their names.
75570 #   Copyright (C) 2000-2002, 2005, 2007 Free Software Foundation, Inc.
75571 #
75572 #   This program is free software: you can redistribute it and/or modify it
75573 #   under the terms of the GNU Lesser General Public License as published
75574 #   by the Free Software Foundation; either version 3 of the License, or
75575 #   (at your option) any later version.
75576 #
75577 #   This program is distributed in the hope that it will be useful,
75578 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75579 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75580 #   Lesser General Public License for more details.
75581 #
75582 #   You should have received a copy of the GNU Lesser General Public License
75583 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
75584
75585 File: ./lib/uniname/gen-uninames.lisp
75586 Hash: d28d41fa6a3eef2669af73aaeb8ce7e2479501eff9b820f3649344dceec287b2
75587 Copyright: 
75588 License: 
75589 Licence_Text: 
75590 #Header: 
75591 ##!/usr/local/bin/clisp -C
75592 #
75593 #;;; Creation of gnulib's uninames.h from the UnicodeData.txt table.
75594 #;;; Bruno Haible 2000-12-28
75595 #
75596 #(defparameter add-comments nil)
75597 #
75598 #(defstruct unicode-char
75599 #  (code nil :type integer)
75600 #  (name nil :type string)
75601 #  word-indices
75602 #  word-indices-index
75603 #)
75604 #
75605 #(defstruct word-list
75606
75607 File: ./lib/uniname/uniname.c
75608 Hash: 96556ea7962ce3b99d5e5559021018733e37096b261e513193d63a30e5ee4b2d
75609 Copyright: 2000-2002, 2005-2007, 2009 Free Software Foundation, Inc
75610 License: LGPL-3+ 
75611 Licence_Text: 
75612 #Header: 
75613 #/* Association between Unicode characters and their names.
75614 #   Copyright (C) 2000-2002, 2005-2007, 2009 Free Software Foundation, Inc.
75615 #
75616 #   This program is free software: you can redistribute it and/or modify it
75617 #   under the terms of the GNU Lesser General Public License as published
75618 #   by the Free Software Foundation; either version 3 of the License, or
75619 #   (at your option) any later version.
75620 #
75621 #   This program is distributed in the hope that it will be useful,
75622 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75623 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75624 #   Lesser General Public License for more details.
75625 #
75626 #   You should have received a copy of the GNU Lesser General Public License
75627 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
75628
75629 File: ./lib/uniname/uninames.h
75630 Hash: 5cc016a12ea5182eb761959d10e5191aca3a76fa8980e231f2449ac38c1ea1dc
75631 Copyright: 
75632 License: 
75633 Licence_Text: 
75634 #Header: 
75635 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75636 #/*
75637 # * uninames.h
75638 # *
75639 # * Unicode character name table.
75640 # * Generated automatically by the gen-uninames utility.
75641 # */
75642 #
75643 #static const char unicode_name_words[39544] = {
75644 #  'A',
75645 #  'B',
75646 #  'C',
75647 #  'D',
75648 #  'E',
75649 #  'F',
75650
75651 File: ./lib/uninorm.h
75652 Hash: 811b4d2f8b8f36161342c743db5c5509ac8b0043c13551f7a52704c707f135c4
75653 Copyright: 2001-2002, 2009 Free Software Foundation, Inc
75654 License: LGPL-3+ 
75655 Licence_Text: 
75656 #Header: 
75657 #/* Normalization forms (composition and decomposition) of Unicode strings.
75658 #   Copyright (C) 2001-2002, 2009 Free Software Foundation, Inc.
75659 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75660 #
75661 #   This program is free software: you can redistribute it and/or modify it
75662 #   under the terms of the GNU Lesser General Public License as published
75663 #   by the Free Software Foundation; either version 3 of the License, or
75664 #   (at your option) any later version.
75665 #
75666 #   This program is distributed in the hope that it will be useful,
75667 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75668 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75669 #   Lesser General Public License for more details.
75670 #
75671 #   You should have received a copy of the GNU Lesser General Public License
75672
75673 File: ./lib/uninorm/canonical-decomposition.c
75674 Hash: 87f0bcf9df0580072c9e56c9b085df3d8e09770d61475e329c904bc2b049e5cb
75675 Copyright: 2009 Free Software Foundation, Inc
75676 License: LGPL-3+ 
75677 Licence_Text: 
75678 #Header: 
75679 #/* Canonical decomposition of Unicode characters.
75680 #   Copyright (C) 2009 Free Software Foundation, Inc.
75681 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75682 #
75683 #   This program is free software: you can redistribute it and/or modify it
75684 #   under the terms of the GNU Lesser General Public License as published
75685 #   by the Free Software Foundation; either version 3 of the License, or
75686 #   (at your option) any later version.
75687 #
75688 #   This program is distributed in the hope that it will be useful,
75689 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75690 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75691 #   Lesser General Public License for more details.
75692 #
75693 #   You should have received a copy of the GNU Lesser General Public License
75694
75695 File: ./lib/uninorm/compat-decomposition.c
75696 Hash: be35616c47cb657687ee31b508418eb405d8e7175ea0c7ebda9c83d292ee0f76
75697 Copyright: 2009 Free Software Foundation, Inc
75698 License: LGPL-3+ 
75699 Licence_Text: 
75700 #Header: 
75701 #/* Compatibility decomposition of Unicode characters.
75702 #   Copyright (C) 2009 Free Software Foundation, Inc.
75703 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75704 #
75705 #   This program is free software: you can redistribute it and/or modify it
75706 #   under the terms of the GNU Lesser General Public License as published
75707 #   by the Free Software Foundation; either version 3 of the License, or
75708 #   (at your option) any later version.
75709 #
75710 #   This program is distributed in the hope that it will be useful,
75711 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75712 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75713 #   Lesser General Public License for more details.
75714 #
75715 #   You should have received a copy of the GNU Lesser General Public License
75716
75717 File: ./lib/uninorm/composition-table.gperf
75718 Hash: b4aa8605984c2a64f166ac2137a7436cbcf969c067088baf3efc3099cd610685
75719 Copyright: 2009 Free Software Foundation, Inc
75720 License: GPL-3+
75721 Licence_Text: 
75722 #Header: 
75723 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75724 #/* Canonical composition of Unicode characters.  */
75725 #/* Generated automatically by gen-uni-tables for Unicode 5.1.0.  */
75726 #
75727 #/* Copyright (C) 2009 Free Software Foundation, Inc.
75728 #
75729 #   This program is free software: you can redistribute it and/or modify
75730 #   it under the terms of the GNU General Public License as published by
75731 #   the Free Software Foundation; either version 3 of the License, or
75732 #   (at your option) any later version.
75733 #
75734 #   This program is distributed in the hope that it will be useful,
75735 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75736 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
75737 #   GNU General Public License for more details.
75738
75739 File: ./lib/uninorm/composition.c
75740 Hash: b056563f0bb123c409b7ebc8c15d83ff328c9f985c828e088794b6779686593e
75741 Copyright: 2002, 2006, 2009 Free Software Foundation, Inc
75742 License: LGPL-3+ 
75743 Licence_Text: 
75744 #Header: 
75745 #/* Canonical composition of Unicode characters.
75746 #   Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc.
75747 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75748 #
75749 #   This program is free software: you can redistribute it and/or modify it
75750 #   under the terms of the GNU Lesser General Public License as published
75751 #   by the Free Software Foundation; either version 3 of the License, or
75752 #   (at your option) any later version.
75753 #
75754 #   This program is distributed in the hope that it will be useful,
75755 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75756 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75757 #   Lesser General Public License for more details.
75758 #
75759 #   You should have received a copy of the GNU Lesser General Public License
75760
75761 File: ./lib/uninorm/decompose-internal.c
75762 Hash: 23b90fea67f92caaf3084c382a1c48df4f7091f5c26617125f6cc4ded25b8791
75763 Copyright: 2009 Free Software Foundation, Inc
75764 License: LGPL-3+ 
75765 Licence_Text: 
75766 #Header: 
75767 #/* Decomposition of Unicode strings.
75768 #   Copyright (C) 2009 Free Software Foundation, Inc.
75769 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75770 #
75771 #   This program is free software: you can redistribute it and/or modify it
75772 #   under the terms of the GNU Lesser General Public License as published
75773 #   by the Free Software Foundation; either version 3 of the License, or
75774 #   (at your option) any later version.
75775 #
75776 #   This program is distributed in the hope that it will be useful,
75777 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75778 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75779 #   Lesser General Public License for more details.
75780 #
75781 #   You should have received a copy of the GNU Lesser General Public License
75782
75783 File: ./lib/uninorm/decompose-internal.h
75784 Hash: 23b90fea67f92caaf3084c382a1c48df4f7091f5c26617125f6cc4ded25b8791
75785 Copyright: 2009 Free Software Foundation, Inc
75786 License: LGPL-3+ 
75787 Licence_Text: 
75788 #Header: 
75789 #/* Decomposition of Unicode strings.
75790 #   Copyright (C) 2009 Free Software Foundation, Inc.
75791 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75792 #
75793 #   This program is free software: you can redistribute it and/or modify it
75794 #   under the terms of the GNU Lesser General Public License as published
75795 #   by the Free Software Foundation; either version 3 of the License, or
75796 #   (at your option) any later version.
75797 #
75798 #   This program is distributed in the hope that it will be useful,
75799 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75800 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75801 #   Lesser General Public License for more details.
75802 #
75803 #   You should have received a copy of the GNU Lesser General Public License
75804
75805 File: ./lib/uninorm/decomposing-form.c
75806 Hash: 34162fc9b81dddd60e3d1768a87407a9c58c7a4246f8131990655af950eb8fa6
75807 Copyright: 2009 Free Software Foundation, Inc
75808 License: LGPL-3+ 
75809 Licence_Text: 
75810 #Header: 
75811 #/* Decomposing variant of a normalization form.
75812 #   Copyright (C) 2009 Free Software Foundation, Inc.
75813 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75814 #
75815 #   This program is free software: you can redistribute it and/or modify it
75816 #   under the terms of the GNU Lesser General Public License as published
75817 #   by the Free Software Foundation; either version 3 of the License, or
75818 #   (at your option) any later version.
75819 #
75820 #   This program is distributed in the hope that it will be useful,
75821 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75822 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75823 #   Lesser General Public License for more details.
75824 #
75825 #   You should have received a copy of the GNU Lesser General Public License
75826
75827 File: ./lib/uninorm/decomposition-table.c
75828 Hash: 905122926e56bdb3d0dec7c4ffe77a363956fd4278c5e99d225338d341d82a48
75829 Copyright: 2009 Free Software Foundation, Inc
75830 License: LGPL-3+ 
75831 Licence_Text: 
75832 #Header: 
75833 #/* Decomposition of Unicode characters.
75834 #   Copyright (C) 2009 Free Software Foundation, Inc.
75835 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75836 #
75837 #   This program is free software: you can redistribute it and/or modify it
75838 #   under the terms of the GNU Lesser General Public License as published
75839 #   by the Free Software Foundation; either version 3 of the License, or
75840 #   (at your option) any later version.
75841 #
75842 #   This program is distributed in the hope that it will be useful,
75843 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75844 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75845 #   Lesser General Public License for more details.
75846 #
75847 #   You should have received a copy of the GNU Lesser General Public License
75848
75849 File: ./lib/uninorm/decomposition-table.h
75850 Hash: 7e5319f3d15b429b3ca981cb77d13a14e63eb6d91c87b6896bcb4b261f212864
75851 Copyright: 2001-2003, 2009 Free Software Foundation, Inc
75852 License: LGPL-3+ 
75853 Licence_Text: 
75854 #Header: 
75855 #/* Decomposition of Unicode characters.
75856 #   Copyright (C) 2001-2003, 2009 Free Software Foundation, Inc.
75857 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75858 #
75859 #   This program is free software: you can redistribute it and/or modify it
75860 #   under the terms of the GNU Lesser General Public License as published
75861 #   by the Free Software Foundation; either version 3 of the License, or
75862 #   (at your option) any later version.
75863 #
75864 #   This program is distributed in the hope that it will be useful,
75865 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75866 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75867 #   Lesser General Public License for more details.
75868 #
75869 #   You should have received a copy of the GNU Lesser General Public License
75870
75871 File: ./lib/uninorm/decomposition-table1.h
75872 Hash: 295f82a865c8d38feab20d2d0ef7c344f2af45d2a8a6e47aaaebfccfbb53cc24
75873 Copyright: 
75874 License: 
75875 Licence_Text: 
75876 #Header: 
75877 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75878 #/* Decomposition of Unicode characters.  */
75879 #/* Generated automatically by gen-uni-tables.c for Unicode 5.1.0.  */
75880 #
75881 #extern const unsigned char gl_uninorm_decomp_chars_table[];
75882 #
75883 ##define decomp_header_0 10
75884 ##define decomp_header_1 191
75885 ##define decomp_header_2 5
75886 ##define decomp_header_3 31
75887 ##define decomp_header_4 31
75888 #
75889 #typedef struct
75890 #  {
75891 #    int level1[191];
75892
75893 File: ./lib/uninorm/decomposition-table2.h
75894 Hash: b855a154049268ffe6cdfea458537883ba134e854cf00d17be5ab3b2b3559f4d
75895 Copyright: 
75896 License: 
75897 Licence_Text: 
75898 #Header: 
75899 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
75900 #/* Decomposition of Unicode characters.  */
75901 #/* Generated automatically by gen-uni-tables.c for Unicode 5.1.0.  */
75902 #
75903 #const unsigned char gl_uninorm_decomp_chars_table[] =
75904 #{
75905 #  0x08, 0x00, 0x20, 0xC0, 0x00, 0x20, 0x00, 0x03, 0x08, 0x20, 0x00, 0x61,
75906 #  0xC0, 0x00, 0x20, 0x00, 0x03, 0x04, 0x20, 0x00, 0x32, 0x20, 0x00, 0x33,
75907 #  0xC0, 0x00, 0x20, 0x00, 0x03, 0x01, 0x40, 0x03, 0xBC, 0xC0, 0x00, 0x20,
75908 #  0x00, 0x03, 0x27, 0x20, 0x00, 0x31, 0x20, 0x00, 0x6F, 0xBC, 0x00, 0x31,
75909 #  0x80, 0x20, 0x44, 0x00, 0x00, 0x34, 0xBC, 0x00, 0x31, 0x80, 0x20, 0x44,
75910 #  0x00, 0x00, 0x32, 0xBC, 0x00, 0x33, 0x80, 0x20, 0x44, 0x00, 0x00, 0x34,
75911 #  0x80, 0x00, 0x41, 0x00, 0x03, 0x00, 0x80, 0x00, 0x41, 0x00, 0x03, 0x01,
75912 #  0x80, 0x00, 0x41, 0x00, 0x03, 0x02, 0x80, 0x00, 0x41, 0x00, 0x03, 0x03,
75913 #  0x80, 0x00, 0x41, 0x00, 0x03, 0x08, 0x80, 0x00, 0x41, 0x00, 0x03, 0x0A,
75914
75915 File: ./lib/uninorm/decomposition.c
75916 Hash: 905122926e56bdb3d0dec7c4ffe77a363956fd4278c5e99d225338d341d82a48
75917 Copyright: 2009 Free Software Foundation, Inc
75918 License: LGPL-3+ 
75919 Licence_Text: 
75920 #Header: 
75921 #/* Decomposition of Unicode characters.
75922 #   Copyright (C) 2009 Free Software Foundation, Inc.
75923 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75924 #
75925 #   This program is free software: you can redistribute it and/or modify it
75926 #   under the terms of the GNU Lesser General Public License as published
75927 #   by the Free Software Foundation; either version 3 of the License, or
75928 #   (at your option) any later version.
75929 #
75930 #   This program is distributed in the hope that it will be useful,
75931 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75932 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75933 #   Lesser General Public License for more details.
75934 #
75935 #   You should have received a copy of the GNU Lesser General Public License
75936
75937 File: ./lib/uninorm/nfc.c
75938 Hash: afe74037d702264dada2f09f62b6bcd009116cbade5b92da86a092ec363709fa
75939 Copyright: 2009 Free Software Foundation, Inc
75940 License: LGPL-3+ 
75941 Licence_Text: 
75942 #Header: 
75943 #/* Unicode Normalization Form C.
75944 #   Copyright (C) 2009 Free Software Foundation, Inc.
75945 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75946 #
75947 #   This program is free software: you can redistribute it and/or modify it
75948 #   under the terms of the GNU Lesser General Public License as published
75949 #   by the Free Software Foundation; either version 3 of the License, or
75950 #   (at your option) any later version.
75951 #
75952 #   This program is distributed in the hope that it will be useful,
75953 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75954 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75955 #   Lesser General Public License for more details.
75956 #
75957 #   You should have received a copy of the GNU Lesser General Public License
75958
75959 File: ./lib/uninorm/nfd.c
75960 Hash: 2c52442b51c53cae04d69af55fc465368ef6cdea78236bbd9e4ead35024be8aa
75961 Copyright: 2009 Free Software Foundation, Inc
75962 License: LGPL-3+ 
75963 Licence_Text: 
75964 #Header: 
75965 #/* Unicode Normalization Form D.
75966 #   Copyright (C) 2009 Free Software Foundation, Inc.
75967 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75968 #
75969 #   This program is free software: you can redistribute it and/or modify it
75970 #   under the terms of the GNU Lesser General Public License as published
75971 #   by the Free Software Foundation; either version 3 of the License, or
75972 #   (at your option) any later version.
75973 #
75974 #   This program is distributed in the hope that it will be useful,
75975 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75976 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75977 #   Lesser General Public License for more details.
75978 #
75979 #   You should have received a copy of the GNU Lesser General Public License
75980
75981 File: ./lib/uninorm/nfkc.c
75982 Hash: 7e203b8f3ad1ca16886b641a503c7ef40c63839f2c5013b377ee16191eda890c
75983 Copyright: 2009 Free Software Foundation, Inc
75984 License: LGPL-3+ 
75985 Licence_Text: 
75986 #Header: 
75987 #/* Unicode Normalization Form KC.
75988 #   Copyright (C) 2009 Free Software Foundation, Inc.
75989 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
75990 #
75991 #   This program is free software: you can redistribute it and/or modify it
75992 #   under the terms of the GNU Lesser General Public License as published
75993 #   by the Free Software Foundation; either version 3 of the License, or
75994 #   (at your option) any later version.
75995 #
75996 #   This program is distributed in the hope that it will be useful,
75997 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
75998 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75999 #   Lesser General Public License for more details.
76000 #
76001 #   You should have received a copy of the GNU Lesser General Public License
76002
76003 File: ./lib/uninorm/nfkd.c
76004 Hash: 96fca2de089de494f5189cc1b6baba83a22050a2f73680251f883dbf4f29c4c6
76005 Copyright: 2009 Free Software Foundation, Inc
76006 License: LGPL-3+ 
76007 Licence_Text: 
76008 #Header: 
76009 #/* Unicode Normalization Form KD.
76010 #   Copyright (C) 2009 Free Software Foundation, Inc.
76011 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76012 #
76013 #   This program is free software: you can redistribute it and/or modify it
76014 #   under the terms of the GNU Lesser General Public License as published
76015 #   by the Free Software Foundation; either version 3 of the License, or
76016 #   (at your option) any later version.
76017 #
76018 #   This program is distributed in the hope that it will be useful,
76019 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76020 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76021 #   Lesser General Public License for more details.
76022 #
76023 #   You should have received a copy of the GNU Lesser General Public License
76024
76025 File: ./lib/uninorm/normalize-internal.h
76026 Hash: dc3a239e87668655e6ffadf04e4e625525bb77f3159f49970bfe1fdd1fb742ec
76027 Copyright: 2009 Free Software Foundation, Inc
76028 License: LGPL-3+ 
76029 Licence_Text: 
76030 #Header: 
76031 #/* Normalization of Unicode strings.
76032 #   Copyright (C) 2009 Free Software Foundation, Inc.
76033 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76034 #
76035 #   This program is free software: you can redistribute it and/or modify it
76036 #   under the terms of the GNU Lesser General Public License as published
76037 #   by the Free Software Foundation; either version 3 of the License, or
76038 #   (at your option) any later version.
76039 #
76040 #   This program is distributed in the hope that it will be useful,
76041 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76042 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76043 #   Lesser General Public License for more details.
76044 #
76045 #   You should have received a copy of the GNU Lesser General Public License
76046
76047 File: ./lib/uninorm/u-normalize-internal.h
76048 Hash: 8948c5a1ae3c902f7399c23c670da87e46b5538a4e44cea25fe6092fc69e57f3
76049 Copyright: 2009 Free Software Foundation, Inc
76050 License: LGPL-3+ 
76051 Licence_Text: 
76052 #Header: 
76053 #/* Decomposition and composition of Unicode strings.
76054 #   Copyright (C) 2009 Free Software Foundation, Inc.
76055 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76056 #
76057 #   This program is free software: you can redistribute it and/or modify it
76058 #   under the terms of the GNU Lesser General Public License as published
76059 #   by the Free Software Foundation; either version 3 of the License, or
76060 #   (at your option) any later version.
76061 #
76062 #   This program is distributed in the hope that it will be useful,
76063 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76064 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76065 #   Lesser General Public License for more details.
76066 #
76067 #   You should have received a copy of the GNU Lesser General Public License
76068
76069 File: ./lib/uninorm/u-normcmp.h
76070 Hash: a38204b457c2da606da593fbe185d2697622fc39dfa9938580cfc4d21f8fd9d3
76071 Copyright: 2009 Free Software Foundation, Inc
76072 License: LGPL-3+ 
76073 Licence_Text: 
76074 #Header: 
76075 #/* Normalization insensitive comparison of Unicode strings.
76076 #   Copyright (C) 2009 Free Software Foundation, Inc.
76077 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76078 #
76079 #   This program is free software: you can redistribute it and/or modify it
76080 #   under the terms of the GNU Lesser General Public License as published
76081 #   by the Free Software Foundation; either version 3 of the License, or
76082 #   (at your option) any later version.
76083 #
76084 #   This program is distributed in the hope that it will be useful,
76085 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76086 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76087 #   Lesser General Public License for more details.
76088 #
76089 #   You should have received a copy of the GNU Lesser General Public License
76090
76091 File: ./lib/uninorm/u-normcoll.h
76092 Hash: d15873e9d0f8361722b856cc6b5a4b141d8c153651a1cb1694c28c0be3fdf15e
76093 Copyright: 2009 Free Software Foundation, Inc
76094 License: LGPL-3+ 
76095 Licence_Text: 
76096 #Header: 
76097 #/* Locale dependent, normalization insensitive comparison of Unicode strings.
76098 #   Copyright (C) 2009 Free Software Foundation, Inc.
76099 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76100 #
76101 #   This program is free software: you can redistribute it and/or modify it
76102 #   under the terms of the GNU Lesser General Public License as published
76103 #   by the Free Software Foundation; either version 3 of the License, or
76104 #   (at your option) any later version.
76105 #
76106 #   This program is distributed in the hope that it will be useful,
76107 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76108 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76109 #   Lesser General Public License for more details.
76110 #
76111 #   You should have received a copy of the GNU Lesser General Public License
76112
76113 File: ./lib/uninorm/u-normxfrm.h
76114 Hash: 2995d01c87bd38694e454d2aa7acd9440bb01ef2fe3775c2ddddfd9a2055d354
76115 Copyright: 2009 Free Software Foundation, Inc
76116 License: LGPL-3+ 
76117 Licence_Text: 
76118 #Header: 
76119 #/* Locale dependent transformation for comparison of Unicode strings.
76120 #   Copyright (C) 2009 Free Software Foundation, Inc.
76121 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76122 #
76123 #   This program is free software: you can redistribute it and/or modify it
76124 #   under the terms of the GNU Lesser General Public License as published
76125 #   by the Free Software Foundation; either version 3 of the License, or
76126 #   (at your option) any later version.
76127 #
76128 #   This program is distributed in the hope that it will be useful,
76129 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76130 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76131 #   Lesser General Public License for more details.
76132 #
76133 #   You should have received a copy of the GNU Lesser General Public License
76134
76135 File: ./lib/uninorm/u16-normalize.c
76136 Hash: c4417f93ba857c0341ad56a963370ce1ac8690dc8d56ea8704d42bc0f4cd57d4
76137 Copyright: 2009 Free Software Foundation, Inc
76138 License: LGPL-3+ 
76139 Licence_Text: 
76140 #Header: 
76141 #/* Normalization of UTF-16 strings.
76142 #   Copyright (C) 2009 Free Software Foundation, Inc.
76143 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76144 #
76145 #   This program is free software: you can redistribute it and/or modify it
76146 #   under the terms of the GNU Lesser General Public License as published
76147 #   by the Free Software Foundation; either version 3 of the License, or
76148 #   (at your option) any later version.
76149 #
76150 #   This program is distributed in the hope that it will be useful,
76151 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76152 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76153 #   Lesser General Public License for more details.
76154 #
76155 #   You should have received a copy of the GNU Lesser General Public License
76156
76157 File: ./lib/uninorm/u16-normcmp.c
76158 Hash: 70b5b38d00121704a5bdc8dec6c3510938a1ee773296c68bdf4770a9d3ad3ba2
76159 Copyright: 2009 Free Software Foundation, Inc
76160 License: LGPL-3+ 
76161 Licence_Text: 
76162 #Header: 
76163 #/* Normalization insensitive comparison of UTF-16 strings.
76164 #   Copyright (C) 2009 Free Software Foundation, Inc.
76165 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76166 #
76167 #   This program is free software: you can redistribute it and/or modify it
76168 #   under the terms of the GNU Lesser General Public License as published
76169 #   by the Free Software Foundation; either version 3 of the License, or
76170 #   (at your option) any later version.
76171 #
76172 #   This program is distributed in the hope that it will be useful,
76173 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76174 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76175 #   Lesser General Public License for more details.
76176 #
76177 #   You should have received a copy of the GNU Lesser General Public License
76178
76179 File: ./lib/uninorm/u16-normcoll.c
76180 Hash: b2a6a3dde9a5d277817a7bdf3a9da9cba9c5af84d43f02b8de59972c0efc6e06
76181 Copyright: 2009 Free Software Foundation, Inc
76182 License: LGPL-3+ 
76183 Licence_Text: 
76184 #Header: 
76185 #/* Locale dependent, normalization insensitive comparison of UTF-16 strings.
76186 #   Copyright (C) 2009 Free Software Foundation, Inc.
76187 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76188 #
76189 #   This program is free software: you can redistribute it and/or modify it
76190 #   under the terms of the GNU Lesser General Public License as published
76191 #   by the Free Software Foundation; either version 3 of the License, or
76192 #   (at your option) any later version.
76193 #
76194 #   This program is distributed in the hope that it will be useful,
76195 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76196 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76197 #   Lesser General Public License for more details.
76198 #
76199 #   You should have received a copy of the GNU Lesser General Public License
76200
76201 File: ./lib/uninorm/u16-normxfrm.c
76202 Hash: 6a535a6e2b2866d4d2f674604fdec7c48cd37a7d26d1b28aa56b1b55cff64d0c
76203 Copyright: 2009 Free Software Foundation, Inc
76204 License: LGPL-3+ 
76205 Licence_Text: 
76206 #Header: 
76207 #/* Locale dependent transformation for comparison of UTF-16 strings.
76208 #   Copyright (C) 2009 Free Software Foundation, Inc.
76209 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76210 #
76211 #   This program is free software: you can redistribute it and/or modify it
76212 #   under the terms of the GNU Lesser General Public License as published
76213 #   by the Free Software Foundation; either version 3 of the License, or
76214 #   (at your option) any later version.
76215 #
76216 #   This program is distributed in the hope that it will be useful,
76217 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76218 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76219 #   Lesser General Public License for more details.
76220 #
76221 #   You should have received a copy of the GNU Lesser General Public License
76222
76223 File: ./lib/uninorm/u32-normalize.c
76224 Hash: 21948dd01001327d66a37ac6a8120566d704ef23efaf3a32134244e0e8b297db
76225 Copyright: 2009 Free Software Foundation, Inc
76226 License: LGPL-3+ 
76227 Licence_Text: 
76228 #Header: 
76229 #/* Normalization of UTF-32 strings.
76230 #   Copyright (C) 2009 Free Software Foundation, Inc.
76231 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76232 #
76233 #   This program is free software: you can redistribute it and/or modify it
76234 #   under the terms of the GNU Lesser General Public License as published
76235 #   by the Free Software Foundation; either version 3 of the License, or
76236 #   (at your option) any later version.
76237 #
76238 #   This program is distributed in the hope that it will be useful,
76239 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76240 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76241 #   Lesser General Public License for more details.
76242 #
76243 #   You should have received a copy of the GNU Lesser General Public License
76244
76245 File: ./lib/uninorm/u32-normcmp.c
76246 Hash: 3aee963a47e892f820670cbdde9841ad7809e3cb739fe6fe4a4eb82b337fe7aa
76247 Copyright: 2009 Free Software Foundation, Inc
76248 License: LGPL-3+ 
76249 Licence_Text: 
76250 #Header: 
76251 #/* Normalization insensitive comparison of UTF-32 strings.
76252 #   Copyright (C) 2009 Free Software Foundation, Inc.
76253 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76254 #
76255 #   This program is free software: you can redistribute it and/or modify it
76256 #   under the terms of the GNU Lesser General Public License as published
76257 #   by the Free Software Foundation; either version 3 of the License, or
76258 #   (at your option) any later version.
76259 #
76260 #   This program is distributed in the hope that it will be useful,
76261 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76262 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76263 #   Lesser General Public License for more details.
76264 #
76265 #   You should have received a copy of the GNU Lesser General Public License
76266
76267 File: ./lib/uninorm/u32-normcoll.c
76268 Hash: e05b8dc2bc7995766bf46052c4718b74c0ffcae0cac15dd8135777dd379c34f4
76269 Copyright: 2009 Free Software Foundation, Inc
76270 License: LGPL-3+ 
76271 Licence_Text: 
76272 #Header: 
76273 #/* Locale dependent, normalization insensitive comparison of UTF-32 strings.
76274 #   Copyright (C) 2009 Free Software Foundation, Inc.
76275 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76276 #
76277 #   This program is free software: you can redistribute it and/or modify it
76278 #   under the terms of the GNU Lesser General Public License as published
76279 #   by the Free Software Foundation; either version 3 of the License, or
76280 #   (at your option) any later version.
76281 #
76282 #   This program is distributed in the hope that it will be useful,
76283 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76284 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76285 #   Lesser General Public License for more details.
76286 #
76287 #   You should have received a copy of the GNU Lesser General Public License
76288
76289 File: ./lib/uninorm/u32-normxfrm.c
76290 Hash: 6d8ff48fb188d7d15ae549430423f962ca47de75f2e3fa27d0c65099e653e5d8
76291 Copyright: 2009 Free Software Foundation, Inc
76292 License: LGPL-3+ 
76293 Licence_Text: 
76294 #Header: 
76295 #/* Locale dependent transformation for comparison of UTF-32 strings.
76296 #   Copyright (C) 2009 Free Software Foundation, Inc.
76297 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76298 #
76299 #   This program is free software: you can redistribute it and/or modify it
76300 #   under the terms of the GNU Lesser General Public License as published
76301 #   by the Free Software Foundation; either version 3 of the License, or
76302 #   (at your option) any later version.
76303 #
76304 #   This program is distributed in the hope that it will be useful,
76305 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76306 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76307 #   Lesser General Public License for more details.
76308 #
76309 #   You should have received a copy of the GNU Lesser General Public License
76310
76311 File: ./lib/uninorm/u8-normalize.c
76312 Hash: b46220839acddb8068a99f781da004eeb988271397e318e6077f00e1b4d9eb99
76313 Copyright: 2009 Free Software Foundation, Inc
76314 License: LGPL-3+ 
76315 Licence_Text: 
76316 #Header: 
76317 #/* Normalization of UTF-8 strings.
76318 #   Copyright (C) 2009 Free Software Foundation, Inc.
76319 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76320 #
76321 #   This program is free software: you can redistribute it and/or modify it
76322 #   under the terms of the GNU Lesser General Public License as published
76323 #   by the Free Software Foundation; either version 3 of the License, or
76324 #   (at your option) any later version.
76325 #
76326 #   This program is distributed in the hope that it will be useful,
76327 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76328 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76329 #   Lesser General Public License for more details.
76330 #
76331 #   You should have received a copy of the GNU Lesser General Public License
76332
76333 File: ./lib/uninorm/u8-normcmp.c
76334 Hash: 88af27918ea6a884ebb5ddc98c75a2f01462cc627d489ca3a0387b2337cfff01
76335 Copyright: 2009 Free Software Foundation, Inc
76336 License: LGPL-3+ 
76337 Licence_Text: 
76338 #Header: 
76339 #/* Normalization insensitive comparison of UTF-8 strings.
76340 #   Copyright (C) 2009 Free Software Foundation, Inc.
76341 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76342 #
76343 #   This program is free software: you can redistribute it and/or modify it
76344 #   under the terms of the GNU Lesser General Public License as published
76345 #   by the Free Software Foundation; either version 3 of the License, or
76346 #   (at your option) any later version.
76347 #
76348 #   This program is distributed in the hope that it will be useful,
76349 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76350 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76351 #   Lesser General Public License for more details.
76352 #
76353 #   You should have received a copy of the GNU Lesser General Public License
76354
76355 File: ./lib/uninorm/u8-normcoll.c
76356 Hash: 781e09bd1453b3872c591e97c19b1855dc70cee271fded19eef00469baede34f
76357 Copyright: 2009 Free Software Foundation, Inc
76358 License: LGPL-3+ 
76359 Licence_Text: 
76360 #Header: 
76361 #/* Locale dependent, normalization insensitive comparison of UTF-8 strings.
76362 #   Copyright (C) 2009 Free Software Foundation, Inc.
76363 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76364 #
76365 #   This program is free software: you can redistribute it and/or modify it
76366 #   under the terms of the GNU Lesser General Public License as published
76367 #   by the Free Software Foundation; either version 3 of the License, or
76368 #   (at your option) any later version.
76369 #
76370 #   This program is distributed in the hope that it will be useful,
76371 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76372 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76373 #   Lesser General Public License for more details.
76374 #
76375 #   You should have received a copy of the GNU Lesser General Public License
76376
76377 File: ./lib/uninorm/u8-normxfrm.c
76378 Hash: d59367c5c15d6f235b1e68265d3e3a57fef210ab8796ed36a04f40d08f302e3f
76379 Copyright: 2009 Free Software Foundation, Inc
76380 License: LGPL-3+ 
76381 Licence_Text: 
76382 #Header: 
76383 #/* Locale dependent transformation for comparison of UTF-8 strings.
76384 #   Copyright (C) 2009 Free Software Foundation, Inc.
76385 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76386 #
76387 #   This program is free software: you can redistribute it and/or modify it
76388 #   under the terms of the GNU Lesser General Public License as published
76389 #   by the Free Software Foundation; either version 3 of the License, or
76390 #   (at your option) any later version.
76391 #
76392 #   This program is distributed in the hope that it will be useful,
76393 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76394 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76395 #   Lesser General Public License for more details.
76396 #
76397 #   You should have received a copy of the GNU Lesser General Public License
76398
76399 File: ./lib/uninorm/uninorm-filter.c
76400 Hash: fde778aae106254be586328ae3ecb4ee2843b387fb9bd68bd6e8ebf8b7dfe8f3
76401 Copyright: 2009 Free Software Foundation, Inc
76402 License: LGPL-3+ 
76403 Licence_Text: 
76404 #Header: 
76405 #/* Stream-based normalization of Unicode strings.
76406 #   Copyright (C) 2009 Free Software Foundation, Inc.
76407 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
76408 #
76409 #   This program is free software: you can redistribute it and/or modify it
76410 #   under the terms of the GNU Lesser General Public License as published
76411 #   by the Free Software Foundation; either version 3 of the License, or
76412 #   (at your option) any later version.
76413 #
76414 #   This program is distributed in the hope that it will be useful,
76415 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76416 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76417 #   Lesser General Public License for more details.
76418 #
76419 #   You should have received a copy of the GNU Lesser General Public License
76420
76421 File: ./lib/unistd--.h
76422 Hash: adf5345fbcb95c5bb36d54daf54a986985f38945478711e734fb90742f8a5262
76423 Copyright: 2005 Free Software Foundation, Inc
76424 License: GPL-3+ 
76425 Licence_Text: 
76426 #Header: 
76427 #/* Like unistd.h, but redefine some names to avoid glitches.
76428 #
76429 #   Copyright (C) 2005 Free Software Foundation, Inc.
76430 #
76431 #   This program is free software: you can redistribute it and/or modify
76432 #   it under the terms of the GNU General Public License as published by
76433 #   the Free Software Foundation; either version 3 of the License, or
76434 #   (at your option) any later version.
76435 #
76436 #   This program is distributed in the hope that it will be useful,
76437 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76438 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
76439 #   GNU General Public License for more details.
76440 #
76441 #   You should have received a copy of the GNU General Public License
76442
76443 File: ./lib/unistd-safer.h
76444 Hash: f1b41b4d684751d4d0fd03bb4855a4ab9c168f72e25dbcab58fa5e7cf7edebf9
76445 Copyright: 2001, 2003, 2005 Free Software Foundation, Inc
76446 License: GPL-3+ 
76447 Licence_Text: 
76448 #Header: 
76449 #/* Invoke unistd-like functions, but avoid some glitches.
76450 #
76451 #   Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
76452 #
76453 #   This program is free software: you can redistribute it and/or modify
76454 #   it under the terms of the GNU General Public License as published by
76455 #   the Free Software Foundation; either version 3 of the License, or
76456 #   (at your option) any later version.
76457 #
76458 #   This program is distributed in the hope that it will be useful,
76459 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76460 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
76461 #   GNU General Public License for more details.
76462 #
76463 #   You should have received a copy of the GNU General Public License
76464
76465 File: ./lib/unistd.in.h
76466 Hash: a6926ba851d67cbfe9bc3f8f5c0a100992084e9d90ff1e51b25bd373b976d588
76467 Copyright: 2003-2009 Free Software Foundation, Inc
76468 License: GPL-2+
76469 Licence_Text: 
76470 #Header: 
76471 #/* Substitute for and wrapper around <unistd.h>.
76472 #   Copyright (C) 2003-2009 Free Software Foundation, Inc.
76473 #
76474 #   This program is free software; you can redistribute it and/or modify
76475 #   it under the terms of the GNU General Public License as published by
76476 #   the Free Software Foundation; either version 2, or (at your option)
76477 #   any later version.
76478 #
76479 #   This program is distributed in the hope that it will be useful,
76480 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76481 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
76482 #   GNU General Public License for more details.
76483 #
76484 #   You should have received a copy of the GNU General Public License
76485 #   along with this program; if not, write to the Free Software Foundation,
76486
76487 File: ./lib/unistdio.h
76488 Hash: 670451fad5381e7d81619f0268d7dcac2693a959612603a4fd77a67f102b98eb
76489 Copyright: 2002, 2005-2007 Free Software Foundation, Inc
76490 License: LGPL-3+ 
76491 Licence_Text: 
76492 #Header: 
76493 #/* Elementary Unicode string functions.
76494 #   Copyright (C) 2002, 2005-2007 Free Software Foundation, Inc.
76495 #
76496 #   This program is free software: you can redistribute it and/or modify it
76497 #   under the terms of the GNU Lesser General Public License as published
76498 #   by the Free Software Foundation; either version 3 of the License, or
76499 #   (at your option) any later version.
76500 #
76501 #   This program is distributed in the hope that it will be useful,
76502 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76503 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76504 #   Lesser General Public License for more details.
76505 #
76506 #   You should have received a copy of the GNU Lesser General Public License
76507 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76508
76509 File: ./lib/unistdio/u-asnprintf.h
76510 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76511 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76512 License: LGPL-3+ 
76513 Licence_Text: 
76514 #Header: 
76515 #/* Formatted output to strings.
76516 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76517 #
76518 #   This program is free software: you can redistribute it and/or modify it
76519 #   under the terms of the GNU Lesser General Public License as published
76520 #   by the Free Software Foundation; either version 3 of the License, or
76521 #   (at your option) any later version.
76522 #
76523 #   This program is distributed in the hope that it will be useful,
76524 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76525 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76526 #   Lesser General Public License for more details.
76527 #
76528 #   You should have received a copy of the GNU Lesser General Public License
76529 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76530
76531 File: ./lib/unistdio/u-asprintf.h
76532 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76533 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76534 License: LGPL-3+ 
76535 Licence_Text: 
76536 #Header: 
76537 #/* Formatted output to strings.
76538 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76539 #
76540 #   This program is free software: you can redistribute it and/or modify it
76541 #   under the terms of the GNU Lesser General Public License as published
76542 #   by the Free Software Foundation; either version 3 of the License, or
76543 #   (at your option) any later version.
76544 #
76545 #   This program is distributed in the hope that it will be useful,
76546 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76547 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76548 #   Lesser General Public License for more details.
76549 #
76550 #   You should have received a copy of the GNU Lesser General Public License
76551 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76552
76553 File: ./lib/unistdio/u-printf-args.c
76554 Hash: a27d294cbfad2286e039e9816ee9acb269f976fcc6f6c6f13a22d74056689600
76555 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
76556 License: LGPL-3+ 
76557 Licence_Text: 
76558 #Header: 
76559 #/* Decomposed printf argument list.
76560 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
76561 #
76562 #   This program is free software: you can redistribute it and/or modify it
76563 #   under the terms of the GNU Lesser General Public License as published
76564 #   by the Free Software Foundation; either version 3 of the License, or
76565 #   (at your option) any later version.
76566 #
76567 #   This program is distributed in the hope that it will be useful,
76568 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76569 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76570 #   Lesser General Public License for more details.
76571 #
76572 #   You should have received a copy of the GNU Lesser General Public License
76573 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76574
76575 File: ./lib/unistdio/u-printf-args.h
76576 Hash: a6fe38b9879275d7c142bc95e0b7e4caed91ccce4714c11749fdd64ecf990bf5
76577 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76578 License: LGPL-3+ 
76579 Licence_Text: 
76580 #Header: 
76581 #/* Decomposed printf argument list.
76582 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76583 #
76584 #   This program is free software: you can redistribute it and/or modify it
76585 #   under the terms of the GNU Lesser General Public License as published
76586 #   by the Free Software Foundation; either version 3 of the License, or
76587 #   (at your option) any later version.
76588 #
76589 #   This program is distributed in the hope that it will be useful,
76590 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76591 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76592 #   Lesser General Public License for more details.
76593 #
76594 #   You should have received a copy of the GNU Lesser General Public License
76595 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76596
76597 File: ./lib/unistdio/u-printf-parse.h
76598 Hash: 429fb79a4fedd4e52cd53cd4e50638cd94893eecb1b7a62844d082be64efe0dd
76599 Copyright: 1999, 2002, 2005, 2007 Free Software Foundation, Inc
76600 License: LGPL-3+ 
76601 Licence_Text: 
76602 #Header: 
76603 #/* Parse printf format string.
76604 #   Copyright (C) 1999, 2002, 2005, 2007 Free Software Foundation, Inc.
76605 #
76606 #   This program is free software: you can redistribute it and/or modify it
76607 #   under the terms of the GNU Lesser General Public License as published
76608 #   by the Free Software Foundation; either version 3 of the License, or
76609 #   (at your option) any later version.
76610 #
76611 #   This program is distributed in the hope that it will be useful,
76612 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76613 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76614 #   Lesser General Public License for more details.
76615 #
76616 #   You should have received a copy of the GNU Lesser General Public License
76617 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76618
76619 File: ./lib/unistdio/u-snprintf.h
76620 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76621 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76622 License: LGPL-3+ 
76623 Licence_Text: 
76624 #Header: 
76625 #/* Formatted output to strings.
76626 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76627 #
76628 #   This program is free software: you can redistribute it and/or modify it
76629 #   under the terms of the GNU Lesser General Public License as published
76630 #   by the Free Software Foundation; either version 3 of the License, or
76631 #   (at your option) any later version.
76632 #
76633 #   This program is distributed in the hope that it will be useful,
76634 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76635 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76636 #   Lesser General Public License for more details.
76637 #
76638 #   You should have received a copy of the GNU Lesser General Public License
76639 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76640
76641 File: ./lib/unistdio/u-sprintf.h
76642 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76643 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76644 License: LGPL-3+ 
76645 Licence_Text: 
76646 #Header: 
76647 #/* Formatted output to strings.
76648 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76649 #
76650 #   This program is free software: you can redistribute it and/or modify it
76651 #   under the terms of the GNU Lesser General Public License as published
76652 #   by the Free Software Foundation; either version 3 of the License, or
76653 #   (at your option) any later version.
76654 #
76655 #   This program is distributed in the hope that it will be useful,
76656 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76657 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76658 #   Lesser General Public License for more details.
76659 #
76660 #   You should have received a copy of the GNU Lesser General Public License
76661 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76662
76663 File: ./lib/unistdio/u-vasprintf.h
76664 Hash: b9c41c9ac66b01a78b136a19a034422213fc60ef758ee941be6ba767a9116898
76665 Copyright: 1999, 2002, 2006-2008 Free Software Foundation, Inc
76666 License: LGPL-3+ 
76667 Licence_Text: 
76668 #Header: 
76669 #/* Formatted output to strings.
76670 #   Copyright (C) 1999, 2002, 2006-2008 Free Software Foundation, Inc.
76671 #
76672 #   This program is free software: you can redistribute it and/or modify it
76673 #   under the terms of the GNU Lesser General Public License as published
76674 #   by the Free Software Foundation; either version 3 of the License, or
76675 #   (at your option) any later version.
76676 #
76677 #   This program is distributed in the hope that it will be useful,
76678 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76679 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76680 #   Lesser General Public License for more details.
76681 #
76682 #   You should have received a copy of the GNU Lesser General Public License
76683 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76684
76685 File: ./lib/unistdio/u-vsnprintf.h
76686 Hash: b9c41c9ac66b01a78b136a19a034422213fc60ef758ee941be6ba767a9116898
76687 Copyright: 1999, 2002, 2006-2008 Free Software Foundation, Inc
76688 License: LGPL-3+ 
76689 Licence_Text: 
76690 #Header: 
76691 #/* Formatted output to strings.
76692 #   Copyright (C) 1999, 2002, 2006-2008 Free Software Foundation, Inc.
76693 #
76694 #   This program is free software: you can redistribute it and/or modify it
76695 #   under the terms of the GNU Lesser General Public License as published
76696 #   by the Free Software Foundation; either version 3 of the License, or
76697 #   (at your option) any later version.
76698 #
76699 #   This program is distributed in the hope that it will be useful,
76700 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76701 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76702 #   Lesser General Public License for more details.
76703 #
76704 #   You should have received a copy of the GNU Lesser General Public License
76705 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76706
76707 File: ./lib/unistdio/u-vsprintf.h
76708 Hash: b9c41c9ac66b01a78b136a19a034422213fc60ef758ee941be6ba767a9116898
76709 Copyright: 1999, 2002, 2006-2008 Free Software Foundation, Inc
76710 License: LGPL-3+ 
76711 Licence_Text: 
76712 #Header: 
76713 #/* Formatted output to strings.
76714 #   Copyright (C) 1999, 2002, 2006-2008 Free Software Foundation, Inc.
76715 #
76716 #   This program is free software: you can redistribute it and/or modify it
76717 #   under the terms of the GNU Lesser General Public License as published
76718 #   by the Free Software Foundation; either version 3 of the License, or
76719 #   (at your option) any later version.
76720 #
76721 #   This program is distributed in the hope that it will be useful,
76722 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76723 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76724 #   Lesser General Public License for more details.
76725 #
76726 #   You should have received a copy of the GNU Lesser General Public License
76727 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76728
76729 File: ./lib/unistdio/u16-asnprintf.c
76730 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76731 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76732 License: LGPL-3+ 
76733 Licence_Text: 
76734 #Header: 
76735 #/* Formatted output to strings.
76736 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76737 #
76738 #   This program is free software: you can redistribute it and/or modify it
76739 #   under the terms of the GNU Lesser General Public License as published
76740 #   by the Free Software Foundation; either version 3 of the License, or
76741 #   (at your option) any later version.
76742 #
76743 #   This program is distributed in the hope that it will be useful,
76744 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76745 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76746 #   Lesser General Public License for more details.
76747 #
76748 #   You should have received a copy of the GNU Lesser General Public License
76749 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76750
76751 File: ./lib/unistdio/u16-asprintf.c
76752 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76753 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76754 License: LGPL-3+ 
76755 Licence_Text: 
76756 #Header: 
76757 #/* Formatted output to strings.
76758 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76759 #
76760 #   This program is free software: you can redistribute it and/or modify it
76761 #   under the terms of the GNU Lesser General Public License as published
76762 #   by the Free Software Foundation; either version 3 of the License, or
76763 #   (at your option) any later version.
76764 #
76765 #   This program is distributed in the hope that it will be useful,
76766 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76767 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76768 #   Lesser General Public License for more details.
76769 #
76770 #   You should have received a copy of the GNU Lesser General Public License
76771 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76772
76773 File: ./lib/unistdio/u16-printf-parse.c
76774 Hash: 7b54d6c5b67508c72e37fe050b2da9d818b6856ddb1082f2ca3d4fd389d08d5d
76775 Copyright: 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc
76776 License: LGPL-3+ 
76777 Licence_Text: 
76778 #Header: 
76779 #/* Formatted output to strings.
76780 #   Copyright (C) 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc.
76781 #
76782 #   This program is free software: you can redistribute it and/or modify it
76783 #   under the terms of the GNU Lesser General Public License as published
76784 #   by the Free Software Foundation; either version 3 of the License, or
76785 #   (at your option) any later version.
76786 #
76787 #   This program is distributed in the hope that it will be useful,
76788 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76789 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76790 #   Lesser General Public License for more details.
76791 #
76792 #   You should have received a copy of the GNU Lesser General Public License
76793 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76794
76795 File: ./lib/unistdio/u16-snprintf.c
76796 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76797 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76798 License: LGPL-3+ 
76799 Licence_Text: 
76800 #Header: 
76801 #/* Formatted output to strings.
76802 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76803 #
76804 #   This program is free software: you can redistribute it and/or modify it
76805 #   under the terms of the GNU Lesser General Public License as published
76806 #   by the Free Software Foundation; either version 3 of the License, or
76807 #   (at your option) any later version.
76808 #
76809 #   This program is distributed in the hope that it will be useful,
76810 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76811 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76812 #   Lesser General Public License for more details.
76813 #
76814 #   You should have received a copy of the GNU Lesser General Public License
76815 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76816
76817 File: ./lib/unistdio/u16-sprintf.c
76818 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76819 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76820 License: LGPL-3+ 
76821 Licence_Text: 
76822 #Header: 
76823 #/* Formatted output to strings.
76824 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76825 #
76826 #   This program is free software: you can redistribute it and/or modify it
76827 #   under the terms of the GNU Lesser General Public License as published
76828 #   by the Free Software Foundation; either version 3 of the License, or
76829 #   (at your option) any later version.
76830 #
76831 #   This program is distributed in the hope that it will be useful,
76832 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76833 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76834 #   Lesser General Public License for more details.
76835 #
76836 #   You should have received a copy of the GNU Lesser General Public License
76837 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76838
76839 File: ./lib/unistdio/u16-u16-asnprintf.c
76840 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76841 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76842 License: LGPL-3+ 
76843 Licence_Text: 
76844 #Header: 
76845 #/* Formatted output to strings.
76846 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76847 #
76848 #   This program is free software: you can redistribute it and/or modify it
76849 #   under the terms of the GNU Lesser General Public License as published
76850 #   by the Free Software Foundation; either version 3 of the License, or
76851 #   (at your option) any later version.
76852 #
76853 #   This program is distributed in the hope that it will be useful,
76854 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76855 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76856 #   Lesser General Public License for more details.
76857 #
76858 #   You should have received a copy of the GNU Lesser General Public License
76859 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76860
76861 File: ./lib/unistdio/u16-u16-asprintf.c
76862 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76863 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76864 License: LGPL-3+ 
76865 Licence_Text: 
76866 #Header: 
76867 #/* Formatted output to strings.
76868 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76869 #
76870 #   This program is free software: you can redistribute it and/or modify it
76871 #   under the terms of the GNU Lesser General Public License as published
76872 #   by the Free Software Foundation; either version 3 of the License, or
76873 #   (at your option) any later version.
76874 #
76875 #   This program is distributed in the hope that it will be useful,
76876 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76877 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76878 #   Lesser General Public License for more details.
76879 #
76880 #   You should have received a copy of the GNU Lesser General Public License
76881 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76882
76883 File: ./lib/unistdio/u16-u16-snprintf.c
76884 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76885 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76886 License: LGPL-3+ 
76887 Licence_Text: 
76888 #Header: 
76889 #/* Formatted output to strings.
76890 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76891 #
76892 #   This program is free software: you can redistribute it and/or modify it
76893 #   under the terms of the GNU Lesser General Public License as published
76894 #   by the Free Software Foundation; either version 3 of the License, or
76895 #   (at your option) any later version.
76896 #
76897 #   This program is distributed in the hope that it will be useful,
76898 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76899 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76900 #   Lesser General Public License for more details.
76901 #
76902 #   You should have received a copy of the GNU Lesser General Public License
76903 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76904
76905 File: ./lib/unistdio/u16-u16-sprintf.c
76906 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
76907 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
76908 License: LGPL-3+ 
76909 Licence_Text: 
76910 #Header: 
76911 #/* Formatted output to strings.
76912 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
76913 #
76914 #   This program is free software: you can redistribute it and/or modify it
76915 #   under the terms of the GNU Lesser General Public License as published
76916 #   by the Free Software Foundation; either version 3 of the License, or
76917 #   (at your option) any later version.
76918 #
76919 #   This program is distributed in the hope that it will be useful,
76920 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76921 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76922 #   Lesser General Public License for more details.
76923 #
76924 #   You should have received a copy of the GNU Lesser General Public License
76925 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76926
76927 File: ./lib/unistdio/u16-u16-vasnprintf.c
76928 Hash: da31dfeafbc49adf6e8bca735abf8a4fc40ef3fbf2b7b29fdc699e3afcc3fa4a
76929 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
76930 License: LGPL-3+ 
76931 Licence_Text: 
76932 #Header: 
76933 #/* Formatted output to UTF-16 strings.
76934 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
76935 #
76936 #   This program is free software: you can redistribute it and/or modify it
76937 #   under the terms of the GNU Lesser General Public License as published
76938 #   by the Free Software Foundation; either version 3 of the License, or
76939 #   (at your option) any later version.
76940 #
76941 #   This program is distributed in the hope that it will be useful,
76942 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76943 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76944 #   Lesser General Public License for more details.
76945 #
76946 #   You should have received a copy of the GNU Lesser General Public License
76947 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76948
76949 File: ./lib/unistdio/u16-u16-vasprintf.c
76950 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
76951 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
76952 License: LGPL-3+ 
76953 Licence_Text: 
76954 #Header: 
76955 #/* Formatted output to strings.
76956 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
76957 #
76958 #   This program is free software: you can redistribute it and/or modify it
76959 #   under the terms of the GNU Lesser General Public License as published
76960 #   by the Free Software Foundation; either version 3 of the License, or
76961 #   (at your option) any later version.
76962 #
76963 #   This program is distributed in the hope that it will be useful,
76964 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76965 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76966 #   Lesser General Public License for more details.
76967 #
76968 #   You should have received a copy of the GNU Lesser General Public License
76969 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76970
76971 File: ./lib/unistdio/u16-u16-vsnprintf.c
76972 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
76973 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
76974 License: LGPL-3+ 
76975 Licence_Text: 
76976 #Header: 
76977 #/* Formatted output to strings.
76978 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
76979 #
76980 #   This program is free software: you can redistribute it and/or modify it
76981 #   under the terms of the GNU Lesser General Public License as published
76982 #   by the Free Software Foundation; either version 3 of the License, or
76983 #   (at your option) any later version.
76984 #
76985 #   This program is distributed in the hope that it will be useful,
76986 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
76987 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76988 #   Lesser General Public License for more details.
76989 #
76990 #   You should have received a copy of the GNU Lesser General Public License
76991 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
76992
76993 File: ./lib/unistdio/u16-u16-vsprintf.c
76994 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
76995 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
76996 License: LGPL-3+ 
76997 Licence_Text: 
76998 #Header: 
76999 #/* Formatted output to strings.
77000 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77001 #
77002 #   This program is free software: you can redistribute it and/or modify it
77003 #   under the terms of the GNU Lesser General Public License as published
77004 #   by the Free Software Foundation; either version 3 of the License, or
77005 #   (at your option) any later version.
77006 #
77007 #   This program is distributed in the hope that it will be useful,
77008 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77009 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77010 #   Lesser General Public License for more details.
77011 #
77012 #   You should have received a copy of the GNU Lesser General Public License
77013 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77014
77015 File: ./lib/unistdio/u16-vasnprintf.c
77016 Hash: da31dfeafbc49adf6e8bca735abf8a4fc40ef3fbf2b7b29fdc699e3afcc3fa4a
77017 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77018 License: LGPL-3+ 
77019 Licence_Text: 
77020 #Header: 
77021 #/* Formatted output to UTF-16 strings.
77022 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77023 #
77024 #   This program is free software: you can redistribute it and/or modify it
77025 #   under the terms of the GNU Lesser General Public License as published
77026 #   by the Free Software Foundation; either version 3 of the License, or
77027 #   (at your option) any later version.
77028 #
77029 #   This program is distributed in the hope that it will be useful,
77030 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77031 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77032 #   Lesser General Public License for more details.
77033 #
77034 #   You should have received a copy of the GNU Lesser General Public License
77035 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77036
77037 File: ./lib/unistdio/u16-vasprintf.c
77038 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77039 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77040 License: LGPL-3+ 
77041 Licence_Text: 
77042 #Header: 
77043 #/* Formatted output to strings.
77044 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77045 #
77046 #   This program is free software: you can redistribute it and/or modify it
77047 #   under the terms of the GNU Lesser General Public License as published
77048 #   by the Free Software Foundation; either version 3 of the License, or
77049 #   (at your option) any later version.
77050 #
77051 #   This program is distributed in the hope that it will be useful,
77052 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77053 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77054 #   Lesser General Public License for more details.
77055 #
77056 #   You should have received a copy of the GNU Lesser General Public License
77057 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77058
77059 File: ./lib/unistdio/u16-vsnprintf.c
77060 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77061 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77062 License: LGPL-3+ 
77063 Licence_Text: 
77064 #Header: 
77065 #/* Formatted output to strings.
77066 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77067 #
77068 #   This program is free software: you can redistribute it and/or modify it
77069 #   under the terms of the GNU Lesser General Public License as published
77070 #   by the Free Software Foundation; either version 3 of the License, or
77071 #   (at your option) any later version.
77072 #
77073 #   This program is distributed in the hope that it will be useful,
77074 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77075 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77076 #   Lesser General Public License for more details.
77077 #
77078 #   You should have received a copy of the GNU Lesser General Public License
77079 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77080
77081 File: ./lib/unistdio/u16-vsprintf.c
77082 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77083 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77084 License: LGPL-3+ 
77085 Licence_Text: 
77086 #Header: 
77087 #/* Formatted output to strings.
77088 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77089 #
77090 #   This program is free software: you can redistribute it and/or modify it
77091 #   under the terms of the GNU Lesser General Public License as published
77092 #   by the Free Software Foundation; either version 3 of the License, or
77093 #   (at your option) any later version.
77094 #
77095 #   This program is distributed in the hope that it will be useful,
77096 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77097 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77098 #   Lesser General Public License for more details.
77099 #
77100 #   You should have received a copy of the GNU Lesser General Public License
77101 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77102
77103 File: ./lib/unistdio/u32-asnprintf.c
77104 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77105 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77106 License: LGPL-3+ 
77107 Licence_Text: 
77108 #Header: 
77109 #/* Formatted output to strings.
77110 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77111 #
77112 #   This program is free software: you can redistribute it and/or modify it
77113 #   under the terms of the GNU Lesser General Public License as published
77114 #   by the Free Software Foundation; either version 3 of the License, or
77115 #   (at your option) any later version.
77116 #
77117 #   This program is distributed in the hope that it will be useful,
77118 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77119 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77120 #   Lesser General Public License for more details.
77121 #
77122 #   You should have received a copy of the GNU Lesser General Public License
77123 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77124
77125 File: ./lib/unistdio/u32-asprintf.c
77126 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77127 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77128 License: LGPL-3+ 
77129 Licence_Text: 
77130 #Header: 
77131 #/* Formatted output to strings.
77132 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77133 #
77134 #   This program is free software: you can redistribute it and/or modify it
77135 #   under the terms of the GNU Lesser General Public License as published
77136 #   by the Free Software Foundation; either version 3 of the License, or
77137 #   (at your option) any later version.
77138 #
77139 #   This program is distributed in the hope that it will be useful,
77140 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77141 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77142 #   Lesser General Public License for more details.
77143 #
77144 #   You should have received a copy of the GNU Lesser General Public License
77145 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77146
77147 File: ./lib/unistdio/u32-printf-parse.c
77148 Hash: 7b54d6c5b67508c72e37fe050b2da9d818b6856ddb1082f2ca3d4fd389d08d5d
77149 Copyright: 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc
77150 License: LGPL-3+ 
77151 Licence_Text: 
77152 #Header: 
77153 #/* Formatted output to strings.
77154 #   Copyright (C) 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc.
77155 #
77156 #   This program is free software: you can redistribute it and/or modify it
77157 #   under the terms of the GNU Lesser General Public License as published
77158 #   by the Free Software Foundation; either version 3 of the License, or
77159 #   (at your option) any later version.
77160 #
77161 #   This program is distributed in the hope that it will be useful,
77162 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77163 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77164 #   Lesser General Public License for more details.
77165 #
77166 #   You should have received a copy of the GNU Lesser General Public License
77167 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77168
77169 File: ./lib/unistdio/u32-snprintf.c
77170 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77171 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77172 License: LGPL-3+ 
77173 Licence_Text: 
77174 #Header: 
77175 #/* Formatted output to strings.
77176 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77177 #
77178 #   This program is free software: you can redistribute it and/or modify it
77179 #   under the terms of the GNU Lesser General Public License as published
77180 #   by the Free Software Foundation; either version 3 of the License, or
77181 #   (at your option) any later version.
77182 #
77183 #   This program is distributed in the hope that it will be useful,
77184 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77185 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77186 #   Lesser General Public License for more details.
77187 #
77188 #   You should have received a copy of the GNU Lesser General Public License
77189 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77190
77191 File: ./lib/unistdio/u32-sprintf.c
77192 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77193 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77194 License: LGPL-3+ 
77195 Licence_Text: 
77196 #Header: 
77197 #/* Formatted output to strings.
77198 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77199 #
77200 #   This program is free software: you can redistribute it and/or modify it
77201 #   under the terms of the GNU Lesser General Public License as published
77202 #   by the Free Software Foundation; either version 3 of the License, or
77203 #   (at your option) any later version.
77204 #
77205 #   This program is distributed in the hope that it will be useful,
77206 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77207 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77208 #   Lesser General Public License for more details.
77209 #
77210 #   You should have received a copy of the GNU Lesser General Public License
77211 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77212
77213 File: ./lib/unistdio/u32-u32-asnprintf.c
77214 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77215 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77216 License: LGPL-3+ 
77217 Licence_Text: 
77218 #Header: 
77219 #/* Formatted output to strings.
77220 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77221 #
77222 #   This program is free software: you can redistribute it and/or modify it
77223 #   under the terms of the GNU Lesser General Public License as published
77224 #   by the Free Software Foundation; either version 3 of the License, or
77225 #   (at your option) any later version.
77226 #
77227 #   This program is distributed in the hope that it will be useful,
77228 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77229 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77230 #   Lesser General Public License for more details.
77231 #
77232 #   You should have received a copy of the GNU Lesser General Public License
77233 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77234
77235 File: ./lib/unistdio/u32-u32-asprintf.c
77236 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77237 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77238 License: LGPL-3+ 
77239 Licence_Text: 
77240 #Header: 
77241 #/* Formatted output to strings.
77242 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77243 #
77244 #   This program is free software: you can redistribute it and/or modify it
77245 #   under the terms of the GNU Lesser General Public License as published
77246 #   by the Free Software Foundation; either version 3 of the License, or
77247 #   (at your option) any later version.
77248 #
77249 #   This program is distributed in the hope that it will be useful,
77250 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77251 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77252 #   Lesser General Public License for more details.
77253 #
77254 #   You should have received a copy of the GNU Lesser General Public License
77255 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77256
77257 File: ./lib/unistdio/u32-u32-snprintf.c
77258 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77259 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77260 License: LGPL-3+ 
77261 Licence_Text: 
77262 #Header: 
77263 #/* Formatted output to strings.
77264 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77265 #
77266 #   This program is free software: you can redistribute it and/or modify it
77267 #   under the terms of the GNU Lesser General Public License as published
77268 #   by the Free Software Foundation; either version 3 of the License, or
77269 #   (at your option) any later version.
77270 #
77271 #   This program is distributed in the hope that it will be useful,
77272 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77273 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77274 #   Lesser General Public License for more details.
77275 #
77276 #   You should have received a copy of the GNU Lesser General Public License
77277 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77278
77279 File: ./lib/unistdio/u32-u32-sprintf.c
77280 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77281 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77282 License: LGPL-3+ 
77283 Licence_Text: 
77284 #Header: 
77285 #/* Formatted output to strings.
77286 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77287 #
77288 #   This program is free software: you can redistribute it and/or modify it
77289 #   under the terms of the GNU Lesser General Public License as published
77290 #   by the Free Software Foundation; either version 3 of the License, or
77291 #   (at your option) any later version.
77292 #
77293 #   This program is distributed in the hope that it will be useful,
77294 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77295 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77296 #   Lesser General Public License for more details.
77297 #
77298 #   You should have received a copy of the GNU Lesser General Public License
77299 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77300
77301 File: ./lib/unistdio/u32-u32-vasnprintf.c
77302 Hash: c8fd34cc8240d960449f5dcfccbdb12a0936ec8fa2e8f39cb6d7bcb4b8ce045a
77303 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77304 License: LGPL-3+ 
77305 Licence_Text: 
77306 #Header: 
77307 #/* Formatted output to UTF-32 strings.
77308 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77309 #
77310 #   This program is free software: you can redistribute it and/or modify it
77311 #   under the terms of the GNU Lesser General Public License as published
77312 #   by the Free Software Foundation; either version 3 of the License, or
77313 #   (at your option) any later version.
77314 #
77315 #   This program is distributed in the hope that it will be useful,
77316 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77317 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77318 #   Lesser General Public License for more details.
77319 #
77320 #   You should have received a copy of the GNU Lesser General Public License
77321 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77322
77323 File: ./lib/unistdio/u32-u32-vasprintf.c
77324 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77325 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77326 License: LGPL-3+ 
77327 Licence_Text: 
77328 #Header: 
77329 #/* Formatted output to strings.
77330 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77331 #
77332 #   This program is free software: you can redistribute it and/or modify it
77333 #   under the terms of the GNU Lesser General Public License as published
77334 #   by the Free Software Foundation; either version 3 of the License, or
77335 #   (at your option) any later version.
77336 #
77337 #   This program is distributed in the hope that it will be useful,
77338 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77339 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77340 #   Lesser General Public License for more details.
77341 #
77342 #   You should have received a copy of the GNU Lesser General Public License
77343 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77344
77345 File: ./lib/unistdio/u32-u32-vsnprintf.c
77346 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77347 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77348 License: LGPL-3+ 
77349 Licence_Text: 
77350 #Header: 
77351 #/* Formatted output to strings.
77352 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77353 #
77354 #   This program is free software: you can redistribute it and/or modify it
77355 #   under the terms of the GNU Lesser General Public License as published
77356 #   by the Free Software Foundation; either version 3 of the License, or
77357 #   (at your option) any later version.
77358 #
77359 #   This program is distributed in the hope that it will be useful,
77360 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77361 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77362 #   Lesser General Public License for more details.
77363 #
77364 #   You should have received a copy of the GNU Lesser General Public License
77365 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77366
77367 File: ./lib/unistdio/u32-u32-vsprintf.c
77368 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77369 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77370 License: LGPL-3+ 
77371 Licence_Text: 
77372 #Header: 
77373 #/* Formatted output to strings.
77374 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77375 #
77376 #   This program is free software: you can redistribute it and/or modify it
77377 #   under the terms of the GNU Lesser General Public License as published
77378 #   by the Free Software Foundation; either version 3 of the License, or
77379 #   (at your option) any later version.
77380 #
77381 #   This program is distributed in the hope that it will be useful,
77382 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77383 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77384 #   Lesser General Public License for more details.
77385 #
77386 #   You should have received a copy of the GNU Lesser General Public License
77387 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77388
77389 File: ./lib/unistdio/u32-vasnprintf.c
77390 Hash: c8fd34cc8240d960449f5dcfccbdb12a0936ec8fa2e8f39cb6d7bcb4b8ce045a
77391 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77392 License: LGPL-3+ 
77393 Licence_Text: 
77394 #Header: 
77395 #/* Formatted output to UTF-32 strings.
77396 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77397 #
77398 #   This program is free software: you can redistribute it and/or modify it
77399 #   under the terms of the GNU Lesser General Public License as published
77400 #   by the Free Software Foundation; either version 3 of the License, or
77401 #   (at your option) any later version.
77402 #
77403 #   This program is distributed in the hope that it will be useful,
77404 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77405 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77406 #   Lesser General Public License for more details.
77407 #
77408 #   You should have received a copy of the GNU Lesser General Public License
77409 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77410
77411 File: ./lib/unistdio/u32-vasprintf.c
77412 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77413 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77414 License: LGPL-3+ 
77415 Licence_Text: 
77416 #Header: 
77417 #/* Formatted output to strings.
77418 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77419 #
77420 #   This program is free software: you can redistribute it and/or modify it
77421 #   under the terms of the GNU Lesser General Public License as published
77422 #   by the Free Software Foundation; either version 3 of the License, or
77423 #   (at your option) any later version.
77424 #
77425 #   This program is distributed in the hope that it will be useful,
77426 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77427 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77428 #   Lesser General Public License for more details.
77429 #
77430 #   You should have received a copy of the GNU Lesser General Public License
77431 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77432
77433 File: ./lib/unistdio/u32-vsnprintf.c
77434 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77435 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77436 License: LGPL-3+ 
77437 Licence_Text: 
77438 #Header: 
77439 #/* Formatted output to strings.
77440 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77441 #
77442 #   This program is free software: you can redistribute it and/or modify it
77443 #   under the terms of the GNU Lesser General Public License as published
77444 #   by the Free Software Foundation; either version 3 of the License, or
77445 #   (at your option) any later version.
77446 #
77447 #   This program is distributed in the hope that it will be useful,
77448 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77449 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77450 #   Lesser General Public License for more details.
77451 #
77452 #   You should have received a copy of the GNU Lesser General Public License
77453 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77454
77455 File: ./lib/unistdio/u32-vsprintf.c
77456 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77457 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77458 License: LGPL-3+ 
77459 Licence_Text: 
77460 #Header: 
77461 #/* Formatted output to strings.
77462 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77463 #
77464 #   This program is free software: you can redistribute it and/or modify it
77465 #   under the terms of the GNU Lesser General Public License as published
77466 #   by the Free Software Foundation; either version 3 of the License, or
77467 #   (at your option) any later version.
77468 #
77469 #   This program is distributed in the hope that it will be useful,
77470 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77471 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77472 #   Lesser General Public License for more details.
77473 #
77474 #   You should have received a copy of the GNU Lesser General Public License
77475 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77476
77477 File: ./lib/unistdio/u8-asnprintf.c
77478 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77479 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77480 License: LGPL-3+ 
77481 Licence_Text: 
77482 #Header: 
77483 #/* Formatted output to strings.
77484 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77485 #
77486 #   This program is free software: you can redistribute it and/or modify it
77487 #   under the terms of the GNU Lesser General Public License as published
77488 #   by the Free Software Foundation; either version 3 of the License, or
77489 #   (at your option) any later version.
77490 #
77491 #   This program is distributed in the hope that it will be useful,
77492 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77493 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77494 #   Lesser General Public License for more details.
77495 #
77496 #   You should have received a copy of the GNU Lesser General Public License
77497 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77498
77499 File: ./lib/unistdio/u8-asprintf.c
77500 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77501 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77502 License: LGPL-3+ 
77503 Licence_Text: 
77504 #Header: 
77505 #/* Formatted output to strings.
77506 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77507 #
77508 #   This program is free software: you can redistribute it and/or modify it
77509 #   under the terms of the GNU Lesser General Public License as published
77510 #   by the Free Software Foundation; either version 3 of the License, or
77511 #   (at your option) any later version.
77512 #
77513 #   This program is distributed in the hope that it will be useful,
77514 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77515 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77516 #   Lesser General Public License for more details.
77517 #
77518 #   You should have received a copy of the GNU Lesser General Public License
77519 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77520
77521 File: ./lib/unistdio/u8-printf-parse.c
77522 Hash: 7b54d6c5b67508c72e37fe050b2da9d818b6856ddb1082f2ca3d4fd389d08d5d
77523 Copyright: 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc
77524 License: LGPL-3+ 
77525 Licence_Text: 
77526 #Header: 
77527 #/* Formatted output to strings.
77528 #   Copyright (C) 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc.
77529 #
77530 #   This program is free software: you can redistribute it and/or modify it
77531 #   under the terms of the GNU Lesser General Public License as published
77532 #   by the Free Software Foundation; either version 3 of the License, or
77533 #   (at your option) any later version.
77534 #
77535 #   This program is distributed in the hope that it will be useful,
77536 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77537 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77538 #   Lesser General Public License for more details.
77539 #
77540 #   You should have received a copy of the GNU Lesser General Public License
77541 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77542
77543 File: ./lib/unistdio/u8-snprintf.c
77544 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77545 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77546 License: LGPL-3+ 
77547 Licence_Text: 
77548 #Header: 
77549 #/* Formatted output to strings.
77550 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77551 #
77552 #   This program is free software: you can redistribute it and/or modify it
77553 #   under the terms of the GNU Lesser General Public License as published
77554 #   by the Free Software Foundation; either version 3 of the License, or
77555 #   (at your option) any later version.
77556 #
77557 #   This program is distributed in the hope that it will be useful,
77558 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77559 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77560 #   Lesser General Public License for more details.
77561 #
77562 #   You should have received a copy of the GNU Lesser General Public License
77563 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77564
77565 File: ./lib/unistdio/u8-sprintf.c
77566 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77567 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77568 License: LGPL-3+ 
77569 Licence_Text: 
77570 #Header: 
77571 #/* Formatted output to strings.
77572 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77573 #
77574 #   This program is free software: you can redistribute it and/or modify it
77575 #   under the terms of the GNU Lesser General Public License as published
77576 #   by the Free Software Foundation; either version 3 of the License, or
77577 #   (at your option) any later version.
77578 #
77579 #   This program is distributed in the hope that it will be useful,
77580 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77581 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77582 #   Lesser General Public License for more details.
77583 #
77584 #   You should have received a copy of the GNU Lesser General Public License
77585 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77586
77587 File: ./lib/unistdio/u8-u8-asnprintf.c
77588 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77589 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77590 License: LGPL-3+ 
77591 Licence_Text: 
77592 #Header: 
77593 #/* Formatted output to strings.
77594 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77595 #
77596 #   This program is free software: you can redistribute it and/or modify it
77597 #   under the terms of the GNU Lesser General Public License as published
77598 #   by the Free Software Foundation; either version 3 of the License, or
77599 #   (at your option) any later version.
77600 #
77601 #   This program is distributed in the hope that it will be useful,
77602 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77603 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77604 #   Lesser General Public License for more details.
77605 #
77606 #   You should have received a copy of the GNU Lesser General Public License
77607 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77608
77609 File: ./lib/unistdio/u8-u8-asprintf.c
77610 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77611 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77612 License: LGPL-3+ 
77613 Licence_Text: 
77614 #Header: 
77615 #/* Formatted output to strings.
77616 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77617 #
77618 #   This program is free software: you can redistribute it and/or modify it
77619 #   under the terms of the GNU Lesser General Public License as published
77620 #   by the Free Software Foundation; either version 3 of the License, or
77621 #   (at your option) any later version.
77622 #
77623 #   This program is distributed in the hope that it will be useful,
77624 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77625 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77626 #   Lesser General Public License for more details.
77627 #
77628 #   You should have received a copy of the GNU Lesser General Public License
77629 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77630
77631 File: ./lib/unistdio/u8-u8-snprintf.c
77632 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77633 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77634 License: LGPL-3+ 
77635 Licence_Text: 
77636 #Header: 
77637 #/* Formatted output to strings.
77638 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77639 #
77640 #   This program is free software: you can redistribute it and/or modify it
77641 #   under the terms of the GNU Lesser General Public License as published
77642 #   by the Free Software Foundation; either version 3 of the License, or
77643 #   (at your option) any later version.
77644 #
77645 #   This program is distributed in the hope that it will be useful,
77646 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77647 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77648 #   Lesser General Public License for more details.
77649 #
77650 #   You should have received a copy of the GNU Lesser General Public License
77651 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77652
77653 File: ./lib/unistdio/u8-u8-sprintf.c
77654 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77655 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77656 License: LGPL-3+ 
77657 Licence_Text: 
77658 #Header: 
77659 #/* Formatted output to strings.
77660 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77661 #
77662 #   This program is free software: you can redistribute it and/or modify it
77663 #   under the terms of the GNU Lesser General Public License as published
77664 #   by the Free Software Foundation; either version 3 of the License, or
77665 #   (at your option) any later version.
77666 #
77667 #   This program is distributed in the hope that it will be useful,
77668 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77669 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77670 #   Lesser General Public License for more details.
77671 #
77672 #   You should have received a copy of the GNU Lesser General Public License
77673 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77674
77675 File: ./lib/unistdio/u8-u8-vasnprintf.c
77676 Hash: 19c0193ed81a747256b7f27ee90ea832f582782bd3a43216150c3e742523821d
77677 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77678 License: LGPL-3+ 
77679 Licence_Text: 
77680 #Header: 
77681 #/* Formatted output to UTF-8 strings.
77682 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77683 #
77684 #   This program is free software: you can redistribute it and/or modify it
77685 #   under the terms of the GNU Lesser General Public License as published
77686 #   by the Free Software Foundation; either version 3 of the License, or
77687 #   (at your option) any later version.
77688 #
77689 #   This program is distributed in the hope that it will be useful,
77690 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77691 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77692 #   Lesser General Public License for more details.
77693 #
77694 #   You should have received a copy of the GNU Lesser General Public License
77695 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77696
77697 File: ./lib/unistdio/u8-u8-vasprintf.c
77698 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77699 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77700 License: LGPL-3+ 
77701 Licence_Text: 
77702 #Header: 
77703 #/* Formatted output to strings.
77704 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77705 #
77706 #   This program is free software: you can redistribute it and/or modify it
77707 #   under the terms of the GNU Lesser General Public License as published
77708 #   by the Free Software Foundation; either version 3 of the License, or
77709 #   (at your option) any later version.
77710 #
77711 #   This program is distributed in the hope that it will be useful,
77712 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77713 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77714 #   Lesser General Public License for more details.
77715 #
77716 #   You should have received a copy of the GNU Lesser General Public License
77717 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77718
77719 File: ./lib/unistdio/u8-u8-vsnprintf.c
77720 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77721 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77722 License: LGPL-3+ 
77723 Licence_Text: 
77724 #Header: 
77725 #/* Formatted output to strings.
77726 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77727 #
77728 #   This program is free software: you can redistribute it and/or modify it
77729 #   under the terms of the GNU Lesser General Public License as published
77730 #   by the Free Software Foundation; either version 3 of the License, or
77731 #   (at your option) any later version.
77732 #
77733 #   This program is distributed in the hope that it will be useful,
77734 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77735 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77736 #   Lesser General Public License for more details.
77737 #
77738 #   You should have received a copy of the GNU Lesser General Public License
77739 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77740
77741 File: ./lib/unistdio/u8-u8-vsprintf.c
77742 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77743 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77744 License: LGPL-3+ 
77745 Licence_Text: 
77746 #Header: 
77747 #/* Formatted output to strings.
77748 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77749 #
77750 #   This program is free software: you can redistribute it and/or modify it
77751 #   under the terms of the GNU Lesser General Public License as published
77752 #   by the Free Software Foundation; either version 3 of the License, or
77753 #   (at your option) any later version.
77754 #
77755 #   This program is distributed in the hope that it will be useful,
77756 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77757 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77758 #   Lesser General Public License for more details.
77759 #
77760 #   You should have received a copy of the GNU Lesser General Public License
77761 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77762
77763 File: ./lib/unistdio/u8-vasnprintf.c
77764 Hash: 19c0193ed81a747256b7f27ee90ea832f582782bd3a43216150c3e742523821d
77765 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77766 License: LGPL-3+ 
77767 Licence_Text: 
77768 #Header: 
77769 #/* Formatted output to UTF-8 strings.
77770 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77771 #
77772 #   This program is free software: you can redistribute it and/or modify it
77773 #   under the terms of the GNU Lesser General Public License as published
77774 #   by the Free Software Foundation; either version 3 of the License, or
77775 #   (at your option) any later version.
77776 #
77777 #   This program is distributed in the hope that it will be useful,
77778 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77779 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77780 #   Lesser General Public License for more details.
77781 #
77782 #   You should have received a copy of the GNU Lesser General Public License
77783 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77784
77785 File: ./lib/unistdio/u8-vasprintf.c
77786 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77787 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77788 License: LGPL-3+ 
77789 Licence_Text: 
77790 #Header: 
77791 #/* Formatted output to strings.
77792 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77793 #
77794 #   This program is free software: you can redistribute it and/or modify it
77795 #   under the terms of the GNU Lesser General Public License as published
77796 #   by the Free Software Foundation; either version 3 of the License, or
77797 #   (at your option) any later version.
77798 #
77799 #   This program is distributed in the hope that it will be useful,
77800 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77801 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77802 #   Lesser General Public License for more details.
77803 #
77804 #   You should have received a copy of the GNU Lesser General Public License
77805 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77806
77807 File: ./lib/unistdio/u8-vsnprintf.c
77808 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77809 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77810 License: LGPL-3+ 
77811 Licence_Text: 
77812 #Header: 
77813 #/* Formatted output to strings.
77814 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77815 #
77816 #   This program is free software: you can redistribute it and/or modify it
77817 #   under the terms of the GNU Lesser General Public License as published
77818 #   by the Free Software Foundation; either version 3 of the License, or
77819 #   (at your option) any later version.
77820 #
77821 #   This program is distributed in the hope that it will be useful,
77822 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77823 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77824 #   Lesser General Public License for more details.
77825 #
77826 #   You should have received a copy of the GNU Lesser General Public License
77827 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77828
77829 File: ./lib/unistdio/u8-vsprintf.c
77830 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77831 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77832 License: LGPL-3+ 
77833 Licence_Text: 
77834 #Header: 
77835 #/* Formatted output to strings.
77836 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77837 #
77838 #   This program is free software: you can redistribute it and/or modify it
77839 #   under the terms of the GNU Lesser General Public License as published
77840 #   by the Free Software Foundation; either version 3 of the License, or
77841 #   (at your option) any later version.
77842 #
77843 #   This program is distributed in the hope that it will be useful,
77844 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77845 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77846 #   Lesser General Public License for more details.
77847 #
77848 #   You should have received a copy of the GNU Lesser General Public License
77849 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77850
77851 File: ./lib/unistdio/ulc-asnprintf.c
77852 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77853 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77854 License: LGPL-3+ 
77855 Licence_Text: 
77856 #Header: 
77857 #/* Formatted output to strings.
77858 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77859 #
77860 #   This program is free software: you can redistribute it and/or modify it
77861 #   under the terms of the GNU Lesser General Public License as published
77862 #   by the Free Software Foundation; either version 3 of the License, or
77863 #   (at your option) any later version.
77864 #
77865 #   This program is distributed in the hope that it will be useful,
77866 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77867 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77868 #   Lesser General Public License for more details.
77869 #
77870 #   You should have received a copy of the GNU Lesser General Public License
77871 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77872
77873 File: ./lib/unistdio/ulc-asprintf.c
77874 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77875 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77876 License: LGPL-3+ 
77877 Licence_Text: 
77878 #Header: 
77879 #/* Formatted output to strings.
77880 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77881 #
77882 #   This program is free software: you can redistribute it and/or modify it
77883 #   under the terms of the GNU Lesser General Public License as published
77884 #   by the Free Software Foundation; either version 3 of the License, or
77885 #   (at your option) any later version.
77886 #
77887 #   This program is distributed in the hope that it will be useful,
77888 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77889 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77890 #   Lesser General Public License for more details.
77891 #
77892 #   You should have received a copy of the GNU Lesser General Public License
77893 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77894
77895 File: ./lib/unistdio/ulc-fprintf.c
77896 Hash: aa1a253878623a94f68f010ac82170a4014be547950a022203713850bbb93740
77897 Copyright: 2004, 2006-2008 Free Software Foundation, Inc
77898 License: GPL-3+ 
77899 Licence_Text: 
77900 #Header: 
77901 #/* Formatted output to a stream.
77902 #   Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc.
77903 #
77904 #   This program is free software: you can redistribute it and/or modify
77905 #   it under the terms of the GNU General Public License as published by
77906 #   the Free Software Foundation; either version 3 of the License, or
77907 #   (at your option) any later version.
77908 #
77909 #   This program is distributed in the hope that it will be useful,
77910 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77911 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
77912 #   GNU General Public License for more details.
77913 #
77914 #   You should have received a copy of the GNU General Public License
77915 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77916
77917 File: ./lib/unistdio/ulc-printf-parse.c
77918 Hash: 7b54d6c5b67508c72e37fe050b2da9d818b6856ddb1082f2ca3d4fd389d08d5d
77919 Copyright: 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc
77920 License: LGPL-3+ 
77921 Licence_Text: 
77922 #Header: 
77923 #/* Formatted output to strings.
77924 #   Copyright (C) 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc.
77925 #
77926 #   This program is free software: you can redistribute it and/or modify it
77927 #   under the terms of the GNU Lesser General Public License as published
77928 #   by the Free Software Foundation; either version 3 of the License, or
77929 #   (at your option) any later version.
77930 #
77931 #   This program is distributed in the hope that it will be useful,
77932 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77933 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77934 #   Lesser General Public License for more details.
77935 #
77936 #   You should have received a copy of the GNU Lesser General Public License
77937 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77938
77939 File: ./lib/unistdio/ulc-snprintf.c
77940 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77941 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77942 License: LGPL-3+ 
77943 Licence_Text: 
77944 #Header: 
77945 #/* Formatted output to strings.
77946 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77947 #
77948 #   This program is free software: you can redistribute it and/or modify it
77949 #   under the terms of the GNU Lesser General Public License as published
77950 #   by the Free Software Foundation; either version 3 of the License, or
77951 #   (at your option) any later version.
77952 #
77953 #   This program is distributed in the hope that it will be useful,
77954 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77955 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77956 #   Lesser General Public License for more details.
77957 #
77958 #   You should have received a copy of the GNU Lesser General Public License
77959 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77960
77961 File: ./lib/unistdio/ulc-sprintf.c
77962 Hash: 0ab2525eca7a9dd6d9417c05bf606a50e1313cb6e8a2c4453c3ddc36ec0dbaf8
77963 Copyright: 1999, 2002, 2005-2007 Free Software Foundation, Inc
77964 License: LGPL-3+ 
77965 Licence_Text: 
77966 #Header: 
77967 #/* Formatted output to strings.
77968 #   Copyright (C) 1999, 2002, 2005-2007 Free Software Foundation, Inc.
77969 #
77970 #   This program is free software: you can redistribute it and/or modify it
77971 #   under the terms of the GNU Lesser General Public License as published
77972 #   by the Free Software Foundation; either version 3 of the License, or
77973 #   (at your option) any later version.
77974 #
77975 #   This program is distributed in the hope that it will be useful,
77976 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77977 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77978 #   Lesser General Public License for more details.
77979 #
77980 #   You should have received a copy of the GNU Lesser General Public License
77981 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
77982
77983 File: ./lib/unistdio/ulc-vasnprintf.c
77984 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
77985 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
77986 License: LGPL-3+ 
77987 Licence_Text: 
77988 #Header: 
77989 #/* Formatted output to strings.
77990 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
77991 #
77992 #   This program is free software: you can redistribute it and/or modify it
77993 #   under the terms of the GNU Lesser General Public License as published
77994 #   by the Free Software Foundation; either version 3 of the License, or
77995 #   (at your option) any later version.
77996 #
77997 #   This program is distributed in the hope that it will be useful,
77998 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
77999 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78000 #   Lesser General Public License for more details.
78001 #
78002 #   You should have received a copy of the GNU Lesser General Public License
78003 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
78004
78005 File: ./lib/unistdio/ulc-vasprintf.c
78006 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
78007 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
78008 License: LGPL-3+ 
78009 Licence_Text: 
78010 #Header: 
78011 #/* Formatted output to strings.
78012 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
78013 #
78014 #   This program is free software: you can redistribute it and/or modify it
78015 #   under the terms of the GNU Lesser General Public License as published
78016 #   by the Free Software Foundation; either version 3 of the License, or
78017 #   (at your option) any later version.
78018 #
78019 #   This program is distributed in the hope that it will be useful,
78020 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78021 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78022 #   Lesser General Public License for more details.
78023 #
78024 #   You should have received a copy of the GNU Lesser General Public License
78025 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
78026
78027 File: ./lib/unistdio/ulc-vfprintf.c
78028 Hash: aa1a253878623a94f68f010ac82170a4014be547950a022203713850bbb93740
78029 Copyright: 2004, 2006-2008 Free Software Foundation, Inc
78030 License: GPL-3+ 
78031 Licence_Text: 
78032 #Header: 
78033 #/* Formatted output to a stream.
78034 #   Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc.
78035 #
78036 #   This program is free software: you can redistribute it and/or modify
78037 #   it under the terms of the GNU General Public License as published by
78038 #   the Free Software Foundation; either version 3 of the License, or
78039 #   (at your option) any later version.
78040 #
78041 #   This program is distributed in the hope that it will be useful,
78042 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78043 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
78044 #   GNU General Public License for more details.
78045 #
78046 #   You should have received a copy of the GNU General Public License
78047 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
78048
78049 File: ./lib/unistdio/ulc-vsnprintf.c
78050 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
78051 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
78052 License: LGPL-3+ 
78053 Licence_Text: 
78054 #Header: 
78055 #/* Formatted output to strings.
78056 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
78057 #
78058 #   This program is free software: you can redistribute it and/or modify it
78059 #   under the terms of the GNU Lesser General Public License as published
78060 #   by the Free Software Foundation; either version 3 of the License, or
78061 #   (at your option) any later version.
78062 #
78063 #   This program is distributed in the hope that it will be useful,
78064 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78065 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78066 #   Lesser General Public License for more details.
78067 #
78068 #   You should have received a copy of the GNU Lesser General Public License
78069 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
78070
78071 File: ./lib/unistdio/ulc-vsprintf.c
78072 Hash: 948a7862dcf995e03d9b3011cd0db1379c17fb7395101b47a66fbe21208ca0ba
78073 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
78074 License: LGPL-3+ 
78075 Licence_Text: 
78076 #Header: 
78077 #/* Formatted output to strings.
78078 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
78079 #
78080 #   This program is free software: you can redistribute it and/or modify it
78081 #   under the terms of the GNU Lesser General Public License as published
78082 #   by the Free Software Foundation; either version 3 of the License, or
78083 #   (at your option) any later version.
78084 #
78085 #   This program is distributed in the hope that it will be useful,
78086 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78087 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78088 #   Lesser General Public License for more details.
78089 #
78090 #   You should have received a copy of the GNU Lesser General Public License
78091 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
78092
78093 File: ./lib/unistr.h
78094 Hash: 13f5e38dabdfbceb3b445638bc8e99064f239e14e73d4e488187a92b7181157a
78095 Copyright: 2001-2002, 2005-2009 Free Software Foundation, Inc
78096 License: LGPL-3+ 
78097 Licence_Text: 
78098 #Header: 
78099 #/* Elementary Unicode string functions.
78100 #   Copyright (C) 2001-2002, 2005-2009 Free Software Foundation, Inc.
78101 #
78102 #   This program is free software: you can redistribute it and/or modify it
78103 #   under the terms of the GNU Lesser General Public License as published
78104 #   by the Free Software Foundation; either version 3 of the License, or
78105 #   (at your option) any later version.
78106 #
78107 #   This program is distributed in the hope that it will be useful,
78108 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78109 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78110 #   Lesser General Public License for more details.
78111 #
78112 #   You should have received a copy of the GNU Lesser General Public License
78113 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
78114
78115 File: ./lib/unistr/u-cmp2.h
78116 Hash: 353c54ecf4321b660412e19cf505114ea8af7b940afc9fb4f817f32c73fe68dc
78117 Copyright: 2009 Free Software Foundation, Inc
78118 License: LGPL-3+ 
78119 Licence_Text: 
78120 #Header: 
78121 #/* Compare pieces of UTF-8/UTF-16/UTF-32 strings.
78122 #   Copyright (C) 2009 Free Software Foundation, Inc.
78123 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
78124 #
78125 #   This program is free software: you can redistribute it and/or modify it
78126 #   under the terms of the GNU Lesser General Public License as published
78127 #   by the Free Software Foundation; either version 3 of the License, or
78128 #   (at your option) any later version.
78129 #
78130 #   This program is distributed in the hope that it will be useful,
78131 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78132 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78133 #   Lesser General Public License for more details.
78134 #
78135 #   You should have received a copy of the GNU Lesser General Public License
78136
78137 File: ./lib/unistr/u-cpy-alloc.h
78138 Hash: 33a2cf4d1751fb8b89c16c2e464679a25254a1da5aa823af5026981e3f9f04aa
78139 Copyright: 1999, 2002, 2006-2007, 2009 Free Software Foundation, Inc
78140 License: LGPL-3+ 
78141 Licence_Text: 
78142 #Header: 
78143 #/* Copy piece of UTF-8/UTF-16/UTF-32 string.
78144 #   Copyright (C) 1999, 2002, 2006-2007, 2009 Free Software Foundation, Inc.
78145 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78146 #
78147 #   This program is free software: you can redistribute it and/or modify it
78148 #   under the terms of the GNU Lesser General Public License as published
78149 #   by the Free Software Foundation; either version 3 of the License, or
78150 #   (at your option) any later version.
78151 #
78152 #   This program is distributed in the hope that it will be useful,
78153 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78154 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78155 #   Lesser General Public License for more details.
78156 #
78157 #   You should have received a copy of the GNU Lesser General Public License
78158
78159 File: ./lib/unistr/u-cpy.h
78160 Hash: 7fc06f2c907b5bb91e873de20f7b59e18a79b1b4eae0f15f234c557812a6702f
78161 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78162 License: LGPL-3+ 
78163 Licence_Text: 
78164 #Header: 
78165 #/* Copy piece of UTF-8/UTF-16/UTF-32 string.
78166 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78167 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78168 #
78169 #   This program is free software: you can redistribute it and/or modify it
78170 #   under the terms of the GNU Lesser General Public License as published
78171 #   by the Free Software Foundation; either version 3 of the License, or
78172 #   (at your option) any later version.
78173 #
78174 #   This program is distributed in the hope that it will be useful,
78175 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78176 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78177 #   Lesser General Public License for more details.
78178 #
78179 #   You should have received a copy of the GNU Lesser General Public License
78180
78181 File: ./lib/unistr/u-endswith.h
78182 Hash: 08d8150ff19b29a61ef4cdbb505c4a35456571e3a7f7d7b808897da1e7d58e1a
78183 Copyright: 2002, 2006 Free Software Foundation, Inc
78184 License: LGPL-3+ 
78185 Licence_Text: 
78186 #Header: 
78187 #/* Substring test for UTF-8/UTF-16/UTF-32 strings.
78188 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
78189 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78190 #
78191 #   This program is free software: you can redistribute it and/or modify it
78192 #   under the terms of the GNU Lesser General Public License as published
78193 #   by the Free Software Foundation; either version 3 of the License, or
78194 #   (at your option) any later version.
78195 #
78196 #   This program is distributed in the hope that it will be useful,
78197 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78198 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78199 #   Lesser General Public License for more details.
78200 #
78201 #   You should have received a copy of the GNU Lesser General Public License
78202
78203 File: ./lib/unistr/u-move.h
78204 Hash: 7fc06f2c907b5bb91e873de20f7b59e18a79b1b4eae0f15f234c557812a6702f
78205 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78206 License: LGPL-3+ 
78207 Licence_Text: 
78208 #Header: 
78209 #/* Copy piece of UTF-8/UTF-16/UTF-32 string.
78210 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78211 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78212 #
78213 #   This program is free software: you can redistribute it and/or modify it
78214 #   under the terms of the GNU Lesser General Public License as published
78215 #   by the Free Software Foundation; either version 3 of the License, or
78216 #   (at your option) any later version.
78217 #
78218 #   This program is distributed in the hope that it will be useful,
78219 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78220 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78221 #   Lesser General Public License for more details.
78222 #
78223 #   You should have received a copy of the GNU Lesser General Public License
78224
78225 File: ./lib/unistr/u-set.h
78226 Hash: ad540bb3c29abee866d49045d7549895c69e88f9c7e421fc288f06e683371efe
78227 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78228 License: LGPL-3+ 
78229 Licence_Text: 
78230 #Header: 
78231 #/* Fill UTF-8/UTF-16/UTF-32 string.
78232 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78233 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78234 #
78235 #   This program is free software: you can redistribute it and/or modify it
78236 #   under the terms of the GNU Lesser General Public License as published
78237 #   by the Free Software Foundation; either version 3 of the License, or
78238 #   (at your option) any later version.
78239 #
78240 #   This program is distributed in the hope that it will be useful,
78241 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78242 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78243 #   Lesser General Public License for more details.
78244 #
78245 #   You should have received a copy of the GNU Lesser General Public License
78246
78247 File: ./lib/unistr/u-startswith.h
78248 Hash: 08d8150ff19b29a61ef4cdbb505c4a35456571e3a7f7d7b808897da1e7d58e1a
78249 Copyright: 2002, 2006 Free Software Foundation, Inc
78250 License: LGPL-3+ 
78251 Licence_Text: 
78252 #Header: 
78253 #/* Substring test for UTF-8/UTF-16/UTF-32 strings.
78254 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
78255 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78256 #
78257 #   This program is free software: you can redistribute it and/or modify it
78258 #   under the terms of the GNU Lesser General Public License as published
78259 #   by the Free Software Foundation; either version 3 of the License, or
78260 #   (at your option) any later version.
78261 #
78262 #   This program is distributed in the hope that it will be useful,
78263 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78264 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78265 #   Lesser General Public License for more details.
78266 #
78267 #   You should have received a copy of the GNU Lesser General Public License
78268
78269 File: ./lib/unistr/u-stpcpy.h
78270 Hash: a0ff79e5cb42488d87ec1cca56029036d2e50f6b98af62c13a3b56fbfab68993
78271 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78272 License: LGPL-3+ 
78273 Licence_Text: 
78274 #Header: 
78275 #/* Copy UTF-8/UTF-16/UTF-32 string.
78276 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78277 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78278 #
78279 #   This program is free software: you can redistribute it and/or modify it
78280 #   under the terms of the GNU Lesser General Public License as published
78281 #   by the Free Software Foundation; either version 3 of the License, or
78282 #   (at your option) any later version.
78283 #
78284 #   This program is distributed in the hope that it will be useful,
78285 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78286 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78287 #   Lesser General Public License for more details.
78288 #
78289 #   You should have received a copy of the GNU Lesser General Public License
78290
78291 File: ./lib/unistr/u-stpncpy.h
78292 Hash: a0ff79e5cb42488d87ec1cca56029036d2e50f6b98af62c13a3b56fbfab68993
78293 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78294 License: LGPL-3+ 
78295 Licence_Text: 
78296 #Header: 
78297 #/* Copy UTF-8/UTF-16/UTF-32 string.
78298 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78299 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78300 #
78301 #   This program is free software: you can redistribute it and/or modify it
78302 #   under the terms of the GNU Lesser General Public License as published
78303 #   by the Free Software Foundation; either version 3 of the License, or
78304 #   (at your option) any later version.
78305 #
78306 #   This program is distributed in the hope that it will be useful,
78307 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78308 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78309 #   Lesser General Public License for more details.
78310 #
78311 #   You should have received a copy of the GNU Lesser General Public License
78312
78313 File: ./lib/unistr/u-strcat.h
78314 Hash: a961e1649e2718572131466575d22ae66be83b02a48dfecd251cdd37469ae1ca
78315 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78316 License: LGPL-3+ 
78317 Licence_Text: 
78318 #Header: 
78319 #/* Concatenate UTF-8/UTF-16/UTF-32 strings.
78320 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78321 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78322 #
78323 #   This program is free software: you can redistribute it and/or modify it
78324 #   under the terms of the GNU Lesser General Public License as published
78325 #   by the Free Software Foundation; either version 3 of the License, or
78326 #   (at your option) any later version.
78327 #
78328 #   This program is distributed in the hope that it will be useful,
78329 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78330 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78331 #   Lesser General Public License for more details.
78332 #
78333 #   You should have received a copy of the GNU Lesser General Public License
78334
78335 File: ./lib/unistr/u-strcoll.h
78336 Hash: edd8e7309806a8c6748205b082becf74015ca7a86a99f4abfe90fd29cafc9bfe
78337 Copyright: 2009 Free Software Foundation, Inc
78338 License: LGPL-3+ 
78339 Licence_Text: 
78340 #Header: 
78341 #/* Compare UTF-8/UTF-16/UTF-32 strings using the collation rules of the current
78342 #   locale.
78343 #   Copyright (C) 2009 Free Software Foundation, Inc.
78344 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
78345 #
78346 #   This program is free software: you can redistribute it and/or modify it
78347 #   under the terms of the GNU Lesser General Public License as published
78348 #   by the Free Software Foundation; either version 3 of the License, or
78349 #   (at your option) any later version.
78350 #
78351 #   This program is distributed in the hope that it will be useful,
78352 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78353 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78354 #   Lesser General Public License for more details.
78355
78356 File: ./lib/unistr/u-strcpy.h
78357 Hash: a0ff79e5cb42488d87ec1cca56029036d2e50f6b98af62c13a3b56fbfab68993
78358 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78359 License: LGPL-3+ 
78360 Licence_Text: 
78361 #Header: 
78362 #/* Copy UTF-8/UTF-16/UTF-32 string.
78363 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78364 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78365 #
78366 #   This program is free software: you can redistribute it and/or modify it
78367 #   under the terms of the GNU Lesser General Public License as published
78368 #   by the Free Software Foundation; either version 3 of the License, or
78369 #   (at your option) any later version.
78370 #
78371 #   This program is distributed in the hope that it will be useful,
78372 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78373 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78374 #   Lesser General Public License for more details.
78375 #
78376 #   You should have received a copy of the GNU Lesser General Public License
78377
78378 File: ./lib/unistr/u-strcspn.h
78379 Hash: d7ab7b4ccb82a0ef40aef3c8e98bfd365981f0f65c10a6a776798d574cd8c718
78380 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78381 License: LGPL-3+ 
78382 Licence_Text: 
78383 #Header: 
78384 #/* Search for some characters in UTF-8/UTF-16/UTF-32 string.
78385 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78386 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78387 #
78388 #   This program is free software: you can redistribute it and/or modify it
78389 #   under the terms of the GNU Lesser General Public License as published
78390 #   by the Free Software Foundation; either version 3 of the License, or
78391 #   (at your option) any later version.
78392 #
78393 #   This program is distributed in the hope that it will be useful,
78394 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78395 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78396 #   Lesser General Public License for more details.
78397 #
78398 #   You should have received a copy of the GNU Lesser General Public License
78399
78400 File: ./lib/unistr/u-strdup.h
78401 Hash: 29b7da996418f450dc43ca85a629a13e9f41b4e0759a3d26dee1f0f570cd1fdb
78402 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
78403 License: LGPL-3+ 
78404 Licence_Text: 
78405 #Header: 
78406 #/* Copy UTF-8/UTF-16/UTF-32 string.
78407 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
78408 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78409 #
78410 #   This program is free software: you can redistribute it and/or modify it
78411 #   under the terms of the GNU Lesser General Public License as published
78412 #   by the Free Software Foundation; either version 3 of the License, or
78413 #   (at your option) any later version.
78414 #
78415 #   This program is distributed in the hope that it will be useful,
78416 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78417 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78418 #   Lesser General Public License for more details.
78419 #
78420 #   You should have received a copy of the GNU Lesser General Public License
78421
78422 File: ./lib/unistr/u-strlen.h
78423 Hash: 5ab8a4c4f7df43b1ab702777309a99e463464ecbb02813a12c642b680564a3eb
78424 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78425 License: LGPL-3+ 
78426 Licence_Text: 
78427 #Header: 
78428 #/* Determine length of UTF-8/UTF-16/UTF-32 string.
78429 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78430 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78431 #
78432 #   This program is free software: you can redistribute it and/or modify it
78433 #   under the terms of the GNU Lesser General Public License as published
78434 #   by the Free Software Foundation; either version 3 of the License, or
78435 #   (at your option) any later version.
78436 #
78437 #   This program is distributed in the hope that it will be useful,
78438 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78439 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78440 #   Lesser General Public License for more details.
78441 #
78442 #   You should have received a copy of the GNU Lesser General Public License
78443
78444 File: ./lib/unistr/u-strncat.h
78445 Hash: a961e1649e2718572131466575d22ae66be83b02a48dfecd251cdd37469ae1ca
78446 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78447 License: LGPL-3+ 
78448 Licence_Text: 
78449 #Header: 
78450 #/* Concatenate UTF-8/UTF-16/UTF-32 strings.
78451 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78452 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78453 #
78454 #   This program is free software: you can redistribute it and/or modify it
78455 #   under the terms of the GNU Lesser General Public License as published
78456 #   by the Free Software Foundation; either version 3 of the License, or
78457 #   (at your option) any later version.
78458 #
78459 #   This program is distributed in the hope that it will be useful,
78460 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78461 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78462 #   Lesser General Public License for more details.
78463 #
78464 #   You should have received a copy of the GNU Lesser General Public License
78465
78466 File: ./lib/unistr/u-strncpy.h
78467 Hash: a0ff79e5cb42488d87ec1cca56029036d2e50f6b98af62c13a3b56fbfab68993
78468 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78469 License: LGPL-3+ 
78470 Licence_Text: 
78471 #Header: 
78472 #/* Copy UTF-8/UTF-16/UTF-32 string.
78473 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78474 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78475 #
78476 #   This program is free software: you can redistribute it and/or modify it
78477 #   under the terms of the GNU Lesser General Public License as published
78478 #   by the Free Software Foundation; either version 3 of the License, or
78479 #   (at your option) any later version.
78480 #
78481 #   This program is distributed in the hope that it will be useful,
78482 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78483 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78484 #   Lesser General Public License for more details.
78485 #
78486 #   You should have received a copy of the GNU Lesser General Public License
78487
78488 File: ./lib/unistr/u-strnlen.h
78489 Hash: c2287c09b8102ca5941250c212c3065bc5f0310d5047a6d4c540c3d8bd55c71f
78490 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78491 License: LGPL-3+ 
78492 Licence_Text: 
78493 #Header: 
78494 #/* Determine bounded length of UTF-8/UTF-16/UTF-32 string.
78495 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78496 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78497 #
78498 #   This program is free software: you can redistribute it and/or modify it
78499 #   under the terms of the GNU Lesser General Public License as published
78500 #   by the Free Software Foundation; either version 3 of the License, or
78501 #   (at your option) any later version.
78502 #
78503 #   This program is distributed in the hope that it will be useful,
78504 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78505 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78506 #   Lesser General Public License for more details.
78507 #
78508 #   You should have received a copy of the GNU Lesser General Public License
78509
78510 File: ./lib/unistr/u-strpbrk.h
78511 Hash: d7ab7b4ccb82a0ef40aef3c8e98bfd365981f0f65c10a6a776798d574cd8c718
78512 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78513 License: LGPL-3+ 
78514 Licence_Text: 
78515 #Header: 
78516 #/* Search for some characters in UTF-8/UTF-16/UTF-32 string.
78517 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78518 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78519 #
78520 #   This program is free software: you can redistribute it and/or modify it
78521 #   under the terms of the GNU Lesser General Public License as published
78522 #   by the Free Software Foundation; either version 3 of the License, or
78523 #   (at your option) any later version.
78524 #
78525 #   This program is distributed in the hope that it will be useful,
78526 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78527 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78528 #   Lesser General Public License for more details.
78529 #
78530 #   You should have received a copy of the GNU Lesser General Public License
78531
78532 File: ./lib/unistr/u-strspn.h
78533 Hash: d7ab7b4ccb82a0ef40aef3c8e98bfd365981f0f65c10a6a776798d574cd8c718
78534 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78535 License: LGPL-3+ 
78536 Licence_Text: 
78537 #Header: 
78538 #/* Search for some characters in UTF-8/UTF-16/UTF-32 string.
78539 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78540 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78541 #
78542 #   This program is free software: you can redistribute it and/or modify it
78543 #   under the terms of the GNU Lesser General Public License as published
78544 #   by the Free Software Foundation; either version 3 of the License, or
78545 #   (at your option) any later version.
78546 #
78547 #   This program is distributed in the hope that it will be useful,
78548 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78549 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78550 #   Lesser General Public License for more details.
78551 #
78552 #   You should have received a copy of the GNU Lesser General Public License
78553
78554 File: ./lib/unistr/u-strstr.h
78555 Hash: c6fe6020affec0baee70c698a6c983e4924b5b578266c453a7aaf55cc23e2a1c
78556 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78557 License: LGPL-3+ 
78558 Licence_Text: 
78559 #Header: 
78560 #/* Substring test for UTF-8/UTF-16/UTF-32 strings.
78561 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78562 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78563 #
78564 #   This program is free software: you can redistribute it and/or modify it
78565 #   under the terms of the GNU Lesser General Public License as published
78566 #   by the Free Software Foundation; either version 3 of the License, or
78567 #   (at your option) any later version.
78568 #
78569 #   This program is distributed in the hope that it will be useful,
78570 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78571 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78572 #   Lesser General Public License for more details.
78573 #
78574 #   You should have received a copy of the GNU Lesser General Public License
78575
78576 File: ./lib/unistr/u-strtok.h
78577 Hash: 124e2d5c65832f8f2b09cb250453ac36538f42bc04e58097b83683954a9fd220
78578 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78579 License: LGPL-3+ 
78580 Licence_Text: 
78581 #Header: 
78582 #/* Tokenize UTF-8/UTF-16/UTF-32 string.
78583 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78584 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78585 #
78586 #   This program is free software: you can redistribute it and/or modify it
78587 #   under the terms of the GNU Lesser General Public License as published
78588 #   by the Free Software Foundation; either version 3 of the License, or
78589 #   (at your option) any later version.
78590 #
78591 #   This program is distributed in the hope that it will be useful,
78592 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78593 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78594 #   Lesser General Public License for more details.
78595 #
78596 #   You should have received a copy of the GNU Lesser General Public License
78597
78598 File: ./lib/unistr/u16-check.c
78599 Hash: c5ae8c4ac9aa94462744b11f56b7d108a26665c45bfb27222547583236670660
78600 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
78601 License: LGPL-3+ 
78602 Licence_Text: 
78603 #Header: 
78604 #/* Check UTF-16 string.
78605 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
78606 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78607 #
78608 #   This program is free software: you can redistribute it and/or modify it
78609 #   under the terms of the GNU Lesser General Public License as published
78610 #   by the Free Software Foundation; either version 3 of the License, or
78611 #   (at your option) any later version.
78612 #
78613 #   This program is distributed in the hope that it will be useful,
78614 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78615 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78616 #   Lesser General Public License for more details.
78617 #
78618 #   You should have received a copy of the GNU Lesser General Public License
78619
78620 File: ./lib/unistr/u16-chr.c
78621 Hash: e3329f60b17e2dfcf738c0ab4d315772c23c15c736a185ef7c9dc9896095d74b
78622 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
78623 License: LGPL-3+ 
78624 Licence_Text: 
78625 #Header: 
78626 #/* Search character in piece of UTF-16 string.
78627 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
78628 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78629 #
78630 #   This program is free software: you can redistribute it and/or modify it
78631 #   under the terms of the GNU Lesser General Public License as published
78632 #   by the Free Software Foundation; either version 3 of the License, or
78633 #   (at your option) any later version.
78634 #
78635 #   This program is distributed in the hope that it will be useful,
78636 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78637 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78638 #   Lesser General Public License for more details.
78639 #
78640 #   You should have received a copy of the GNU Lesser General Public License
78641
78642 File: ./lib/unistr/u16-cmp.c
78643 Hash: a178e2ef622d6775701cd298960a8dccafa331ca0d80c79fcaa4de012bd5b28f
78644 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78645 License: LGPL-3+ 
78646 Licence_Text: 
78647 #Header: 
78648 #/* Compare pieces of UTF-16 strings.
78649 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78650 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78651 #
78652 #   This program is free software: you can redistribute it and/or modify it
78653 #   under the terms of the GNU Lesser General Public License as published
78654 #   by the Free Software Foundation; either version 3 of the License, or
78655 #   (at your option) any later version.
78656 #
78657 #   This program is distributed in the hope that it will be useful,
78658 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78659 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78660 #   Lesser General Public License for more details.
78661 #
78662 #   You should have received a copy of the GNU Lesser General Public License
78663
78664 File: ./lib/unistr/u16-cmp2.c
78665 Hash: 2cb5dfa391e0c72cda11f0fb2350422ebde0432a2abf811e5941c06223b8cb67
78666 Copyright: 2009 Free Software Foundation, Inc
78667 License: LGPL-3+ 
78668 Licence_Text: 
78669 #Header: 
78670 #/* Compare pieces of UTF-16 strings.
78671 #   Copyright (C) 2009 Free Software Foundation, Inc.
78672 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
78673 #
78674 #   This program is free software: you can redistribute it and/or modify it
78675 #   under the terms of the GNU Lesser General Public License as published
78676 #   by the Free Software Foundation; either version 3 of the License, or
78677 #   (at your option) any later version.
78678 #
78679 #   This program is distributed in the hope that it will be useful,
78680 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78681 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78682 #   Lesser General Public License for more details.
78683 #
78684 #   You should have received a copy of the GNU Lesser General Public License
78685
78686 File: ./lib/unistr/u16-cpy-alloc.c
78687 Hash: ddc6d0b1c24fae8bf8c5e118e688c8ee185839613af6bf604789671da44e8da1
78688 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78689 License: LGPL-3+ 
78690 Licence_Text: 
78691 #Header: 
78692 #/* Copy piece of UTF-16 string.
78693 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78694 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78695 #
78696 #   This program is free software: you can redistribute it and/or modify it
78697 #   under the terms of the GNU Lesser General Public License as published
78698 #   by the Free Software Foundation; either version 3 of the License, or
78699 #   (at your option) any later version.
78700 #
78701 #   This program is distributed in the hope that it will be useful,
78702 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78703 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78704 #   Lesser General Public License for more details.
78705 #
78706 #   You should have received a copy of the GNU Lesser General Public License
78707
78708 File: ./lib/unistr/u16-cpy.c
78709 Hash: ddc6d0b1c24fae8bf8c5e118e688c8ee185839613af6bf604789671da44e8da1
78710 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78711 License: LGPL-3+ 
78712 Licence_Text: 
78713 #Header: 
78714 #/* Copy piece of UTF-16 string.
78715 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78716 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78717 #
78718 #   This program is free software: you can redistribute it and/or modify it
78719 #   under the terms of the GNU Lesser General Public License as published
78720 #   by the Free Software Foundation; either version 3 of the License, or
78721 #   (at your option) any later version.
78722 #
78723 #   This program is distributed in the hope that it will be useful,
78724 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78725 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78726 #   Lesser General Public License for more details.
78727 #
78728 #   You should have received a copy of the GNU Lesser General Public License
78729
78730 File: ./lib/unistr/u16-endswith.c
78731 Hash: 8e8522dc6c83ea7988118d8dd2df8a2a417fd9bad4b69071207f0be3076949fe
78732 Copyright: 2002, 2006 Free Software Foundation, Inc
78733 License: LGPL-3+ 
78734 Licence_Text: 
78735 #Header: 
78736 #/* Substring test for UTF-16 strings.
78737 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
78738 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78739 #
78740 #   This program is free software: you can redistribute it and/or modify it
78741 #   under the terms of the GNU Lesser General Public License as published
78742 #   by the Free Software Foundation; either version 3 of the License, or
78743 #   (at your option) any later version.
78744 #
78745 #   This program is distributed in the hope that it will be useful,
78746 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78747 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78748 #   Lesser General Public License for more details.
78749 #
78750 #   You should have received a copy of the GNU Lesser General Public License
78751
78752 File: ./lib/unistr/u16-mblen.c
78753 Hash: de7667c40cd91ab0145919cec2f83745f20824a5899b8c24c09ae686f553c090
78754 Copyright: 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc
78755 License: LGPL-3+ 
78756 Licence_Text: 
78757 #Header: 
78758 #/* Look at first character in UTF-16 string.
78759 #   Copyright (C) 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc.
78760 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78761 #
78762 #   This program is free software: you can redistribute it and/or modify it
78763 #   under the terms of the GNU Lesser General Public License as published
78764 #   by the Free Software Foundation; either version 3 of the License, or
78765 #   (at your option) any later version.
78766 #
78767 #   This program is distributed in the hope that it will be useful,
78768 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78769 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78770 #   Lesser General Public License for more details.
78771 #
78772 #   You should have received a copy of the GNU Lesser General Public License
78773
78774 File: ./lib/unistr/u16-mbsnlen.c
78775 Hash: 1cdbe9c2450930156e5c3b60065663d3280f3a42a62725b5208c39ced2b34318
78776 Copyright: 2007 Free Software Foundation, Inc
78777 License: LGPL-3+ 
78778 Licence_Text: 
78779 #Header: 
78780 #/* Count characters in UTF-16 string.
78781 #   Copyright (C) 2007 Free Software Foundation, Inc.
78782 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
78783 #
78784 #   This program is free software: you can redistribute it and/or modify it
78785 #   under the terms of the GNU Lesser General Public License as published
78786 #   by the Free Software Foundation; either version 3 of the License, or
78787 #   (at your option) any later version.
78788 #
78789 #   This program is distributed in the hope that it will be useful,
78790 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78791 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78792 #   Lesser General Public License for more details.
78793 #
78794 #   You should have received a copy of the GNU Lesser General Public License
78795
78796 File: ./lib/unistr/u16-mbtouc-aux.c
78797 Hash: ec7ce47d063e86605efa45e0be8f01f0efabf73bb2603d8aa48e719bec606285
78798 Copyright: 2001-2002, 2006-2007, 2009 Free Software Foundation, Inc
78799 License: LGPL-3+ 
78800 Licence_Text: 
78801 #Header: 
78802 #/* Conversion UTF-16 to UCS-4.
78803 #   Copyright (C) 2001-2002, 2006-2007, 2009 Free Software Foundation, Inc.
78804 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
78805 #
78806 #   This program is free software: you can redistribute it and/or modify it
78807 #   under the terms of the GNU Lesser General Public License as published
78808 #   by the Free Software Foundation; either version 3 of the License, or
78809 #   (at your option) any later version.
78810 #
78811 #   This program is distributed in the hope that it will be useful,
78812 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78813 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78814 #   Lesser General Public License for more details.
78815 #
78816 #   You should have received a copy of the GNU Lesser General Public License
78817
78818 File: ./lib/unistr/u16-mbtouc-unsafe-aux.c
78819 Hash: ec7ce47d063e86605efa45e0be8f01f0efabf73bb2603d8aa48e719bec606285
78820 Copyright: 2001-2002, 2006-2007, 2009 Free Software Foundation, Inc
78821 License: LGPL-3+ 
78822 Licence_Text: 
78823 #Header: 
78824 #/* Conversion UTF-16 to UCS-4.
78825 #   Copyright (C) 2001-2002, 2006-2007, 2009 Free Software Foundation, Inc.
78826 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
78827 #
78828 #   This program is free software: you can redistribute it and/or modify it
78829 #   under the terms of the GNU Lesser General Public License as published
78830 #   by the Free Software Foundation; either version 3 of the License, or
78831 #   (at your option) any later version.
78832 #
78833 #   This program is distributed in the hope that it will be useful,
78834 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78835 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78836 #   Lesser General Public License for more details.
78837 #
78838 #   You should have received a copy of the GNU Lesser General Public License
78839
78840 File: ./lib/unistr/u16-mbtouc-unsafe.c
78841 Hash: 4ada88e2e5532e06003f9aa9a81856bbf9c4dd137acc883037b6f17acccdb915
78842 Copyright: 1999-2002, 2006-2007, 2009 Free Software Foundation, Inc
78843 License: LGPL-3+ 
78844 Licence_Text: 
78845 #Header: 
78846 #/* Look at first character in UTF-16 string.
78847 #   Copyright (C) 1999-2002, 2006-2007, 2009 Free Software Foundation, Inc.
78848 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
78849 #
78850 #   This program is free software: you can redistribute it and/or modify it
78851 #   under the terms of the GNU Lesser General Public License as published
78852 #   by the Free Software Foundation; either version 3 of the License, or
78853 #   (at your option) any later version.
78854 #
78855 #   This program is distributed in the hope that it will be useful,
78856 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78857 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78858 #   Lesser General Public License for more details.
78859 #
78860 #   You should have received a copy of the GNU Lesser General Public License
78861
78862 File: ./lib/unistr/u16-mbtouc.c
78863 Hash: 4ada88e2e5532e06003f9aa9a81856bbf9c4dd137acc883037b6f17acccdb915
78864 Copyright: 1999-2002, 2006-2007, 2009 Free Software Foundation, Inc
78865 License: LGPL-3+ 
78866 Licence_Text: 
78867 #Header: 
78868 #/* Look at first character in UTF-16 string.
78869 #   Copyright (C) 1999-2002, 2006-2007, 2009 Free Software Foundation, Inc.
78870 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
78871 #
78872 #   This program is free software: you can redistribute it and/or modify it
78873 #   under the terms of the GNU Lesser General Public License as published
78874 #   by the Free Software Foundation; either version 3 of the License, or
78875 #   (at your option) any later version.
78876 #
78877 #   This program is distributed in the hope that it will be useful,
78878 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78879 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78880 #   Lesser General Public License for more details.
78881 #
78882 #   You should have received a copy of the GNU Lesser General Public License
78883
78884 File: ./lib/unistr/u16-mbtoucr.c
78885 Hash: 2b36b04649b3581ad0cc9161ab1e4715a48625e133a0ec6f539ed6e91dfcf628
78886 Copyright: 1999-2002, 2006-2007 Free Software Foundation, Inc
78887 License: LGPL-3+ 
78888 Licence_Text: 
78889 #Header: 
78890 #/* Look at first character in UTF-16 string, returning an error code.
78891 #   Copyright (C) 1999-2002, 2006-2007 Free Software Foundation, Inc.
78892 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
78893 #
78894 #   This program is free software: you can redistribute it and/or modify it
78895 #   under the terms of the GNU Lesser General Public License as published
78896 #   by the Free Software Foundation; either version 3 of the License, or
78897 #   (at your option) any later version.
78898 #
78899 #   This program is distributed in the hope that it will be useful,
78900 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78901 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78902 #   Lesser General Public License for more details.
78903 #
78904 #   You should have received a copy of the GNU Lesser General Public License
78905
78906 File: ./lib/unistr/u16-move.c
78907 Hash: ddc6d0b1c24fae8bf8c5e118e688c8ee185839613af6bf604789671da44e8da1
78908 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78909 License: LGPL-3+ 
78910 Licence_Text: 
78911 #Header: 
78912 #/* Copy piece of UTF-16 string.
78913 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78914 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78915 #
78916 #   This program is free software: you can redistribute it and/or modify it
78917 #   under the terms of the GNU Lesser General Public License as published
78918 #   by the Free Software Foundation; either version 3 of the License, or
78919 #   (at your option) any later version.
78920 #
78921 #   This program is distributed in the hope that it will be useful,
78922 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78923 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78924 #   Lesser General Public License for more details.
78925 #
78926 #   You should have received a copy of the GNU Lesser General Public License
78927
78928 File: ./lib/unistr/u16-next.c
78929 Hash: bac4e802fa60437f5741d1488d912d2d731d12795334311793de72c042b1614f
78930 Copyright: 2002, 2006 Free Software Foundation, Inc
78931 License: LGPL-3+ 
78932 Licence_Text: 
78933 #Header: 
78934 #/* Iterate over next character in UTF-16 string.
78935 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
78936 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78937 #
78938 #   This program is free software: you can redistribute it and/or modify it
78939 #   under the terms of the GNU Lesser General Public License as published
78940 #   by the Free Software Foundation; either version 3 of the License, or
78941 #   (at your option) any later version.
78942 #
78943 #   This program is distributed in the hope that it will be useful,
78944 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78945 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78946 #   Lesser General Public License for more details.
78947 #
78948 #   You should have received a copy of the GNU Lesser General Public License
78949
78950 File: ./lib/unistr/u16-prev.c
78951 Hash: 966105ec4cf71caa305c1b9bebab2829b77a48e5003424e4c013eeea374f9328
78952 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
78953 License: LGPL-3+ 
78954 Licence_Text: 
78955 #Header: 
78956 #/* Iterate over previous character in UTF-16 string.
78957 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
78958 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78959 #
78960 #   This program is free software: you can redistribute it and/or modify it
78961 #   under the terms of the GNU Lesser General Public License as published
78962 #   by the Free Software Foundation; either version 3 of the License, or
78963 #   (at your option) any later version.
78964 #
78965 #   This program is distributed in the hope that it will be useful,
78966 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78967 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78968 #   Lesser General Public License for more details.
78969 #
78970 #   You should have received a copy of the GNU Lesser General Public License
78971
78972 File: ./lib/unistr/u16-set.c
78973 Hash: c5bb09f11189403180a6576abf7d68fb059968f7f39dc4847bc991ac3223f6aa
78974 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
78975 License: LGPL-3+ 
78976 Licence_Text: 
78977 #Header: 
78978 #/* Fill UTF-16 string.
78979 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
78980 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
78981 #
78982 #   This program is free software: you can redistribute it and/or modify it
78983 #   under the terms of the GNU Lesser General Public License as published
78984 #   by the Free Software Foundation; either version 3 of the License, or
78985 #   (at your option) any later version.
78986 #
78987 #   This program is distributed in the hope that it will be useful,
78988 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
78989 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78990 #   Lesser General Public License for more details.
78991 #
78992 #   You should have received a copy of the GNU Lesser General Public License
78993
78994 File: ./lib/unistr/u16-startswith.c
78995 Hash: 8e8522dc6c83ea7988118d8dd2df8a2a417fd9bad4b69071207f0be3076949fe
78996 Copyright: 2002, 2006 Free Software Foundation, Inc
78997 License: LGPL-3+ 
78998 Licence_Text: 
78999 #Header: 
79000 #/* Substring test for UTF-16 strings.
79001 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
79002 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79003 #
79004 #   This program is free software: you can redistribute it and/or modify it
79005 #   under the terms of the GNU Lesser General Public License as published
79006 #   by the Free Software Foundation; either version 3 of the License, or
79007 #   (at your option) any later version.
79008 #
79009 #   This program is distributed in the hope that it will be useful,
79010 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79011 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79012 #   Lesser General Public License for more details.
79013 #
79014 #   You should have received a copy of the GNU Lesser General Public License
79015
79016 File: ./lib/unistr/u16-stpcpy.c
79017 Hash: 6a2cb6d1b10aa92814ff9ed6e973f7c9a0fa2bc7f1465286ac1e39590cb45b73
79018 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
79019 License: LGPL-3+ 
79020 Licence_Text: 
79021 #Header: 
79022 #/* Copy UTF-16 string.
79023 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
79024 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79025 #
79026 #   This program is free software: you can redistribute it and/or modify it
79027 #   under the terms of the GNU Lesser General Public License as published
79028 #   by the Free Software Foundation; either version 3 of the License, or
79029 #   (at your option) any later version.
79030 #
79031 #   This program is distributed in the hope that it will be useful,
79032 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79033 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79034 #   Lesser General Public License for more details.
79035 #
79036 #   You should have received a copy of the GNU Lesser General Public License
79037
79038 File: ./lib/unistr/u16-stpncpy.c
79039 Hash: cf912ed968ec9acb3b1c9068f162b2b14ffb7260de2894c47fc2fe5ea0bbc9dc
79040 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79041 License: LGPL-3+ 
79042 Licence_Text: 
79043 #Header: 
79044 #/* Copy UTF-16 string.
79045 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79046 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79047 #
79048 #   This program is free software: you can redistribute it and/or modify it
79049 #   under the terms of the GNU Lesser General Public License as published
79050 #   by the Free Software Foundation; either version 3 of the License, or
79051 #   (at your option) any later version.
79052 #
79053 #   This program is distributed in the hope that it will be useful,
79054 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79055 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79056 #   Lesser General Public License for more details.
79057 #
79058 #   You should have received a copy of the GNU Lesser General Public License
79059
79060 File: ./lib/unistr/u16-strcat.c
79061 Hash: ee8455d2fd227daaeca87f86710de28d391034f8e6331427bb5ef5bc9b86d0c0
79062 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79063 License: LGPL-3+ 
79064 Licence_Text: 
79065 #Header: 
79066 #/* Concatenate UTF-16 strings.
79067 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79068 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79069 #
79070 #   This program is free software: you can redistribute it and/or modify it
79071 #   under the terms of the GNU Lesser General Public License as published
79072 #   by the Free Software Foundation; either version 3 of the License, or
79073 #   (at your option) any later version.
79074 #
79075 #   This program is distributed in the hope that it will be useful,
79076 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79077 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79078 #   Lesser General Public License for more details.
79079 #
79080 #   You should have received a copy of the GNU Lesser General Public License
79081
79082 File: ./lib/unistr/u16-strchr.c
79083 Hash: 73c7bd1cf6d36c624d4981ced5e9528db0c37ae465561f2f8fda198f77b19aab
79084 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
79085 License: LGPL-3+ 
79086 Licence_Text: 
79087 #Header: 
79088 #/* Search character in UTF-16 string.
79089 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
79090 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79091 #
79092 #   This program is free software: you can redistribute it and/or modify it
79093 #   under the terms of the GNU Lesser General Public License as published
79094 #   by the Free Software Foundation; either version 3 of the License, or
79095 #   (at your option) any later version.
79096 #
79097 #   This program is distributed in the hope that it will be useful,
79098 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79099 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79100 #   Lesser General Public License for more details.
79101 #
79102 #   You should have received a copy of the GNU Lesser General Public License
79103
79104 File: ./lib/unistr/u16-strcmp.c
79105 Hash: ec30e9d9c6efbe512acb3badb2b617fe005ed05256518b748995fa4ac5bf88dd
79106 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79107 License: LGPL-3+ 
79108 Licence_Text: 
79109 #Header: 
79110 #/* Compare UTF-16 strings.
79111 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79112 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79113 #
79114 #   This program is free software: you can redistribute it and/or modify it
79115 #   under the terms of the GNU Lesser General Public License as published
79116 #   by the Free Software Foundation; either version 3 of the License, or
79117 #   (at your option) any later version.
79118 #
79119 #   This program is distributed in the hope that it will be useful,
79120 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79121 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79122 #   Lesser General Public License for more details.
79123 #
79124 #   You should have received a copy of the GNU Lesser General Public License
79125
79126 File: ./lib/unistr/u16-strcoll.c
79127 Hash: f617d544f7c4374c658b004a34b75f439c8492b5d53e032c89fef04f11982f8a
79128 Copyright: 2009 Free Software Foundation, Inc
79129 License: LGPL-3+ 
79130 Licence_Text: 
79131 #Header: 
79132 #/* Compare UTF-16 strings using the collation rules of the current locale.
79133 #   Copyright (C) 2009 Free Software Foundation, Inc.
79134 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
79135 #
79136 #   This program is free software: you can redistribute it and/or modify it
79137 #   under the terms of the GNU Lesser General Public License as published
79138 #   by the Free Software Foundation; either version 3 of the License, or
79139 #   (at your option) any later version.
79140 #
79141 #   This program is distributed in the hope that it will be useful,
79142 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79143 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79144 #   Lesser General Public License for more details.
79145 #
79146 #   You should have received a copy of the GNU Lesser General Public License
79147
79148 File: ./lib/unistr/u16-strcpy.c
79149 Hash: cf912ed968ec9acb3b1c9068f162b2b14ffb7260de2894c47fc2fe5ea0bbc9dc
79150 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79151 License: LGPL-3+ 
79152 Licence_Text: 
79153 #Header: 
79154 #/* Copy UTF-16 string.
79155 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79156 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79157 #
79158 #   This program is free software: you can redistribute it and/or modify it
79159 #   under the terms of the GNU Lesser General Public License as published
79160 #   by the Free Software Foundation; either version 3 of the License, or
79161 #   (at your option) any later version.
79162 #
79163 #   This program is distributed in the hope that it will be useful,
79164 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79165 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79166 #   Lesser General Public License for more details.
79167 #
79168 #   You should have received a copy of the GNU Lesser General Public License
79169
79170 File: ./lib/unistr/u16-strcspn.c
79171 Hash: 5358f40fe533920c4567b60655092a2a8fb66d4408bd18ef1b99d7040c341bb2
79172 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79173 License: LGPL-3+ 
79174 Licence_Text: 
79175 #Header: 
79176 #/* Search for some characters in UTF-16 string.
79177 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79178 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79179 #
79180 #   This program is free software: you can redistribute it and/or modify it
79181 #   under the terms of the GNU Lesser General Public License as published
79182 #   by the Free Software Foundation; either version 3 of the License, or
79183 #   (at your option) any later version.
79184 #
79185 #   This program is distributed in the hope that it will be useful,
79186 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79187 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79188 #   Lesser General Public License for more details.
79189 #
79190 #   You should have received a copy of the GNU Lesser General Public License
79191
79192 File: ./lib/unistr/u16-strdup.c
79193 Hash: cf912ed968ec9acb3b1c9068f162b2b14ffb7260de2894c47fc2fe5ea0bbc9dc
79194 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79195 License: LGPL-3+ 
79196 Licence_Text: 
79197 #Header: 
79198 #/* Copy UTF-16 string.
79199 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79200 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79201 #
79202 #   This program is free software: you can redistribute it and/or modify it
79203 #   under the terms of the GNU Lesser General Public License as published
79204 #   by the Free Software Foundation; either version 3 of the License, or
79205 #   (at your option) any later version.
79206 #
79207 #   This program is distributed in the hope that it will be useful,
79208 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79209 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79210 #   Lesser General Public License for more details.
79211 #
79212 #   You should have received a copy of the GNU Lesser General Public License
79213
79214 File: ./lib/unistr/u16-strlen.c
79215 Hash: a9ceaf1d9ede8791c7f986d76c2bba8ed75106e4a6bf10665a66b95683bac6f8
79216 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79217 License: LGPL-3+ 
79218 Licence_Text: 
79219 #Header: 
79220 #/* Determine length of UTF-16 string.
79221 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79222 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79223 #
79224 #   This program is free software: you can redistribute it and/or modify it
79225 #   under the terms of the GNU Lesser General Public License as published
79226 #   by the Free Software Foundation; either version 3 of the License, or
79227 #   (at your option) any later version.
79228 #
79229 #   This program is distributed in the hope that it will be useful,
79230 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79231 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79232 #   Lesser General Public License for more details.
79233 #
79234 #   You should have received a copy of the GNU Lesser General Public License
79235
79236 File: ./lib/unistr/u16-strmblen.c
79237 Hash: de7667c40cd91ab0145919cec2f83745f20824a5899b8c24c09ae686f553c090
79238 Copyright: 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc
79239 License: LGPL-3+ 
79240 Licence_Text: 
79241 #Header: 
79242 #/* Look at first character in UTF-16 string.
79243 #   Copyright (C) 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc.
79244 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79245 #
79246 #   This program is free software: you can redistribute it and/or modify it
79247 #   under the terms of the GNU Lesser General Public License as published
79248 #   by the Free Software Foundation; either version 3 of the License, or
79249 #   (at your option) any later version.
79250 #
79251 #   This program is distributed in the hope that it will be useful,
79252 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79253 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79254 #   Lesser General Public License for more details.
79255 #
79256 #   You should have received a copy of the GNU Lesser General Public License
79257
79258 File: ./lib/unistr/u16-strmbtouc.c
79259 Hash: de7667c40cd91ab0145919cec2f83745f20824a5899b8c24c09ae686f553c090
79260 Copyright: 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc
79261 License: LGPL-3+ 
79262 Licence_Text: 
79263 #Header: 
79264 #/* Look at first character in UTF-16 string.
79265 #   Copyright (C) 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc.
79266 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79267 #
79268 #   This program is free software: you can redistribute it and/or modify it
79269 #   under the terms of the GNU Lesser General Public License as published
79270 #   by the Free Software Foundation; either version 3 of the License, or
79271 #   (at your option) any later version.
79272 #
79273 #   This program is distributed in the hope that it will be useful,
79274 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79275 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79276 #   Lesser General Public License for more details.
79277 #
79278 #   You should have received a copy of the GNU Lesser General Public License
79279
79280 File: ./lib/unistr/u16-strncat.c
79281 Hash: ee8455d2fd227daaeca87f86710de28d391034f8e6331427bb5ef5bc9b86d0c0
79282 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79283 License: LGPL-3+ 
79284 Licence_Text: 
79285 #Header: 
79286 #/* Concatenate UTF-16 strings.
79287 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79288 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79289 #
79290 #   This program is free software: you can redistribute it and/or modify it
79291 #   under the terms of the GNU Lesser General Public License as published
79292 #   by the Free Software Foundation; either version 3 of the License, or
79293 #   (at your option) any later version.
79294 #
79295 #   This program is distributed in the hope that it will be useful,
79296 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79297 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79298 #   Lesser General Public License for more details.
79299 #
79300 #   You should have received a copy of the GNU Lesser General Public License
79301
79302 File: ./lib/unistr/u16-strncmp.c
79303 Hash: ec30e9d9c6efbe512acb3badb2b617fe005ed05256518b748995fa4ac5bf88dd
79304 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79305 License: LGPL-3+ 
79306 Licence_Text: 
79307 #Header: 
79308 #/* Compare UTF-16 strings.
79309 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79310 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79311 #
79312 #   This program is free software: you can redistribute it and/or modify it
79313 #   under the terms of the GNU Lesser General Public License as published
79314 #   by the Free Software Foundation; either version 3 of the License, or
79315 #   (at your option) any later version.
79316 #
79317 #   This program is distributed in the hope that it will be useful,
79318 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79319 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79320 #   Lesser General Public License for more details.
79321 #
79322 #   You should have received a copy of the GNU Lesser General Public License
79323
79324 File: ./lib/unistr/u16-strncpy.c
79325 Hash: cf912ed968ec9acb3b1c9068f162b2b14ffb7260de2894c47fc2fe5ea0bbc9dc
79326 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79327 License: LGPL-3+ 
79328 Licence_Text: 
79329 #Header: 
79330 #/* Copy UTF-16 string.
79331 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79332 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79333 #
79334 #   This program is free software: you can redistribute it and/or modify it
79335 #   under the terms of the GNU Lesser General Public License as published
79336 #   by the Free Software Foundation; either version 3 of the License, or
79337 #   (at your option) any later version.
79338 #
79339 #   This program is distributed in the hope that it will be useful,
79340 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79341 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79342 #   Lesser General Public License for more details.
79343 #
79344 #   You should have received a copy of the GNU Lesser General Public License
79345
79346 File: ./lib/unistr/u16-strnlen.c
79347 Hash: 4eb212ed57eb468178f80781c20209a087129a621a86543b3c0ec39b4ad5d8bd
79348 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79349 License: LGPL-3+ 
79350 Licence_Text: 
79351 #Header: 
79352 #/* Determine bounded length of UTF-16 string.
79353 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79354 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79355 #
79356 #   This program is free software: you can redistribute it and/or modify it
79357 #   under the terms of the GNU Lesser General Public License as published
79358 #   by the Free Software Foundation; either version 3 of the License, or
79359 #   (at your option) any later version.
79360 #
79361 #   This program is distributed in the hope that it will be useful,
79362 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79363 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79364 #   Lesser General Public License for more details.
79365 #
79366 #   You should have received a copy of the GNU Lesser General Public License
79367
79368 File: ./lib/unistr/u16-strpbrk.c
79369 Hash: 5358f40fe533920c4567b60655092a2a8fb66d4408bd18ef1b99d7040c341bb2
79370 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79371 License: LGPL-3+ 
79372 Licence_Text: 
79373 #Header: 
79374 #/* Search for some characters in UTF-16 string.
79375 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79376 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79377 #
79378 #   This program is free software: you can redistribute it and/or modify it
79379 #   under the terms of the GNU Lesser General Public License as published
79380 #   by the Free Software Foundation; either version 3 of the License, or
79381 #   (at your option) any later version.
79382 #
79383 #   This program is distributed in the hope that it will be useful,
79384 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79385 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79386 #   Lesser General Public License for more details.
79387 #
79388 #   You should have received a copy of the GNU Lesser General Public License
79389
79390 File: ./lib/unistr/u16-strrchr.c
79391 Hash: 73c7bd1cf6d36c624d4981ced5e9528db0c37ae465561f2f8fda198f77b19aab
79392 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
79393 License: LGPL-3+ 
79394 Licence_Text: 
79395 #Header: 
79396 #/* Search character in UTF-16 string.
79397 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
79398 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79399 #
79400 #   This program is free software: you can redistribute it and/or modify it
79401 #   under the terms of the GNU Lesser General Public License as published
79402 #   by the Free Software Foundation; either version 3 of the License, or
79403 #   (at your option) any later version.
79404 #
79405 #   This program is distributed in the hope that it will be useful,
79406 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79407 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79408 #   Lesser General Public License for more details.
79409 #
79410 #   You should have received a copy of the GNU Lesser General Public License
79411
79412 File: ./lib/unistr/u16-strspn.c
79413 Hash: 5358f40fe533920c4567b60655092a2a8fb66d4408bd18ef1b99d7040c341bb2
79414 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79415 License: LGPL-3+ 
79416 Licence_Text: 
79417 #Header: 
79418 #/* Search for some characters in UTF-16 string.
79419 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79420 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79421 #
79422 #   This program is free software: you can redistribute it and/or modify it
79423 #   under the terms of the GNU Lesser General Public License as published
79424 #   by the Free Software Foundation; either version 3 of the License, or
79425 #   (at your option) any later version.
79426 #
79427 #   This program is distributed in the hope that it will be useful,
79428 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79429 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79430 #   Lesser General Public License for more details.
79431 #
79432 #   You should have received a copy of the GNU Lesser General Public License
79433
79434 File: ./lib/unistr/u16-strstr.c
79435 Hash: 63d133e15b867e7895edd2352c173567fe0d265932e367156cf3be247cb76d49
79436 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79437 License: LGPL-3+ 
79438 Licence_Text: 
79439 #Header: 
79440 #/* Substring test for UTF-16 strings.
79441 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79442 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79443 #
79444 #   This program is free software: you can redistribute it and/or modify it
79445 #   under the terms of the GNU Lesser General Public License as published
79446 #   by the Free Software Foundation; either version 3 of the License, or
79447 #   (at your option) any later version.
79448 #
79449 #   This program is distributed in the hope that it will be useful,
79450 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79451 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79452 #   Lesser General Public License for more details.
79453 #
79454 #   You should have received a copy of the GNU Lesser General Public License
79455
79456 File: ./lib/unistr/u16-strtok.c
79457 Hash: b3612c8df3c80589505dff2b00de24316e2ec6ff9c42ea3e5d1b3d0520ca0b2b
79458 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79459 License: LGPL-3+ 
79460 Licence_Text: 
79461 #Header: 
79462 #/* Tokenize UTF-16 string.
79463 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79464 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79465 #
79466 #   This program is free software: you can redistribute it and/or modify it
79467 #   under the terms of the GNU Lesser General Public License as published
79468 #   by the Free Software Foundation; either version 3 of the License, or
79469 #   (at your option) any later version.
79470 #
79471 #   This program is distributed in the hope that it will be useful,
79472 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79473 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79474 #   Lesser General Public License for more details.
79475 #
79476 #   You should have received a copy of the GNU Lesser General Public License
79477
79478 File: ./lib/unistr/u16-to-u32.c
79479 Hash: c888c31db109f599e0d02beb4ef0ce5f61c56ddaa3ece94bc5b9cc4b2516c852
79480 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
79481 License: LGPL-3+ 
79482 Licence_Text: 
79483 #Header: 
79484 #/* Convert UTF-16 string to UTF-32 string.
79485 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
79486 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79487 #
79488 #   This program is free software: you can redistribute it and/or modify it
79489 #   under the terms of the GNU Lesser General Public License as published
79490 #   by the Free Software Foundation; either version 3 of the License, or
79491 #   (at your option) any later version.
79492 #
79493 #   This program is distributed in the hope that it will be useful,
79494 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79495 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79496 #   Lesser General Public License for more details.
79497 #
79498 #   You should have received a copy of the GNU Lesser General Public License
79499
79500 File: ./lib/unistr/u16-to-u8.c
79501 Hash: 59a93e5bcafc66d68def3b14157e23f301775715a31659046cb4e692b8800674
79502 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
79503 License: LGPL-3+ 
79504 Licence_Text: 
79505 #Header: 
79506 #/* Convert UTF-16 string to UTF-8 string.
79507 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
79508 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79509 #
79510 #   This program is free software: you can redistribute it and/or modify it
79511 #   under the terms of the GNU Lesser General Public License as published
79512 #   by the Free Software Foundation; either version 3 of the License, or
79513 #   (at your option) any later version.
79514 #
79515 #   This program is distributed in the hope that it will be useful,
79516 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79517 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79518 #   Lesser General Public License for more details.
79519 #
79520 #   You should have received a copy of the GNU Lesser General Public License
79521
79522 File: ./lib/unistr/u16-uctomb-aux.c
79523 Hash: 02b5c6e86d0a8def7f78e1a70e0f104a3e283bb1d7a2de6223763bcde8845be7
79524 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
79525 License: LGPL-3+ 
79526 Licence_Text: 
79527 #Header: 
79528 #/* Conversion UCS-4 to UTF-16.
79529 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
79530 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79531 #
79532 #   This program is free software: you can redistribute it and/or modify it
79533 #   under the terms of the GNU Lesser General Public License as published
79534 #   by the Free Software Foundation; either version 3 of the License, or
79535 #   (at your option) any later version.
79536 #
79537 #   This program is distributed in the hope that it will be useful,
79538 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79539 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79540 #   Lesser General Public License for more details.
79541 #
79542 #   You should have received a copy of the GNU Lesser General Public License
79543
79544 File: ./lib/unistr/u16-uctomb.c
79545 Hash: 88d0197e480ceaa71d8fc9a34aaa68463f25d20524f758f55c023108338967d8
79546 Copyright: 2002, 2005-2006, 2009 Free Software Foundation, Inc
79547 License: LGPL-3+ 
79548 Licence_Text: 
79549 #Header: 
79550 #/* Store a character in UTF-16 string.
79551 #   Copyright (C) 2002, 2005-2006, 2009 Free Software Foundation, Inc.
79552 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79553 #
79554 #   This program is free software: you can redistribute it and/or modify it
79555 #   under the terms of the GNU Lesser General Public License as published
79556 #   by the Free Software Foundation; either version 3 of the License, or
79557 #   (at your option) any later version.
79558 #
79559 #   This program is distributed in the hope that it will be useful,
79560 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79561 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79562 #   Lesser General Public License for more details.
79563 #
79564 #   You should have received a copy of the GNU Lesser General Public License
79565
79566 File: ./lib/unistr/u32-check.c
79567 Hash: 685489582302507fc4d2a831d903c752d9a900d2380f8bc33e8babeaf6a7637d
79568 Copyright: 2002, 2006 Free Software Foundation, Inc
79569 License: LGPL-3+ 
79570 Licence_Text: 
79571 #Header: 
79572 #/* Check UTF-32 string.
79573 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
79574 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79575 #
79576 #   This program is free software: you can redistribute it and/or modify it
79577 #   under the terms of the GNU Lesser General Public License as published
79578 #   by the Free Software Foundation; either version 3 of the License, or
79579 #   (at your option) any later version.
79580 #
79581 #   This program is distributed in the hope that it will be useful,
79582 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79583 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79584 #   Lesser General Public License for more details.
79585 #
79586 #   You should have received a copy of the GNU Lesser General Public License
79587
79588 File: ./lib/unistr/u32-chr.c
79589 Hash: 3d390e18ce2a42908d41cd6f2b9a9386775538654e35534760251a9e5528b952
79590 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79591 License: LGPL-3+ 
79592 Licence_Text: 
79593 #Header: 
79594 #/* Search character in piece of UTF-32 string.
79595 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79596 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79597 #
79598 #   This program is free software: you can redistribute it and/or modify it
79599 #   under the terms of the GNU Lesser General Public License as published
79600 #   by the Free Software Foundation; either version 3 of the License, or
79601 #   (at your option) any later version.
79602 #
79603 #   This program is distributed in the hope that it will be useful,
79604 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79605 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79606 #   Lesser General Public License for more details.
79607 #
79608 #   You should have received a copy of the GNU Lesser General Public License
79609
79610 File: ./lib/unistr/u32-cmp.c
79611 Hash: 7c6276b59ecfdc1dd63882769b6b4ccf919c844520679d75c03d00ef01610243
79612 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79613 License: LGPL-3+ 
79614 Licence_Text: 
79615 #Header: 
79616 #/* Compare pieces of UTF-32 strings.
79617 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79618 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79619 #
79620 #   This program is free software: you can redistribute it and/or modify it
79621 #   under the terms of the GNU Lesser General Public License as published
79622 #   by the Free Software Foundation; either version 3 of the License, or
79623 #   (at your option) any later version.
79624 #
79625 #   This program is distributed in the hope that it will be useful,
79626 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79627 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79628 #   Lesser General Public License for more details.
79629 #
79630 #   You should have received a copy of the GNU Lesser General Public License
79631
79632 File: ./lib/unistr/u32-cmp2.c
79633 Hash: 57babbf34fd1be9100c5c49c352d468779d176c16711bf88df426bd0b0ecdeb5
79634 Copyright: 2009 Free Software Foundation, Inc
79635 License: LGPL-3+ 
79636 Licence_Text: 
79637 #Header: 
79638 #/* Compare pieces of UTF-32 strings.
79639 #   Copyright (C) 2009 Free Software Foundation, Inc.
79640 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
79641 #
79642 #   This program is free software: you can redistribute it and/or modify it
79643 #   under the terms of the GNU Lesser General Public License as published
79644 #   by the Free Software Foundation; either version 3 of the License, or
79645 #   (at your option) any later version.
79646 #
79647 #   This program is distributed in the hope that it will be useful,
79648 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79649 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79650 #   Lesser General Public License for more details.
79651 #
79652 #   You should have received a copy of the GNU Lesser General Public License
79653
79654 File: ./lib/unistr/u32-cpy-alloc.c
79655 Hash: 91739f598ff44c13465e1e73edbe4e8d4040029e6656f06c5df8750268f416cd
79656 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79657 License: LGPL-3+ 
79658 Licence_Text: 
79659 #Header: 
79660 #/* Copy piece of UTF-32 string.
79661 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79662 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79663 #
79664 #   This program is free software: you can redistribute it and/or modify it
79665 #   under the terms of the GNU Lesser General Public License as published
79666 #   by the Free Software Foundation; either version 3 of the License, or
79667 #   (at your option) any later version.
79668 #
79669 #   This program is distributed in the hope that it will be useful,
79670 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79671 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79672 #   Lesser General Public License for more details.
79673 #
79674 #   You should have received a copy of the GNU Lesser General Public License
79675
79676 File: ./lib/unistr/u32-cpy.c
79677 Hash: 91739f598ff44c13465e1e73edbe4e8d4040029e6656f06c5df8750268f416cd
79678 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79679 License: LGPL-3+ 
79680 Licence_Text: 
79681 #Header: 
79682 #/* Copy piece of UTF-32 string.
79683 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79684 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79685 #
79686 #   This program is free software: you can redistribute it and/or modify it
79687 #   under the terms of the GNU Lesser General Public License as published
79688 #   by the Free Software Foundation; either version 3 of the License, or
79689 #   (at your option) any later version.
79690 #
79691 #   This program is distributed in the hope that it will be useful,
79692 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79693 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79694 #   Lesser General Public License for more details.
79695 #
79696 #   You should have received a copy of the GNU Lesser General Public License
79697
79698 File: ./lib/unistr/u32-endswith.c
79699 Hash: 02d17f82909774642db1ea935ebe17dc8a51c0bf585db7d02f019079730d7a08
79700 Copyright: 2002, 2006 Free Software Foundation, Inc
79701 License: LGPL-3+ 
79702 Licence_Text: 
79703 #Header: 
79704 #/* Substring test for UTF-32 strings.
79705 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
79706 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79707 #
79708 #   This program is free software: you can redistribute it and/or modify it
79709 #   under the terms of the GNU Lesser General Public License as published
79710 #   by the Free Software Foundation; either version 3 of the License, or
79711 #   (at your option) any later version.
79712 #
79713 #   This program is distributed in the hope that it will be useful,
79714 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79715 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79716 #   Lesser General Public License for more details.
79717 #
79718 #   You should have received a copy of the GNU Lesser General Public License
79719
79720 File: ./lib/unistr/u32-mblen.c
79721 Hash: f0c220ddf819c9fd4fe8f7c30d63c63df074032e45b69485d3800fd71ff45a63
79722 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
79723 License: LGPL-3+ 
79724 Licence_Text: 
79725 #Header: 
79726 #/* Look at first character in UTF-32 string.
79727 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
79728 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79729 #
79730 #   This program is free software: you can redistribute it and/or modify it
79731 #   under the terms of the GNU Lesser General Public License as published
79732 #   by the Free Software Foundation; either version 3 of the License, or
79733 #   (at your option) any later version.
79734 #
79735 #   This program is distributed in the hope that it will be useful,
79736 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79737 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79738 #   Lesser General Public License for more details.
79739 #
79740 #   You should have received a copy of the GNU Lesser General Public License
79741
79742 File: ./lib/unistr/u32-mbsnlen.c
79743 Hash: e2d35901a65cc0a9ef634e286369d131cd95c820698d2cff405423031ee4b9ec
79744 Copyright: 2007 Free Software Foundation, Inc
79745 License: LGPL-3+ 
79746 Licence_Text: 
79747 #Header: 
79748 #/* Count characters in UTF-32 string.
79749 #   Copyright (C) 2007 Free Software Foundation, Inc.
79750 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
79751 #
79752 #   This program is free software: you can redistribute it and/or modify it
79753 #   under the terms of the GNU Lesser General Public License as published
79754 #   by the Free Software Foundation; either version 3 of the License, or
79755 #   (at your option) any later version.
79756 #
79757 #   This program is distributed in the hope that it will be useful,
79758 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79759 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79760 #   Lesser General Public License for more details.
79761 #
79762 #   You should have received a copy of the GNU Lesser General Public License
79763
79764 File: ./lib/unistr/u32-mbtouc-unsafe.c
79765 Hash: 90103c80e426ca3b47c9838e75b1364f3aa15f089d9f22c982748dc04f42ca71
79766 Copyright: 2002, 2006-2007, 2009 Free Software Foundation, Inc
79767 License: LGPL-3+ 
79768 Licence_Text: 
79769 #Header: 
79770 #/* Look at first character in UTF-32 string.
79771 #   Copyright (C) 2002, 2006-2007, 2009 Free Software Foundation, Inc.
79772 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79773 #
79774 #   This program is free software: you can redistribute it and/or modify it
79775 #   under the terms of the GNU Lesser General Public License as published
79776 #   by the Free Software Foundation; either version 3 of the License, or
79777 #   (at your option) any later version.
79778 #
79779 #   This program is distributed in the hope that it will be useful,
79780 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79781 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79782 #   Lesser General Public License for more details.
79783 #
79784 #   You should have received a copy of the GNU Lesser General Public License
79785
79786 File: ./lib/unistr/u32-mbtouc.c
79787 Hash: 90103c80e426ca3b47c9838e75b1364f3aa15f089d9f22c982748dc04f42ca71
79788 Copyright: 2002, 2006-2007, 2009 Free Software Foundation, Inc
79789 License: LGPL-3+ 
79790 Licence_Text: 
79791 #Header: 
79792 #/* Look at first character in UTF-32 string.
79793 #   Copyright (C) 2002, 2006-2007, 2009 Free Software Foundation, Inc.
79794 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79795 #
79796 #   This program is free software: you can redistribute it and/or modify it
79797 #   under the terms of the GNU Lesser General Public License as published
79798 #   by the Free Software Foundation; either version 3 of the License, or
79799 #   (at your option) any later version.
79800 #
79801 #   This program is distributed in the hope that it will be useful,
79802 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79803 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79804 #   Lesser General Public License for more details.
79805 #
79806 #   You should have received a copy of the GNU Lesser General Public License
79807
79808 File: ./lib/unistr/u32-mbtoucr.c
79809 Hash: 5f2b794282efb3b432d0c8a917dc1f4f498a1c2f89392970a62db00da6c71abb
79810 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
79811 License: LGPL-3+ 
79812 Licence_Text: 
79813 #Header: 
79814 #/* Look at first character in UTF-32 string, returning an error code.
79815 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
79816 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79817 #
79818 #   This program is free software: you can redistribute it and/or modify it
79819 #   under the terms of the GNU Lesser General Public License as published
79820 #   by the Free Software Foundation; either version 3 of the License, or
79821 #   (at your option) any later version.
79822 #
79823 #   This program is distributed in the hope that it will be useful,
79824 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79825 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79826 #   Lesser General Public License for more details.
79827 #
79828 #   You should have received a copy of the GNU Lesser General Public License
79829
79830 File: ./lib/unistr/u32-move.c
79831 Hash: 91739f598ff44c13465e1e73edbe4e8d4040029e6656f06c5df8750268f416cd
79832 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79833 License: LGPL-3+ 
79834 Licence_Text: 
79835 #Header: 
79836 #/* Copy piece of UTF-32 string.
79837 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79838 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79839 #
79840 #   This program is free software: you can redistribute it and/or modify it
79841 #   under the terms of the GNU Lesser General Public License as published
79842 #   by the Free Software Foundation; either version 3 of the License, or
79843 #   (at your option) any later version.
79844 #
79845 #   This program is distributed in the hope that it will be useful,
79846 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79847 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79848 #   Lesser General Public License for more details.
79849 #
79850 #   You should have received a copy of the GNU Lesser General Public License
79851
79852 File: ./lib/unistr/u32-next.c
79853 Hash: 7ba432d038ecd2515356b8e70fa519d4cdac9e76b0d6e93a8a537ef4fda17448
79854 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
79855 License: LGPL-3+ 
79856 Licence_Text: 
79857 #Header: 
79858 #/* Iterate over next character in UTF-32 string.
79859 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
79860 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79861 #
79862 #   This program is free software: you can redistribute it and/or modify it
79863 #   under the terms of the GNU Lesser General Public License as published
79864 #   by the Free Software Foundation; either version 3 of the License, or
79865 #   (at your option) any later version.
79866 #
79867 #   This program is distributed in the hope that it will be useful,
79868 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79869 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79870 #   Lesser General Public License for more details.
79871 #
79872 #   You should have received a copy of the GNU Lesser General Public License
79873
79874 File: ./lib/unistr/u32-prev.c
79875 Hash: 1508e6ba9768221299556836be8fbc1d5791cc3115cf08850ac9bec8623c918c
79876 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
79877 License: LGPL-3+ 
79878 Licence_Text: 
79879 #Header: 
79880 #/* Iterate over previous character in UTF-32 string.
79881 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
79882 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79883 #
79884 #   This program is free software: you can redistribute it and/or modify it
79885 #   under the terms of the GNU Lesser General Public License as published
79886 #   by the Free Software Foundation; either version 3 of the License, or
79887 #   (at your option) any later version.
79888 #
79889 #   This program is distributed in the hope that it will be useful,
79890 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79891 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79892 #   Lesser General Public License for more details.
79893 #
79894 #   You should have received a copy of the GNU Lesser General Public License
79895
79896 File: ./lib/unistr/u32-set.c
79897 Hash: 3dd041a6e485dbcd0ea0984b44bab7767b28a4665038ddf05b9955a2d6e6a596
79898 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79899 License: LGPL-3+ 
79900 Licence_Text: 
79901 #Header: 
79902 #/* Fill UTF-32 string.
79903 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79904 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79905 #
79906 #   This program is free software: you can redistribute it and/or modify it
79907 #   under the terms of the GNU Lesser General Public License as published
79908 #   by the Free Software Foundation; either version 3 of the License, or
79909 #   (at your option) any later version.
79910 #
79911 #   This program is distributed in the hope that it will be useful,
79912 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79913 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79914 #   Lesser General Public License for more details.
79915 #
79916 #   You should have received a copy of the GNU Lesser General Public License
79917
79918 File: ./lib/unistr/u32-startswith.c
79919 Hash: 02d17f82909774642db1ea935ebe17dc8a51c0bf585db7d02f019079730d7a08
79920 Copyright: 2002, 2006 Free Software Foundation, Inc
79921 License: LGPL-3+ 
79922 Licence_Text: 
79923 #Header: 
79924 #/* Substring test for UTF-32 strings.
79925 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
79926 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79927 #
79928 #   This program is free software: you can redistribute it and/or modify it
79929 #   under the terms of the GNU Lesser General Public License as published
79930 #   by the Free Software Foundation; either version 3 of the License, or
79931 #   (at your option) any later version.
79932 #
79933 #   This program is distributed in the hope that it will be useful,
79934 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79935 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79936 #   Lesser General Public License for more details.
79937 #
79938 #   You should have received a copy of the GNU Lesser General Public License
79939
79940 File: ./lib/unistr/u32-stpcpy.c
79941 Hash: 0a8e368a16d0af79d91e55d5b73d70e15a20a93ded62f6ae40e4d4bf05a82e5d
79942 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79943 License: LGPL-3+ 
79944 Licence_Text: 
79945 #Header: 
79946 #/* Copy UTF-32 string.
79947 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79948 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79949 #
79950 #   This program is free software: you can redistribute it and/or modify it
79951 #   under the terms of the GNU Lesser General Public License as published
79952 #   by the Free Software Foundation; either version 3 of the License, or
79953 #   (at your option) any later version.
79954 #
79955 #   This program is distributed in the hope that it will be useful,
79956 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79957 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79958 #   Lesser General Public License for more details.
79959 #
79960 #   You should have received a copy of the GNU Lesser General Public License
79961
79962 File: ./lib/unistr/u32-stpncpy.c
79963 Hash: 0a8e368a16d0af79d91e55d5b73d70e15a20a93ded62f6ae40e4d4bf05a82e5d
79964 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79965 License: LGPL-3+ 
79966 Licence_Text: 
79967 #Header: 
79968 #/* Copy UTF-32 string.
79969 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79970 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79971 #
79972 #   This program is free software: you can redistribute it and/or modify it
79973 #   under the terms of the GNU Lesser General Public License as published
79974 #   by the Free Software Foundation; either version 3 of the License, or
79975 #   (at your option) any later version.
79976 #
79977 #   This program is distributed in the hope that it will be useful,
79978 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
79979 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79980 #   Lesser General Public License for more details.
79981 #
79982 #   You should have received a copy of the GNU Lesser General Public License
79983
79984 File: ./lib/unistr/u32-strcat.c
79985 Hash: 19bbd85dc2c399adad67aaa1d3e368df9f49315fc92016f6ec6c45835035a092
79986 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
79987 License: LGPL-3+ 
79988 Licence_Text: 
79989 #Header: 
79990 #/* Concatenate UTF-32 strings.
79991 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
79992 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
79993 #
79994 #   This program is free software: you can redistribute it and/or modify it
79995 #   under the terms of the GNU Lesser General Public License as published
79996 #   by the Free Software Foundation; either version 3 of the License, or
79997 #   (at your option) any later version.
79998 #
79999 #   This program is distributed in the hope that it will be useful,
80000 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80001 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80002 #   Lesser General Public License for more details.
80003 #
80004 #   You should have received a copy of the GNU Lesser General Public License
80005
80006 File: ./lib/unistr/u32-strchr.c
80007 Hash: 95c25e6af577104d190c6b5dc2b297f34fb260ab5e8b99f306b1ed9ee40727aa
80008 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80009 License: LGPL-3+ 
80010 Licence_Text: 
80011 #Header: 
80012 #/* Search character in UTF-32 string.
80013 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80014 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80015 #
80016 #   This program is free software: you can redistribute it and/or modify it
80017 #   under the terms of the GNU Lesser General Public License as published
80018 #   by the Free Software Foundation; either version 3 of the License, or
80019 #   (at your option) any later version.
80020 #
80021 #   This program is distributed in the hope that it will be useful,
80022 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80023 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80024 #   Lesser General Public License for more details.
80025 #
80026 #   You should have received a copy of the GNU Lesser General Public License
80027
80028 File: ./lib/unistr/u32-strcmp.c
80029 Hash: bbb55fbb9de8b789436fa0f3e0383baf40e3b17e883beca469800fdfdc6ef387
80030 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80031 License: LGPL-3+ 
80032 Licence_Text: 
80033 #Header: 
80034 #/* Compare UTF-32 strings.
80035 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80036 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80037 #
80038 #   This program is free software: you can redistribute it and/or modify it
80039 #   under the terms of the GNU Lesser General Public License as published
80040 #   by the Free Software Foundation; either version 3 of the License, or
80041 #   (at your option) any later version.
80042 #
80043 #   This program is distributed in the hope that it will be useful,
80044 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80045 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80046 #   Lesser General Public License for more details.
80047 #
80048 #   You should have received a copy of the GNU Lesser General Public License
80049
80050 File: ./lib/unistr/u32-strcoll.c
80051 Hash: 6420d21bdaae7143502fa4278291a88e2834749b42928b0df438fbb4fc3b95a1
80052 Copyright: 2009 Free Software Foundation, Inc
80053 License: LGPL-3+ 
80054 Licence_Text: 
80055 #Header: 
80056 #/* Compare UTF-32 strings using the collation rules of the current locale.
80057 #   Copyright (C) 2009 Free Software Foundation, Inc.
80058 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
80059 #
80060 #   This program is free software: you can redistribute it and/or modify it
80061 #   under the terms of the GNU Lesser General Public License as published
80062 #   by the Free Software Foundation; either version 3 of the License, or
80063 #   (at your option) any later version.
80064 #
80065 #   This program is distributed in the hope that it will be useful,
80066 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80067 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80068 #   Lesser General Public License for more details.
80069 #
80070 #   You should have received a copy of the GNU Lesser General Public License
80071
80072 File: ./lib/unistr/u32-strcpy.c
80073 Hash: 0a8e368a16d0af79d91e55d5b73d70e15a20a93ded62f6ae40e4d4bf05a82e5d
80074 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80075 License: LGPL-3+ 
80076 Licence_Text: 
80077 #Header: 
80078 #/* Copy UTF-32 string.
80079 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80080 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80081 #
80082 #   This program is free software: you can redistribute it and/or modify it
80083 #   under the terms of the GNU Lesser General Public License as published
80084 #   by the Free Software Foundation; either version 3 of the License, or
80085 #   (at your option) any later version.
80086 #
80087 #   This program is distributed in the hope that it will be useful,
80088 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80089 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80090 #   Lesser General Public License for more details.
80091 #
80092 #   You should have received a copy of the GNU Lesser General Public License
80093
80094 File: ./lib/unistr/u32-strcspn.c
80095 Hash: bfa927b172fdb0f080a0400ab7dc1a070d0990f69b0a62194420bea65be6a895
80096 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80097 License: LGPL-3+ 
80098 Licence_Text: 
80099 #Header: 
80100 #/* Search for some characters in UTF-32 string.
80101 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80102 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80103 #
80104 #   This program is free software: you can redistribute it and/or modify it
80105 #   under the terms of the GNU Lesser General Public License as published
80106 #   by the Free Software Foundation; either version 3 of the License, or
80107 #   (at your option) any later version.
80108 #
80109 #   This program is distributed in the hope that it will be useful,
80110 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80111 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80112 #   Lesser General Public License for more details.
80113 #
80114 #   You should have received a copy of the GNU Lesser General Public License
80115
80116 File: ./lib/unistr/u32-strdup.c
80117 Hash: 0a8e368a16d0af79d91e55d5b73d70e15a20a93ded62f6ae40e4d4bf05a82e5d
80118 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80119 License: LGPL-3+ 
80120 Licence_Text: 
80121 #Header: 
80122 #/* Copy UTF-32 string.
80123 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80124 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80125 #
80126 #   This program is free software: you can redistribute it and/or modify it
80127 #   under the terms of the GNU Lesser General Public License as published
80128 #   by the Free Software Foundation; either version 3 of the License, or
80129 #   (at your option) any later version.
80130 #
80131 #   This program is distributed in the hope that it will be useful,
80132 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80133 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80134 #   Lesser General Public License for more details.
80135 #
80136 #   You should have received a copy of the GNU Lesser General Public License
80137
80138 File: ./lib/unistr/u32-strlen.c
80139 Hash: 050991d876a33888be18fc49d7ec4d1146ff674decd9c3b4a3f1a1f9c168e632
80140 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80141 License: LGPL-3+ 
80142 Licence_Text: 
80143 #Header: 
80144 #/* Determine length of UTF-32 string.
80145 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80146 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80147 #
80148 #   This program is free software: you can redistribute it and/or modify it
80149 #   under the terms of the GNU Lesser General Public License as published
80150 #   by the Free Software Foundation; either version 3 of the License, or
80151 #   (at your option) any later version.
80152 #
80153 #   This program is distributed in the hope that it will be useful,
80154 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80155 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80156 #   Lesser General Public License for more details.
80157 #
80158 #   You should have received a copy of the GNU Lesser General Public License
80159
80160 File: ./lib/unistr/u32-strmblen.c
80161 Hash: f0c220ddf819c9fd4fe8f7c30d63c63df074032e45b69485d3800fd71ff45a63
80162 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
80163 License: LGPL-3+ 
80164 Licence_Text: 
80165 #Header: 
80166 #/* Look at first character in UTF-32 string.
80167 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
80168 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80169 #
80170 #   This program is free software: you can redistribute it and/or modify it
80171 #   under the terms of the GNU Lesser General Public License as published
80172 #   by the Free Software Foundation; either version 3 of the License, or
80173 #   (at your option) any later version.
80174 #
80175 #   This program is distributed in the hope that it will be useful,
80176 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80177 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80178 #   Lesser General Public License for more details.
80179 #
80180 #   You should have received a copy of the GNU Lesser General Public License
80181
80182 File: ./lib/unistr/u32-strmbtouc.c
80183 Hash: f0c220ddf819c9fd4fe8f7c30d63c63df074032e45b69485d3800fd71ff45a63
80184 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
80185 License: LGPL-3+ 
80186 Licence_Text: 
80187 #Header: 
80188 #/* Look at first character in UTF-32 string.
80189 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
80190 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80191 #
80192 #   This program is free software: you can redistribute it and/or modify it
80193 #   under the terms of the GNU Lesser General Public License as published
80194 #   by the Free Software Foundation; either version 3 of the License, or
80195 #   (at your option) any later version.
80196 #
80197 #   This program is distributed in the hope that it will be useful,
80198 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80199 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80200 #   Lesser General Public License for more details.
80201 #
80202 #   You should have received a copy of the GNU Lesser General Public License
80203
80204 File: ./lib/unistr/u32-strncat.c
80205 Hash: 19bbd85dc2c399adad67aaa1d3e368df9f49315fc92016f6ec6c45835035a092
80206 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80207 License: LGPL-3+ 
80208 Licence_Text: 
80209 #Header: 
80210 #/* Concatenate UTF-32 strings.
80211 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80212 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80213 #
80214 #   This program is free software: you can redistribute it and/or modify it
80215 #   under the terms of the GNU Lesser General Public License as published
80216 #   by the Free Software Foundation; either version 3 of the License, or
80217 #   (at your option) any later version.
80218 #
80219 #   This program is distributed in the hope that it will be useful,
80220 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80221 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80222 #   Lesser General Public License for more details.
80223 #
80224 #   You should have received a copy of the GNU Lesser General Public License
80225
80226 File: ./lib/unistr/u32-strncmp.c
80227 Hash: bbb55fbb9de8b789436fa0f3e0383baf40e3b17e883beca469800fdfdc6ef387
80228 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80229 License: LGPL-3+ 
80230 Licence_Text: 
80231 #Header: 
80232 #/* Compare UTF-32 strings.
80233 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80234 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80235 #
80236 #   This program is free software: you can redistribute it and/or modify it
80237 #   under the terms of the GNU Lesser General Public License as published
80238 #   by the Free Software Foundation; either version 3 of the License, or
80239 #   (at your option) any later version.
80240 #
80241 #   This program is distributed in the hope that it will be useful,
80242 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80243 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80244 #   Lesser General Public License for more details.
80245 #
80246 #   You should have received a copy of the GNU Lesser General Public License
80247
80248 File: ./lib/unistr/u32-strncpy.c
80249 Hash: 0a8e368a16d0af79d91e55d5b73d70e15a20a93ded62f6ae40e4d4bf05a82e5d
80250 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80251 License: LGPL-3+ 
80252 Licence_Text: 
80253 #Header: 
80254 #/* Copy UTF-32 string.
80255 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80256 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80257 #
80258 #   This program is free software: you can redistribute it and/or modify it
80259 #   under the terms of the GNU Lesser General Public License as published
80260 #   by the Free Software Foundation; either version 3 of the License, or
80261 #   (at your option) any later version.
80262 #
80263 #   This program is distributed in the hope that it will be useful,
80264 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80265 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80266 #   Lesser General Public License for more details.
80267 #
80268 #   You should have received a copy of the GNU Lesser General Public License
80269
80270 File: ./lib/unistr/u32-strnlen.c
80271 Hash: e1a20f548b672e6d0aa8b7954bc31b9c2157c4204b1e7346a250ab8840e7e356
80272 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80273 License: LGPL-3+ 
80274 Licence_Text: 
80275 #Header: 
80276 #/* Determine bounded length of UTF-32 string.
80277 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80278 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80279 #
80280 #   This program is free software: you can redistribute it and/or modify it
80281 #   under the terms of the GNU Lesser General Public License as published
80282 #   by the Free Software Foundation; either version 3 of the License, or
80283 #   (at your option) any later version.
80284 #
80285 #   This program is distributed in the hope that it will be useful,
80286 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80287 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80288 #   Lesser General Public License for more details.
80289 #
80290 #   You should have received a copy of the GNU Lesser General Public License
80291
80292 File: ./lib/unistr/u32-strpbrk.c
80293 Hash: bfa927b172fdb0f080a0400ab7dc1a070d0990f69b0a62194420bea65be6a895
80294 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80295 License: LGPL-3+ 
80296 Licence_Text: 
80297 #Header: 
80298 #/* Search for some characters in UTF-32 string.
80299 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80300 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80301 #
80302 #   This program is free software: you can redistribute it and/or modify it
80303 #   under the terms of the GNU Lesser General Public License as published
80304 #   by the Free Software Foundation; either version 3 of the License, or
80305 #   (at your option) any later version.
80306 #
80307 #   This program is distributed in the hope that it will be useful,
80308 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80309 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80310 #   Lesser General Public License for more details.
80311 #
80312 #   You should have received a copy of the GNU Lesser General Public License
80313
80314 File: ./lib/unistr/u32-strrchr.c
80315 Hash: 95c25e6af577104d190c6b5dc2b297f34fb260ab5e8b99f306b1ed9ee40727aa
80316 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80317 License: LGPL-3+ 
80318 Licence_Text: 
80319 #Header: 
80320 #/* Search character in UTF-32 string.
80321 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80322 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80323 #
80324 #   This program is free software: you can redistribute it and/or modify it
80325 #   under the terms of the GNU Lesser General Public License as published
80326 #   by the Free Software Foundation; either version 3 of the License, or
80327 #   (at your option) any later version.
80328 #
80329 #   This program is distributed in the hope that it will be useful,
80330 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80331 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80332 #   Lesser General Public License for more details.
80333 #
80334 #   You should have received a copy of the GNU Lesser General Public License
80335
80336 File: ./lib/unistr/u32-strspn.c
80337 Hash: bfa927b172fdb0f080a0400ab7dc1a070d0990f69b0a62194420bea65be6a895
80338 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80339 License: LGPL-3+ 
80340 Licence_Text: 
80341 #Header: 
80342 #/* Search for some characters in UTF-32 string.
80343 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80344 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80345 #
80346 #   This program is free software: you can redistribute it and/or modify it
80347 #   under the terms of the GNU Lesser General Public License as published
80348 #   by the Free Software Foundation; either version 3 of the License, or
80349 #   (at your option) any later version.
80350 #
80351 #   This program is distributed in the hope that it will be useful,
80352 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80353 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80354 #   Lesser General Public License for more details.
80355 #
80356 #   You should have received a copy of the GNU Lesser General Public License
80357
80358 File: ./lib/unistr/u32-strstr.c
80359 Hash: 96be8a0f8ea189120bfe1f5c10629c0b840b2f2e9f64c54df9fce677f701d887
80360 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80361 License: LGPL-3+ 
80362 Licence_Text: 
80363 #Header: 
80364 #/* Substring test for UTF-32 strings.
80365 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80366 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80367 #
80368 #   This program is free software: you can redistribute it and/or modify it
80369 #   under the terms of the GNU Lesser General Public License as published
80370 #   by the Free Software Foundation; either version 3 of the License, or
80371 #   (at your option) any later version.
80372 #
80373 #   This program is distributed in the hope that it will be useful,
80374 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80375 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80376 #   Lesser General Public License for more details.
80377 #
80378 #   You should have received a copy of the GNU Lesser General Public License
80379
80380 File: ./lib/unistr/u32-strtok.c
80381 Hash: dedd8fbb7d1265bba868dfd5099d076b6587298e050805ec6eaced0ab5faf332
80382 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80383 License: LGPL-3+ 
80384 Licence_Text: 
80385 #Header: 
80386 #/* Tokenize UTF-32 string.
80387 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80388 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80389 #
80390 #   This program is free software: you can redistribute it and/or modify it
80391 #   under the terms of the GNU Lesser General Public License as published
80392 #   by the Free Software Foundation; either version 3 of the License, or
80393 #   (at your option) any later version.
80394 #
80395 #   This program is distributed in the hope that it will be useful,
80396 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80397 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80398 #   Lesser General Public License for more details.
80399 #
80400 #   You should have received a copy of the GNU Lesser General Public License
80401
80402 File: ./lib/unistr/u32-to-u16.c
80403 Hash: c34e87d4172d3339a781e39d59f8fb9132c09ef980f44c2b1574bfafa685cd66
80404 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
80405 License: LGPL-3+ 
80406 Licence_Text: 
80407 #Header: 
80408 #/* Convert UTF-32 string to UTF-16 string.
80409 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
80410 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80411 #
80412 #   This program is free software: you can redistribute it and/or modify it
80413 #   under the terms of the GNU Lesser General Public License as published
80414 #   by the Free Software Foundation; either version 3 of the License, or
80415 #   (at your option) any later version.
80416 #
80417 #   This program is distributed in the hope that it will be useful,
80418 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80419 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80420 #   Lesser General Public License for more details.
80421 #
80422 #   You should have received a copy of the GNU Lesser General Public License
80423
80424 File: ./lib/unistr/u32-to-u8.c
80425 Hash: d5933d39852f021cbafa03fcd622fe179fbfa3d2b7160e25a2a0f9cf649b331a
80426 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
80427 License: LGPL-3+ 
80428 Licence_Text: 
80429 #Header: 
80430 #/* Convert UTF-32 string to UTF-8 string.
80431 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
80432 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80433 #
80434 #   This program is free software: you can redistribute it and/or modify it
80435 #   under the terms of the GNU Lesser General Public License as published
80436 #   by the Free Software Foundation; either version 3 of the License, or
80437 #   (at your option) any later version.
80438 #
80439 #   This program is distributed in the hope that it will be useful,
80440 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80441 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80442 #   Lesser General Public License for more details.
80443 #
80444 #   You should have received a copy of the GNU Lesser General Public License
80445
80446 File: ./lib/unistr/u32-uctomb.c
80447 Hash: 34f3faef9d257a051c8d8272922f3e20f5fa880baea40b25ba02a9256e3b74df
80448 Copyright: 2002, 2005-2006, 2009 Free Software Foundation, Inc
80449 License: LGPL-3+ 
80450 Licence_Text: 
80451 #Header: 
80452 #/* Store a character in UTF-32 string.
80453 #   Copyright (C) 2002, 2005-2006, 2009 Free Software Foundation, Inc.
80454 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80455 #
80456 #   This program is free software: you can redistribute it and/or modify it
80457 #   under the terms of the GNU Lesser General Public License as published
80458 #   by the Free Software Foundation; either version 3 of the License, or
80459 #   (at your option) any later version.
80460 #
80461 #   This program is distributed in the hope that it will be useful,
80462 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80463 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80464 #   Lesser General Public License for more details.
80465 #
80466 #   You should have received a copy of the GNU Lesser General Public License
80467
80468 File: ./lib/unistr/u8-check.c
80469 Hash: eac2b052e4d9e60b9eb93ae9ec997c386e730de4bf3194fca888eba17a103f37
80470 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
80471 License: LGPL-3+ 
80472 Licence_Text: 
80473 #Header: 
80474 #/* Check UTF-8 string.
80475 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
80476 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80477 #
80478 #   This program is free software: you can redistribute it and/or modify it
80479 #   under the terms of the GNU Lesser General Public License as published
80480 #   by the Free Software Foundation; either version 3 of the License, or
80481 #   (at your option) any later version.
80482 #
80483 #   This program is distributed in the hope that it will be useful,
80484 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80485 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80486 #   Lesser General Public License for more details.
80487 #
80488 #   You should have received a copy of the GNU Lesser General Public License
80489
80490 File: ./lib/unistr/u8-chr.c
80491 Hash: 42ec57a2ff9ac547a74c24b611b35ff9d2604edd08dc27f2eec1d887c295d1bd
80492 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
80493 License: LGPL-3+ 
80494 Licence_Text: 
80495 #Header: 
80496 #/* Search character in piece of UTF-8 string.
80497 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
80498 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80499 #
80500 #   This program is free software: you can redistribute it and/or modify it
80501 #   under the terms of the GNU Lesser General Public License as published
80502 #   by the Free Software Foundation; either version 3 of the License, or
80503 #   (at your option) any later version.
80504 #
80505 #   This program is distributed in the hope that it will be useful,
80506 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80507 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80508 #   Lesser General Public License for more details.
80509 #
80510 #   You should have received a copy of the GNU Lesser General Public License
80511
80512 File: ./lib/unistr/u8-cmp.c
80513 Hash: fac6baf649d3fd3670f2fd9aa97dbd2dfa67d7311eba66c76fb96874a6a6f2b9
80514 Copyright: 2002, 2006 Free Software Foundation, Inc
80515 License: LGPL-3+ 
80516 Licence_Text: 
80517 #Header: 
80518 #/* Compare pieces of UTF-8 strings.
80519 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
80520 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80521 #
80522 #   This program is free software: you can redistribute it and/or modify it
80523 #   under the terms of the GNU Lesser General Public License as published
80524 #   by the Free Software Foundation; either version 3 of the License, or
80525 #   (at your option) any later version.
80526 #
80527 #   This program is distributed in the hope that it will be useful,
80528 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80529 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80530 #   Lesser General Public License for more details.
80531 #
80532 #   You should have received a copy of the GNU Lesser General Public License
80533
80534 File: ./lib/unistr/u8-cmp2.c
80535 Hash: a93c38c1183febaf9ba16e653abf0df27e59ddad5f92762b2ba9e3f6deda64aa
80536 Copyright: 2009 Free Software Foundation, Inc
80537 License: LGPL-3+ 
80538 Licence_Text: 
80539 #Header: 
80540 #/* Compare pieces of UTF-8 strings.
80541 #   Copyright (C) 2009 Free Software Foundation, Inc.
80542 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
80543 #
80544 #   This program is free software: you can redistribute it and/or modify it
80545 #   under the terms of the GNU Lesser General Public License as published
80546 #   by the Free Software Foundation; either version 3 of the License, or
80547 #   (at your option) any later version.
80548 #
80549 #   This program is distributed in the hope that it will be useful,
80550 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80551 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80552 #   Lesser General Public License for more details.
80553 #
80554 #   You should have received a copy of the GNU Lesser General Public License
80555
80556 File: ./lib/unistr/u8-cpy-alloc.c
80557 Hash: fc7e284d8d0d095dd96a0a0c320e5605b82edbec1d6beb00d51999039704dd87
80558 Copyright: 2002, 2006 Free Software Foundation, Inc
80559 License: LGPL-3+ 
80560 Licence_Text: 
80561 #Header: 
80562 #/* Copy piece of UTF-8 string.
80563 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
80564 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80565 #
80566 #   This program is free software: you can redistribute it and/or modify it
80567 #   under the terms of the GNU Lesser General Public License as published
80568 #   by the Free Software Foundation; either version 3 of the License, or
80569 #   (at your option) any later version.
80570 #
80571 #   This program is distributed in the hope that it will be useful,
80572 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80573 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80574 #   Lesser General Public License for more details.
80575 #
80576 #   You should have received a copy of the GNU Lesser General Public License
80577
80578 File: ./lib/unistr/u8-cpy.c
80579 Hash: fc7e284d8d0d095dd96a0a0c320e5605b82edbec1d6beb00d51999039704dd87
80580 Copyright: 2002, 2006 Free Software Foundation, Inc
80581 License: LGPL-3+ 
80582 Licence_Text: 
80583 #Header: 
80584 #/* Copy piece of UTF-8 string.
80585 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
80586 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80587 #
80588 #   This program is free software: you can redistribute it and/or modify it
80589 #   under the terms of the GNU Lesser General Public License as published
80590 #   by the Free Software Foundation; either version 3 of the License, or
80591 #   (at your option) any later version.
80592 #
80593 #   This program is distributed in the hope that it will be useful,
80594 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80595 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80596 #   Lesser General Public License for more details.
80597 #
80598 #   You should have received a copy of the GNU Lesser General Public License
80599
80600 File: ./lib/unistr/u8-endswith.c
80601 Hash: aed60baa4fdea6c1923899158d4ccf6327877b44af6f93c72bed7e74580aa095
80602 Copyright: 2002, 2006 Free Software Foundation, Inc
80603 License: LGPL-3+ 
80604 Licence_Text: 
80605 #Header: 
80606 #/* Substring test for UTF-8 strings.
80607 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
80608 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80609 #
80610 #   This program is free software: you can redistribute it and/or modify it
80611 #   under the terms of the GNU Lesser General Public License as published
80612 #   by the Free Software Foundation; either version 3 of the License, or
80613 #   (at your option) any later version.
80614 #
80615 #   This program is distributed in the hope that it will be useful,
80616 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80617 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80618 #   Lesser General Public License for more details.
80619 #
80620 #   You should have received a copy of the GNU Lesser General Public License
80621
80622 File: ./lib/unistr/u8-mblen.c
80623 Hash: feee2cbf5365e3d339d37c28a4f4036787e5480d40fd223b487c251e16502841
80624 Copyright: 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc
80625 License: LGPL-3+ 
80626 Licence_Text: 
80627 #Header: 
80628 #/* Look at first character in UTF-8 string.
80629 #   Copyright (C) 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc.
80630 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80631 #
80632 #   This program is free software: you can redistribute it and/or modify it
80633 #   under the terms of the GNU Lesser General Public License as published
80634 #   by the Free Software Foundation; either version 3 of the License, or
80635 #   (at your option) any later version.
80636 #
80637 #   This program is distributed in the hope that it will be useful,
80638 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80639 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80640 #   Lesser General Public License for more details.
80641 #
80642 #   You should have received a copy of the GNU Lesser General Public License
80643
80644 File: ./lib/unistr/u8-mbsnlen.c
80645 Hash: d777639cdf076ed27839f1eeaabd23eef4465185239d987ba767f2a866c300bc
80646 Copyright: 2007 Free Software Foundation, Inc
80647 License: LGPL-3+ 
80648 Licence_Text: 
80649 #Header: 
80650 #/* Count characters in UTF-8 string.
80651 #   Copyright (C) 2007 Free Software Foundation, Inc.
80652 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
80653 #
80654 #   This program is free software: you can redistribute it and/or modify it
80655 #   under the terms of the GNU Lesser General Public License as published
80656 #   by the Free Software Foundation; either version 3 of the License, or
80657 #   (at your option) any later version.
80658 #
80659 #   This program is distributed in the hope that it will be useful,
80660 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80661 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80662 #   Lesser General Public License for more details.
80663 #
80664 #   You should have received a copy of the GNU Lesser General Public License
80665
80666 File: ./lib/unistr/u8-mbtouc-aux.c
80667 Hash: 81219cfc4fef5264c192b8a3c045b96c4310830a26fe1a01c2456b8dd7c5c6ef
80668 Copyright: 2001-2002, 2006-2007, 2009 Free Software Foundation, Inc
80669 License: LGPL-3+ 
80670 Licence_Text: 
80671 #Header: 
80672 #/* Conversion UTF-8 to UCS-4.
80673 #   Copyright (C) 2001-2002, 2006-2007, 2009 Free Software Foundation, Inc.
80674 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
80675 #
80676 #   This program is free software: you can redistribute it and/or modify it
80677 #   under the terms of the GNU Lesser General Public License as published
80678 #   by the Free Software Foundation; either version 3 of the License, or
80679 #   (at your option) any later version.
80680 #
80681 #   This program is distributed in the hope that it will be useful,
80682 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80683 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80684 #   Lesser General Public License for more details.
80685 #
80686 #   You should have received a copy of the GNU Lesser General Public License
80687
80688 File: ./lib/unistr/u8-mbtouc-unsafe-aux.c
80689 Hash: 81219cfc4fef5264c192b8a3c045b96c4310830a26fe1a01c2456b8dd7c5c6ef
80690 Copyright: 2001-2002, 2006-2007, 2009 Free Software Foundation, Inc
80691 License: LGPL-3+ 
80692 Licence_Text: 
80693 #Header: 
80694 #/* Conversion UTF-8 to UCS-4.
80695 #   Copyright (C) 2001-2002, 2006-2007, 2009 Free Software Foundation, Inc.
80696 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
80697 #
80698 #   This program is free software: you can redistribute it and/or modify it
80699 #   under the terms of the GNU Lesser General Public License as published
80700 #   by the Free Software Foundation; either version 3 of the License, or
80701 #   (at your option) any later version.
80702 #
80703 #   This program is distributed in the hope that it will be useful,
80704 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80705 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80706 #   Lesser General Public License for more details.
80707 #
80708 #   You should have received a copy of the GNU Lesser General Public License
80709
80710 File: ./lib/unistr/u8-mbtouc-unsafe.c
80711 Hash: 380657a8596a4df15a3de97723e4f090af40a2f13388dc3254244acfd2f7cb5e
80712 Copyright: 1999-2002, 2006-2007, 2009 Free Software Foundation, Inc
80713 License: LGPL-3+ 
80714 Licence_Text: 
80715 #Header: 
80716 #/* Look at first character in UTF-8 string.
80717 #   Copyright (C) 1999-2002, 2006-2007, 2009 Free Software Foundation, Inc.
80718 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
80719 #
80720 #   This program is free software: you can redistribute it and/or modify it
80721 #   under the terms of the GNU Lesser General Public License as published
80722 #   by the Free Software Foundation; either version 3 of the License, or
80723 #   (at your option) any later version.
80724 #
80725 #   This program is distributed in the hope that it will be useful,
80726 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80727 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80728 #   Lesser General Public License for more details.
80729 #
80730 #   You should have received a copy of the GNU Lesser General Public License
80731
80732 File: ./lib/unistr/u8-mbtouc.c
80733 Hash: 380657a8596a4df15a3de97723e4f090af40a2f13388dc3254244acfd2f7cb5e
80734 Copyright: 1999-2002, 2006-2007, 2009 Free Software Foundation, Inc
80735 License: LGPL-3+ 
80736 Licence_Text: 
80737 #Header: 
80738 #/* Look at first character in UTF-8 string.
80739 #   Copyright (C) 1999-2002, 2006-2007, 2009 Free Software Foundation, Inc.
80740 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
80741 #
80742 #   This program is free software: you can redistribute it and/or modify it
80743 #   under the terms of the GNU Lesser General Public License as published
80744 #   by the Free Software Foundation; either version 3 of the License, or
80745 #   (at your option) any later version.
80746 #
80747 #   This program is distributed in the hope that it will be useful,
80748 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80749 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80750 #   Lesser General Public License for more details.
80751 #
80752 #   You should have received a copy of the GNU Lesser General Public License
80753
80754 File: ./lib/unistr/u8-mbtoucr.c
80755 Hash: 7eb628bfecb6088142dbddc04daeb302c95a2a16ab2f4ce7fe96ac6515d1f822
80756 Copyright: 1999-2002, 2006-2007 Free Software Foundation, Inc
80757 License: LGPL-3+ 
80758 Licence_Text: 
80759 #Header: 
80760 #/* Look at first character in UTF-8 string, returning an error code.
80761 #   Copyright (C) 1999-2002, 2006-2007 Free Software Foundation, Inc.
80762 #   Written by Bruno Haible <bruno@clisp.org>, 2001.
80763 #
80764 #   This program is free software: you can redistribute it and/or modify it
80765 #   under the terms of the GNU Lesser General Public License as published
80766 #   by the Free Software Foundation; either version 3 of the License, or
80767 #   (at your option) any later version.
80768 #
80769 #   This program is distributed in the hope that it will be useful,
80770 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80771 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80772 #   Lesser General Public License for more details.
80773 #
80774 #   You should have received a copy of the GNU Lesser General Public License
80775
80776 File: ./lib/unistr/u8-move.c
80777 Hash: fc7e284d8d0d095dd96a0a0c320e5605b82edbec1d6beb00d51999039704dd87
80778 Copyright: 2002, 2006 Free Software Foundation, Inc
80779 License: LGPL-3+ 
80780 Licence_Text: 
80781 #Header: 
80782 #/* Copy piece of UTF-8 string.
80783 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
80784 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80785 #
80786 #   This program is free software: you can redistribute it and/or modify it
80787 #   under the terms of the GNU Lesser General Public License as published
80788 #   by the Free Software Foundation; either version 3 of the License, or
80789 #   (at your option) any later version.
80790 #
80791 #   This program is distributed in the hope that it will be useful,
80792 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80793 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80794 #   Lesser General Public License for more details.
80795 #
80796 #   You should have received a copy of the GNU Lesser General Public License
80797
80798 File: ./lib/unistr/u8-next.c
80799 Hash: 00d3e25ac3c18c5d77c1d250c8220544e99fc346a8015da6b43e3ffe5014baef
80800 Copyright: 2002, 2006 Free Software Foundation, Inc
80801 License: LGPL-3+ 
80802 Licence_Text: 
80803 #Header: 
80804 #/* Iterate over next character in UTF-8 string.
80805 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
80806 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80807 #
80808 #   This program is free software: you can redistribute it and/or modify it
80809 #   under the terms of the GNU Lesser General Public License as published
80810 #   by the Free Software Foundation; either version 3 of the License, or
80811 #   (at your option) any later version.
80812 #
80813 #   This program is distributed in the hope that it will be useful,
80814 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80815 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80816 #   Lesser General Public License for more details.
80817 #
80818 #   You should have received a copy of the GNU Lesser General Public License
80819
80820 File: ./lib/unistr/u8-prev.c
80821 Hash: 3d57d758b00dd01225b001edc0a71b3e6a7dc55957f00b1a5bbc950ae037f281
80822 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
80823 License: LGPL-3+ 
80824 Licence_Text: 
80825 #Header: 
80826 #/* Iterate over previous character in UTF-8 string.
80827 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
80828 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80829 #
80830 #   This program is free software: you can redistribute it and/or modify it
80831 #   under the terms of the GNU Lesser General Public License as published
80832 #   by the Free Software Foundation; either version 3 of the License, or
80833 #   (at your option) any later version.
80834 #
80835 #   This program is distributed in the hope that it will be useful,
80836 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80837 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80838 #   Lesser General Public License for more details.
80839 #
80840 #   You should have received a copy of the GNU Lesser General Public License
80841
80842 File: ./lib/unistr/u8-set.c
80843 Hash: bcb3f22a0098c66883640efdd098aed40903b82c9a5d62b7d1936a805148d2a1
80844 Copyright: 2002, 2006 Free Software Foundation, Inc
80845 License: LGPL-3+ 
80846 Licence_Text: 
80847 #Header: 
80848 #/* Fill UTF-8 string.
80849 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
80850 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80851 #
80852 #   This program is free software: you can redistribute it and/or modify it
80853 #   under the terms of the GNU Lesser General Public License as published
80854 #   by the Free Software Foundation; either version 3 of the License, or
80855 #   (at your option) any later version.
80856 #
80857 #   This program is distributed in the hope that it will be useful,
80858 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80859 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80860 #   Lesser General Public License for more details.
80861 #
80862 #   You should have received a copy of the GNU Lesser General Public License
80863
80864 File: ./lib/unistr/u8-startswith.c
80865 Hash: aed60baa4fdea6c1923899158d4ccf6327877b44af6f93c72bed7e74580aa095
80866 Copyright: 2002, 2006 Free Software Foundation, Inc
80867 License: LGPL-3+ 
80868 Licence_Text: 
80869 #Header: 
80870 #/* Substring test for UTF-8 strings.
80871 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
80872 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80873 #
80874 #   This program is free software: you can redistribute it and/or modify it
80875 #   under the terms of the GNU Lesser General Public License as published
80876 #   by the Free Software Foundation; either version 3 of the License, or
80877 #   (at your option) any later version.
80878 #
80879 #   This program is distributed in the hope that it will be useful,
80880 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80881 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80882 #   Lesser General Public License for more details.
80883 #
80884 #   You should have received a copy of the GNU Lesser General Public License
80885
80886 File: ./lib/unistr/u8-stpcpy.c
80887 Hash: b8d9719fd7d335e35de37a53acc0c67c6eb8cd64e5a39c3f95886daedea35e45
80888 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80889 License: LGPL-3+ 
80890 Licence_Text: 
80891 #Header: 
80892 #/* Copy UTF-8 string.
80893 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80894 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80895 #
80896 #   This program is free software: you can redistribute it and/or modify it
80897 #   under the terms of the GNU Lesser General Public License as published
80898 #   by the Free Software Foundation; either version 3 of the License, or
80899 #   (at your option) any later version.
80900 #
80901 #   This program is distributed in the hope that it will be useful,
80902 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80903 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80904 #   Lesser General Public License for more details.
80905 #
80906 #   You should have received a copy of the GNU Lesser General Public License
80907
80908 File: ./lib/unistr/u8-stpncpy.c
80909 Hash: b8d9719fd7d335e35de37a53acc0c67c6eb8cd64e5a39c3f95886daedea35e45
80910 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
80911 License: LGPL-3+ 
80912 Licence_Text: 
80913 #Header: 
80914 #/* Copy UTF-8 string.
80915 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
80916 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80917 #
80918 #   This program is free software: you can redistribute it and/or modify it
80919 #   under the terms of the GNU Lesser General Public License as published
80920 #   by the Free Software Foundation; either version 3 of the License, or
80921 #   (at your option) any later version.
80922 #
80923 #   This program is distributed in the hope that it will be useful,
80924 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80925 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80926 #   Lesser General Public License for more details.
80927 #
80928 #   You should have received a copy of the GNU Lesser General Public License
80929
80930 File: ./lib/unistr/u8-strcat.c
80931 Hash: 34fa4e46d0bc51731c723690c4d8b8877be70471fea175365062a1a6a91e1651
80932 Copyright: 2002, 2006 Free Software Foundation, Inc
80933 License: LGPL-3+ 
80934 Licence_Text: 
80935 #Header: 
80936 #/* Concatenate UTF-8 strings.
80937 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
80938 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80939 #
80940 #   This program is free software: you can redistribute it and/or modify it
80941 #   under the terms of the GNU Lesser General Public License as published
80942 #   by the Free Software Foundation; either version 3 of the License, or
80943 #   (at your option) any later version.
80944 #
80945 #   This program is distributed in the hope that it will be useful,
80946 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80947 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80948 #   Lesser General Public License for more details.
80949 #
80950 #   You should have received a copy of the GNU Lesser General Public License
80951
80952 File: ./lib/unistr/u8-strchr.c
80953 Hash: 02af1c85eaff6bcec748ddcb2a1859f706a9b730ddf3aca6095fba09af975800
80954 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
80955 License: LGPL-3+ 
80956 Licence_Text: 
80957 #Header: 
80958 #/* Search character in UTF-8 string.
80959 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
80960 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80961 #
80962 #   This program is free software: you can redistribute it and/or modify it
80963 #   under the terms of the GNU Lesser General Public License as published
80964 #   by the Free Software Foundation; either version 3 of the License, or
80965 #   (at your option) any later version.
80966 #
80967 #   This program is distributed in the hope that it will be useful,
80968 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80969 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80970 #   Lesser General Public License for more details.
80971 #
80972 #   You should have received a copy of the GNU Lesser General Public License
80973
80974 File: ./lib/unistr/u8-strcmp.c
80975 Hash: cc21eac5ab1ebf474484b9b9da2bbe5d4233e0b70b3914ba90dd9bfcd80b4f90
80976 Copyright: 2002, 2006 Free Software Foundation, Inc
80977 License: LGPL-3+ 
80978 Licence_Text: 
80979 #Header: 
80980 #/* Compare UTF-8 strings.
80981 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
80982 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
80983 #
80984 #   This program is free software: you can redistribute it and/or modify it
80985 #   under the terms of the GNU Lesser General Public License as published
80986 #   by the Free Software Foundation; either version 3 of the License, or
80987 #   (at your option) any later version.
80988 #
80989 #   This program is distributed in the hope that it will be useful,
80990 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
80991 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
80992 #   Lesser General Public License for more details.
80993 #
80994 #   You should have received a copy of the GNU Lesser General Public License
80995
80996 File: ./lib/unistr/u8-strcoll.c
80997 Hash: 9c5e8a7ef380723d07e0ad180fe59421bf9bf28e1a4d289d05263339cb4025d2
80998 Copyright: 2009 Free Software Foundation, Inc
80999 License: LGPL-3+ 
81000 Licence_Text: 
81001 #Header: 
81002 #/* Compare UTF-8 strings using the collation rules of the current locale.
81003 #   Copyright (C) 2009 Free Software Foundation, Inc.
81004 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
81005 #
81006 #   This program is free software: you can redistribute it and/or modify it
81007 #   under the terms of the GNU Lesser General Public License as published
81008 #   by the Free Software Foundation; either version 3 of the License, or
81009 #   (at your option) any later version.
81010 #
81011 #   This program is distributed in the hope that it will be useful,
81012 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81013 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81014 #   Lesser General Public License for more details.
81015 #
81016 #   You should have received a copy of the GNU Lesser General Public License
81017
81018 File: ./lib/unistr/u8-strcpy.c
81019 Hash: f554dd0a1524996a93d9a12920e721387f1ff1c6981d5891793a0280289c5b8e
81020 Copyright: 2002, 2006 Free Software Foundation, Inc
81021 License: LGPL-3+ 
81022 Licence_Text: 
81023 #Header: 
81024 #/* Copy UTF-8 string.
81025 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
81026 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81027 #
81028 #   This program is free software: you can redistribute it and/or modify it
81029 #   under the terms of the GNU Lesser General Public License as published
81030 #   by the Free Software Foundation; either version 3 of the License, or
81031 #   (at your option) any later version.
81032 #
81033 #   This program is distributed in the hope that it will be useful,
81034 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81035 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81036 #   Lesser General Public License for more details.
81037 #
81038 #   You should have received a copy of the GNU Lesser General Public License
81039
81040 File: ./lib/unistr/u8-strcspn.c
81041 Hash: c49bd0f65af992e9714b32bbd42047ea6f164c01ce22550ada5a777d99f46c39
81042 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
81043 License: LGPL-3+ 
81044 Licence_Text: 
81045 #Header: 
81046 #/* Search for some characters in UTF-8 string.
81047 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
81048 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81049 #
81050 #   This program is free software: you can redistribute it and/or modify it
81051 #   under the terms of the GNU Lesser General Public License as published
81052 #   by the Free Software Foundation; either version 3 of the License, or
81053 #   (at your option) any later version.
81054 #
81055 #   This program is distributed in the hope that it will be useful,
81056 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81057 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81058 #   Lesser General Public License for more details.
81059 #
81060 #   You should have received a copy of the GNU Lesser General Public License
81061
81062 File: ./lib/unistr/u8-strdup.c
81063 Hash: f554dd0a1524996a93d9a12920e721387f1ff1c6981d5891793a0280289c5b8e
81064 Copyright: 2002, 2006 Free Software Foundation, Inc
81065 License: LGPL-3+ 
81066 Licence_Text: 
81067 #Header: 
81068 #/* Copy UTF-8 string.
81069 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
81070 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81071 #
81072 #   This program is free software: you can redistribute it and/or modify it
81073 #   under the terms of the GNU Lesser General Public License as published
81074 #   by the Free Software Foundation; either version 3 of the License, or
81075 #   (at your option) any later version.
81076 #
81077 #   This program is distributed in the hope that it will be useful,
81078 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81079 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81080 #   Lesser General Public License for more details.
81081 #
81082 #   You should have received a copy of the GNU Lesser General Public License
81083
81084 File: ./lib/unistr/u8-strlen.c
81085 Hash: 3f5efa4cf915f83bfdc9adfac2a13ca7d3c75c63c4fc993377e9dee1b36e9f13
81086 Copyright: 2002, 2006 Free Software Foundation, Inc
81087 License: LGPL-3+ 
81088 Licence_Text: 
81089 #Header: 
81090 #/* Determine length of UTF-8 string.
81091 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
81092 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81093 #
81094 #   This program is free software: you can redistribute it and/or modify it
81095 #   under the terms of the GNU Lesser General Public License as published
81096 #   by the Free Software Foundation; either version 3 of the License, or
81097 #   (at your option) any later version.
81098 #
81099 #   This program is distributed in the hope that it will be useful,
81100 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81101 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81102 #   Lesser General Public License for more details.
81103 #
81104 #   You should have received a copy of the GNU Lesser General Public License
81105
81106 File: ./lib/unistr/u8-strmblen.c
81107 Hash: feee2cbf5365e3d339d37c28a4f4036787e5480d40fd223b487c251e16502841
81108 Copyright: 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc
81109 License: LGPL-3+ 
81110 Licence_Text: 
81111 #Header: 
81112 #/* Look at first character in UTF-8 string.
81113 #   Copyright (C) 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc.
81114 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81115 #
81116 #   This program is free software: you can redistribute it and/or modify it
81117 #   under the terms of the GNU Lesser General Public License as published
81118 #   by the Free Software Foundation; either version 3 of the License, or
81119 #   (at your option) any later version.
81120 #
81121 #   This program is distributed in the hope that it will be useful,
81122 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81123 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81124 #   Lesser General Public License for more details.
81125 #
81126 #   You should have received a copy of the GNU Lesser General Public License
81127
81128 File: ./lib/unistr/u8-strmbtouc.c
81129 Hash: feee2cbf5365e3d339d37c28a4f4036787e5480d40fd223b487c251e16502841
81130 Copyright: 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc
81131 License: LGPL-3+ 
81132 Licence_Text: 
81133 #Header: 
81134 #/* Look at first character in UTF-8 string.
81135 #   Copyright (C) 1999-2000, 2002, 2006-2007 Free Software Foundation, Inc.
81136 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81137 #
81138 #   This program is free software: you can redistribute it and/or modify it
81139 #   under the terms of the GNU Lesser General Public License as published
81140 #   by the Free Software Foundation; either version 3 of the License, or
81141 #   (at your option) any later version.
81142 #
81143 #   This program is distributed in the hope that it will be useful,
81144 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81145 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81146 #   Lesser General Public License for more details.
81147 #
81148 #   You should have received a copy of the GNU Lesser General Public License
81149
81150 File: ./lib/unistr/u8-strncat.c
81151 Hash: 34fa4e46d0bc51731c723690c4d8b8877be70471fea175365062a1a6a91e1651
81152 Copyright: 2002, 2006 Free Software Foundation, Inc
81153 License: LGPL-3+ 
81154 Licence_Text: 
81155 #Header: 
81156 #/* Concatenate UTF-8 strings.
81157 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
81158 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81159 #
81160 #   This program is free software: you can redistribute it and/or modify it
81161 #   under the terms of the GNU Lesser General Public License as published
81162 #   by the Free Software Foundation; either version 3 of the License, or
81163 #   (at your option) any later version.
81164 #
81165 #   This program is distributed in the hope that it will be useful,
81166 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81167 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81168 #   Lesser General Public License for more details.
81169 #
81170 #   You should have received a copy of the GNU Lesser General Public License
81171
81172 File: ./lib/unistr/u8-strncmp.c
81173 Hash: cc21eac5ab1ebf474484b9b9da2bbe5d4233e0b70b3914ba90dd9bfcd80b4f90
81174 Copyright: 2002, 2006 Free Software Foundation, Inc
81175 License: LGPL-3+ 
81176 Licence_Text: 
81177 #Header: 
81178 #/* Compare UTF-8 strings.
81179 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
81180 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81181 #
81182 #   This program is free software: you can redistribute it and/or modify it
81183 #   under the terms of the GNU Lesser General Public License as published
81184 #   by the Free Software Foundation; either version 3 of the License, or
81185 #   (at your option) any later version.
81186 #
81187 #   This program is distributed in the hope that it will be useful,
81188 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81189 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81190 #   Lesser General Public License for more details.
81191 #
81192 #   You should have received a copy of the GNU Lesser General Public License
81193
81194 File: ./lib/unistr/u8-strncpy.c
81195 Hash: f554dd0a1524996a93d9a12920e721387f1ff1c6981d5891793a0280289c5b8e
81196 Copyright: 2002, 2006 Free Software Foundation, Inc
81197 License: LGPL-3+ 
81198 Licence_Text: 
81199 #Header: 
81200 #/* Copy UTF-8 string.
81201 #   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
81202 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81203 #
81204 #   This program is free software: you can redistribute it and/or modify it
81205 #   under the terms of the GNU Lesser General Public License as published
81206 #   by the Free Software Foundation; either version 3 of the License, or
81207 #   (at your option) any later version.
81208 #
81209 #   This program is distributed in the hope that it will be useful,
81210 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81211 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81212 #   Lesser General Public License for more details.
81213 #
81214 #   You should have received a copy of the GNU Lesser General Public License
81215
81216 File: ./lib/unistr/u8-strnlen.c
81217 Hash: e591a71a08b4377ef29017795f592adf1ebf56caa73d172428942ed3d8735e53
81218 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
81219 License: LGPL-3+ 
81220 Licence_Text: 
81221 #Header: 
81222 #/* Determine bounded length of UTF-8 string.
81223 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
81224 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81225 #
81226 #   This program is free software: you can redistribute it and/or modify it
81227 #   under the terms of the GNU Lesser General Public License as published
81228 #   by the Free Software Foundation; either version 3 of the License, or
81229 #   (at your option) any later version.
81230 #
81231 #   This program is distributed in the hope that it will be useful,
81232 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81233 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81234 #   Lesser General Public License for more details.
81235 #
81236 #   You should have received a copy of the GNU Lesser General Public License
81237
81238 File: ./lib/unistr/u8-strpbrk.c
81239 Hash: c49bd0f65af992e9714b32bbd42047ea6f164c01ce22550ada5a777d99f46c39
81240 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
81241 License: LGPL-3+ 
81242 Licence_Text: 
81243 #Header: 
81244 #/* Search for some characters in UTF-8 string.
81245 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
81246 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81247 #
81248 #   This program is free software: you can redistribute it and/or modify it
81249 #   under the terms of the GNU Lesser General Public License as published
81250 #   by the Free Software Foundation; either version 3 of the License, or
81251 #   (at your option) any later version.
81252 #
81253 #   This program is distributed in the hope that it will be useful,
81254 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81255 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81256 #   Lesser General Public License for more details.
81257 #
81258 #   You should have received a copy of the GNU Lesser General Public License
81259
81260 File: ./lib/unistr/u8-strrchr.c
81261 Hash: 02af1c85eaff6bcec748ddcb2a1859f706a9b730ddf3aca6095fba09af975800
81262 Copyright: 1999, 2002, 2006-2007 Free Software Foundation, Inc
81263 License: LGPL-3+ 
81264 Licence_Text: 
81265 #Header: 
81266 #/* Search character in UTF-8 string.
81267 #   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
81268 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81269 #
81270 #   This program is free software: you can redistribute it and/or modify it
81271 #   under the terms of the GNU Lesser General Public License as published
81272 #   by the Free Software Foundation; either version 3 of the License, or
81273 #   (at your option) any later version.
81274 #
81275 #   This program is distributed in the hope that it will be useful,
81276 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81277 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81278 #   Lesser General Public License for more details.
81279 #
81280 #   You should have received a copy of the GNU Lesser General Public License
81281
81282 File: ./lib/unistr/u8-strspn.c
81283 Hash: c49bd0f65af992e9714b32bbd42047ea6f164c01ce22550ada5a777d99f46c39
81284 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
81285 License: LGPL-3+ 
81286 Licence_Text: 
81287 #Header: 
81288 #/* Search for some characters in UTF-8 string.
81289 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
81290 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81291 #
81292 #   This program is free software: you can redistribute it and/or modify it
81293 #   under the terms of the GNU Lesser General Public License as published
81294 #   by the Free Software Foundation; either version 3 of the License, or
81295 #   (at your option) any later version.
81296 #
81297 #   This program is distributed in the hope that it will be useful,
81298 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81299 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81300 #   Lesser General Public License for more details.
81301 #
81302 #   You should have received a copy of the GNU Lesser General Public License
81303
81304 File: ./lib/unistr/u8-strstr.c
81305 Hash: 62e3171131f084bb524e8e4b7b677e51dc0a4ddd7920c791e861fc6209824057
81306 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
81307 License: LGPL-3+ 
81308 Licence_Text: 
81309 #Header: 
81310 #/* Substring test for UTF-8 strings.
81311 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
81312 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81313 #
81314 #   This program is free software: you can redistribute it and/or modify it
81315 #   under the terms of the GNU Lesser General Public License as published
81316 #   by the Free Software Foundation; either version 3 of the License, or
81317 #   (at your option) any later version.
81318 #
81319 #   This program is distributed in the hope that it will be useful,
81320 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81321 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81322 #   Lesser General Public License for more details.
81323 #
81324 #   You should have received a copy of the GNU Lesser General Public License
81325
81326 File: ./lib/unistr/u8-strtok.c
81327 Hash: 70422453328ab4382d464bc5e573a7921b44d303c4da2e58aa0cd67c8285ba1d
81328 Copyright: 1999, 2002, 2006 Free Software Foundation, Inc
81329 License: LGPL-3+ 
81330 Licence_Text: 
81331 #Header: 
81332 #/* Tokenize UTF-8 string.
81333 #   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
81334 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81335 #
81336 #   This program is free software: you can redistribute it and/or modify it
81337 #   under the terms of the GNU Lesser General Public License as published
81338 #   by the Free Software Foundation; either version 3 of the License, or
81339 #   (at your option) any later version.
81340 #
81341 #   This program is distributed in the hope that it will be useful,
81342 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81343 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81344 #   Lesser General Public License for more details.
81345 #
81346 #   You should have received a copy of the GNU Lesser General Public License
81347
81348 File: ./lib/unistr/u8-to-u16.c
81349 Hash: 7743fd5caa826417f0cc0e0da91677000cd23088c2b345a21a27aa43b0b595f1
81350 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
81351 License: LGPL-3+ 
81352 Licence_Text: 
81353 #Header: 
81354 #/* Convert UTF-8 string to UTF-16 string.
81355 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
81356 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81357 #
81358 #   This program is free software: you can redistribute it and/or modify it
81359 #   under the terms of the GNU Lesser General Public License as published
81360 #   by the Free Software Foundation; either version 3 of the License, or
81361 #   (at your option) any later version.
81362 #
81363 #   This program is distributed in the hope that it will be useful,
81364 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81365 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81366 #   Lesser General Public License for more details.
81367 #
81368 #   You should have received a copy of the GNU Lesser General Public License
81369
81370 File: ./lib/unistr/u8-to-u32.c
81371 Hash: 7308a76a0f28176be9098511a4dc13f5625aa399c70a8bf9993f78ddf7b319ef
81372 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
81373 License: LGPL-3+ 
81374 Licence_Text: 
81375 #Header: 
81376 #/* Convert UTF-8 string to UTF-32 string.
81377 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
81378 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81379 #
81380 #   This program is free software: you can redistribute it and/or modify it
81381 #   under the terms of the GNU Lesser General Public License as published
81382 #   by the Free Software Foundation; either version 3 of the License, or
81383 #   (at your option) any later version.
81384 #
81385 #   This program is distributed in the hope that it will be useful,
81386 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81387 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81388 #   Lesser General Public License for more details.
81389 #
81390 #   You should have received a copy of the GNU Lesser General Public License
81391
81392 File: ./lib/unistr/u8-uctomb-aux.c
81393 Hash: 44e95c47ddf3343b1c02157c12c9a0a950852563cd543850488cb21944559e11
81394 Copyright: 2002, 2006-2007 Free Software Foundation, Inc
81395 License: LGPL-3+ 
81396 Licence_Text: 
81397 #Header: 
81398 #/* Conversion UCS-4 to UTF-8.
81399 #   Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
81400 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81401 #
81402 #   This program is free software: you can redistribute it and/or modify it
81403 #   under the terms of the GNU Lesser General Public License as published
81404 #   by the Free Software Foundation; either version 3 of the License, or
81405 #   (at your option) any later version.
81406 #
81407 #   This program is distributed in the hope that it will be useful,
81408 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81409 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81410 #   Lesser General Public License for more details.
81411 #
81412 #   You should have received a copy of the GNU Lesser General Public License
81413
81414 File: ./lib/unistr/u8-uctomb.c
81415 Hash: 60d6859b731140e5420ea2e3093e3ac272522cc9685459a9eddbdf4909d79f40
81416 Copyright: 2002, 2005-2006, 2009 Free Software Foundation, Inc
81417 License: LGPL-3+ 
81418 Licence_Text: 
81419 #Header: 
81420 #/* Store a character in UTF-8 string.
81421 #   Copyright (C) 2002, 2005-2006, 2009 Free Software Foundation, Inc.
81422 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81423 #
81424 #   This program is free software: you can redistribute it and/or modify it
81425 #   under the terms of the GNU Lesser General Public License as published
81426 #   by the Free Software Foundation; either version 3 of the License, or
81427 #   (at your option) any later version.
81428 #
81429 #   This program is distributed in the hope that it will be useful,
81430 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81431 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81432 #   Lesser General Public License for more details.
81433 #
81434 #   You should have received a copy of the GNU Lesser General Public License
81435
81436 File: ./lib/unitypes.h
81437 Hash: 0eaaeed4ca0138967cd6fe4e6956edef837fa8461248425e893e1fc2fa0cbfee
81438 Copyright: 2002, 2005-2006 Free Software Foundation, Inc
81439 License: LGPL-3+ 
81440 Licence_Text: 
81441 #Header: 
81442 #/* Elementary types for the GNU UniString library.
81443 #   Copyright (C) 2002, 2005-2006 Free Software Foundation, Inc.
81444 #
81445 #   This program is free software: you can redistribute it and/or modify it
81446 #   under the terms of the GNU Lesser General Public License as published
81447 #   by the Free Software Foundation; either version 3 of the License, or
81448 #   (at your option) any later version.
81449 #
81450 #   This program is distributed in the hope that it will be useful,
81451 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81452 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81453 #   Lesser General Public License for more details.
81454 #
81455 #   You should have received a copy of the GNU Lesser General Public License
81456 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
81457
81458 File: ./lib/uniwbrk.h
81459 Hash: 43906fff693dfdb439dee0927665138c03553941b19dec5efbca942a96aaa603
81460 Copyright: 2001-2003, 2005-2009 Free Software Foundation, Inc
81461 License: LGPL-3+ 
81462 Licence_Text: 
81463 #Header: 
81464 #/* Word breaks in Unicode strings.
81465 #   Copyright (C) 2001-2003, 2005-2009 Free Software Foundation, Inc.
81466 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
81467 #
81468 #   This program is free software: you can redistribute it and/or modify it
81469 #   under the terms of the GNU Lesser General Public License as published
81470 #   by the Free Software Foundation; either version 3 of the License, or
81471 #   (at your option) any later version.
81472 #
81473 #   This program is distributed in the hope that it will be useful,
81474 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81475 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81476 #   Lesser General Public License for more details.
81477 #
81478 #   You should have received a copy of the GNU Lesser General Public License
81479
81480 File: ./lib/uniwbrk/u-wordbreaks.h
81481 Hash: fc09df77911b0e107a808ffff910b9e323519e9c45a98f3c013cf11a38865d20
81482 Copyright: 2009 Free Software Foundation, Inc
81483 License: LGPL-3+ 
81484 Licence_Text: 
81485 #Header: 
81486 #/* Word breaks in UTF-8/UTF-16/UTF-32 strings.
81487 #   Copyright (C) 2009 Free Software Foundation, Inc.
81488 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
81489 #
81490 #   This program is free software: you can redistribute it and/or modify it
81491 #   under the terms of the GNU Lesser General Public License as published
81492 #   by the Free Software Foundation; either version 3 of the License, or
81493 #   (at your option) any later version.
81494 #
81495 #   This program is distributed in the hope that it will be useful,
81496 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81497 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81498 #   Lesser General Public License for more details.
81499 #
81500 #   You should have received a copy of the GNU Lesser General Public License
81501
81502 File: ./lib/uniwbrk/u16-wordbreaks.c
81503 Hash: b5dea0d0ecc05dcf54c0de70762cc9cde64ffa38e40aa9ddad0b8a84d01d2c5e
81504 Copyright: 2009 Free Software Foundation, Inc
81505 License: LGPL-3+ 
81506 Licence_Text: 
81507 #Header: 
81508 #/* Word breaks in UTF-16 strings.
81509 #   Copyright (C) 2009 Free Software Foundation, Inc.
81510 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
81511 #
81512 #   This program is free software: you can redistribute it and/or modify it
81513 #   under the terms of the GNU Lesser General Public License as published
81514 #   by the Free Software Foundation; either version 3 of the License, or
81515 #   (at your option) any later version.
81516 #
81517 #   This program is distributed in the hope that it will be useful,
81518 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81519 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81520 #   Lesser General Public License for more details.
81521 #
81522 #   You should have received a copy of the GNU Lesser General Public License
81523
81524 File: ./lib/uniwbrk/u32-wordbreaks.c
81525 Hash: 4e66094a2b8797f527af80fd87fed6a222d621c8b8acffe7f7bdd9684fd5ac24
81526 Copyright: 2009 Free Software Foundation, Inc
81527 License: LGPL-3+ 
81528 Licence_Text: 
81529 #Header: 
81530 #/* Word breaks in UTF-32 strings.
81531 #   Copyright (C) 2009 Free Software Foundation, Inc.
81532 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
81533 #
81534 #   This program is free software: you can redistribute it and/or modify it
81535 #   under the terms of the GNU Lesser General Public License as published
81536 #   by the Free Software Foundation; either version 3 of the License, or
81537 #   (at your option) any later version.
81538 #
81539 #   This program is distributed in the hope that it will be useful,
81540 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81541 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81542 #   Lesser General Public License for more details.
81543 #
81544 #   You should have received a copy of the GNU Lesser General Public License
81545
81546 File: ./lib/uniwbrk/u8-wordbreaks.c
81547 Hash: 00a1587322d98dd8948a091a85b45d8ebc70469f9e8c58552e3ea591b1908786
81548 Copyright: 2009 Free Software Foundation, Inc
81549 License: LGPL-3+ 
81550 Licence_Text: 
81551 #Header: 
81552 #/* Word breaks in UTF-8 strings.
81553 #   Copyright (C) 2009 Free Software Foundation, Inc.
81554 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
81555 #
81556 #   This program is free software: you can redistribute it and/or modify it
81557 #   under the terms of the GNU Lesser General Public License as published
81558 #   by the Free Software Foundation; either version 3 of the License, or
81559 #   (at your option) any later version.
81560 #
81561 #   This program is distributed in the hope that it will be useful,
81562 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81563 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81564 #   Lesser General Public License for more details.
81565 #
81566 #   You should have received a copy of the GNU Lesser General Public License
81567
81568 File: ./lib/uniwbrk/ulc-wordbreaks.c
81569 Hash: 1f3d4b29e74270464b552516539bd93bb486915d5e06e59452e3f58b1732d324
81570 Copyright: 2001-2003, 2006-2009 Free Software Foundation, Inc
81571 License: LGPL-3+ 
81572 Licence_Text: 
81573 #Header: 
81574 #/* Word breaks in strings.
81575 #   Copyright (C) 2001-2003, 2006-2009 Free Software Foundation, Inc.
81576 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
81577 #
81578 #   This program is free software: you can redistribute it and/or modify it
81579 #   under the terms of the GNU Lesser General Public License as published
81580 #   by the Free Software Foundation; either version 3 of the License, or
81581 #   (at your option) any later version.
81582 #
81583 #   This program is distributed in the hope that it will be useful,
81584 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81585 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81586 #   Lesser General Public License for more details.
81587 #
81588 #   You should have received a copy of the GNU Lesser General Public License
81589
81590 File: ./lib/uniwbrk/wbrkprop.h
81591 Hash: d8007020c5f8a08911ff92b7ff5bfd74f9448c47e568b430f2f1ab7999fc0d87
81592 Copyright: 2000-2002, 2004, 2007-2009 Free Software Foundation, Inc
81593 License: GPL-3+
81594 Licence_Text: 
81595 #Header: 
81596 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
81597 #/* Line breaking properties of Unicode characters.  */
81598 #/* Generated automatically by gen-uni-tables for Unicode 5.1.0.  */
81599 #
81600 #/* Copyright (C) 2000-2002, 2004, 2007-2009 Free Software Foundation, Inc.
81601 #
81602 #   This program is free software: you can redistribute it and/or modify
81603 #   it under the terms of the GNU General Public License as published by
81604 #   the Free Software Foundation; either version 3 of the License, or
81605 #   (at your option) any later version.
81606 #
81607 #   This program is distributed in the hope that it will be useful,
81608 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81609 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
81610 #   GNU General Public License for more details.
81611
81612 File: ./lib/uniwbrk/wbrktable.c
81613 Hash: fca8953f954254c2d6f99340ba81cc111d993a2b7226f491480a90df88bc754a
81614 Copyright: 2009 Free Software Foundation, Inc
81615 License: LGPL-3+ 
81616 Licence_Text: 
81617 #Header: 
81618 #/* Word break auxiliary table.
81619 #   Copyright (C) 2009 Free Software Foundation, Inc.
81620 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
81621 #
81622 #   This program is free software: you can redistribute it and/or modify it
81623 #   under the terms of the GNU Lesser General Public License as published
81624 #   by the Free Software Foundation; either version 3 of the License, or
81625 #   (at your option) any later version.
81626 #
81627 #   This program is distributed in the hope that it will be useful,
81628 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81629 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81630 #   Lesser General Public License for more details.
81631 #
81632 #   You should have received a copy of the GNU Lesser General Public License
81633
81634 File: ./lib/uniwbrk/wbrktable.h
81635 Hash: fca8953f954254c2d6f99340ba81cc111d993a2b7226f491480a90df88bc754a
81636 Copyright: 2009 Free Software Foundation, Inc
81637 License: LGPL-3+ 
81638 Licence_Text: 
81639 #Header: 
81640 #/* Word break auxiliary table.
81641 #   Copyright (C) 2009 Free Software Foundation, Inc.
81642 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
81643 #
81644 #   This program is free software: you can redistribute it and/or modify it
81645 #   under the terms of the GNU Lesser General Public License as published
81646 #   by the Free Software Foundation; either version 3 of the License, or
81647 #   (at your option) any later version.
81648 #
81649 #   This program is distributed in the hope that it will be useful,
81650 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81651 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81652 #   Lesser General Public License for more details.
81653 #
81654 #   You should have received a copy of the GNU Lesser General Public License
81655
81656 File: ./lib/uniwbrk/wordbreak-property.c
81657 Hash: 4265f2bbb6cd20db8b5b6034d1d7da59b5a2b943cc9543c158091658bb61a36a
81658 Copyright: 2001-2003, 2006-2009 Free Software Foundation, Inc
81659 License: LGPL-3+ 
81660 Licence_Text: 
81661 #Header: 
81662 #/* Word break property.
81663 #   Copyright (C) 2001-2003, 2006-2009 Free Software Foundation, Inc.
81664 #   Written by Bruno Haible <bruno@clisp.org>, 2009.
81665 #
81666 #   This program is free software: you can redistribute it and/or modify it
81667 #   under the terms of the GNU Lesser General Public License as published
81668 #   by the Free Software Foundation; either version 3 of the License, or
81669 #   (at your option) any later version.
81670 #
81671 #   This program is distributed in the hope that it will be useful,
81672 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81673 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81674 #   Lesser General Public License for more details.
81675 #
81676 #   You should have received a copy of the GNU Lesser General Public License
81677
81678 File: ./lib/uniwidth.h
81679 Hash: e4c6ff2cb013a8b2de23e758533e34077d64fd62e6c4098af88169ecd9ca1425
81680 Copyright: 2001-2002, 2005, 2007 Free Software Foundation, Inc
81681 License: LGPL-3+ 
81682 Licence_Text: 
81683 #Header: 
81684 #/* Display width functions.
81685 #   Copyright (C) 2001-2002, 2005, 2007 Free Software Foundation, Inc.
81686 #
81687 #   This program is free software: you can redistribute it and/or modify it
81688 #   under the terms of the GNU Lesser General Public License as published
81689 #   by the Free Software Foundation; either version 3 of the License, or
81690 #   (at your option) any later version.
81691 #
81692 #   This program is distributed in the hope that it will be useful,
81693 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81694 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81695 #   Lesser General Public License for more details.
81696 #
81697 #   You should have received a copy of the GNU Lesser General Public License
81698 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
81699
81700 File: ./lib/uniwidth/cjk.h
81701 Hash: 6d886d39c5a9bed7c747138b4025cd035c6b59163b1632e3eff5be730f9db943
81702 Copyright: 2001-2002, 2005-2007 Free Software Foundation, Inc
81703 License: LGPL-3+ 
81704 Licence_Text: 
81705 #Header: 
81706 #/* Test for CJK encoding.
81707 #   Copyright (C) 2001-2002, 2005-2007 Free Software Foundation, Inc.
81708 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81709 #
81710 #   This program is free software: you can redistribute it and/or modify it
81711 #   under the terms of the GNU Lesser General Public License as published
81712 #   by the Free Software Foundation; either version 3 of the License, or
81713 #   (at your option) any later version.
81714 #
81715 #   This program is distributed in the hope that it will be useful,
81716 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81717 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81718 #   Lesser General Public License for more details.
81719 #
81720 #   You should have received a copy of the GNU Lesser General Public License
81721
81722 File: ./lib/uniwidth/u16-strwidth.c
81723 Hash: 25a3cc5a8562b7025075a92b2acd9499fb20191bfea045cdfbf6ab778fcd2130
81724 Copyright: 2001-2002, 2006 Free Software Foundation, Inc
81725 License: LGPL-3+ 
81726 Licence_Text: 
81727 #Header: 
81728 #/* Determine display width of UTF-16 string.
81729 #   Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
81730 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81731 #
81732 #   This program is free software: you can redistribute it and/or modify it
81733 #   under the terms of the GNU Lesser General Public License as published
81734 #   by the Free Software Foundation; either version 3 of the License, or
81735 #   (at your option) any later version.
81736 #
81737 #   This program is distributed in the hope that it will be useful,
81738 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81739 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81740 #   Lesser General Public License for more details.
81741 #
81742 #   You should have received a copy of the GNU Lesser General Public License
81743
81744 File: ./lib/uniwidth/u16-width.c
81745 Hash: 6447db6c2460f0cc11bea62a47e273a6cc33ca44ecdca0e7c640756cad86fc70
81746 Copyright: 2001-2002, 2006-2007 Free Software Foundation, Inc
81747 License: LGPL-3+ 
81748 Licence_Text: 
81749 #Header: 
81750 #/* Determine display width of UTF-16 string.
81751 #   Copyright (C) 2001-2002, 2006-2007 Free Software Foundation, Inc.
81752 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81753 #
81754 #   This program is free software: you can redistribute it and/or modify it
81755 #   under the terms of the GNU Lesser General Public License as published
81756 #   by the Free Software Foundation; either version 3 of the License, or
81757 #   (at your option) any later version.
81758 #
81759 #   This program is distributed in the hope that it will be useful,
81760 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81761 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81762 #   Lesser General Public License for more details.
81763 #
81764 #   You should have received a copy of the GNU Lesser General Public License
81765
81766 File: ./lib/uniwidth/u32-strwidth.c
81767 Hash: 01f35f1bf88cce91ccb6a648ae19d763834f22a2a2054522fdaf40ee5a68fe0d
81768 Copyright: 2001-2002, 2006 Free Software Foundation, Inc
81769 License: LGPL-3+ 
81770 Licence_Text: 
81771 #Header: 
81772 #/* Determine display width of UTF-32 string.
81773 #   Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
81774 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81775 #
81776 #   This program is free software: you can redistribute it and/or modify it
81777 #   under the terms of the GNU Lesser General Public License as published
81778 #   by the Free Software Foundation; either version 3 of the License, or
81779 #   (at your option) any later version.
81780 #
81781 #   This program is distributed in the hope that it will be useful,
81782 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81783 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81784 #   Lesser General Public License for more details.
81785 #
81786 #   You should have received a copy of the GNU Lesser General Public License
81787
81788 File: ./lib/uniwidth/u32-width.c
81789 Hash: 01f35f1bf88cce91ccb6a648ae19d763834f22a2a2054522fdaf40ee5a68fe0d
81790 Copyright: 2001-2002, 2006 Free Software Foundation, Inc
81791 License: LGPL-3+ 
81792 Licence_Text: 
81793 #Header: 
81794 #/* Determine display width of UTF-32 string.
81795 #   Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
81796 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81797 #
81798 #   This program is free software: you can redistribute it and/or modify it
81799 #   under the terms of the GNU Lesser General Public License as published
81800 #   by the Free Software Foundation; either version 3 of the License, or
81801 #   (at your option) any later version.
81802 #
81803 #   This program is distributed in the hope that it will be useful,
81804 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81805 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81806 #   Lesser General Public License for more details.
81807 #
81808 #   You should have received a copy of the GNU Lesser General Public License
81809
81810 File: ./lib/uniwidth/u8-strwidth.c
81811 Hash: 5e92bd8858f143e5c3888e1890f467f6b2a077b1c6e5622e888cdba7922207fb
81812 Copyright: 2001-2002, 2006 Free Software Foundation, Inc
81813 License: LGPL-3+ 
81814 Licence_Text: 
81815 #Header: 
81816 #/* Determine display width of UTF-8 string.
81817 #   Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
81818 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81819 #
81820 #   This program is free software: you can redistribute it and/or modify it
81821 #   under the terms of the GNU Lesser General Public License as published
81822 #   by the Free Software Foundation; either version 3 of the License, or
81823 #   (at your option) any later version.
81824 #
81825 #   This program is distributed in the hope that it will be useful,
81826 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81827 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81828 #   Lesser General Public License for more details.
81829 #
81830 #   You should have received a copy of the GNU Lesser General Public License
81831
81832 File: ./lib/uniwidth/u8-width.c
81833 Hash: 5992f0453d5de4d8a6ba85cd63b8090006ba2c0b148afd9e07ab6d5dc36dea0c
81834 Copyright: 2001-2002, 2006-2007 Free Software Foundation, Inc
81835 License: LGPL-3+ 
81836 Licence_Text: 
81837 #Header: 
81838 #/* Determine display width of UTF-8 string.
81839 #   Copyright (C) 2001-2002, 2006-2007 Free Software Foundation, Inc.
81840 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81841 #
81842 #   This program is free software: you can redistribute it and/or modify it
81843 #   under the terms of the GNU Lesser General Public License as published
81844 #   by the Free Software Foundation; either version 3 of the License, or
81845 #   (at your option) any later version.
81846 #
81847 #   This program is distributed in the hope that it will be useful,
81848 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81849 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81850 #   Lesser General Public License for more details.
81851 #
81852 #   You should have received a copy of the GNU Lesser General Public License
81853
81854 File: ./lib/uniwidth/width.c
81855 Hash: 8f8187cd1a09e3412e237881244e68c314bcfb39c5c851ec7f251e17742ab6ab
81856 Copyright: 2001-2002, 2006-2009 Free Software Foundation, Inc
81857 License: LGPL-3+ 
81858 Licence_Text: 
81859 #Header: 
81860 #/* Determine display width of Unicode character.
81861 #   Copyright (C) 2001-2002, 2006-2009 Free Software Foundation, Inc.
81862 #   Written by Bruno Haible <bruno@clisp.org>, 2002.
81863 #
81864 #   This program is free software: you can redistribute it and/or modify it
81865 #   under the terms of the GNU Lesser General Public License as published
81866 #   by the Free Software Foundation; either version 3 of the License, or
81867 #   (at your option) any later version.
81868 #
81869 #   This program is distributed in the hope that it will be useful,
81870 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81871 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81872 #   Lesser General Public License for more details.
81873 #
81874 #   You should have received a copy of the GNU Lesser General Public License
81875
81876 File: ./lib/unlinkdir.c
81877 Hash: c9c22134c02523e933f8d5d7ca013d594047f1ee23b58a5ae39377525f9f046e
81878 Copyright: 2005-2006, 2009 Free Software Foundation, Inc
81879 License: GPL-3+ 
81880 Licence_Text: 
81881 #Header: 
81882 #/* unlinkdir.c - determine whether we can unlink directories
81883 #
81884 #   Copyright (C) 2005-2006, 2009 Free Software Foundation, Inc.
81885 #
81886 #   This program is free software: you can redistribute it and/or modify
81887 #   it under the terms of the GNU General Public License as published by
81888 #   the Free Software Foundation; either version 3 of the License, or
81889 #   (at your option) any later version.
81890 #
81891 #   This program is distributed in the hope that it will be useful,
81892 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81893 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
81894 #   GNU General Public License for more details.
81895 #
81896 #   You should have received a copy of the GNU General Public License
81897
81898 File: ./lib/unlinkdir.h
81899 Hash: 02cd119ca3d63148dd23165be0b728a05b4dc02618dbb0d81782d83029dcf4ae
81900 Copyright: 2005 Free Software Foundation, Inc
81901 License: GPL-3+ 
81902 Licence_Text: 
81903 #Header: 
81904 #/* unlinkdir.h - determine (and maybe change) whether we can unlink directories
81905 #
81906 #   Copyright (C) 2005 Free Software Foundation, Inc.
81907 #
81908 #   This program is free software: you can redistribute it and/or modify
81909 #   it under the terms of the GNU General Public License as published by
81910 #   the Free Software Foundation; either version 3 of the License, or
81911 #   (at your option) any later version.
81912 #
81913 #   This program is distributed in the hope that it will be useful,
81914 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81915 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
81916 #   GNU General Public License for more details.
81917 #
81918 #   You should have received a copy of the GNU General Public License
81919
81920 File: ./lib/unlocked-io.h
81921 Hash: a68721dbc7b80415c8f613c429da32c306e587ca487707e3cc920e7e34ac13a8
81922 Copyright: 2001, 2002, 2003, 2004 Free Software Foundation, Inc
81923 License: GPL-3+ 
81924 Licence_Text: 
81925 #Header: 
81926 #/* Prefer faster, non-thread-safe stdio functions if available.
81927 #
81928 #   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
81929 #
81930 #   This program is free software: you can redistribute it and/or modify
81931 #   it under the terms of the GNU General Public License as published by
81932 #   the Free Software Foundation; either version 3 of the License, or
81933 #   (at your option) any later version.
81934 #
81935 #   This program is distributed in the hope that it will be useful,
81936 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81937 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
81938 #   GNU General Public License for more details.
81939 #
81940 #   You should have received a copy of the GNU General Public License
81941
81942 File: ./lib/unsetenv.c
81943 Hash: 0b078599d4ea56fe10c153183b0254ed4945619c4c08c9ce35d5b32019d920de
81944 Copyright: 1992,1995-1999,2000-2002,2005-2008 Free Software Foundation, Inc
81945 License: GPL-3+ 
81946 Licence_Text: 
81947 #Header: 
81948 #/* Copyright (C) 1992,1995-1999,2000-2002,2005-2008 Free Software Foundation, Inc.
81949 #   This file is part of the GNU C Library.
81950 #
81951 #   This program is free software: you can redistribute it and/or modify
81952 #   it under the terms of the GNU General Public License as published by
81953 #   the Free Software Foundation; either version 3 of the License, or
81954 #   (at your option) any later version.
81955 #
81956 #   This program is distributed in the hope that it will be useful,
81957 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81958 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
81959 #   GNU General Public License for more details.
81960 #
81961 #   You should have received a copy of the GNU General Public License
81962 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
81963
81964 File: ./lib/userspec.c
81965 Hash: 87e09ee21b48597c439740bea48e07ce2dfe3daee61e331c0fea028a4572f53e
81966 Copyright: 1989-1992, 1997-1998, 2000, 2002-2007 Free Software Foundation, Inc.
81967 License: GPL-3+ 
81968 Licence_Text: 
81969 #Header: 
81970 #/* userspec.c -- Parse a user and group string.
81971 #   Copyright (C) 1989-1992, 1997-1998, 2000, 2002-2007 Free Software
81972 #   Foundation, Inc.
81973 #
81974 #   This program is free software: you can redistribute it and/or modify
81975 #   it under the terms of the GNU General Public License as published by
81976 #   the Free Software Foundation; either version 3 of the License, or
81977 #   (at your option) any later version.
81978 #
81979 #   This program is distributed in the hope that it will be useful,
81980 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
81981 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
81982 #   GNU General Public License for more details.
81983 #
81984 #   You should have received a copy of the GNU General Public License
81985
81986 File: ./lib/userspec.h
81987 Hash: 8fc9e48846b3c4b567f7da8a4b872193d48989f6861b60277e4077a61585ad55
81988 Copyright: 
81989 License: 
81990 Licence_Text: 
81991 #Header: 
81992 ##ifndef USERSPEC_H
81993 ## define USERSPEC_H 1
81994 #
81995 ## include <sys/types.h>
81996 #
81997 #const char *
81998 #parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid,
81999 #                char **username_arg, char **groupname_arg);
82000 #
82001 ##endif
82002
82003 File: ./lib/utime.c
82004 Hash: 0200b3aa44e66773c0cde9fec4a180d0eb7111465207468fc42520867fb69e64
82005 Copyright: 1998, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
82006 License: GPL-3+
82007 Licence_Text: 
82008 #Header: 
82009 #/* Copyright (C) 1998, 2001, 2002, 2003, 2004, 2006 Free Software
82010 #   Foundation, Inc.
82011 #
82012 #   This program is free software: you can redistribute it and/or modify it
82013 #   under the terms of the GNU General Public License as published by the
82014 #   Free Software Foundation; either version 3 of the License, or any
82015 #   later version.
82016 #
82017 #   This program is distributed in the hope that it will be useful,
82018 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82019 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82020 #   GNU General Public License for more details.
82021 #
82022 #   You should have received a copy of the GNU General Public License
82023 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82024
82025 File: ./lib/utimecmp.c
82026 Hash: 513c0e1f4b1f45d732838695ab385c411afac14ce1c8841ad8bcc3855d16900c
82027 Copyright: 2004, 2005, 2006, 2007 Free Software Foundation, Inc
82028 License: GPL-3+ 
82029 Licence_Text: 
82030 #Header: 
82031 #/* utimecmp.c -- compare file time stamps
82032 #
82033 #   Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
82034 #
82035 #   This program is free software: you can redistribute it and/or modify
82036 #   it under the terms of the GNU General Public License as published by
82037 #   the Free Software Foundation; either version 3 of the License, or
82038 #   (at your option) any later version.
82039 #
82040 #   This program is distributed in the hope that it will be useful,
82041 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82042 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82043 #   GNU General Public License for more details.
82044 #
82045 #   You should have received a copy of the GNU General Public License
82046
82047 File: ./lib/utimecmp.h
82048 Hash: 4f328c1b87b0637f3cbb0c01968bbc5ffc5350b420f90f7f51de75d6872837ae
82049 Copyright: 2004 Free Software Foundation, Inc
82050 License: GPL-3+ 
82051 Licence_Text: 
82052 #Header: 
82053 #/* utimecmp.h -- compare file time stamps
82054 #
82055 #   Copyright (C) 2004 Free Software Foundation, Inc.
82056 #
82057 #   This program is free software: you can redistribute it and/or modify
82058 #   it under the terms of the GNU General Public License as published by
82059 #   the Free Software Foundation; either version 3 of the License, or
82060 #   (at your option) any later version.
82061 #
82062 #   This program is distributed in the hope that it will be useful,
82063 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82064 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82065 #   GNU General Public License for more details.
82066 #
82067 #   You should have received a copy of the GNU General Public License
82068
82069 File: ./lib/utimens.c
82070 Hash: dd356a50d7062392a2b51927c4e390f09e3cb059bf0c2702ace1865130b3f136
82071 Copyright: 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
82072 License: GPL-3+
82073 Licence_Text: 
82074 #Header: 
82075 #/* Set file access and modification times.
82076 #
82077 #   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
82078 #   Software Foundation, Inc.
82079 #
82080 #   This program is free software: you can redistribute it and/or modify it
82081 #   under the terms of the GNU General Public License as published by the
82082 #   Free Software Foundation; either version 3 of the License, or any
82083 #   later version.
82084 #
82085 #   This program is distributed in the hope that it will be useful,
82086 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82087 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82088 #   GNU General Public License for more details.
82089
82090 File: ./lib/utimens.h
82091 Hash: d065c418d4fc1dad24e122f61cd9c4d59db9b05a6dba7ec8c17a8fd0fd9d9472
82092 Copyright: 
82093 License: 
82094 Licence_Text: 
82095 #Header: 
82096 ##include <time.h>
82097 #int gl_futimens (int, char const *, struct timespec const [2]);
82098 #int utimens (char const *, struct timespec const [2]);
82099
82100 File: ./lib/vasnprintf.c
82101 Hash: f826f12032ff66714226a5c720dd2dbd1d645ba0536b39dfbea651b792404c5d
82102 Copyright: 1999, 2002-2009 Free Software Foundation, Inc
82103 License: GPL-2+
82104 Licence_Text: 
82105 #Header: 
82106 #/* vsprintf with automatic memory allocation.
82107 #   Copyright (C) 1999, 2002-2009 Free Software Foundation, Inc.
82108 #
82109 #   This program is free software; you can redistribute it and/or modify
82110 #   it under the terms of the GNU General Public License as published by
82111 #   the Free Software Foundation; either version 2, or (at your option)
82112 #   any later version.
82113 #
82114 #   This program is distributed in the hope that it will be useful,
82115 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82116 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82117 #   GNU General Public License for more details.
82118 #
82119 #   You should have received a copy of the GNU General Public License along
82120 #   with this program; if not, write to the Free Software Foundation,
82121
82122 File: ./lib/vasnprintf.h
82123 Hash: 2bf66b7f11449085cc6395a5d6d60496f6f13b08aa0187a5f52e9252e6cab2fa
82124 Copyright: 2002-2004, 2007-2008 Free Software Foundation, Inc
82125 License: GPL-2+
82126 Licence_Text: 
82127 #Header: 
82128 #/* vsprintf with automatic memory allocation.
82129 #   Copyright (C) 2002-2004, 2007-2008 Free Software Foundation, Inc.
82130 #
82131 #   This program is free software; you can redistribute it and/or modify
82132 #   it under the terms of the GNU General Public License as published by
82133 #   the Free Software Foundation; either version 2, or (at your option)
82134 #   any later version.
82135 #
82136 #   This program is distributed in the hope that it will be useful,
82137 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82138 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82139 #   GNU General Public License for more details.
82140 #
82141 #   You should have received a copy of the GNU General Public License along
82142 #   with this program; if not, write to the Free Software Foundation,
82143
82144 File: ./lib/vasprintf.c
82145 Hash: 48c7f19d29a46ec6dbaf09a38b3ecbde38b8191f9bca32208ece53a6b2de08ee
82146 Copyright: 1999, 2002, 2006-2008 Free Software Foundation, Inc
82147 License: GPL-2+
82148 Licence_Text: 
82149 #Header: 
82150 #/* Formatted output to strings.
82151 #   Copyright (C) 1999, 2002, 2006-2008 Free Software Foundation, Inc.
82152 #
82153 #   This program is free software; you can redistribute it and/or modify
82154 #   it under the terms of the GNU General Public License as published by
82155 #   the Free Software Foundation; either version 2, or (at your option)
82156 #   any later version.
82157 #
82158 #   This program is distributed in the hope that it will be useful,
82159 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82160 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82161 #   GNU General Public License for more details.
82162 #
82163 #   You should have received a copy of the GNU General Public License along
82164 #   with this program; if not, write to the Free Software Foundation,
82165
82166 File: ./lib/vdprintf.c
82167 Hash: da1c7c53e8a8c30976ec7a4bed151fb411c3b8f16b95c8e5b8d7e0b0ee003342
82168 Copyright: 2009 Free Software Foundation, Inc
82169 License: GPL-3+ 
82170 Licence_Text: 
82171 #Header: 
82172 #/* Formatted output to a file descriptor.
82173 #   Copyright (C) 2009 Free Software Foundation, Inc.
82174 #
82175 #   This program is free software: you can redistribute it and/or modify
82176 #   it under the terms of the GNU General Public License as published by
82177 #   the Free Software Foundation; either version 3 of the License, or
82178 #   (at your option) any later version.
82179 #
82180 #   This program is distributed in the hope that it will be useful,
82181 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82182 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82183 #   GNU General Public License for more details.
82184 #
82185 #   You should have received a copy of the GNU General Public License
82186 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82187
82188 File: ./lib/verify.h
82189 Hash: a231e15e8b20379f38be81f4674fec177045e91abec1cc68481b6eb081c51312
82190 Copyright: 2005, 2006 Free Software Foundation, Inc
82191 License: GPL-3+ 
82192 Licence_Text: 
82193 #Header: 
82194 #/* Compile-time assert-like macros.
82195 #
82196 #   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
82197 #
82198 #   This program is free software: you can redistribute it and/or modify
82199 #   it under the terms of the GNU General Public License as published by
82200 #   the Free Software Foundation; either version 3 of the License, or
82201 #   (at your option) any later version.
82202 #
82203 #   This program is distributed in the hope that it will be useful,
82204 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82205 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82206 #   GNU General Public License for more details.
82207 #
82208 #   You should have received a copy of the GNU General Public License
82209
82210 File: ./lib/verror.c
82211 Hash: 2d2abd16891d68fb47a4f777060632ab389041f3cecbb9b5cce131f889f0fa8a
82212 Copyright: 2006-2007 Free Software Foundation, Inc
82213 License: GPL-3+ 
82214 Licence_Text: 
82215 #Header: 
82216 #/* va_list error handler for noninteractive utilities
82217 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
82218 #
82219 #   This program is free software: you can redistribute it and/or modify
82220 #   it under the terms of the GNU General Public License as published by
82221 #   the Free Software Foundation; either version 3 of the License, or
82222 #   (at your option) any later version.
82223 #
82224 #   This program is distributed in the hope that it will be useful,
82225 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82226 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82227 #   GNU General Public License for more details.
82228 #
82229 #   You should have received a copy of the GNU General Public License
82230 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82231
82232 File: ./lib/verror.h
82233 Hash: bfd2d5bbe94db1c367a3e3e4348fa2597a1c980ef1f74c10b7082ae569d56fb4
82234 Copyright: 2006-2007 Free Software Foundation, Inc
82235 License: GPL-3+ 
82236 Licence_Text: 
82237 #Header: 
82238 #/* Declaration for va_list error-reporting function
82239 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
82240 #
82241 #   This program is free software: you can redistribute it and/or modify
82242 #   it under the terms of the GNU General Public License as published by
82243 #   the Free Software Foundation; either version 3 of the License, or
82244 #   (at your option) any later version.
82245 #
82246 #   This program is distributed in the hope that it will be useful,
82247 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82248 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82249 #   GNU General Public License for more details.
82250 #
82251 #   You should have received a copy of the GNU General Public License
82252 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82253
82254 File: ./lib/version-etc-fsf.c
82255 Hash: 2200910e2dfcad20e1ed7fa171431d1ee58058ddcf354bc54b58c6f812ece50f
82256 Copyright: 1999-2006 Free Software Foundation, Inc
82257 License: GPL-3+ 
82258 Licence_Text: 
82259 #Header: 
82260 #/* Variable with FSF copyright information, for version-etc.
82261 #   Copyright (C) 1999-2006 Free Software Foundation, Inc.
82262 #
82263 #   This program is free software: you can redistribute it and/or modify
82264 #   it under the terms of the GNU General Public License as published by
82265 #   the Free Software Foundation; either version 3 of the License, or
82266 #   (at your option) any later version.
82267 #
82268 #   This program is distributed in the hope that it will be useful,
82269 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82270 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82271 #   GNU General Public License for more details.
82272 #
82273 #   You should have received a copy of the GNU General Public License
82274 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82275
82276 File: ./lib/version-etc.c
82277 Hash: 54f16006d89e39c40e5de0ff2f87f3f8a0498e25d2032fb2ef3b3e5c8a7f8bae
82278 Copyright: 1999-2009 Free Software Foundation, Inc
82279 License: GPL-3+ 
82280 Licence_Text: 
82281 #Header: 
82282 #/* Print --version and bug-reporting information in a consistent format.
82283 #   Copyright (C) 1999-2009 Free Software Foundation, Inc.
82284 #
82285 #   This program is free software: you can redistribute it and/or modify
82286 #   it under the terms of the GNU General Public License as published by
82287 #   the Free Software Foundation; either version 3 of the License, or
82288 #   (at your option) any later version.
82289 #
82290 #   This program is distributed in the hope that it will be useful,
82291 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82292 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82293 #   GNU General Public License for more details.
82294 #
82295 #   You should have received a copy of the GNU General Public License
82296 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82297
82298 File: ./lib/version-etc.h
82299 Hash: 8fe8c52a2462c979791b9718376564da4abfb5e764de7bca57ec4ff85a97dfc3
82300 Copyright: 1999, 2003, 2005, 2009 Free Software Foundation, Inc
82301 License: GPL-3+ 
82302 Licence_Text: 
82303 #Header: 
82304 #/* Print --version and bug-reporting information in a consistent format.
82305 #   Copyright (C) 1999, 2003, 2005, 2009 Free Software Foundation, Inc.
82306 #
82307 #   This program is free software: you can redistribute it and/or modify
82308 #   it under the terms of the GNU General Public License as published by
82309 #   the Free Software Foundation; either version 3 of the License, or
82310 #   (at your option) any later version.
82311 #
82312 #   This program is distributed in the hope that it will be useful,
82313 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82314 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82315 #   GNU General Public License for more details.
82316 #
82317 #   You should have received a copy of the GNU General Public License
82318 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82319
82320 File: ./lib/vfprintf.c
82321 Hash: aa1a253878623a94f68f010ac82170a4014be547950a022203713850bbb93740
82322 Copyright: 2004, 2006-2008 Free Software Foundation, Inc
82323 License: GPL-3+ 
82324 Licence_Text: 
82325 #Header: 
82326 #/* Formatted output to a stream.
82327 #   Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc.
82328 #
82329 #   This program is free software: you can redistribute it and/or modify
82330 #   it under the terms of the GNU General Public License as published by
82331 #   the Free Software Foundation; either version 3 of the License, or
82332 #   (at your option) any later version.
82333 #
82334 #   This program is distributed in the hope that it will be useful,
82335 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82336 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82337 #   GNU General Public License for more details.
82338 #
82339 #   You should have received a copy of the GNU General Public License
82340 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82341
82342 File: ./lib/vprintf.c
82343 Hash: bf9c5a5e7f2aac3ca5262c519d08905ea7653704a52b35d1a79faf319dd61b4e
82344 Copyright: 2007 Free Software Foundation, Inc
82345 License: GPL-3+ 
82346 Licence_Text: 
82347 #Header: 
82348 #/* Formatted output to a stream.
82349 #   Copyright (C) 2007 Free Software Foundation, Inc.
82350 #
82351 #   This program is free software: you can redistribute it and/or modify
82352 #   it under the terms of the GNU General Public License as published by
82353 #   the Free Software Foundation; either version 3 of the License, or
82354 #   (at your option) any later version.
82355 #
82356 #   This program is distributed in the hope that it will be useful,
82357 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82358 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82359 #   GNU General Public License for more details.
82360 #
82361 #   You should have received a copy of the GNU General Public License
82362 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82363
82364 File: ./lib/vsnprintf.c
82365 Hash: 2be1271317efe1b22a2d9f18376d0a225658aa69ce7d86064c5a767779711336
82366 Copyright: 2004, 2006-2008 Free Software Foundation, Inc
82367 License: GPL-2+
82368 Licence_Text: 
82369 #Header: 
82370 #/* Formatted output to strings.
82371 #   Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc.
82372 #   Written by Simon Josefsson and Yoann Vandoorselaere <yoann@prelude-ids.org>.
82373 #
82374 #   This program is free software; you can redistribute it and/or modify
82375 #   it under the terms of the GNU General Public License as published by
82376 #   the Free Software Foundation; either version 2, or (at your option)
82377 #   any later version.
82378 #
82379 #   This program is distributed in the hope that it will be useful,
82380 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82381 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82382 #   GNU General Public License for more details.
82383 #
82384 #   You should have received a copy of the GNU General Public License along
82385
82386 File: ./lib/vsprintf.c
82387 Hash: a9ee505897ed783d1bbe0291fe61915a0d1c8fab15bc157edb88143072b5e3d6
82388 Copyright: 2004, 2006-2008 Free Software Foundation, Inc
82389 License: GPL-3+ 
82390 Licence_Text: 
82391 #Header: 
82392 #/* Formatted output to strings.
82393 #   Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc.
82394 #
82395 #   This program is free software: you can redistribute it and/or modify
82396 #   it under the terms of the GNU General Public License as published by
82397 #   the Free Software Foundation; either version 3 of the License, or
82398 #   (at your option) any later version.
82399 #
82400 #   This program is distributed in the hope that it will be useful,
82401 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82402 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82403 #   GNU General Public License for more details.
82404 #
82405 #   You should have received a copy of the GNU General Public License
82406 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82407
82408 File: ./lib/w32sock.h
82409 Hash: 1fd87a23e6def0b721fd23be4572dc15592716c646eff400eb8fa64fffda4962
82410 Copyright: 2008 Free Software Foundation, Inc
82411 License: GPL-3+ 
82412 Licence_Text: 
82413 #Header: 
82414 #/* w32sock.h --- internal auxilliary functions for Windows socket functions
82415 #
82416 #   Copyright (C) 2008 Free Software Foundation, Inc.
82417 #
82418 #   This program is free software: you can redistribute it and/or modify
82419 #   it under the terms of the GNU General Public License as published by
82420 #   the Free Software Foundation; either version 3 of the License, or
82421 #   (at your option) any later version.
82422 #
82423 #   This program is distributed in the hope that it will be useful,
82424 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82425 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82426 #   GNU General Public License for more details.
82427 #
82428 #   You should have received a copy of the GNU General Public License
82429
82430 File: ./lib/w32spawn.h
82431 Hash: 010dd0544b69c6f163c5243a3b721ac0e3d23cc3e1b9ce1a8a30fce6789b7e6a
82432 Copyright: 2001, 2003, 2004-2009 Free Software Foundation, Inc
82433 License: GPL-3+ 
82434 Licence_Text: 
82435 #Header: 
82436 #/* Auxiliary functions for the creation of subprocesses.  Native Woe32 API.
82437 #   Copyright (C) 2001, 2003, 2004-2009 Free Software Foundation, Inc.
82438 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
82439 #
82440 #   This program is free software: you can redistribute it and/or modify
82441 #   it under the terms of the GNU General Public License as published by
82442 #   the Free Software Foundation; either version 3 of the License, or
82443 #   (at your option) any later version.
82444 #
82445 #   This program is distributed in the hope that it will be useful,
82446 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82447 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82448 #   GNU General Public License for more details.
82449 #
82450 #   You should have received a copy of the GNU General Public License
82451
82452 File: ./lib/wait-process.c
82453 Hash: 580ab33dd9e9ad4be37f0440dce7774cf758ac9eef6725756be9a2d08481b529
82454 Copyright: 2001-2003, 2005-2009 Free Software Foundation, Inc
82455 License: GPL-3+ 
82456 Licence_Text: 
82457 #Header: 
82458 #/* Waiting for a subprocess to finish.
82459 #   Copyright (C) 2001-2003, 2005-2009 Free Software Foundation, Inc.
82460 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
82461 #
82462 #   This program is free software: you can redistribute it and/or modify
82463 #   it under the terms of the GNU General Public License as published by
82464 #   the Free Software Foundation; either version 3 of the License, or
82465 #   (at your option) any later version.
82466 #
82467 #   This program is distributed in the hope that it will be useful,
82468 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82469 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82470 #   GNU General Public License for more details.
82471 #
82472 #   You should have received a copy of the GNU General Public License
82473
82474 File: ./lib/wait-process.h
82475 Hash: 9c746de4916059b6ca40492142d370bc7006d4b8f032ad0111f6db7b0f653306
82476 Copyright: 2001-2003, 2006, 2008-2009 Free Software Foundation, Inc
82477 License: GPL-3+ 
82478 Licence_Text: 
82479 #Header: 
82480 #/* Waiting for a subprocess to finish.
82481 #   Copyright (C) 2001-2003, 2006, 2008-2009 Free Software Foundation, Inc.
82482 #   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
82483 #
82484 #   This program is free software: you can redistribute it and/or modify
82485 #   it under the terms of the GNU General Public License as published by
82486 #   the Free Software Foundation; either version 3 of the License, or
82487 #   (at your option) any later version.
82488 #
82489 #   This program is distributed in the hope that it will be useful,
82490 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82491 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82492 #   GNU General Public License for more details.
82493 #
82494 #   You should have received a copy of the GNU General Public License
82495
82496 File: ./lib/wchar.in.h
82497 Hash: e2b50e5f1a1293246463b729146da631d3afced4d48e395e00d38ccef20ea230
82498 Copyright: 2007-2009 Free Software Foundation, Inc
82499 License: GPL-2+
82500 Licence_Text: 
82501 #Header: 
82502 #/* A substitute for ISO C99 <wchar.h>, for platforms that have issues.
82503 #
82504 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
82505 #
82506 #   This program is free software; you can redistribute it and/or modify
82507 #   it under the terms of the GNU General Public License as published by
82508 #   the Free Software Foundation; either version 2, or (at your option)
82509 #   any later version.
82510 #
82511 #   This program is distributed in the hope that it will be useful,
82512 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82513 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82514 #   GNU General Public License for more details.
82515 #
82516 #   You should have received a copy of the GNU General Public License
82517
82518 File: ./lib/wcrtomb.c
82519 Hash: 10ecd599d0542d9a8001cca8225ee9c13514679962f22a531c75270aede87343
82520 Copyright: 2008 Free Software Foundation, Inc
82521 License: GPL-3+ 
82522 Licence_Text: 
82523 #Header: 
82524 #/* Convert wide character to multibyte character.
82525 #   Copyright (C) 2008 Free Software Foundation, Inc.
82526 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
82527 #
82528 #   This program is free software: you can redistribute it and/or modify
82529 #   it under the terms of the GNU General Public License as published by
82530 #   the Free Software Foundation; either version 3 of the License, or
82531 #   (at your option) any later version.
82532 #
82533 #   This program is distributed in the hope that it will be useful,
82534 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82535 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82536 #   GNU General Public License for more details.
82537 #
82538 #   You should have received a copy of the GNU General Public License
82539
82540 File: ./lib/wcsnrtombs.c
82541 Hash: fa89466dc4267bc9a1eb8e6afd1f79ef76c1dffac7fdb2827a02101ec5c34dc9
82542 Copyright: 2008 Free Software Foundation, Inc
82543 License: GPL-3+ 
82544 Licence_Text: 
82545 #Header: 
82546 #/* Convert wide string to string.
82547 #   Copyright (C) 2008 Free Software Foundation, Inc.
82548 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
82549 #
82550 #   This program is free software: you can redistribute it and/or modify
82551 #   it under the terms of the GNU General Public License as published by
82552 #   the Free Software Foundation; either version 3 of the License, or
82553 #   (at your option) any later version.
82554 #
82555 #   This program is distributed in the hope that it will be useful,
82556 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82557 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82558 #   GNU General Public License for more details.
82559 #
82560 #   You should have received a copy of the GNU General Public License
82561
82562 File: ./lib/wcsrtombs-state.c
82563 Hash: 04a4e1633ad0400f2161a87e7cf9a6aed6f826572214e001af1c7dddc850d7aa
82564 Copyright: 2008-2009 Free Software Foundation, Inc
82565 License: GPL-3+ 
82566 Licence_Text: 
82567 #Header: 
82568 #/* Convert wide string to string.
82569 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
82570 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
82571 #
82572 #   This program is free software: you can redistribute it and/or modify
82573 #   it under the terms of the GNU General Public License as published by
82574 #   the Free Software Foundation; either version 3 of the License, or
82575 #   (at your option) any later version.
82576 #
82577 #   This program is distributed in the hope that it will be useful,
82578 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82579 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82580 #   GNU General Public License for more details.
82581 #
82582 #   You should have received a copy of the GNU General Public License
82583
82584 File: ./lib/wcsrtombs.c
82585 Hash: fa89466dc4267bc9a1eb8e6afd1f79ef76c1dffac7fdb2827a02101ec5c34dc9
82586 Copyright: 2008 Free Software Foundation, Inc
82587 License: GPL-3+ 
82588 Licence_Text: 
82589 #Header: 
82590 #/* Convert wide string to string.
82591 #   Copyright (C) 2008 Free Software Foundation, Inc.
82592 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
82593 #
82594 #   This program is free software: you can redistribute it and/or modify
82595 #   it under the terms of the GNU General Public License as published by
82596 #   the Free Software Foundation; either version 3 of the License, or
82597 #   (at your option) any later version.
82598 #
82599 #   This program is distributed in the hope that it will be useful,
82600 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82601 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82602 #   GNU General Public License for more details.
82603 #
82604 #   You should have received a copy of the GNU General Public License
82605
82606 File: ./lib/wctob.c
82607 Hash: c1b08427605521353fd457e9a00f2c3c9b08f1b424e5a75a9186d803debec1b5
82608 Copyright: 2008 Free Software Foundation, Inc
82609 License: GPL-3+ 
82610 Licence_Text: 
82611 #Header: 
82612 #/* Convert wide character to unibyte character.
82613 #   Copyright (C) 2008 Free Software Foundation, Inc.
82614 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
82615 #
82616 #   This program is free software: you can redistribute it and/or modify
82617 #   it under the terms of the GNU General Public License as published by
82618 #   the Free Software Foundation; either version 3 of the License, or
82619 #   (at your option) any later version.
82620 #
82621 #   This program is distributed in the hope that it will be useful,
82622 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82623 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82624 #   GNU General Public License for more details.
82625 #
82626 #   You should have received a copy of the GNU General Public License
82627
82628 File: ./lib/wctype.in.h
82629 Hash: af0dc33178ed26851e8f3cb509f0acd760c6d25a876e8dc19ddb362d74ea46cf
82630 Copyright: 2006-2009 Free Software Foundation, Inc
82631 License: GPL-2+
82632 Licence_Text: 
82633 #Header: 
82634 #/* A substitute for ISO C99 <wctype.h>, for platforms that lack it.
82635 #
82636 #   Copyright (C) 2006-2009 Free Software Foundation, Inc.
82637 #
82638 #   This program is free software; you can redistribute it and/or modify
82639 #   it under the terms of the GNU General Public License as published by
82640 #   the Free Software Foundation; either version 2, or (at your option)
82641 #   any later version.
82642 #
82643 #   This program is distributed in the hope that it will be useful,
82644 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82645 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82646 #   GNU General Public License for more details.
82647 #
82648 #   You should have received a copy of the GNU General Public License
82649
82650 File: ./lib/wcwidth.c
82651 Hash: 0aa6edaa085279cd62d2af3087586c8d95c4a611a683295b382144145735fede
82652 Copyright: 2006, 2007 Free Software Foundation, Inc
82653 License: GPL-3+ 
82654 Licence_Text: 
82655 #Header: 
82656 #/* Determine the number of screen columns needed for a character.
82657 #   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
82658 #
82659 #   This program is free software: you can redistribute it and/or modify
82660 #   it under the terms of the GNU General Public License as published by
82661 #   the Free Software Foundation; either version 3 of the License, or
82662 #   (at your option) any later version.
82663 #
82664 #   This program is distributed in the hope that it will be useful,
82665 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82666 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82667 #   GNU General Public License for more details.
82668 #
82669 #   You should have received a copy of the GNU General Public License
82670 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82671
82672 File: ./lib/write-any-file.c
82673 Hash: 91ab05c6935f8e51a763879fb79b2f3e9a68d664409800351c677574461519ce
82674 Copyright: 2007 Free Software Foundation, Inc
82675 License: GPL-3+ 
82676 Licence_Text: 
82677 #Header: 
82678 #/* Determine whether we can write any file.
82679 #
82680 #   Copyright (C) 2007 Free Software Foundation, Inc.
82681 #
82682 #   This program is free software: you can redistribute it and/or modify
82683 #   it under the terms of the GNU General Public License as published by
82684 #   the Free Software Foundation; either version 3 of the License, or
82685 #   (at your option) any later version.
82686 #
82687 #   This program is distributed in the hope that it will be useful,
82688 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82689 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82690 #   GNU General Public License for more details.
82691 #
82692 #   You should have received a copy of the GNU General Public License
82693
82694 File: ./lib/write-any-file.h
82695 Hash: 3baee9b8366345680cfc53a87f5dee015146c4255cee16b96803bb3f26cc9d2c
82696 Copyright: 
82697 License: 
82698 Licence_Text: 
82699 #Header: 
82700 ##include <stdbool.h>
82701 #bool can_write_any_file (void);
82702
82703 File: ./lib/write.c
82704 Hash: 862d3fd531460e25f2438bd1a28cf38b2f681566dc0e6eb1870e0c903173909c
82705 Copyright: 2008-2009 Free Software Foundation, Inc
82706 License: GPL-3+ 
82707 Licence_Text: 
82708 #Header: 
82709 #/* POSIX compatible write() function.
82710 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
82711 #   Written by Bruno Haible <bruno@clisp.org>, 2008.
82712 #
82713 #   This program is free software: you can redistribute it and/or modify
82714 #   it under the terms of the GNU General Public License as published by
82715 #   the Free Software Foundation; either version 3 of the License, or
82716 #   (at your option) any later version.
82717 #
82718 #   This program is distributed in the hope that it will be useful,
82719 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82720 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82721 #   GNU General Public License for more details.
82722 #
82723 #   You should have received a copy of the GNU General Public License
82724
82725 File: ./lib/xalloc-die.c
82726 Hash: 29f127d04d8c8d1e5999b7a07f26a3c5a00f5162135417f5956adf7ef53b7578
82727 Copyright: 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
82728 License: GPL-3+ 
82729 Licence_Text: 
82730 #Header: 
82731 #/* Report a memory allocation failure and exit.
82732 #
82733 #   Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2006 Free
82734 #   Software Foundation, Inc.
82735 #
82736 #   This program is free software: you can redistribute it and/or modify
82737 #   it under the terms of the GNU General Public License as published by
82738 #   the Free Software Foundation; either version 3 of the License, or
82739 #   (at your option) any later version.
82740 #
82741 #   This program is distributed in the hope that it will be useful,
82742 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82743 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82744 #   GNU General Public License for more details.
82745
82746 File: ./lib/xalloc.h
82747 Hash: 671d0dba30c52a75befe251993cc88c9cd3c9d5c047bf49267ccf26b133b4fa2
82748 Copyright: 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
82749 License: GPL-3+ 
82750 Licence_Text: 
82751 #Header: 
82752 #/* xalloc.h -- malloc with out-of-memory checking
82753 #
82754 #   Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
82755 #   1999, 2000, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
82756 #
82757 #   This program is free software: you can redistribute it and/or modify
82758 #   it under the terms of the GNU General Public License as published by
82759 #   the Free Software Foundation; either version 3 of the License, or
82760 #   (at your option) any later version.
82761 #
82762 #   This program is distributed in the hope that it will be useful,
82763 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82764 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82765 #   GNU General Public License for more details.
82766
82767 File: ./lib/xasprintf.c
82768 Hash: 8f74172c8681a5c0982e04312d1ce3104bab1aef39016d11869f0176d5fd27ed
82769 Copyright: 1999, 2002-2004, 2006 Free Software Foundation, Inc
82770 License: GPL-3+ 
82771 Licence_Text: 
82772 #Header: 
82773 #/* vasprintf and asprintf with out-of-memory checking.
82774 #   Copyright (C) 1999, 2002-2004, 2006 Free Software Foundation, Inc.
82775 #
82776 #   This program is free software: you can redistribute it and/or modify
82777 #   it under the terms of the GNU General Public License as published by
82778 #   the Free Software Foundation; either version 3 of the License, or
82779 #   (at your option) any later version.
82780 #
82781 #   This program is distributed in the hope that it will be useful,
82782 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82783 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82784 #   GNU General Public License for more details.
82785 #
82786 #   You should have received a copy of the GNU General Public License
82787 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82788
82789 File: ./lib/xconcat-filename.c
82790 Hash: 59cbb064a3c661e6ed52527b3dcacd4909d2ab526a7f030348a09cf9a6416c33
82791 Copyright: 2001-2004, 2006-2008 Free Software Foundation, Inc
82792 License: GPL-3+
82793 Licence_Text: 
82794 #Header: 
82795 #/* Construct a full filename from a directory and a relative filename.
82796 #   Copyright (C) 2001-2004, 2006-2008 Free Software Foundation, Inc.
82797 #
82798 #   This program is free software: you can redistribute it and/or modify it
82799 #   under the terms of the GNU General Public License as published by the
82800 #   Free Software Foundation; either version 3 of the License, or any
82801 #   later version.
82802 #
82803 #   This program is distributed in the hope that it will be useful,
82804 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82805 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82806 #   GNU General Public License for more details.
82807 #
82808 #   You should have received a copy of the GNU General Public License
82809 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82810
82811 File: ./lib/xgetcwd.c
82812 Hash: 07b391c85dc4337c756a55eec0eda78ec9cd0e0975b181a48c5029c172a023af
82813 Copyright: 2001, 2003, 2004, 2006, 2007 Free Software Foundation, Inc
82814 License: GPL-3+ 
82815 Licence_Text: 
82816 #Header: 
82817 #/* xgetcwd.c -- return current directory with unlimited length
82818 #
82819 #   Copyright (C) 2001, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
82820 #
82821 #   This program is free software: you can redistribute it and/or modify
82822 #   it under the terms of the GNU General Public License as published by
82823 #   the Free Software Foundation; either version 3 of the License, or
82824 #   (at your option) any later version.
82825 #
82826 #   This program is distributed in the hope that it will be useful,
82827 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82828 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82829 #   GNU General Public License for more details.
82830 #
82831 #   You should have received a copy of the GNU General Public License
82832
82833 File: ./lib/xgetcwd.h
82834 Hash: 291895105e1bb54b496008ad5954bc8163c0ac56b8287f27e49adbe54e9ed0cf
82835 Copyright: 1995, 2001, 2003 Free Software Foundation, Inc
82836 License: GPL-3+ 
82837 Licence_Text: 
82838 #Header: 
82839 #/* prototype for xgetcwd
82840 #   Copyright (C) 1995, 2001, 2003 Free Software Foundation, Inc.
82841 #
82842 #   This program is free software: you can redistribute it and/or modify
82843 #   it under the terms of the GNU General Public License as published by
82844 #   the Free Software Foundation; either version 3 of the License, or
82845 #   (at your option) any later version.
82846 #
82847 #   This program is distributed in the hope that it will be useful,
82848 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82849 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82850 #   GNU General Public License for more details.
82851 #
82852 #   You should have received a copy of the GNU General Public License
82853 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82854
82855 File: ./lib/xgetdomainname.c
82856 Hash: 088792dafaec8531ae554297ad6ae5d481593dfab6921835648a8bce17c0c116
82857 Copyright: 1992, 1996, 2000-2001, 2003-2004, 2006, 2008 Free Software
82858 License: GPL-3+ 
82859 Licence_Text: 
82860 #Header: 
82861 #/* xgetdomainname.c -- Return the NIS domain name, without size limitations.
82862 #   Copyright (C) 1992, 1996, 2000-2001, 2003-2004, 2006, 2008 Free Software
82863 #   Foundation, Inc.
82864 #
82865 #   This program is free software: you can redistribute it and/or modify
82866 #   it under the terms of the GNU General Public License as published by
82867 #   the Free Software Foundation; either version 3 of the License, or
82868 #   (at your option) any later version.
82869 #
82870 #   This program is distributed in the hope that it will be useful,
82871 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82872 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82873 #   GNU General Public License for more details.
82874 #
82875 #   You should have received a copy of the GNU General Public License
82876
82877 File: ./lib/xgetdomainname.h
82878 Hash: b26e437c9a8e6901a5034314c104978730a0753855f02e620edac0428c35b0a0
82879 Copyright: 1992, 1996, 2000, 2001, 2003 Free Software Foundation, Inc
82880 License: GPL-3+ 
82881 Licence_Text: 
82882 #Header: 
82883 #/* xgetdomainname.h -- Return the NIS domain name, without size limitations.
82884 #   Copyright (C) 1992, 1996, 2000, 2001, 2003 Free Software Foundation, Inc.
82885 #
82886 #   This program is free software: you can redistribute it and/or modify
82887 #   it under the terms of the GNU General Public License as published by
82888 #   the Free Software Foundation; either version 3 of the License, or
82889 #   (at your option) any later version.
82890 #
82891 #   This program is distributed in the hope that it will be useful,
82892 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82893 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82894 #   GNU General Public License for more details.
82895 #
82896 #   You should have received a copy of the GNU General Public License
82897 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
82898
82899 File: ./lib/xgethostname.c
82900 Hash: 2c4e8d5075dbcfa989f2855a9f231d4c98065036c64acf489b1449f4a3af9c39
82901 Copyright: 1992, 1996, 2000, 2001, 2003, 2004, 2005, 2006, 2009 Free Software Foundation, Inc.
82902 License: GPL-3+ 
82903 Licence_Text: 
82904 #Header: 
82905 #/* xgethostname.c -- return current hostname with unlimited length
82906 #
82907 #   Copyright (C) 1992, 1996, 2000, 2001, 2003, 2004, 2005, 2006, 2009
82908 #   Free Software Foundation, Inc.
82909 #
82910 #   This program is free software: you can redistribute it and/or modify
82911 #   it under the terms of the GNU General Public License as published by
82912 #   the Free Software Foundation; either version 3 of the License, or
82913 #   (at your option) any later version.
82914 #
82915 #   This program is distributed in the hope that it will be useful,
82916 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82917 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82918 #   GNU General Public License for more details.
82919
82920 File: ./lib/xgethostname.h
82921 Hash: e9a81c8fca91ef7a8fd72e8246a5fe6367dba77986f6935a318fe7d551ab1e7a
82922 Copyright: 
82923 License: 
82924 Licence_Text: 
82925 #Header: 
82926 #char *xgethostname (void);
82927
82928 File: ./lib/xmalloc.c
82929 Hash: 25035c1bcf6b0d4ab5f9894ec09f8312b715a2e72e95d7f56b4b9ce41f53aade
82930 Copyright: 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008-2009 Free Software Foundation, Inc.
82931 License: GPL-3+ 
82932 Licence_Text: 
82933 #Header: 
82934 #/* xmalloc.c -- malloc with out of memory checking
82935 #
82936 #   Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
82937 #   1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008-2009 Free Software Foundation,
82938 #   Inc.
82939 #
82940 #   This program is free software: you can redistribute it and/or modify
82941 #   it under the terms of the GNU General Public License as published by
82942 #   the Free Software Foundation; either version 3 of the License, or
82943 #   (at your option) any later version.
82944 #
82945 #   This program is distributed in the hope that it will be useful,
82946 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82947 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82948 #   GNU General Public License for more details.
82949
82950 File: ./lib/xmalloca.c
82951 Hash: e84a48177ef61605b6eed93be0310de6dac9146bbaf454bd7fb6caa1beb416f5
82952 Copyright: 2003, 2006-2007 Free Software Foundation, Inc
82953 License: GPL-3+ 
82954 Licence_Text: 
82955 #Header: 
82956 #/* Safe automatic memory allocation with out of memory checking.
82957 #   Copyright (C) 2003, 2006-2007 Free Software Foundation, Inc.
82958 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
82959 #
82960 #   This program is free software: you can redistribute it and/or modify
82961 #   it under the terms of the GNU General Public License as published by
82962 #   the Free Software Foundation; either version 3 of the License, or
82963 #   (at your option) any later version.
82964 #
82965 #   This program is distributed in the hope that it will be useful,
82966 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82967 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82968 #   GNU General Public License for more details.
82969 #
82970 #   You should have received a copy of the GNU General Public License
82971
82972 File: ./lib/xmalloca.h
82973 Hash: b8589d4f03fc2e4441ee611dd5596e4a3ac0657bd6974d6b21e95d435aef8f6f
82974 Copyright: 2003, 2005, 2007 Free Software Foundation, Inc
82975 License: GPL-3+ 
82976 Licence_Text: 
82977 #Header: 
82978 #/* Safe automatic memory allocation with out of memory checking.
82979 #   Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc.
82980 #   Written by Bruno Haible <bruno@clisp.org>, 2003.
82981 #
82982 #   This program is free software: you can redistribute it and/or modify
82983 #   it under the terms of the GNU General Public License as published by
82984 #   the Free Software Foundation; either version 3 of the License, or
82985 #   (at your option) any later version.
82986 #
82987 #   This program is distributed in the hope that it will be useful,
82988 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
82989 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82990 #   GNU General Public License for more details.
82991 #
82992 #   You should have received a copy of the GNU General Public License
82993
82994 File: ./lib/xmemcoll.c
82995 Hash: f6215d92c92b8dd0afcb4da7a17068eb6b7d997bd3b8f7a3cf6e3e0ae25ed83c
82996 Copyright: 2002, 2003, 2004, 2006 Free Software Foundation, Inc
82997 License: GPL-3+ 
82998 Licence_Text: 
82999 #Header: 
83000 #/* Locale-specific memory comparison.
83001 #
83002 #   Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
83003 #
83004 #   This program is free software: you can redistribute it and/or modify
83005 #   it under the terms of the GNU General Public License as published by
83006 #   the Free Software Foundation; either version 3 of the License, or
83007 #   (at your option) any later version.
83008 #
83009 #   This program is distributed in the hope that it will be useful,
83010 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83011 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83012 #   GNU General Public License for more details.
83013 #
83014 #   You should have received a copy of the GNU General Public License
83015
83016 File: ./lib/xmemcoll.h
83017 Hash: 06a32178ba593d8d983c9d741edf99f4a67fa37ba8e8b45cfe60e796fe6e9fcc
83018 Copyright: 
83019 License: 
83020 Licence_Text: 
83021 #Header: 
83022 ##include <stddef.h>
83023 #int xmemcoll (char *, size_t, char *, size_t);
83024
83025 File: ./lib/xmemdup0.c
83026 Hash: 244bfde7ef2ec650951db25d48ca2a94b61b77db3692c001b316f58057af7d14
83027 Copyright: 2008 Free Software Foundation, Inc
83028 License: GPL-3+ 
83029 Licence_Text: 
83030 #Header: 
83031 #/* xmemdup0.c -- copy a block of arbitrary bytes, plus a trailing NUL
83032 #
83033 #   Copyright (C) 2008 Free Software Foundation, Inc.
83034 #
83035 #   This program is free software: you can redistribute it and/or modify
83036 #   it under the terms of the GNU General Public License as published by
83037 #   the Free Software Foundation; either version 3 of the License, or
83038 #   (at your option) any later version.
83039 #
83040 #   This program is distributed in the hope that it will be useful,
83041 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83042 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83043 #   GNU General Public License for more details.
83044 #
83045 #   You should have received a copy of the GNU General Public License
83046
83047 File: ./lib/xmemdup0.h
83048 Hash: 0d3d9d1a970022933ab73db3375f0cc46e5fbf23a16ad79242cbd6461110201d
83049 Copyright: 2008 Free Software Foundation, Inc
83050 License: GPL-3+ 
83051 Licence_Text: 
83052 #Header: 
83053 #/* xmemdup0.h -- copy a block of arbitrary bytes, plus a trailing NUL
83054 #
83055 #   Copyright (C) 2008 Free Software Foundation, Inc.
83056 #
83057 #   This program is free software: you can redistribute it and/or modify
83058 #   it under the terms of the GNU General Public License as published by
83059 #   the Free Software Foundation; either version 3 of the License, or
83060 #   (at your option) any later version.
83061 #
83062 #   This program is distributed in the hope that it will be useful,
83063 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83064 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83065 #   GNU General Public License for more details.
83066 #
83067 #   You should have received a copy of the GNU General Public License
83068
83069 File: ./lib/xnanosleep.c
83070 Hash: 587481ebf1cf8ff5a01e7ce8889b66fa2be4a4c631fd020f2df12deb6322f814
83071 Copyright: 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
83072 License: GPL-3+ 
83073 Licence_Text: 
83074 #Header: 
83075 #/* xnanosleep.c -- a more convenient interface to nanosleep
83076 #
83077 #   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software
83078 #   Foundation, Inc.
83079 #
83080 #   This program is free software: you can redistribute it and/or modify
83081 #   it under the terms of the GNU General Public License as published by
83082 #   the Free Software Foundation; either version 3 of the License, or
83083 #   (at your option) any later version.
83084 #
83085 #   This program is distributed in the hope that it will be useful,
83086 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83087 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83088 #   GNU General Public License for more details.
83089
83090 File: ./lib/xnanosleep.h
83091 Hash: dec8f8b2087a79c9bb77d7f89d934625f2b83dd66bbfda194299b351baa1a38c
83092 Copyright: 
83093 License: 
83094 Licence_Text: 
83095 #Header: 
83096 #int xnanosleep (double);
83097
83098 File: ./lib/xprintf.c
83099 Hash: 53c512f199ddd3f96147026f3ec162d4a4795ba009341a77dc173cdb6652a06b
83100 Copyright: 2007 Free Software Foundation, Inc
83101 License: GPL-3+ 
83102 Licence_Text: 
83103 #Header: 
83104 #/* printf wrappers that fail immediately for non-file-related errors
83105 #   Copyright (C) 2007 Free Software Foundation, Inc.
83106 #
83107 #   This program is free software: you can redistribute it and/or modify
83108 #   it under the terms of the GNU General Public License as published by
83109 #   the Free Software Foundation; either version 3 of the License, or
83110 #   (at your option) any later version.
83111 #
83112 #   This program is distributed in the hope that it will be useful,
83113 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83114 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83115 #   GNU General Public License for more details.
83116 #
83117 #   You should have received a copy of the GNU General Public License
83118 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
83119
83120 File: ./lib/xprintf.h
83121 Hash: 6d16969445a022a51044c272fb9aeefd3fa1bce9b54006cd10226a704b05f6fb
83122 Copyright: 2007-2008 Free Software Foundation, Inc
83123 License: GPL-3+ 
83124 Licence_Text: 
83125 #Header: 
83126 #/* printf wrappers that fail immediately for non-file-related errors
83127 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
83128 #
83129 #   This program is free software: you can redistribute it and/or modify
83130 #   it under the terms of the GNU General Public License as published by
83131 #   the Free Software Foundation; either version 3 of the License, or
83132 #   (at your option) any later version.
83133 #
83134 #   This program is distributed in the hope that it will be useful,
83135 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83136 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83137 #   GNU General Public License for more details.
83138 #
83139 #   You should have received a copy of the GNU General Public License
83140 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
83141
83142 File: ./lib/xreadlink.c
83143 Hash: 3cb513689749db6e11f0f29fbee0e970aa1b69b3b1c1ab4b7ebf35f70eb59525
83144 Copyright: 2001, 2003-2007 Free Software Foundation, Inc
83145 License: GPL-3+ 
83146 Licence_Text: 
83147 #Header: 
83148 #/* xreadlink.c -- readlink wrapper to return the link name in malloc'd storage
83149 #
83150 #   Copyright (C) 2001, 2003-2007 Free Software Foundation, Inc.
83151 #
83152 #   This program is free software: you can redistribute it and/or modify
83153 #   it under the terms of the GNU General Public License as published by
83154 #   the Free Software Foundation; either version 3 of the License, or
83155 #   (at your option) any later version.
83156 #
83157 #   This program is distributed in the hope that it will be useful,
83158 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83159 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83160 #   GNU General Public License for more details.
83161 #
83162 #   You should have received a copy of the GNU General Public License
83163
83164 File: ./lib/xreadlink.h
83165 Hash: 0137f3b154dfc2a56910915e2522eb83920cfa9dc1684b241d60fae327d93f9e
83166 Copyright: 2001, 2003, 2004, 2007 Free Software Foundation, Inc
83167 License: GPL-3+ 
83168 Licence_Text: 
83169 #Header: 
83170 #/* Reading symbolic links without size limitation.
83171 #
83172 #   Copyright (C) 2001, 2003, 2004, 2007 Free Software Foundation, Inc.
83173 #
83174 #   This program is free software: you can redistribute it and/or modify
83175 #   it under the terms of the GNU General Public License as published by
83176 #   the Free Software Foundation; either version 3 of the License, or
83177 #   (at your option) any later version.
83178 #
83179 #   This program is distributed in the hope that it will be useful,
83180 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83181 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83182 #   GNU General Public License for more details.
83183 #
83184 #   You should have received a copy of the GNU General Public License
83185
83186 File: ./lib/xsetenv.c
83187 Hash: b18f92f3404ce0f52b6536522986febc64c972fbea548ba151a12abd0550c875
83188 Copyright: 2001-2002, 2005-2007 Free Software Foundation, Inc
83189 License: GPL-3+ 
83190 Licence_Text: 
83191 #Header: 
83192 #/* Setting environment variables, with out-of-memory checking.
83193 #   Copyright (C) 2001-2002, 2005-2007 Free Software Foundation, Inc.
83194 #
83195 #   This program is free software: you can redistribute it and/or modify
83196 #   it under the terms of the GNU General Public License as published by
83197 #   the Free Software Foundation; either version 3 of the License, or
83198 #   (at your option) any later version.
83199 #
83200 #   This program is distributed in the hope that it will be useful,
83201 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83202 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83203 #   GNU General Public License for more details.
83204 #
83205 #   You should have received a copy of the GNU General Public License
83206 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
83207
83208 File: ./lib/xsetenv.h
83209 Hash: 02f0e5d1c1bee87cfcc15ef5d22da97530a2213cce025f98bbd07440a9346aad
83210 Copyright: 2001-2002, 2007 Free Software Foundation, Inc
83211 License: GPL-3+ 
83212 Licence_Text: 
83213 #Header: 
83214 #/* Setting environment variables, with out-of-memory checking.
83215 #   Copyright (C) 2001-2002, 2007 Free Software Foundation, Inc.
83216 #
83217 #   This program is free software: you can redistribute it and/or modify
83218 #   it under the terms of the GNU General Public License as published by
83219 #   the Free Software Foundation; either version 3 of the License, or
83220 #   (at your option) any later version.
83221 #
83222 #   This program is distributed in the hope that it will be useful,
83223 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83224 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83225 #   GNU General Public License for more details.
83226 #
83227 #   You should have received a copy of the GNU General Public License
83228 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
83229
83230 File: ./lib/xsize.h
83231 Hash: af3fdcacfe8f3dbae26f9d806b0a9b2274f86ea7daed7117f09e29858b85d38f
83232 Copyright: 2003, 2008 Free Software Foundation, Inc
83233 License: GPL-2+
83234 Licence_Text: 
83235 #Header: 
83236 #/* xsize.h -- Checked size_t computations.
83237 #
83238 #   Copyright (C) 2003, 2008 Free Software Foundation, Inc.
83239 #
83240 #   This program is free software; you can redistribute it and/or modify
83241 #   it under the terms of the GNU General Public License as published by
83242 #   the Free Software Foundation; either version 2, or (at your option)
83243 #   any later version.
83244 #
83245 #   This program is distributed in the hope that it will be useful,
83246 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83247 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83248 #   GNU General Public License for more details.
83249 #
83250 #   You should have received a copy of the GNU General Public License
83251
83252 File: ./lib/xstriconv.c
83253 Hash: 42d740ec07e24b23ef7e205783f456e0ab80a5a2d716e4d045408b73365440a5
83254 Copyright: 2001-2004, 2006 Free Software Foundation, Inc
83255 License: GPL-3+ 
83256 Licence_Text: 
83257 #Header: 
83258 #/* Charset conversion with out-of-memory checking.
83259 #   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
83260 #   Written by Bruno Haible.
83261 #
83262 #   This program is free software: you can redistribute it and/or modify
83263 #   it under the terms of the GNU General Public License as published by
83264 #   the Free Software Foundation; either version 3 of the License, or
83265 #   (at your option) any later version.
83266 #
83267 #   This program is distributed in the hope that it will be useful,
83268 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83269 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83270 #   GNU General Public License for more details.
83271 #
83272 #   You should have received a copy of the GNU General Public License
83273
83274 File: ./lib/xstriconv.h
83275 Hash: 07f01b89d3917786fdb52af236bc0007f98425b6167f083f2440d19e17dd3c5f
83276 Copyright: 2001-2004, 2006-2007 Free Software Foundation, Inc
83277 License: GPL-3+ 
83278 Licence_Text: 
83279 #Header: 
83280 #/* Charset conversion with out-of-memory checking.
83281 #   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
83282 #   Written by Bruno Haible and Simon Josefsson.
83283 #
83284 #   This program is free software: you can redistribute it and/or modify
83285 #   it under the terms of the GNU General Public License as published by
83286 #   the Free Software Foundation; either version 3 of the License, or
83287 #   (at your option) any later version.
83288 #
83289 #   This program is distributed in the hope that it will be useful,
83290 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83291 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83292 #   GNU General Public License for more details.
83293 #
83294 #   You should have received a copy of the GNU General Public License
83295
83296 File: ./lib/xstriconveh.c
83297 Hash: e35dae25c1d50a7d5d5b3df39059abf308145f43ae4e85ba73931745e7017995
83298 Copyright: 2009 Free Software Foundation, Inc
83299 License: GPL-3+ 
83300 Licence_Text: 
83301 #Header: 
83302 #/* Charset conversion with out-of-memory checking.
83303 #   Copyright (C) 2009 Free Software Foundation, Inc.
83304 #   Written by Bruno Haible.
83305 #
83306 #   This program is free software: you can redistribute it and/or modify
83307 #   it under the terms of the GNU General Public License as published by
83308 #   the Free Software Foundation; either version 3 of the License, or
83309 #   (at your option) any later version.
83310 #
83311 #   This program is distributed in the hope that it will be useful,
83312 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83313 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83314 #   GNU General Public License for more details.
83315 #
83316 #   You should have received a copy of the GNU General Public License
83317
83318 File: ./lib/xstriconveh.h
83319 Hash: f64f01e0d0569fa1f4c52371b10abc77b255d1a578f06d141d682561ee8c28bf
83320 Copyright: 2001-2007, 2009 Free Software Foundation, Inc
83321 License: GPL-3+ 
83322 Licence_Text: 
83323 #Header: 
83324 #/* Charset conversion with out-of-memory checking.
83325 #   Copyright (C) 2001-2007, 2009 Free Software Foundation, Inc.
83326 #   Written by Bruno Haible and Simon Josefsson.
83327 #
83328 #   This program is free software: you can redistribute it and/or modify
83329 #   it under the terms of the GNU General Public License as published by
83330 #   the Free Software Foundation; either version 3 of the License, or
83331 #   (at your option) any later version.
83332 #
83333 #   This program is distributed in the hope that it will be useful,
83334 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83335 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83336 #   GNU General Public License for more details.
83337 #
83338 #   You should have received a copy of the GNU General Public License
83339
83340 File: ./lib/xstrndup.c
83341 Hash: 0fb519e75e481ad8278a17ca05d2a40e377c265586ca996d18c4a56ddd4c2697
83342 Copyright: 2003, 2006, 2007 Free Software Foundation, Inc
83343 License: GPL-3+ 
83344 Licence_Text: 
83345 #Header: 
83346 #/* Duplicate a bounded initial segment of a string, with out-of-memory
83347 #   checking.
83348 #   Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc.
83349 #
83350 #   This program is free software: you can redistribute it and/or modify
83351 #   it under the terms of the GNU General Public License as published by
83352 #   the Free Software Foundation; either version 3 of the License, or
83353 #   (at your option) any later version.
83354 #
83355 #   This program is distributed in the hope that it will be useful,
83356 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83357 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83358 #   GNU General Public License for more details.
83359 #
83360 #   You should have received a copy of the GNU General Public License
83361
83362 File: ./lib/xstrndup.h
83363 Hash: 41aeea4d051e789e9ee829206990c84da4e6ab74f5a5ebbf1e7444ecdb2e7093
83364 Copyright: 2003 Free Software Foundation, Inc
83365 License: GPL-3+ 
83366 Licence_Text: 
83367 #Header: 
83368 #/* Duplicate a bounded initial segment of a string, with out-of-memory
83369 #   checking.
83370 #   Copyright (C) 2003 Free Software Foundation, Inc.
83371 #
83372 #   This program is free software: you can redistribute it and/or modify
83373 #   it under the terms of the GNU General Public License as published by
83374 #   the Free Software Foundation; either version 3 of the License, or
83375 #   (at your option) any later version.
83376 #
83377 #   This program is distributed in the hope that it will be useful,
83378 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83379 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83380 #   GNU General Public License for more details.
83381 #
83382 #   You should have received a copy of the GNU General Public License
83383
83384 File: ./lib/xstrtod.c
83385 Hash: 7433646b920b02364625fd3d4b09fb30c050b37a3c73ee2c644d63ee95bca8c6
83386 Copyright: 1996, 1999, 2000, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
83387 License: GPL-3+ 
83388 Licence_Text: 
83389 #Header: 
83390 #/* error-checking interface to strtod-like functions
83391 #
83392 #   Copyright (C) 1996, 1999, 2000, 2003, 2004, 2005, 2006 Free
83393 #   Software Foundation, Inc.
83394 #
83395 #   This program is free software: you can redistribute it and/or modify
83396 #   it under the terms of the GNU General Public License as published by
83397 #   the Free Software Foundation; either version 3 of the License, or
83398 #   (at your option) any later version.
83399 #
83400 #   This program is distributed in the hope that it will be useful,
83401 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83402 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83403 #   GNU General Public License for more details.
83404
83405 File: ./lib/xstrtod.h
83406 Hash: ace9d21f9ff0ac53904c27c990f62e2b8819a7776acbd67c3f05c6893dcaef4a
83407 Copyright: 1996, 1998, 2003, 2004, 2006 Free Software Foundation, Inc
83408 License: GPL-3+ 
83409 Licence_Text: 
83410 #Header: 
83411 #/* Error-checking interface to strtod-like functions.
83412 #
83413 #   Copyright (C) 1996, 1998, 2003, 2004, 2006 Free Software Foundation, Inc.
83414 #
83415 #   This program is free software: you can redistribute it and/or modify
83416 #   it under the terms of the GNU General Public License as published by
83417 #   the Free Software Foundation; either version 3 of the License, or
83418 #   (at your option) any later version.
83419 #
83420 #   This program is distributed in the hope that it will be useful,
83421 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83422 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83423 #   GNU General Public License for more details.
83424 #
83425 #   You should have received a copy of the GNU General Public License
83426
83427 File: ./lib/xstrtoimax.c
83428 Hash: b2ce36a250657c54d51627b616310f70c9870fd5fc7941bf18d3924067f28563
83429 Copyright: 
83430 License: 
83431 Licence_Text: 
83432 #Header: 
83433 ##define __strtol strtoimax
83434 ##define __strtol_t intmax_t
83435 ##define __xstrtol xstrtoimax
83436 ##define STRTOL_T_MINIMUM INTMAX_MIN
83437 ##define STRTOL_T_MAXIMUM INTMAX_MAX
83438 ##include "xstrtol.c"
83439
83440 File: ./lib/xstrtol-error.c
83441 Hash: 831f1f9013ce8fe06ea3685fd92d37cebc8125b91e0c87a93758fd5f4b17c47b
83442 Copyright: 1995, 1996, 1998, 1999, 2001-2004, 2006-2008 Free Software Foundation, Inc.
83443 License: GPL-3+ 
83444 Licence_Text: 
83445 #Header: 
83446 #/* A more useful interface to strtol.
83447 #
83448 #   Copyright (C) 1995, 1996, 1998, 1999, 2001-2004, 2006-2008
83449 #   Free Software Foundation, Inc.
83450 #
83451 #   This program is free software: you can redistribute it and/or modify
83452 #   it under the terms of the GNU General Public License as published by
83453 #   the Free Software Foundation; either version 3 of the License, or
83454 #   (at your option) any later version.
83455 #
83456 #   This program is distributed in the hope that it will be useful,
83457 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83458 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83459 #   GNU General Public License for more details.
83460
83461 File: ./lib/xstrtol.c
83462 Hash: 1de66c39110e53ed0f5d4cc2737b14547ef7657e0c6ff41b7d14bf71b617b792
83463 Copyright: 1995, 1996, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
83464 License: GPL-3+ 
83465 Licence_Text: 
83466 #Header: 
83467 #/* A more useful interface to strtol.
83468 #
83469 #   Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
83470 #   2006, 2007 Free Software Foundation, Inc.
83471 #
83472 #   This program is free software: you can redistribute it and/or modify
83473 #   it under the terms of the GNU General Public License as published by
83474 #   the Free Software Foundation; either version 3 of the License, or
83475 #   (at your option) any later version.
83476 #
83477 #   This program is distributed in the hope that it will be useful,
83478 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83479 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83480 #   GNU General Public License for more details.
83481
83482 File: ./lib/xstrtol.h
83483 Hash: 03fe7afdcf7063d6f46436f0ca5dc6cd12a9f6bac186bc36f3af26dd745995d6
83484 Copyright: 1995, 1996, 1998, 1999, 2001, 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
83485 License: GPL-3+ 
83486 Licence_Text: 
83487 #Header: 
83488 #/* A more useful interface to strtol.
83489 #
83490 #   Copyright (C) 1995, 1996, 1998, 1999, 2001, 2002, 2003, 2004, 2006, 2007,
83491 #   2008 Free Software Foundation, Inc.
83492 #
83493 #   This program is free software: you can redistribute it and/or modify
83494 #   it under the terms of the GNU General Public License as published by
83495 #   the Free Software Foundation; either version 3 of the License, or
83496 #   (at your option) any later version.
83497 #
83498 #   This program is distributed in the hope that it will be useful,
83499 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83500 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83501 #   GNU General Public License for more details.
83502
83503 File: ./lib/xstrtold.c
83504 Hash: 1a077cc54d4bfd4cee5ff0022623e5f8553d4eae977ca2f0bed5d0de5c51119b
83505 Copyright: 
83506 License: 
83507 Licence_Text: 
83508 #Header: 
83509 ##define LONG 1
83510 ##include "xstrtod.c"
83511
83512 File: ./lib/xstrtoul.c
83513 Hash: bebc6e6916fdada92bda5d5fd7a22c71074205ca0b8476130d540d9139a83d3a
83514 Copyright: 
83515 License: 
83516 Licence_Text: 
83517 #Header: 
83518 ##define __strtol strtoul
83519 ##define __strtol_t unsigned long int
83520 ##define __xstrtol xstrtoul
83521 ##define STRTOL_T_MINIMUM 0
83522 ##define STRTOL_T_MAXIMUM ULONG_MAX
83523 ##include "xstrtol.c"
83524
83525 File: ./lib/xstrtoumax.c
83526 Hash: 70b5ba83b8bfc540ad4dfead90cff12b8240919d0e368c0ded31a409271b5de6
83527 Copyright: 
83528 License: 
83529 Licence_Text: 
83530 #Header: 
83531 ##define __strtol strtoumax
83532 ##define __strtol_t uintmax_t
83533 ##define __xstrtol xstrtoumax
83534 ##define STRTOL_T_MINIMUM 0
83535 ##define STRTOL_T_MAXIMUM UINTMAX_MAX
83536 ##include "xstrtol.c"
83537
83538 File: ./lib/xtime.h
83539 Hash: 93ba493c1b4263ae9363cbeabfe1a8abe0959b8380c740b34e3c4b3909c9f26d
83540 Copyright: 2005, 2006 Free Software Foundation, Inc
83541 License: GPL-3+ 
83542 Licence_Text: 
83543 #Header: 
83544 #/* xtime -- extended-resolution integer time stamps
83545 #
83546 #   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
83547 #
83548 #   This program is free software: you can redistribute it and/or modify
83549 #   it under the terms of the GNU General Public License as published by
83550 #   the Free Software Foundation; either version 3 of the License, or
83551 #   (at your option) any later version.
83552 #
83553 #   This program is distributed in the hope that it will be useful,
83554 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83555 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83556 #   GNU General Public License for more details.
83557 #
83558 #   You should have received a copy of the GNU General Public License
83559
83560 File: ./lib/xvasprintf.c
83561 Hash: 52187c5a41b1f31643add5fb4e3f204c74131d3030ce4b7668476584bc3075cf
83562 Copyright: 1999, 2002-2004, 2006-2008 Free Software Foundation, Inc
83563 License: GPL-3+ 
83564 Licence_Text: 
83565 #Header: 
83566 #/* vasprintf and asprintf with out-of-memory checking.
83567 #   Copyright (C) 1999, 2002-2004, 2006-2008 Free Software Foundation, Inc.
83568 #
83569 #   This program is free software: you can redistribute it and/or modify
83570 #   it under the terms of the GNU General Public License as published by
83571 #   the Free Software Foundation; either version 3 of the License, or
83572 #   (at your option) any later version.
83573 #
83574 #   This program is distributed in the hope that it will be useful,
83575 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83576 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83577 #   GNU General Public License for more details.
83578 #
83579 #   You should have received a copy of the GNU General Public License
83580 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
83581
83582 File: ./lib/xvasprintf.h
83583 Hash: 43236f9f154af870f714a7b11b1f4955a7e1e7a2e9f322608e5780e185014f63
83584 Copyright: 2002-2004, 2006-2008 Free Software Foundation, Inc
83585 License: GPL-3+ 
83586 Licence_Text: 
83587 #Header: 
83588 #/* vasprintf and asprintf with out-of-memory checking.
83589 #   Copyright (C) 2002-2004, 2006-2008 Free Software Foundation, Inc.
83590 #
83591 #   This program is free software: you can redistribute it and/or modify
83592 #   it under the terms of the GNU General Public License as published by
83593 #   the Free Software Foundation; either version 3 of the License, or
83594 #   (at your option) any later version.
83595 #
83596 #   This program is distributed in the hope that it will be useful,
83597 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83598 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83599 #   GNU General Public License for more details.
83600 #
83601 #   You should have received a copy of the GNU General Public License
83602 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
83603
83604 File: ./lib/yesno.c
83605 Hash: 89bdc0ba46060accf0008dc08a620a5629f006515f4bf5cc12a17775d448bfa3
83606 Copyright: 1990, 1998, 2001, 2003-2008 Free Software Foundation, Inc
83607 License: GPL-3+ 
83608 Licence_Text: 
83609 #Header: 
83610 #/* yesno.c -- read a yes/no response from stdin
83611 #
83612 #   Copyright (C) 1990, 1998, 2001, 2003-2008 Free Software Foundation, Inc.
83613 #
83614 #   This program is free software: you can redistribute it and/or modify
83615 #   it under the terms of the GNU General Public License as published by
83616 #   the Free Software Foundation; either version 3 of the License, or
83617 #   (at your option) any later version.
83618 #
83619 #   This program is distributed in the hope that it will be useful,
83620 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83621 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83622 #   GNU General Public License for more details.
83623 #
83624 #   You should have received a copy of the GNU General Public License
83625
83626 File: ./lib/yesno.h
83627 Hash: f6ea7fda3622e6ce79f8737d3a6c12e11e9b077489cdbfe3a89e2105aa54493b
83628 Copyright: 2004 Free Software Foundation, Inc
83629 License: GPL-3+ 
83630 Licence_Text: 
83631 #Header: 
83632 #/* declare yesno
83633 #   Copyright (C) 2004 Free Software Foundation, Inc.
83634 #
83635 #   This program is free software: you can redistribute it and/or modify
83636 #   it under the terms of the GNU General Public License as published by
83637 #   the Free Software Foundation; either version 3 of the License, or
83638 #   (at your option) any later version.
83639 #
83640 #   This program is distributed in the hope that it will be useful,
83641 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
83642 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83643 #   GNU General Public License for more details.
83644 #
83645 #   You should have received a copy of the GNU General Public License
83646 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
83647 ######################################################################
83648 ## UPTOHERE
83649 ######################################################################
83650
83651 File: ./m4/00gnulib.m4
83652 Hash: 199b5fcd827c6451f70d8e1d1a64e314dbae7654c56b74f6588a5bdc54544e70
83653 Copyright: 2009 Free Software Foundation, Inc
83654 License: 
83655 Licence_Text:
83656   This file is free software; the Free Software Foundation
83657   gives unlimited permission to copy and/or distribute it,
83658   with or without modifications, as long as this notice is preserved.
83659 #Header: 
83660 ## 00gnulib.m4 serial 2
83661 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
83662 #dnl This file is free software; the Free Software Foundation
83663 #dnl gives unlimited permission to copy and/or distribute it,
83664 #dnl with or without modifications, as long as this notice is preserved.
83665 #
83666 #dnl This file must be named something that sorts before all other
83667 #dnl gnulib-provided .m4 files.  It is needed until such time as we can
83668 #dnl assume Autoconf 2.64, with its improved AC_DEFUN_ONCE semantics.
83669 #
83670 ## AC_DEFUN_ONCE([NAME], VALUE)
83671 ## ----------------------------
83672 ## Define NAME to expand to VALUE on the first use (whether by direct
83673 ## expansion, or by AC_REQUIRE), and to nothing on all subsequent uses.
83674 ## Avoid bugs in AC_REQUIRE in Autoconf 2.63 and earlier.  This
83675
83676 File: ./m4/README
83677 Hash: ba4cd61e99798f7ea35082c20cc09f366c65ec5fccfd0fed9f9d155cf7e29bc5
83678 Copyright: 
83679 License: 
83680 Licence_Text: 
83681 #Header: 
83682 #Many of the files in this directory are shared between the coreutils,
83683 #diffutils, tar and gettext packages -- and others, so if you
83684 #change them, try to ensure that you don't break those packages.
83685 #That's hard without a systematic approach, but here is a set of conventions
83686 #that makes it easy.
83687 #
83688 #- The lib/ sources are split into modules.  Usually the module of a
83689 #  lib/foo.h and lib/foo.c is called "foo" - not unexpected, hey! -, but
83690 #  in more ambiguous cases you can look up the module a file belongs to
83691 #  by doing "grep lib/foo.c modules/*".
83692 #
83693 #- For every module there is an autoconf macro file, usually called
83694 #  m4/foo.m4 according to the module name.  When you modify lib/foo.h or
83695 #  lib/foo.c, remember to modify m4/foo.m4 as well!
83696 #  What if you don't find m4/foo.m4? This probably means that the module
83697
83698 File: ./m4/absolute-header.m4
83699 Hash: cd06c8f2c0e593aea317496f932d01531368be33ed202d8f67fa9d07f592d4e4
83700 Copyright: 2006-2009 Free Software Foundation, Inc
83701 License: 
83702 Licence_Text:
83703   This file is free software; the Free Software Foundation
83704   gives unlimited permission to copy and/or distribute it,
83705   with or without modifications, as long as this notice is preserved.
83706 #Header: 
83707 ## absolute-header.m4 serial 11
83708 #dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
83709 #dnl This file is free software; the Free Software Foundation
83710 #dnl gives unlimited permission to copy and/or distribute it,
83711 #dnl with or without modifications, as long as this notice is preserved.
83712 #
83713 #dnl From Derek Price.
83714 #
83715 ## gl_ABSOLUTE_HEADER(HEADER1 HEADER2 ...)
83716 ## ---------------------------------------
83717 ## Find the absolute name of a header file, assuming the header exists.
83718 ## If the header were sys/inttypes.h, this macro would define
83719 ## ABSOLUTE_SYS_INTTYPES_H to the `""' quoted absolute name of sys/inttypes.h
83720 ## in config.h
83721 ## (e.g. `#define ABSOLUTE_SYS_INTTYPES_H "///usr/include/sys/inttypes.h"').
83722
83723 File: ./m4/accept4.m4
83724 Hash: b3e97bc4b7996b0d54a8110f94d6eeb97c61532d392ee4edc10ac18bb4ecbea4
83725 Copyright: 2009 Free Software Foundation, Inc
83726 License: 
83727 Licence_Text:
83728   This file is free software; the Free Software Foundation
83729   gives unlimited permission to copy and/or distribute it,
83730   with or without modifications, as long as this notice is preserved.
83731 #Header: 
83732 ## accept4.m4 serial 2
83733 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
83734 #dnl This file is free software; the Free Software Foundation
83735 #dnl gives unlimited permission to copy and/or distribute it,
83736 #dnl with or without modifications, as long as this notice is preserved.
83737 #
83738 #AC_DEFUN([gl_FUNC_ACCEPT4],
83739 #[
83740 #  AC_REQUIRE([gl_SYS_SOCKET_H_DEFAULTS])
83741 #
83742 #  dnl Persuade glibc <sys/socket.h> to declare accept4().
83743 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
83744 #
83745 #  AC_CHECK_FUNCS_ONCE([accept4])
83746 #  if test $ac_cv_func_accept4 != yes; then
83747
83748 File: ./m4/acl.m4
83749 Hash: 2062b336b8b9acae4a5a7acd0bc88988e5d79d2868fcd2e28ef211ee2fa0844d
83750 Copyright: 2002, 2004-2009 Free Software Foundation, Inc
83751 License: 
83752 Licence_Text:
83753   This file is free software; the Free Software Foundation
83754   gives unlimited permission to copy and/or distribute it,
83755   with or without modifications, as long as this notice is preserved.
83756 #Header: 
83757 ## acl.m4 - check for access control list (ACL) primitives
83758 ## serial 9
83759 #
83760 ## Copyright (C) 2002, 2004-2009 Free Software Foundation, Inc.
83761 ## This file is free software; the Free Software Foundation
83762 ## gives unlimited permission to copy and/or distribute it,
83763 ## with or without modifications, as long as this notice is preserved.
83764 #
83765 ## Written by Paul Eggert and Jim Meyering.
83766 #
83767 #AC_DEFUN([gl_FUNC_ACL],
83768 #[
83769 #  AC_ARG_ENABLE([acl],
83770 #    AS_HELP_STRING([--disable-acl], [do not support ACLs]),
83771 #    , [enable_acl=auto])
83772
83773 File: ./m4/afs.m4
83774 Hash: 568ef913f651e507daaa7d5e2f78566ce66e4d1c1b275c229fbfe1810ea7e0b2
83775 Copyright: 1999-2001, 2004, 2008-2009 Free Software Foundation, Inc
83776 License: 
83777 Licence_Text:
83778   This file is free software; the Free Software Foundation
83779   gives unlimited permission to copy and/or distribute it,
83780   with or without modifications, as long as this notice is preserved.
83781 #Header: 
83782 ## serial 10
83783 #
83784 ## Copyright (C) 1999-2001, 2004, 2008-2009 Free Software Foundation, Inc.
83785 ## This file is free software; the Free Software Foundation
83786 ## gives unlimited permission to copy and/or distribute it,
83787 ## with or without modifications, as long as this notice is preserved.
83788 #
83789 #AC_DEFUN([gl_AFS],
83790 #  [
83791 #    AC_ARG_WITH([afs],
83792 #               AS_HELP_STRING([--with-afs],
83793 #                              [support for the Andrew File System [[default=no]]]),
83794 #    test "$withval" = no || with_afs=yes, with_afs=no)
83795 #    if test "$with_afs" = yes; then
83796 #      AC_DEFINE([AFS], [1], [Define if you have the Andrew File System.])
83797
83798 File: ./m4/alloca.m4
83799 Hash: 1c05b753d58a7541c6aabb8d0ae65e359233c6e0f6c660cee8edffbb50d0dba1
83800 Copyright: 2002-2004, 2006, 2007, 2009 Free Software Foundation, Inc
83801 License: 
83802 Licence_Text:
83803   This file is free software; the Free Software Foundation
83804   gives unlimited permission to copy and/or distribute it,
83805   with or without modifications, as long as this notice is preserved.
83806 #Header: 
83807 ## alloca.m4 serial 9
83808 #dnl Copyright (C) 2002-2004, 2006, 2007, 2009 Free Software Foundation, Inc.
83809 #dnl This file is free software; the Free Software Foundation
83810 #dnl gives unlimited permission to copy and/or distribute it,
83811 #dnl with or without modifications, as long as this notice is preserved.
83812 #
83813 #AC_DEFUN([gl_FUNC_ALLOCA],
83814 #[
83815 #  dnl Work around a bug of AC_EGREP_CPP in autoconf-2.57.
83816 #  AC_REQUIRE([AC_PROG_CPP])
83817 #  AC_REQUIRE([AC_PROG_EGREP])
83818 #
83819 #  AC_REQUIRE([AC_FUNC_ALLOCA])
83820 #  if test $ac_cv_func_alloca_works = no; then
83821 #    gl_PREREQ_ALLOCA
83822
83823 File: ./m4/alphasort.m4
83824 Hash: ca5d108291340e87953a7da10112597eb36fe789578740fa3ce5266b621c777d
83825 Copyright: 2009 Free Software Foundation, Inc
83826 License: 
83827 Licence_Text:
83828   This file is free software; the Free Software Foundation
83829   gives unlimited permission to copy and/or distribute it,
83830   with or without modifications, as long as this notice is preserved.
83831 #Header: 
83832 ## alphasort.m4 serial 1
83833 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
83834 #dnl This file is free software; the Free Software Foundation
83835 #dnl gives unlimited permission to copy and/or distribute it,
83836 #dnl with or without modifications, as long as this notice is preserved.
83837 #
83838 #AC_DEFUN([gl_FUNC_ALPHASORT],
83839 #[
83840 #  AC_REQUIRE([gl_DIRENT_H_DEFAULTS])
83841 #
83842 #  dnl Persuade glibc and Solaris <dirent.h> to declare alphasort().
83843 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
83844 #
83845 #  AC_CHECK_FUNCS([alphasort])
83846 #  if test $ac_cv_func_alphasort = no; then
83847
83848 File: ./m4/arcfour.m4
83849 Hash: a5713df7392190ea048a75a71afb1588cabaa6e3d6c1417961eb77168f44eca1
83850 Copyright: 2005, 2006 Free Software Foundation, Inc
83851 License: 
83852 Licence_Text:
83853   This file is free software; the Free Software Foundation
83854   gives unlimited permission to copy and/or distribute it,
83855   with or without modifications, as long as this notice is preserved.
83856 #Header: 
83857 ## arcfour.m4 serial 2
83858 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
83859 #dnl This file is free software; the Free Software Foundation
83860 #dnl gives unlimited permission to copy and/or distribute it,
83861 #dnl with or without modifications, as long as this notice is preserved.
83862 #
83863 #AC_DEFUN([gl_ARCFOUR],
83864 #[
83865 #  AC_LIBOBJ([arcfour])
83866 #])
83867
83868 File: ./m4/arctwo.m4
83869 Hash: 36abc4a75d5117bfc913d1a8bf2c5e8e8a8bc6d7286f1303ce8880ee46be3431
83870 Copyright: 2005, 2006 Free Software Foundation, Inc
83871 License: 
83872 Licence_Text:
83873   This file is free software; the Free Software Foundation
83874   gives unlimited permission to copy and/or distribute it,
83875   with or without modifications, as long as this notice is preserved.
83876 #Header: 
83877 ## arctwo.m4 serial 2
83878 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
83879 #dnl This file is free software; the Free Software Foundation
83880 #dnl gives unlimited permission to copy and/or distribute it,
83881 #dnl with or without modifications, as long as this notice is preserved.
83882 #
83883 #AC_DEFUN([gl_ARCTWO],
83884 #[
83885 #  AC_LIBOBJ([arctwo])
83886 #  # Prerequisites of lib/arctwo.c.
83887 #  AC_REQUIRE([AC_C_INLINE])
83888 #])
83889
83890 File: ./m4/argmatch.m4
83891 Hash: 4854bb865e261cec0fbb829700d2a7cd23fbebf0289ebf4a02f105691ccaedd9
83892 Copyright: 2005, 2006 Free Software Foundation, Inc
83893 License: 
83894 Licence_Text:
83895   This file is free software; the Free Software Foundation
83896   gives unlimited permission to copy and/or distribute it,
83897   with or without modifications, as long as this notice is preserved.
83898 #Header: 
83899 ##serial 3
83900 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
83901 #dnl This file is free software; the Free Software Foundation
83902 #dnl gives unlimited permission to copy and/or distribute it,
83903 #dnl with or without modifications, as long as this notice is preserved.
83904 #
83905 #AC_DEFUN([gl_ARGMATCH],
83906 #[
83907 #  AC_LIBOBJ([argmatch])
83908 #])
83909
83910 File: ./m4/argp.m4
83911 Hash: 21e67baca54a3803f21fb63836804e99e202c709dcbc16d3ad6a7b7e272a3381
83912 Copyright: 2003-2007, 2009 Free Software Foundation, Inc
83913 License: 
83914 Licence_Text:
83915   This file is free software; the Free Software Foundation
83916   gives unlimited permission to copy and/or distribute it,
83917   with or without modifications, as long as this notice is preserved.
83918 #Header: 
83919 ## argp.m4 serial 10
83920 #dnl Copyright (C) 2003-2007, 2009 Free Software Foundation, Inc.
83921 #dnl This file is free software; the Free Software Foundation
83922 #dnl gives unlimited permission to copy and/or distribute it,
83923 #dnl with or without modifications, as long as this notice is preserved.
83924 #
83925 #AC_DEFUN([gl_ARGP],
83926 #[
83927 #  AC_REQUIRE([AC_C_INLINE])
83928 #  AC_REQUIRE([AC_C_RESTRICT])
83929 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
83930 #  dnl argp-parse.c depends on GNU getopt internals, therefore use GNU getopt
83931 #  dnl always.
83932 #  gl_REPLACE_GETOPT
83933 #  dnl Note: gl_REPLACE_GETOPT does AC_LIBOBJ([getopt]), AC_LIBOBJ([getopt1]).
83934
83935 File: ./m4/argz.m4
83936 Hash: 07bb623d7aa89977ca15b1d78a201ca4b7b4762561dac92466c89d0a65c17336
83937 Copyright: 2004-2009 Free Software Foundation, Inc
83938 License: 
83939 Licence_Text:
83940   This file is free software; the Free Software Foundation
83941   gives unlimited permission to copy and/or distribute it,
83942   with or without modifications, as long as this notice is preserved.
83943 #Header: 
83944 ## Portability macros for glibc argz.                    -*- Autoconf -*-
83945 ##
83946 ##   Copyright (C) 2004-2009 Free Software Foundation, Inc.
83947 ##   Written by Gary V. Vaughan <gary@gnu.org>
83948 ##
83949 ## This file is free software; the Free Software Foundation gives
83950 ## unlimited permission to copy and/or distribute it, with or without
83951 ## modifications, as long as this notice is preserved.
83952 #
83953 ## serial 7 argz.m4
83954 #
83955 #AC_DEFUN([gl_FUNC_ARGZ],
83956 #[gl_PREREQ_ARGZ
83957 #
83958 #AC_REQUIRE([AC_C_RESTRICT])
83959
83960 File: ./m4/arpa_inet_h.m4
83961 Hash: 50b6027adea6ea1c675d502272095e88d7dc11f7e5ceca51ec845c4aa15295a5
83962 Copyright: 2006, 2008 Free Software Foundation, Inc
83963 License: 
83964 Licence_Text:
83965   This file is free software; the Free Software Foundation
83966   gives unlimited permission to copy and/or distribute it,
83967   with or without modifications, as long as this notice is preserved.
83968 #Header: 
83969 ## arpa_inet_h.m4 serial 5
83970 #dnl Copyright (C) 2006, 2008 Free Software Foundation, Inc.
83971 #dnl This file is free software; the Free Software Foundation
83972 #dnl gives unlimited permission to copy and/or distribute it,
83973 #dnl with or without modifications, as long as this notice is preserved.
83974 #
83975 #dnl Written by Simon Josefsson and Bruno Haible
83976 #
83977 #AC_DEFUN([gl_HEADER_ARPA_INET],
83978 #[
83979 #  dnl Use AC_REQUIRE here, so that the default behavior below is expanded
83980 #  dnl once only, before all statements that occur in other macros.
83981 #  AC_REQUIRE([gl_ARPA_INET_H_DEFAULTS])
83982 #
83983 #  AC_CHECK_HEADERS_ONCE([arpa/inet.h])
83984
83985 File: ./m4/assert.m4
83986 Hash: 9939631ab7942c8ec4fe23d07695acdee8af208c98c7c15871b671dee73aaf8e
83987 Copyright: 1998, 1999, 2001, 2004, 2008 Free Software Foundation, Inc
83988 License: 
83989 Licence_Text:
83990   This file is free software; the Free Software Foundation
83991   gives unlimited permission to copy and/or distribute it,
83992   with or without modifications, as long as this notice is preserved.
83993 #Header: 
83994 ##serial 7
83995 #
83996 ## Copyright (C) 1998, 1999, 2001, 2004, 2008 Free Software Foundation, Inc.
83997 ## This file is free software; the Free Software Foundation
83998 ## gives unlimited permission to copy and/or distribute it,
83999 ## with or without modifications, as long as this notice is preserved.
84000 #
84001 #dnl based on code from Eleftherios Gkioulekas
84002 #dnl Autoconf 2.60 provides AC_HEADER_ASSERT for the same purpose, but
84003 #dnl it has broken semantics for --enable-assert until 2.64.
84004 #AC_DEFUN([gl_ASSERT],
84005 #[
84006 #  AC_MSG_CHECKING([whether to enable assertions])
84007 #  AC_ARG_ENABLE([assert],
84008 #    [AS_HELP_STRING([--disable-assert], [turn off assertions])],
84009
84010 File: ./m4/atexit.m4
84011 Hash: 8085939167e8cb64ea4d9d89a945f2cde32d6b68df8fc6153ed1d7b8d1512597
84012 Copyright: 2002, 2009 Free Software Foundation, Inc
84013 License: 
84014 Licence_Text:
84015   This file is free software; the Free Software Foundation
84016   gives unlimited permission to copy and/or distribute it,
84017   with or without modifications, as long as this notice is preserved.
84018 #Header: 
84019 ## atexit.m4 serial 3
84020 #dnl Copyright (C) 2002, 2009 Free Software Foundation, Inc.
84021 #dnl This file is free software; the Free Software Foundation
84022 #dnl gives unlimited permission to copy and/or distribute it,
84023 #dnl with or without modifications, as long as this notice is preserved.
84024 #
84025 #AC_DEFUN([gl_FUNC_ATEXIT],
84026 #[
84027 #  AC_REPLACE_FUNCS([atexit])
84028 #  if test $ac_cv_func_atexit = no; then
84029 #    gl_PREREQ_ATEXIT
84030 #  fi
84031 #])
84032 #
84033 ## Prerequisites of lib/atexit.c.
84034
84035 File: ./m4/atoll.m4
84036 Hash: ba4f896e8c9fb0a4bd310145ca06ec6cf35be47f96e9e6af01ba1eb817fa40b4
84037 Copyright: 2008 Free Software Foundation, Inc
84038 License: 
84039 Licence_Text:
84040   This file is free software; the Free Software Foundation
84041   gives unlimited permission to copy and/or distribute it,
84042   with or without modifications, as long as this notice is preserved.
84043 #Header: 
84044 ## atoll.m4 serial 1
84045 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
84046 #dnl This file is free software; the Free Software Foundation
84047 #dnl gives unlimited permission to copy and/or distribute it,
84048 #dnl with or without modifications, as long as this notice is preserved.
84049 #
84050 #AC_DEFUN([gl_FUNC_ATOLL],
84051 #[
84052 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
84053 #  dnl We don't need (and can't compile) the replacement strtoll
84054 #  dnl unless the type 'long long int' exists.
84055 #  AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
84056 #  if test "$ac_cv_type_long_long_int" = yes; then
84057 #    AC_CHECK_FUNCS([atoll])
84058 #    if test $ac_cv_func_atoll = no; then
84059
84060 File: ./m4/autobuild.m4
84061 Hash: f5a4a593a144c5649aecf131a8cd7921e8f6c6f5e7dbfba1343aaae61734bd59
84062 Copyright: 2004, 2006, 2007, 2008 Free Software Foundation, Inc
84063 License: 
84064 Licence_Text:
84065   This file is free software; the Free Software Foundation
84066   gives unlimited permission to copy and/or distribute it,
84067   with or without modifications, as long as this notice is preserved.
84068 #Header: 
84069 ## autobuild.m4 serial 7
84070 #dnl Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
84071 #dnl This file is free software; the Free Software Foundation
84072 #dnl gives unlimited permission to copy and/or distribute it,
84073 #dnl with or without modifications, as long as this notice is preserved.
84074 #
84075 #dnl From Simon Josefsson
84076 #
84077 ## Usage: AB_INIT([MODE]).
84078 #AC_DEFUN([AB_INIT],
84079 #[
84080 #  AC_REQUIRE([AC_CANONICAL_BUILD])
84081 #  AC_REQUIRE([AC_CANONICAL_HOST])
84082 #
84083 #  if test -z "$AB_PACKAGE"; then
84084
84085 File: ./m4/backupfile.m4
84086 Hash: 08bbe11639a7958632ef367b118a0616b7375a316d87e5ef868c26ebe410ea2f
84087 Copyright: 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc
84088 License: 
84089 Licence_Text:
84090   This file is free software; the Free Software Foundation
84091   gives unlimited permission to copy and/or distribute it,
84092   with or without modifications, as long as this notice is preserved.
84093 #Header: 
84094 ## backupfile.m4 serial 12
84095 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
84096 #dnl This file is free software; the Free Software Foundation
84097 #dnl gives unlimited permission to copy and/or distribute it,
84098 #dnl with or without modifications, as long as this notice is preserved.
84099 #
84100 #AC_DEFUN([gl_BACKUPFILE],
84101 #[
84102 #  AC_LIBOBJ([backupfile])
84103 #
84104 #  dnl Prerequisites of lib/backupfile.c.
84105 #  AC_REQUIRE([gl_CHECK_TYPE_STRUCT_DIRENT_D_INO])
84106 #  AC_REQUIRE([gl_AC_DOS])
84107 #  AC_REQUIRE([AC_SYS_LONG_FILE_NAMES])
84108 #  AC_CHECK_FUNCS_ONCE([pathconf])
84109
84110 File: ./m4/base64.m4
84111 Hash: f0a6ca66fe9b14a51cd93f1f25116d916ffe72477c4f6cc44ab0f660d9041459
84112 Copyright: 2004, 2006 Free Software Foundation, Inc
84113 License: 
84114 Licence_Text:
84115   This file is free software; the Free Software Foundation
84116   gives unlimited permission to copy and/or distribute it,
84117   with or without modifications, as long as this notice is preserved.
84118 #Header: 
84119 ## base64.m4 serial 3
84120 #dnl Copyright (C) 2004, 2006 Free Software Foundation, Inc.
84121 #dnl This file is free software; the Free Software Foundation
84122 #dnl gives unlimited permission to copy and/or distribute it,
84123 #dnl with or without modifications, as long as this notice is preserved.
84124 #
84125 #AC_DEFUN([gl_FUNC_BASE64],
84126 #[
84127 #  gl_PREREQ_BASE64
84128 #])
84129 #
84130 ## Prerequisites of lib/base64.c.
84131 #AC_DEFUN([gl_PREREQ_BASE64], [
84132 #  AC_REQUIRE([AC_C_INLINE])
84133 #  AC_REQUIRE([AC_C_RESTRICT])
84134
84135 File: ./m4/bison-i18n.m4
84136 Hash: 965fc67b33c005ee86dca5eecdd0a9497bbe1bd8b6720bc3909c72fea2e4ae5d
84137 Copyright: 2005-2006, 2009 Free Software Foundation, Inc
84138 License: 
84139 Licence_Text:
84140   This file is free software; the Free Software Foundation
84141   gives unlimited permission to copy and/or distribute it,
84142   with or without modifications, as long as this notice is preserved.
84143 #Header: 
84144 ## bison-i18n.m4 serial 3
84145 #dnl Copyright (C) 2005-2006, 2009 Free Software Foundation, Inc.
84146 #dnl This file is free software; the Free Software Foundation
84147 #dnl gives unlimited permission to copy and/or distribute it,
84148 #dnl with or without modifications, as long as this notice is preserved.
84149 #
84150 #dnl From Bruno Haible.
84151 #
84152 #dnl Support for internationalization of bison-generated parsers.
84153 #
84154 #dnl BISON_I18N
84155 #dnl should be used in configure.ac, after AM_GNU_GETTEXT. If USE_NLS is yes, it
84156 #dnl sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo files
84157 #dnl and defines YYENABLE_NLS if there are bison-runtime.mo files at all.
84158 #AC_DEFUN([BISON_I18N],
84159
84160 File: ./m4/bison.m4
84161 Hash: 894a0216128f06bd77d174d18135624574366e95de47fbc8921d6d504eec8072
84162 Copyright: 2002, 2005, 2009 Free Software Foundation, Inc
84163 License: 
84164 Licence_Text:
84165   This file is free software; the Free Software Foundation
84166   gives unlimited permission to copy and/or distribute it,
84167   with or without modifications, as long as this notice is preserved.
84168 #Header: 
84169 ## serial 5
84170 #
84171 ## Copyright (C) 2002, 2005, 2009 Free Software Foundation, Inc.
84172 ## This file is free software; the Free Software Foundation
84173 ## gives unlimited permission to copy and/or distribute it,
84174 ## with or without modifications, as long as this notice is preserved.
84175 #
84176 #AC_DEFUN([gl_BISON],
84177 #[
84178 #  # getdate.y works with bison only.
84179 #  : ${YACC='bison -y'}
84180 #dnl
84181 #dnl Declaring YACC & YFLAGS precious will not be necessary after GNULIB
84182 #dnl requires an Autoconf greater than 2.59c, but it will probably still be
84183 #dnl useful to override the description of YACC in the --help output, re
84184
84185 File: ./m4/btowc.m4
84186 Hash: a5eb4065f63412f6a83feb9e1f65a2a1f8e26da7c83823787165acbaf0137222
84187 Copyright: 2008-2009 Free Software Foundation, Inc
84188 License: 
84189 Licence_Text:
84190   This file is free software; the Free Software Foundation
84191   gives unlimited permission to copy and/or distribute it,
84192   with or without modifications, as long as this notice is preserved.
84193 #Header: 
84194 ## btowc.m4 serial 4
84195 #dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
84196 #dnl This file is free software; the Free Software Foundation
84197 #dnl gives unlimited permission to copy and/or distribute it,
84198 #dnl with or without modifications, as long as this notice is preserved.
84199 #
84200 #AC_DEFUN([gl_FUNC_BTOWC],
84201 #[
84202 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
84203 #
84204 #  AC_CHECK_FUNCS_ONCE([btowc])
84205 #  if test $ac_cv_func_btowc = no; then
84206 #    HAVE_BTOWC=0
84207 #  else
84208
84209 File: ./m4/byteswap.m4
84210 Hash: c5aa765b7c6ccc3353870fb151665077a7e38babbeecd726d47c374b6030c142
84211 Copyright: 2005, 2007, 2009 Free Software Foundation, Inc
84212 License: 
84213 Licence_Text:
84214   This file is free software; the Free Software Foundation
84215   gives unlimited permission to copy and/or distribute it,
84216   with or without modifications, as long as this notice is preserved.
84217 #Header: 
84218 ## byteswap.m4 serial 3
84219 #dnl Copyright (C) 2005, 2007, 2009 Free Software Foundation, Inc.
84220 #dnl This file is free software; the Free Software Foundation
84221 #dnl gives unlimited permission to copy and/or distribute it,
84222 #dnl with or without modifications, as long as this notice is preserved.
84223 #
84224 #dnl Written by Oskar Liljeblad.
84225 #
84226 #AC_DEFUN([gl_BYTESWAP],
84227 #[
84228 #  dnl Prerequisites of lib/byteswap.in.h.
84229 #  AC_CHECK_HEADERS([byteswap.h], [
84230 #    BYTESWAP_H=''
84231 #  ], [
84232 #    BYTESWAP_H='byteswap.h'
84233
84234 File: ./m4/c-stack.m4
84235 Hash: 5f84f6648d7bba8f1b4a27bd6990d3121ad247cf746dd1e1800dbfea6f2a189b
84236 Copyright: 2002, 2003, 2004, 2008, 2009 Free Software Foundation, Inc
84237 License: 
84238 Licence_Text:
84239   This file is free software; the Free Software Foundation
84240   gives unlimited permission to copy and/or distribute it,
84241   with or without modifications, as long as this notice is preserved.
84242 #Header: 
84243 ## Check prerequisites for compiling lib/c-stack.c.
84244 #
84245 ## Copyright (C) 2002, 2003, 2004, 2008, 2009 Free Software Foundation, Inc.
84246 ## This file is free software; the Free Software Foundation
84247 ## gives unlimited permission to copy and/or distribute it,
84248 ## with or without modifications, as long as this notice is preserved.
84249 #
84250 ## Written by Paul Eggert.
84251 #
84252 ## serial 9
84253 #
84254 #AC_DEFUN([AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC],
84255 #  [# for STACK_DIRECTION
84256 #   AC_REQUIRE([AC_FUNC_ALLOCA])
84257 #   AC_REQUIRE([AC_CANONICAL_HOST])
84258
84259 File: ./m4/c-strtod.m4
84260 Hash: f63125eb425fbf1a0f952fabacdb1cc92e8b73b7b535d827cf0238214ec38f7e
84261 Copyright: 2004, 2005, 2006, 2009 Free Software Foundation, Inc
84262 License: 
84263 Licence_Text:
84264   This file is free software; the Free Software Foundation
84265   gives unlimited permission to copy and/or distribute it,
84266   with or without modifications, as long as this notice is preserved.
84267 #Header: 
84268 ## c-strtod.m4 serial 11
84269 #
84270 ## Copyright (C) 2004, 2005, 2006, 2009 Free Software Foundation, Inc.
84271 ## This file is free software; the Free Software Foundation
84272 ## gives unlimited permission to copy and/or distribute it,
84273 ## with or without modifications, as long as this notice is preserved.
84274 #
84275 ## Written by Paul Eggert.
84276 #
84277 #AC_DEFUN([gl_C99_STRTOLD],
84278 #[
84279 #  AC_CACHE_CHECK([whether strtold conforms to C99],
84280 #    [gl_cv_func_c99_strtold],
84281 #    [AC_LINK_IFELSE(
84282 #       [AC_LANG_PROGRAM(
84283
84284 File: ./m4/calloc.m4
84285 Hash: 3df4bb22fb92d400e022a50e89cbafc7864c637c4a8bdb540128cdd270263b53
84286 Copyright: 2004-2009 Free Software Foundation, Inc
84287 License: 
84288 Licence_Text:
84289   This file is free software; the Free Software Foundation
84290   gives unlimited permission to copy and/or distribute it,
84291   with or without modifications, as long as this notice is preserved.
84292 #Header: 
84293 ## calloc.m4 serial 9
84294 #
84295 ## Copyright (C) 2004-2009 Free Software Foundation, Inc.
84296 ## This file is free software; the Free Software Foundation
84297 ## gives unlimited permission to copy and/or distribute it,
84298 ## with or without modifications, as long as this notice is preserved.
84299 #
84300 ## Written by Jim Meyering.
84301 #
84302 ## Determine whether calloc (N, S) returns non-NULL when N*S is zero,
84303 ## and returns NULL when N*S overflows.
84304 ## If so, define HAVE_CALLOC.  Otherwise, define calloc to rpl_calloc
84305 ## and arrange to use a calloc wrapper function that does work in that case.
84306 #
84307 ## _AC_FUNC_CALLOC_IF([IF-WORKS], [IF-NOT])
84308
84309 File: ./m4/canon-host.m4
84310 Hash: 6e792084f158286ac4f73322ef6232e1d46915a0c9c1d49175ff0f95524d60ff
84311 Copyright: 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc
84312 License: 
84313 Licence_Text:
84314   This file is free software; the Free Software Foundation
84315   gives unlimited permission to copy and/or distribute it,
84316   with or without modifications, as long as this notice is preserved.
84317 #Header: 
84318 ## canon-host.m4 serial 9
84319 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
84320 #dnl This file is free software; the Free Software Foundation
84321 #dnl gives unlimited permission to copy and/or distribute it,
84322 #dnl with or without modifications, as long as this notice is preserved.
84323 #
84324 #AC_DEFUN([gl_CANON_HOST],
84325 #[
84326 #  AC_LIBOBJ([canon-host])
84327 #  gl_PREREQ_CANON_HOST
84328 #])
84329 #
84330 #AC_DEFUN([gl_PREREQ_CANON_HOST], [
84331 #  :
84332 #])
84333
84334 File: ./m4/canonicalize-lgpl.m4
84335 Hash: 52633d2d1b4de8d850f6a261c9674850ad6b49a6a1cd0bac28a179df50fef773
84336 Copyright: 2003, 2006-2007, 2009 Free Software Foundation, Inc
84337 License: 
84338 Licence_Text:
84339   This file is free software; the Free Software Foundation
84340   gives unlimited permission to copy and/or distribute it,
84341   with or without modifications, as long as this notice is preserved.
84342 #Header: 
84343 ## canonicalize-lgpl.m4 serial 5
84344 #dnl Copyright (C) 2003, 2006-2007, 2009 Free Software Foundation, Inc.
84345 #dnl This file is free software; the Free Software Foundation
84346 #dnl gives unlimited permission to copy and/or distribute it,
84347 #dnl with or without modifications, as long as this notice is preserved.
84348 #
84349 #AC_DEFUN([gl_CANONICALIZE_LGPL],
84350 #[
84351 #  dnl Do this replacement check manually because the file name is shorter
84352 #  dnl than the function name.
84353 #  AC_CHECK_DECLS_ONCE([canonicalize_file_name])
84354 #  AC_CHECK_FUNCS_ONCE([canonicalize_file_name])
84355 #  if test $ac_cv_func_canonicalize_file_name = no; then
84356 #    AC_LIBOBJ([canonicalize-lgpl])
84357 #    AC_DEFINE([realpath], [rpl_realpath],
84358
84359 File: ./m4/canonicalize.m4
84360 Hash: bfb8373080498188c794855955e00f51ab9ba1a0f71f87a369fb782b100ecdac
84361 Copyright: 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc
84362 License: 
84363 Licence_Text:
84364   This file is free software; the Free Software Foundation
84365   gives unlimited permission to copy and/or distribute it,
84366   with or without modifications, as long as this notice is preserved.
84367 #Header: 
84368 ##serial 12
84369 #
84370 ## Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
84371 ## This file is free software; the Free Software Foundation
84372 ## gives unlimited permission to copy and/or distribute it,
84373 ## with or without modifications, as long as this notice is preserved.
84374 #
84375 ## Written by Jim Meyering.
84376 #
84377 #AC_DEFUN([AC_FUNC_CANONICALIZE_FILE_NAME],
84378 #  [
84379 #    AC_LIBOBJ([canonicalize])
84380 #
84381 #    AC_CHECK_HEADERS_ONCE([sys/param.h])
84382 #    AC_CHECK_DECLS_ONCE([canonicalize_file_name])
84383
84384 File: ./m4/ceil.m4
84385 Hash: 99018f7541cafb7232e12934ab1020dd0c0071912a56b3a0e268f7c97f009c36
84386 Copyright: 2007, 2009 Free Software Foundation, Inc
84387 License: 
84388 Licence_Text:
84389   This file is free software; the Free Software Foundation
84390   gives unlimited permission to copy and/or distribute it,
84391   with or without modifications, as long as this notice is preserved.
84392 #Header: 
84393 ## ceil.m4 serial 3
84394 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
84395 #dnl This file is free software; the Free Software Foundation
84396 #dnl gives unlimited permission to copy and/or distribute it,
84397 #dnl with or without modifications, as long as this notice is preserved.
84398 #
84399 #AC_DEFUN([gl_FUNC_CEIL],
84400 #[
84401 #  dnl Test whether ceil() can be used without libm.
84402 #  gl_FUNC_CEIL_LIBS
84403 #  if test "$CEIL_LIBM" = "?"; then
84404 #    CEIL_LIBM=
84405 #  fi
84406 #  AC_SUBST([CEIL_LIBM])
84407 #])
84408
84409 File: ./m4/ceilf.m4
84410 Hash: 8a43f29a1a6f510ada6a916c12bc8dce19af13bec5252876c9ea5c451fd175db
84411 Copyright: 2007, 2009 Free Software Foundation, Inc
84412 License: 
84413 Licence_Text:
84414   This file is free software; the Free Software Foundation
84415   gives unlimited permission to copy and/or distribute it,
84416   with or without modifications, as long as this notice is preserved.
84417 #Header: 
84418 ## ceilf.m4 serial 4
84419 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
84420 #dnl This file is free software; the Free Software Foundation
84421 #dnl gives unlimited permission to copy and/or distribute it,
84422 #dnl with or without modifications, as long as this notice is preserved.
84423 #
84424 #AC_DEFUN([gl_FUNC_CEILF],
84425 #[
84426 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
84427 #  dnl Persuade glibc <math.h> to declare ceilf().
84428 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
84429 #  dnl Test whether ceilf() is declared.
84430 #  AC_CHECK_DECLS([ceilf], , , [#include <math.h>])
84431 #  if test "$ac_cv_have_decl_ceilf" = yes; then
84432 #    dnl Test whether ceilf() can be used without libm.
84433
84434 File: ./m4/ceill.m4
84435 Hash: e7b2a8c6575e96a75b4e0b39c67c8045b023dc4e774d6db56460903035d99847
84436 Copyright: 2007, 2009 Free Software Foundation, Inc
84437 License: 
84438 Licence_Text:
84439   This file is free software; the Free Software Foundation
84440   gives unlimited permission to copy and/or distribute it,
84441   with or without modifications, as long as this notice is preserved.
84442 #Header: 
84443 ## ceill.m4 serial 4
84444 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
84445 #dnl This file is free software; the Free Software Foundation
84446 #dnl gives unlimited permission to copy and/or distribute it,
84447 #dnl with or without modifications, as long as this notice is preserved.
84448 #
84449 #AC_DEFUN([gl_FUNC_CEILL],
84450 #[
84451 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
84452 #  dnl Persuade glibc <math.h> to declare ceill().
84453 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
84454 #  dnl Test whether ceill() is declared.
84455 #  AC_CHECK_DECLS([ceill], , , [#include <math.h>])
84456 #  if test "$ac_cv_have_decl_ceill" = yes; then
84457 #    dnl Test whether ceill() can be used without libm.
84458
84459 File: ./m4/chdir-long.m4
84460 Hash: a4f29bf720ac294a5e9815f9bf97d5b315066371d5ba0c1f73ea8480b87e1d35
84461 Copyright: 2004, 2005, 2006, 2007 Free Software Foundation, Inc
84462 License: 
84463 Licence_Text:
84464   This file is free software; the Free Software Foundation
84465   gives unlimited permission to copy and/or distribute it,
84466   with or without modifications, as long as this notice is preserved.
84467 #Header: 
84468 ##serial 10
84469 #
84470 ## Use Gnulib's robust chdir function.
84471 ## It can handle arbitrarily long directory names, which means
84472 ## that when it is given the name of an existing directory, it
84473 ## never fails with ENAMETOOLONG.
84474 ## Arrange to compile chdir-long.c only on systems that define PATH_MAX.
84475 #
84476 #dnl Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
84477 #dnl This file is free software; the Free Software Foundation
84478 #dnl gives unlimited permission to copy and/or distribute it,
84479 #dnl with or without modifications, as long as this notice is preserved.
84480 #
84481 ## Written by Jim Meyering.
84482
84483 File: ./m4/chdir-safer.m4
84484 Hash: d4d11a65f4290f666741af1268b3191fe98f808dc2542a5178b54ed4e55ed126
84485 Copyright: 2005, 2006, 2009 Free Software Foundation, Inc
84486 License: 
84487 Licence_Text:
84488   This file is free software; the Free Software Foundation
84489   gives unlimited permission to copy and/or distribute it,
84490   with or without modifications, as long as this notice is preserved.
84491 #Header: 
84492 ##serial 4
84493 #dnl Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
84494 #dnl This file is free software; the Free Software Foundation
84495 #dnl gives unlimited permission to copy and/or distribute it,
84496 #dnl with or without modifications, as long as this notice is preserved.
84497 #
84498 #AC_DEFUN([gl_CHDIR_SAFER],
84499 #[
84500 #  AC_LIBOBJ([chdir-safer])
84501 #  AC_CHECK_FUNCS_ONCE([readlink])
84502 #])
84503
84504 File: ./m4/check-math-lib.m4
84505 Hash: 375574fd5cbe36e53461e37f4abbae1347d1b94d1bb7fb713784f988d6509c82
84506 Copyright: 2007 Free Software Foundation, Inc
84507 License: 
84508 Licence_Text:
84509   This file is free software; the Free Software Foundation
84510   gives unlimited permission to copy and/or distribute it,
84511   with or without modifications, as long as this notice is preserved.
84512 #Header: 
84513 ## check-math-lib.m4 serial 2
84514 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
84515 #dnl This file is free software; the Free Software Foundation
84516 #dnl gives unlimited permission to copy and/or distribute it,
84517 #dnl with or without modifications, as long as this notice is preserved.
84518 #dnl
84519 #dnl gl_CHECK_MATH_LIB (VARIABLE, EXPRESSION)
84520 #dnl
84521 #dnl Sets the shell VARIABLE according to the libraries needed by EXPRESSION
84522 #dnl to compile and link: to the empty string if no extra libraries are needed,
84523 #dnl to "-lm" if -lm is needed, or to "missing" if it does not compile and
84524 #dnl link either way.
84525 #dnl
84526 #dnl Example: gl_CHECK_MATH_LIB([ROUNDF_LIBM], [x = roundf (x);])
84527 #AC_DEFUN([gl_CHECK_MATH_LIB], [
84528
84529 File: ./m4/check-version.m4
84530 Hash: db75405103fdbe9b17d63917d875dc924fd24638440bf489dd2e258d75c154d8
84531 Copyright: 2005, 2006 Free Software Foundation, Inc
84532 License: 
84533 Licence_Text:
84534   This file is free software; the Free Software Foundation
84535   gives unlimited permission to copy and/or distribute it,
84536   with or without modifications, as long as this notice is preserved.
84537 #Header: 
84538 ##serial 2
84539 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
84540 #dnl This file is free software; the Free Software Foundation
84541 #dnl gives unlimited permission to copy and/or distribute it,
84542 #dnl with or without modifications, as long as this notice is preserved.
84543 #
84544 #AC_DEFUN([gl_CHECK_VERSION],
84545 #[
84546 #  AC_LIBOBJ([check-version])
84547 #])
84548
84549 File: ./m4/chown.m4
84550 Hash: 9b3def56d60d2eebd5ca9f5e8163027800bf2fc01df3d092143caa00f80ffa01
84551 Copyright: 1997-2001, 2003-2005, 2007, 2009 Free Software Foundation, Inc.
84552 License: 
84553 Licence_Text:
84554   This file is free software; the Free Software Foundation
84555   gives unlimited permission to copy and/or distribute it,
84556   with or without modifications, as long as this notice is preserved.
84557 #Header: 
84558 ## serial 19
84559 ## Determine whether we need the chown wrapper.
84560 #
84561 #dnl Copyright (C) 1997-2001, 2003-2005, 2007, 2009
84562 #dnl 
84563 #
84564 #dnl This file is free software; the Free Software Foundation
84565 #dnl gives unlimited permission to copy and/or distribute it,
84566 #dnl with or without modifications, as long as this notice is preserved.
84567 #
84568 ## chown should accept arguments of -1 for uid and gid, and it should
84569 ## dereference symlinks.  If it doesn't, arrange to use the replacement
84570 ## function.
84571 #
84572 ## From Jim Meyering.
84573
84574 File: ./m4/clock_time.m4
84575 Hash: 19824aa72500f6ce1cd7dad2280d6742b8b97adf59dec61783b165208a384aa8
84576 Copyright: 2002-2006, 2009 Free Software Foundation, Inc
84577 License: 
84578 Licence_Text:
84579   This file is free software; the Free Software Foundation
84580   gives unlimited permission to copy and/or distribute it,
84581   with or without modifications, as long as this notice is preserved.
84582 #Header: 
84583 ## clock_time.m4 serial 9
84584 #dnl Copyright (C) 2002-2006, 2009 Free Software Foundation, Inc.
84585 #dnl This file is free software; the Free Software Foundation
84586 #dnl gives unlimited permission to copy and/or distribute it,
84587 #dnl with or without modifications, as long as this notice is preserved.
84588 #
84589 ## Check for clock_gettime and clock_settime, and set LIB_CLOCK_GETTIME.
84590 ## For a program named, say foo, you should add a line like the following
84591 ## in the corresponding Makefile.am file:
84592 ## foo_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
84593 #
84594 #AC_DEFUN([gl_CLOCK_TIME],
84595 #[
84596 #  dnl Persuade glibc and Solaris <time.h> to declare these functions.
84597 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
84598
84599 File: ./m4/cloexec.m4
84600 Hash: 4d4b571bd482f975c487221e5a04b89a98bb9ecde57248f8b8e6cc066718ae68
84601 Copyright: 2004, 2005, 2006 Free Software Foundation, Inc
84602 License: 
84603 Licence_Text:
84604   This file is free software; the Free Software Foundation
84605   gives unlimited permission to copy and/or distribute it,
84606   with or without modifications, as long as this notice is preserved.
84607 #Header: 
84608 ##serial 6
84609 #dnl Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
84610 #dnl This file is free software; the Free Software Foundation
84611 #dnl gives unlimited permission to copy and/or distribute it,
84612 #dnl with or without modifications, as long as this notice is preserved.
84613 #
84614 #AC_DEFUN([gl_CLOEXEC],
84615 #[
84616 #  AC_LIBOBJ([cloexec])
84617 #])
84618
84619 File: ./m4/close-stream.m4
84620 Hash: 3091fb73ef0ac31a2cc908760c33c471d4e7a5c1283c03f5a69d5a82301043fe
84621 Copyright: 2006-2007 Free Software Foundation, Inc
84622 License: 
84623 Licence_Text:
84624   This file is free software; the Free Software Foundation
84625   gives unlimited permission to copy and/or distribute it,
84626   with or without modifications, as long as this notice is preserved.
84627 #Header: 
84628 ##serial 3
84629 #dnl Copyright (C) 2006-2007 Free Software Foundation, Inc.
84630 #dnl This file is free software; the Free Software Foundation
84631 #dnl gives unlimited permission to copy and/or distribute it,
84632 #dnl with or without modifications, as long as this notice is preserved.
84633 #
84634 #AC_DEFUN([gl_CLOSE_STREAM],
84635 #[
84636 #  AC_LIBOBJ([close-stream])
84637 #
84638 #  dnl Prerequisites of lib/close-stream.c.
84639 #  :
84640 #])
84641
84642 File: ./m4/close.m4
84643 Hash: 7e1b55433c7364fb5ea4be276aa2f2761dd7b50c399d474f11ed787201ad29d2
84644 Copyright: 2008-2009 Free Software Foundation, Inc
84645 License: 
84646 Licence_Text:
84647   This file is free software; the Free Software Foundation
84648   gives unlimited permission to copy and/or distribute it,
84649   with or without modifications, as long as this notice is preserved.
84650 #Header: 
84651 ## close.m4 serial 5
84652 #dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
84653 #dnl This file is free software; the Free Software Foundation
84654 #dnl gives unlimited permission to copy and/or distribute it,
84655 #dnl with or without modifications, as long as this notice is preserved.
84656 #
84657 #AC_DEFUN([gl_FUNC_CLOSE],
84658 #[
84659 #  m4_ifdef([gl_PREREQ_SYS_H_WINSOCK2], [
84660 #    gl_PREREQ_SYS_H_WINSOCK2
84661 #    if test $UNISTD_H_HAVE_WINSOCK2_H = 1; then
84662 #      dnl Even if the 'socket' module is not used here, another part of the
84663 #      dnl application may use it and pass file descriptors that refer to
84664 #      dnl sockets to the close() function. So enable the support for sockets.
84665 #      gl_REPLACE_CLOSE
84666
84667 File: ./m4/closein.m4
84668 Hash: f58bf58484cebc1a8bc332904efa060564ca19565dde390c83faa28be18d672f
84669 Copyright: 2007 Free Software Foundation, Inc
84670 License: 
84671 Licence_Text:
84672   This file is free software; the Free Software Foundation
84673   gives unlimited permission to copy and/or distribute it,
84674   with or without modifications, as long as this notice is preserved.
84675 #Header: 
84676 ## closein.m4 serial 1
84677 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
84678 #dnl This file is free software; the Free Software Foundation
84679 #dnl gives unlimited permission to copy and/or distribute it,
84680 #dnl with or without modifications, as long as this notice is preserved.
84681 #
84682 #AC_DEFUN([gl_CLOSEIN],
84683 #[
84684 #  AC_LIBOBJ([closein])
84685 #
84686 #  dnl Prerequisites of lib/closein.c.
84687 #  :
84688 #])
84689
84690 File: ./m4/closeout.m4
84691 Hash: b472fe6270917cb33de443e6130c9722c4f316f255f00a8a00f3ae37fab0b26a
84692 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
84693 License: 
84694 Licence_Text:
84695   This file is free software; the Free Software Foundation
84696   gives unlimited permission to copy and/or distribute it,
84697   with or without modifications, as long as this notice is preserved.
84698 #Header: 
84699 ## closeout.m4 serial 5
84700 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
84701 #dnl This file is free software; the Free Software Foundation
84702 #dnl gives unlimited permission to copy and/or distribute it,
84703 #dnl with or without modifications, as long as this notice is preserved.
84704 #
84705 #AC_DEFUN([gl_CLOSEOUT],
84706 #[
84707 #  AC_LIBOBJ([closeout])
84708 #
84709 #  dnl Prerequisites of lib/closeout.c.
84710 #  :
84711 #])
84712
84713 File: ./m4/codeset.m4
84714 Hash: 798184a7fbbc98c7faaca47a01a72ef637da6852ab2ea8d9ed4b19ad8f83be66
84715 Copyright: 2000-2002, 2006, 2008, 2009 Free Software Foundation, Inc
84716 License: 
84717 Licence_Text:
84718   This file is free software; the Free Software Foundation
84719   gives unlimited permission to copy and/or distribute it,
84720   with or without modifications, as long as this notice is preserved.
84721 #Header: 
84722 ## codeset.m4 serial 4 (gettext-0.18)
84723 #dnl Copyright (C) 2000-2002, 2006, 2008, 2009 Free Software Foundation, Inc.
84724 #dnl This file is free software; the Free Software Foundation
84725 #dnl gives unlimited permission to copy and/or distribute it,
84726 #dnl with or without modifications, as long as this notice is preserved.
84727 #
84728 #dnl From Bruno Haible.
84729 #
84730 #AC_DEFUN([AM_LANGINFO_CODESET],
84731 #[
84732 #  AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset],
84733 #    [AC_TRY_LINK([#include <langinfo.h>],
84734 #      [char* cs = nl_langinfo(CODESET); return !cs;],
84735 #      [am_cv_langinfo_codeset=yes],
84736 #      [am_cv_langinfo_codeset=no])
84737
84738 File: ./m4/cond.m4
84739 Hash: fc7299e2068e6ff7fb2c149ae8bf9720b040cf1ee5a6862dc34a9fc507a01556
84740 Copyright: 2008 Free Software Foundation, Inc
84741 License: 
84742 Licence_Text:
84743   This file is free software; the Free Software Foundation
84744   gives unlimited permission to copy and/or distribute it,
84745   with or without modifications, as long as this notice is preserved.
84746 #Header: 
84747 ## cond.m4 serial 1
84748 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
84749 #dnl This file is free software; the Free Software Foundation
84750 #dnl gives unlimited permission to copy and/or distribute it,
84751 #dnl with or without modifications, as long as this notice is preserved.
84752 #
84753 #AC_DEFUN([gl_COND],
84754 #[
84755 #  AC_REQUIRE([gl_THREADLIB])
84756 #  AC_REQUIRE([AC_C_INLINE])
84757 #])
84758
84759 File: ./m4/config-h.m4
84760 Hash: c6cf92e91910d0bd085cf645a73b6ae7cd932ae193edb3c41c9e285aeb84122a
84761 Copyright: 2006 Free Software Foundation, Inc
84762 License: 
84763 Licence_Text:
84764   This file is free software; the Free Software Foundation
84765   gives unlimited permission to copy and/or distribute it,
84766   with or without modifications, as long as this notice is preserved.
84767 #Header: 
84768 ## Say that -DHAVE_CONFIG_H is not needed.
84769 #
84770 #dnl Copyright (C) 2006 Free Software Foundation, Inc.
84771 #dnl This file is free software; the Free Software Foundation
84772 #dnl gives unlimited permission to copy and/or distribute it,
84773 #dnl with or without modifications, as long as this notice is preserved.
84774 #
84775 #dnl Written by Paul Eggert.
84776 #
84777 ## This package's source files all include config.h unconditionally,
84778 ## so there's no need to pass -DHAVE_CONFIG_H to the compiler.
84779 #AC_DEFUN([gl_CONFIG_H],
84780 #  [AC_CONFIG_COMMANDS_PRE([test "X$DEFS" = X-DHAVE_CONFIG_H && DEFS=])])
84781
84782 File: ./m4/copy-file.m4
84783 Hash: 23a58772c01c55b3d027ceae709201c9fafb97744dbe367577674e28588d64d5
84784 Copyright: 2003, 2009 Free Software Foundation, Inc
84785 License: 
84786 Licence_Text:
84787   This file is free software; the Free Software Foundation
84788   gives unlimited permission to copy and/or distribute it,
84789   with or without modifications, as long as this notice is preserved.
84790 #Header: 
84791 ## copy-file.m4 serial 3
84792 #dnl Copyright (C) 2003, 2009 Free Software Foundation, Inc.
84793 #dnl This file is free software; the Free Software Foundation
84794 #dnl gives unlimited permission to copy and/or distribute it,
84795 #dnl with or without modifications, as long as this notice is preserved.
84796 #
84797 #AC_DEFUN([gl_COPY_FILE],
84798 #[
84799 #  AC_CHECK_HEADERS_ONCE([unistd.h utime.h])
84800 #  AC_CHECK_FUNCS([chown utime utimes])
84801 #])
84802
84803 File: ./m4/count-one-bits.m4
84804 Hash: 7cb9f7f46b3c69bd552292ce5a9d8ad5372dc27602d1adfffd765688bb918c6e
84805 Copyright: 2007 Free Software Foundation, Inc
84806 License: 
84807 Licence_Text:
84808   This file is free software; the Free Software Foundation
84809   gives unlimited permission to copy and/or distribute it,
84810   with or without modifications, as long as this notice is preserved.
84811 #Header: 
84812 ## count-one-bits.m4 serial 1
84813 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
84814 #dnl This file is free software; the Free Software Foundation
84815 #dnl gives unlimited permission to copy and/or distribute it,
84816 #dnl with or without modifications, as long as this notice is preserved.
84817 #
84818 #AC_DEFUN([gl_COUNT_ONE_BITS],
84819 #[
84820 #  dnl We don't need (and can't compile) count_one_bits_ll
84821 #  dnl unless the type 'unsigned long long int' exists.
84822 #  AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
84823 #])
84824
84825 File: ./m4/crc.m4
84826 Hash: ac3b61507ffd5e75e6cb43ecc272a4c802c6b05131d7f8855c2a7509fc610386
84827 Copyright: 2005, 2006 Free Software Foundation, Inc
84828 License: 
84829 Licence_Text:
84830   This file is free software; the Free Software Foundation
84831   gives unlimited permission to copy and/or distribute it,
84832   with or without modifications, as long as this notice is preserved.
84833 #Header: 
84834 ## crc.m4 serial 2
84835 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
84836 #dnl This file is free software; the Free Software Foundation
84837 #dnl gives unlimited permission to copy and/or distribute it,
84838 #dnl with or without modifications, as long as this notice is preserved.
84839 #
84840 #AC_DEFUN([gl_CRC],
84841 #[
84842 #  AC_LIBOBJ([crc])
84843 #])
84844
84845 File: ./m4/csharp.m4
84846 Hash: 3e03d469ea0a067f286a667d6fc8fb7c8e373ec8c6aa13b6b7d73d5ecdd411bf
84847 Copyright: 2004-2005, 2009 Free Software Foundation, Inc
84848 License: 
84849 Licence_Text:
84850   This file is free software; the Free Software Foundation
84851   gives unlimited permission to copy and/or distribute it,
84852   with or without modifications, as long as this notice is preserved.
84853 #Header: 
84854 ## csharp.m4 serial 3
84855 #dnl Copyright (C) 2004-2005, 2009 Free Software Foundation, Inc.
84856 #dnl This file is free software; the Free Software Foundation
84857 #dnl gives unlimited permission to copy and/or distribute it,
84858 #dnl with or without modifications, as long as this notice is preserved.
84859 #
84860 ## Sets CSHARP_CHOICE to the preferred C# implementation:
84861 ## 'pnet' or 'mono' or 'any' or 'no'.
84862 #AC_DEFUN([gt_CSHARP_CHOICE],
84863 #[
84864 #  AC_MSG_CHECKING([for preferred C[#] implementation])
84865 #  AC_ARG_ENABLE([csharp],
84866 #    [  --enable-csharp[[=IMPL]]  choose preferred C[#] implementation (pnet or mono)],
84867 #    [CSHARP_CHOICE="$enableval"],
84868 #    CSHARP_CHOICE=any)
84869
84870 File: ./m4/csharpcomp.m4
84871 Hash: bed35278c23c7f90f65c2e1a03b0b535b14f290ba7007cc11f8c3c0a97b06d1e
84872 Copyright: 2003-2005, 2007, 2009 Free Software Foundation, Inc
84873 License: 
84874 Licence_Text:
84875   This file is free software; the Free Software Foundation
84876   gives unlimited permission to copy and/or distribute it,
84877   with or without modifications, as long as this notice is preserved.
84878 #Header: 
84879 ## csharpcomp.m4 serial 8
84880 #dnl Copyright (C) 2003-2005, 2007, 2009 Free Software Foundation, Inc.
84881 #dnl This file is free software; the Free Software Foundation
84882 #dnl gives unlimited permission to copy and/or distribute it,
84883 #dnl with or without modifications, as long as this notice is preserved.
84884 #
84885 ## Prerequisites of csharpcomp.sh.
84886 ## Checks for a C# compiler.
84887 ## Sets at most one of HAVE_CSCC, HAVE_MCS, HAVE_CSC.
84888 ## Sets HAVE_CSHARPCOMP to nonempty if csharpcomp.sh will work.
84889 ## Also sets CSHARPCOMPFLAGS.
84890 #AC_DEFUN([gt_CSHARPCOMP],
84891 #[
84892 #  AC_REQUIRE([gt_CSHARP_CHOICE])
84893 #  AC_MSG_CHECKING([for C[#] compiler])
84894
84895 File: ./m4/csharpexec.m4
84896 Hash: e1de084636e1f5efc990513007c3cfa05561055efcecf49e159166249f61ea8a
84897 Copyright: 2003-2005, 2009 Free Software Foundation, Inc
84898 License: 
84899 Licence_Text:
84900   This file is free software; the Free Software Foundation
84901   gives unlimited permission to copy and/or distribute it,
84902   with or without modifications, as long as this notice is preserved.
84903 #Header: 
84904 ## csharpexec.m4 serial 4
84905 #dnl Copyright (C) 2003-2005, 2009 Free Software Foundation, Inc.
84906 #dnl This file is free software; the Free Software Foundation
84907 #dnl gives unlimited permission to copy and/or distribute it,
84908 #dnl with or without modifications, as long as this notice is preserved.
84909 #
84910 ## Prerequisites of csharpexec.sh.
84911 ## Checks for a C# execution engine.
84912 ## gt_CSHARPEXEC or gt_CSHARPEXEC(testexecutable, its-directory)
84913 ## Sets at most one of HAVE_ILRUN, HAVE_MONO, HAVE_CLIX.
84914 ## Sets HAVE_CSHARPEXEC to nonempty if csharpexec.sh will work.
84915 #AC_DEFUN([gt_CSHARPEXEC],
84916 #[
84917 #  AC_REQUIRE([gt_CSHARP_CHOICE])
84918 #  AC_MSG_CHECKING([for C[#] program execution engine])
84919
84920 File: ./m4/cycle-check.m4
84921 Hash: 08b0141983dcbe0af6eb3adced2241ebe8b6ab88474fe14396559bf2c280ee1e
84922 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
84923 License: 
84924 Licence_Text:
84925   This file is free software; the Free Software Foundation
84926   gives unlimited permission to copy and/or distribute it,
84927   with or without modifications, as long as this notice is preserved.
84928 #Header: 
84929 ##serial 5
84930 #dnl Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
84931 #dnl This file is free software; the Free Software Foundation
84932 #dnl gives unlimited permission to copy and/or distribute it,
84933 #dnl with or without modifications, as long as this notice is preserved.
84934 #
84935 #AC_DEFUN([gl_CYCLE_CHECK],
84936 #[
84937 #  AC_REQUIRE([AC_C_INLINE])
84938 #  AC_LIBOBJ([cycle-check])
84939 #])
84940
84941 File: ./m4/d-ino.m4
84942 Hash: ebc82fd998746123b58231e2d774d7709bbfc7594df11bbc8552c63a28b75c48
84943 Copyright: 1997, 1999-2001, 2003-2004, 2006-2007, 2009 Free Software Foundation, Inc.
84944 License: 
84945 Licence_Text:
84946   This file is free software; the Free Software Foundation
84947   gives unlimited permission to copy and/or distribute it,
84948   with or without modifications, as long as this notice is preserved.
84949 #Header: 
84950 ## serial 11
84951 #
84952 #dnl From Jim Meyering.
84953 #dnl
84954 #dnl Check whether struct dirent has a member named d_ino.
84955 #dnl
84956 #
84957 ## Copyright (C) 1997, 1999-2001, 2003-2004, 2006-2007, 2009 Free Software
84958 ## Foundation, Inc.
84959 #
84960 ## This file is free software; the Free Software Foundation
84961 ## gives unlimited permission to copy and/or distribute it,
84962 ## with or without modifications, as long as this notice is preserved.
84963 #
84964 #AC_DEFUN([gl_CHECK_TYPE_STRUCT_DIRENT_D_INO],
84965
84966 File: ./m4/d-type.m4
84967 Hash: aaf8c30e46246b12f62710018b00b56cd4ae3ed0f1a0133325d2d727a75db56b
84968 Copyright: 1997, 1999-2004, 2006, 2009 Free Software Foundation, Inc
84969 License: 
84970 Licence_Text:
84971   This file is free software; the Free Software Foundation
84972   gives unlimited permission to copy and/or distribute it,
84973   with or without modifications, as long as this notice is preserved.
84974 #Header: 
84975 ## serial 11
84976 #
84977 #dnl From Jim Meyering.
84978 #dnl
84979 #dnl Check whether struct dirent has a member named d_type.
84980 #dnl
84981 #
84982 ## Copyright (C) 1997, 1999-2004, 2006, 2009 Free Software Foundation, Inc.
84983 ##
84984 ## This file is free software; the Free Software Foundation
84985 ## gives unlimited permission to copy and/or distribute it,
84986 ## with or without modifications, as long as this notice is preserved.
84987 #
84988 #AC_DEFUN([gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE],
84989 #  [AC_CACHE_CHECK([for d_type member in directory struct],
84990
84991 File: ./m4/des.m4
84992 Hash: b9009b10ac57e2829610ad77f600ca717a7ddd2622a071ca3393ffee39f474c1
84993 Copyright: 2005, 2006 Free Software Foundation, Inc
84994 License: 
84995 Licence_Text:
84996   This file is free software; the Free Software Foundation
84997   gives unlimited permission to copy and/or distribute it,
84998   with or without modifications, as long as this notice is preserved.
84999 #Header: 
85000 ## des.m4 serial 2
85001 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
85002 #dnl This file is free software; the Free Software Foundation
85003 #dnl gives unlimited permission to copy and/or distribute it,
85004 #dnl with or without modifications, as long as this notice is preserved.
85005 #
85006 #AC_DEFUN([gl_DES],
85007 #[
85008 #  AC_LIBOBJ([des])
85009 #])
85010
85011 File: ./m4/dirent-safer.m4
85012 Hash: 0df2785f4f2c25e6850aeb7ae112f5292cb556f96c2d79c933b062ec5a840276
85013 Copyright: 2009 Free Software Foundation, Inc
85014 License: 
85015 Licence_Text:
85016   This file is free software; the Free Software Foundation
85017   gives unlimited permission to copy and/or distribute it,
85018   with or without modifications, as long as this notice is preserved.
85019 #Header: 
85020 ##serial 1
85021 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
85022 #dnl This file is free software; the Free Software Foundation
85023 #dnl gives unlimited permission to copy and/or distribute it,
85024 #dnl with or without modifications, as long as this notice is preserved.
85025 #
85026 #AC_DEFUN([gl_DIRENT_SAFER],
85027 #[
85028 #  AC_CHECK_FUNCS_ONCE([fdopendir])
85029 #  AC_LIBOBJ([opendir-safer])
85030 #])
85031
85032 File: ./m4/dirent_h.m4
85033 Hash: 1e19ccad9ce6a2f856861bf7c23b8cd3e5a42edb574fdb4878ccb77562e5eee0
85034 Copyright: 2008-2009 Free Software Foundation, Inc
85035 License: 
85036 Licence_Text:
85037   This file is free software; the Free Software Foundation
85038   gives unlimited permission to copy and/or distribute it,
85039   with or without modifications, as long as this notice is preserved.
85040 #Header: 
85041 ## dirent_h.m4 serial 4
85042 #dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
85043 #dnl This file is free software; the Free Software Foundation
85044 #dnl gives unlimited permission to copy and/or distribute it,
85045 #dnl with or without modifications, as long as this notice is preserved.
85046 #
85047 #dnl Written by Bruno Haible.
85048 #
85049 #AC_DEFUN([gl_DIRENT_H],
85050 #[
85051 #  dnl Use AC_REQUIRE here, so that the default behavior below is expanded
85052 #  dnl once only, before all statements that occur in other macros.
85053 #  AC_REQUIRE([gl_DIRENT_H_DEFAULTS])
85054 #
85055 #  gl_CHECK_NEXT_HEADERS([dirent.h])
85056
85057 File: ./m4/dirfd.m4
85058 Hash: f1a40a07c8854f4be0b3f0f4deae0b1f72de8eb88ed8b30c7a938ad9c4ef1635
85059 Copyright: 2001-2006, 2008-2009 Free Software Foundation, Inc
85060 License: 
85061 Licence_Text:
85062   This file is free software; the Free Software Foundation
85063   gives unlimited permission to copy and/or distribute it,
85064   with or without modifications, as long as this notice is preserved.
85065 #Header: 
85066 ## serial 17   -*- Autoconf -*-
85067 #
85068 #dnl Find out how to get the file descriptor associated with an open DIR*.
85069 #
85070 ## Copyright (C) 2001-2006, 2008-2009 Free Software Foundation, Inc.
85071 ## This file is free software; the Free Software Foundation
85072 ## gives unlimited permission to copy and/or distribute it,
85073 ## with or without modifications, as long as this notice is preserved.
85074 #
85075 #dnl From Jim Meyering
85076 #
85077 #AC_DEFUN([gl_FUNC_DIRFD],
85078 #[
85079 #  AC_REQUIRE([gl_DIRENT_H_DEFAULTS])
85080 #  gl_REPLACE_DIRENT_H
85081
85082 File: ./m4/dirname.m4
85083 Hash: 5e5b390ea6a0270ff48f6e0b985c95d3d178a29ab54c859758c87bd19b543cee
85084 Copyright: 2002-2006 Free Software Foundation, Inc
85085 License: 
85086 Licence_Text:
85087   This file is free software; the Free Software Foundation
85088   gives unlimited permission to copy and/or distribute it,
85089   with or without modifications, as long as this notice is preserved.
85090 #Header: 
85091 ##serial 7   -*- autoconf -*-
85092 #dnl Copyright (C) 2002-2006 Free Software Foundation, Inc.
85093 #dnl This file is free software; the Free Software Foundation
85094 #dnl gives unlimited permission to copy and/or distribute it,
85095 #dnl with or without modifications, as long as this notice is preserved.
85096 #
85097 #AC_DEFUN([gl_DIRNAME],
85098 #[
85099 #  AC_LIBOBJ([basename])
85100 #  AC_LIBOBJ([dirname])
85101 #  AC_LIBOBJ([stripslash])
85102 #
85103 #  dnl Prerequisites of lib/dirname.h.
85104 #  AC_REQUIRE([gl_AC_DOS])
85105 #  AC_REQUIRE([gl_DOUBLE_SLASH_ROOT])
85106
85107 File: ./m4/dos.m4
85108 Hash: 0686518ef84a5fed6f1bb276c02d11c84efe40f4450b8b956b4b0f0f4af1f739
85109 Copyright: 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc
85110 License: 
85111 Licence_Text:
85112   This file is free software; the Free Software Foundation
85113   gives unlimited permission to copy and/or distribute it,
85114   with or without modifications, as long as this notice is preserved.
85115 #Header: 
85116 ##serial 11   -*- autoconf -*-
85117 #
85118 ## Define some macros required for proper operation of code in lib/*.c
85119 ## on MSDOS/Windows systems.
85120 #
85121 ## Copyright (C) 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc.
85122 ## This file is free software; the Free Software Foundation
85123 ## gives unlimited permission to copy and/or distribute it,
85124 ## with or without modifications, as long as this notice is preserved.
85125 #
85126 ## From Jim Meyering.
85127 #
85128 #AC_DEFUN([gl_AC_DOS],
85129 #  [
85130 #    AC_CACHE_CHECK([whether system is Windows or MSDOS], [ac_cv_win_or_dos],
85131
85132 File: ./m4/double-slash-root.m4
85133 Hash: 00cf683e37d5296236bb31b34728935f45e051dd74abf695fda2272406f6231f
85134 Copyright: 2006, 2008, 2009 Free Software Foundation, Inc
85135 License: 
85136 Licence_Text:
85137   This file is free software; the Free Software Foundation
85138   gives unlimited permission to copy and/or distribute it,
85139   with or without modifications, as long as this notice is preserved.
85140 #Header: 
85141 ## double-slash-root.m4 serial 4   -*- Autoconf -*-
85142 #dnl Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
85143 #dnl This file is free software; the Free Software Foundation
85144 #dnl gives unlimited permission to copy and/or distribute it,
85145 #dnl with or without modifications, as long as this notice is preserved.
85146 #
85147 #AC_DEFUN([gl_DOUBLE_SLASH_ROOT],
85148 #[
85149 #  AC_REQUIRE([AC_CANONICAL_HOST])
85150 #  AC_CACHE_CHECK([whether // is distinct from /], [gl_cv_double_slash_root],
85151 #    [ if test x"$cross_compiling" = xyes ; then
85152 #       # When cross-compiling, there is no way to tell whether // is special
85153 #       # short of a list of hosts.  However, the only known hosts to date
85154 #       # that have a distinct // are Apollo DomainOS (too old to port to),
85155 #       # Cygwin, and z/OS.  If anyone knows of another system for which // has
85156
85157 File: ./m4/dprintf-posix.m4
85158 Hash: 4d518e6a74aa81ddadb7111ad05a9447d5c22202ff954d6dca5964ec1e755cf3
85159 Copyright: 2007-2009 Free Software Foundation, Inc
85160 License: 
85161 Licence_Text:
85162   This file is free software; the Free Software Foundation
85163   gives unlimited permission to copy and/or distribute it,
85164   with or without modifications, as long as this notice is preserved.
85165 #Header: 
85166 ## dprintf-posix.m4 serial 2
85167 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
85168 #dnl This file is free software; the Free Software Foundation
85169 #dnl gives unlimited permission to copy and/or distribute it,
85170 #dnl with or without modifications, as long as this notice is preserved.
85171 #
85172 #AC_DEFUN([gl_FUNC_DPRINTF_POSIX],
85173 #[
85174 #  AC_REQUIRE([gl_PRINTF_SIZES_C99])
85175 #  AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
85176 #  AC_REQUIRE([gl_PRINTF_INFINITE])
85177 #  AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE])
85178 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_A])
85179 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_F])
85180 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_N])
85181
85182 File: ./m4/dprintf.m4
85183 Hash: 193180d094ccea061d44e273da365b72498002d167766c58b7ebe3d9ae421b03
85184 Copyright: 2009 Free Software Foundation, Inc
85185 License: 
85186 Licence_Text:
85187   This file is free software; the Free Software Foundation
85188   gives unlimited permission to copy and/or distribute it,
85189   with or without modifications, as long as this notice is preserved.
85190 #Header: 
85191 ## dprintf.m4 serial 1
85192 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
85193 #dnl This file is free software; the Free Software Foundation
85194 #dnl gives unlimited permission to copy and/or distribute it,
85195 #dnl with or without modifications, as long as this notice is preserved.
85196 #
85197 #AC_DEFUN([gl_FUNC_DPRINTF],
85198 #[
85199 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
85200 #  AC_CHECK_FUNCS_ONCE([dprintf])
85201 #  if test $ac_cv_func_dprintf = no; then
85202 #    HAVE_DPRINTF=0
85203 #    gl_REPLACE_DPRINTF
85204 #  fi
85205 #])
85206
85207 File: ./m4/dup2.m4
85208 Hash: 7c4b1a9d5d67bca60012e759553f97b72a0ec7f8106e3881845c6545005cb452
85209 Copyright: 2002, 2005, 2007, 2009 Free Software Foundation, Inc
85210 License: 
85211 Licence_Text:
85212   This file is free software; the Free Software Foundation
85213   gives unlimited permission to copy and/or distribute it,
85214   with or without modifications, as long as this notice is preserved.
85215 #Header: 
85216 ##serial 8
85217 #dnl Copyright (C) 2002, 2005, 2007, 2009 Free Software Foundation, Inc.
85218 #dnl This file is free software; the Free Software Foundation
85219 #dnl gives unlimited permission to copy and/or distribute it,
85220 #dnl with or without modifications, as long as this notice is preserved.
85221 #
85222 #AC_DEFUN([gl_FUNC_DUP2],
85223 #[
85224 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
85225 #  AC_REQUIRE([AC_CANONICAL_HOST])
85226 #  AC_CHECK_FUNCS_ONCE([dup2])
85227 #  if test $ac_cv_func_dup2 = no; then
85228 #    HAVE_DUP2=0
85229 #    AC_LIBOBJ([dup2])
85230 #  else
85231
85232 File: ./m4/dup3.m4
85233 Hash: 4ce79f58847153c5a32e74acc00c061c31a87fef94e418168dddb0c0641f1710
85234 Copyright: 2009 Free Software Foundation, Inc
85235 License: 
85236 Licence_Text:
85237   This file is free software; the Free Software Foundation
85238   gives unlimited permission to copy and/or distribute it,
85239   with or without modifications, as long as this notice is preserved.
85240 #Header: 
85241 ## dup3.m4 serial 2
85242 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
85243 #dnl This file is free software; the Free Software Foundation
85244 #dnl gives unlimited permission to copy and/or distribute it,
85245 #dnl with or without modifications, as long as this notice is preserved.
85246 #
85247 #AC_DEFUN([gl_FUNC_DUP3],
85248 #[
85249 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
85250 #
85251 #  dnl Persuade glibc <unistd.h> to declare dup3().
85252 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
85253 #
85254 #  AC_CHECK_FUNCS_ONCE([dup3])
85255 #  if test $ac_cv_func_dup3 != yes; then
85256
85257 File: ./m4/eaccess.m4
85258 Hash: 2eca1bd5e8430964e61caf77d01a5abf3514931453355b3a99a513ba4203cce0
85259 Copyright: 2003, 2009 Free Software Foundation, Inc
85260 License: 
85261 Licence_Text:
85262   This file is free software; the Free Software Foundation
85263   gives unlimited permission to copy and/or distribute it,
85264   with or without modifications, as long as this notice is preserved.
85265 #Header: 
85266 ## eaccess.m4 serial 2
85267 #dnl Copyright (C) 2003, 2009 Free Software Foundation, Inc.
85268 #dnl This file is free software; the Free Software Foundation
85269 #dnl gives unlimited permission to copy and/or distribute it,
85270 #dnl with or without modifications, as long as this notice is preserved.
85271 #
85272 #AC_DEFUN([gl_FUNC_EACCESS],
85273 #[
85274 #  AC_CHECK_FUNC([eaccess], ,
85275 #    [AC_DEFINE([eaccess], [access],
85276 #       [Define as 'access' if you don't have the eaccess() function.])])
85277 #])
85278
85279 File: ./m4/eealloc.m4
85280 Hash: b48072eda4c415f4c70dabf3f484840e7dcb508b206b48b83d93b9646361d27e
85281 Copyright: 2003, 2009 Free Software Foundation, Inc
85282 License: 
85283 Licence_Text:
85284   This file is free software; the Free Software Foundation
85285   gives unlimited permission to copy and/or distribute it,
85286   with or without modifications, as long as this notice is preserved.
85287 #Header: 
85288 ## eealloc.m4 serial 2
85289 #dnl Copyright (C) 2003, 2009 Free Software Foundation, Inc.
85290 #dnl This file is free software; the Free Software Foundation
85291 #dnl gives unlimited permission to copy and/or distribute it,
85292 #dnl with or without modifications, as long as this notice is preserved.
85293 #
85294 #AC_DEFUN([gl_EEALLOC],
85295 #[
85296 #  AC_REQUIRE([gl_EEMALLOC])
85297 #  AC_REQUIRE([gl_EEREALLOC])
85298 #  AC_REQUIRE([AC_C_INLINE])
85299 #])
85300 #
85301 #AC_DEFUN([gl_EEMALLOC],
85302 #[
85303
85304 File: ./m4/environ.m4
85305 Hash: 4283b25a258a4358150e4422f3c22bc4a5a95fd3b05c3864c656997f245d571f
85306 Copyright: 2001-2004, 2006-2009 Free Software Foundation, Inc
85307 License: 
85308 Licence_Text:
85309   This file is free software; the Free Software Foundation
85310   gives unlimited permission to copy and/or distribute it,
85311   with or without modifications, as long as this notice is preserved.
85312 #Header: 
85313 ## environ.m4 serial 2
85314 #dnl Copyright (C) 2001-2004, 2006-2009 Free Software Foundation, Inc.
85315 #dnl This file is free software; the Free Software Foundation
85316 #dnl gives unlimited permission to copy and/or distribute it,
85317 #dnl with or without modifications, as long as this notice is preserved.
85318 #
85319 #AC_DEFUN([gl_ENVIRON],
85320 #[
85321 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
85322 #  dnl Persuade glibc <unistd.h> to declare environ.
85323 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
85324 #  gt_CHECK_VAR_DECL([#include <unistd.h>], environ)
85325 #  if test $gt_cv_var_environ_declaration != yes; then
85326 #    HAVE_DECL_ENVIRON=0
85327 #  fi
85328
85329 File: ./m4/errno_h.m4
85330 Hash: 4fe293d8c7486c74c2a6ec7b383c10f11e80af0ac1c6c28451e798a62117bd96
85331 Copyright: 2004, 2006, 2008, 2009 Free Software Foundation, Inc
85332 License: 
85333 Licence_Text:
85334   This file is free software; the Free Software Foundation
85335   gives unlimited permission to copy and/or distribute it,
85336   with or without modifications, as long as this notice is preserved.
85337 #Header: 
85338 ## errno_h.m4 serial 6
85339 #dnl Copyright (C) 2004, 2006, 2008, 2009 Free Software Foundation, Inc.
85340 #dnl This file is free software; the Free Software Foundation
85341 #dnl gives unlimited permission to copy and/or distribute it,
85342 #dnl with or without modifications, as long as this notice is preserved.
85343 #
85344 #AC_DEFUN_ONCE([gl_HEADER_ERRNO_H],
85345 #[
85346 #  AC_REQUIRE([AC_PROG_CC])
85347 #  AC_CACHE_CHECK([for complete errno.h], [gl_cv_header_errno_h_complete], [
85348 #    AC_EGREP_CPP([booboo],[
85349 ##include <errno.h>
85350 ##if !defined ENOMSG
85351 #booboo
85352 ##endif
85353
85354 File: ./m4/error.m4
85355 Hash: d8d8360113fea1e0eab7095a3331097070f8c4adf2dd86b5fd11dc22f73ceebf
85356 Copyright: 1996, 1997, 1998, 2001, 2002, 2003, 2004 Free Software
85357 License: 
85358 Licence_Text:
85359   This file is free software; the Free Software Foundation
85360   gives unlimited permission to copy and/or distribute it,
85361   with or without modifications, as long as this notice is preserved.
85362 #Header: 
85363 ##serial 11
85364 #
85365 ## Copyright (C) 1996, 1997, 1998, 2001, 2002, 2003, 2004 Free Software
85366 ## Foundation, Inc.
85367 ##
85368 ## This file is free software; the Free Software Foundation
85369 ## gives unlimited permission to copy and/or distribute it,
85370 ## with or without modifications, as long as this notice is preserved.
85371 #
85372 #AC_DEFUN([gl_ERROR],
85373 #[
85374 #  AC_FUNC_ERROR_AT_LINE
85375 #  dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]).
85376 #  gl_PREREQ_ERROR
85377 #])
85378
85379 File: ./m4/euidaccess.m4
85380 Hash: b2aa7901f1599ebf72d901afba98b9e218c1855b4396cb39194784aeb9051200
85381 Copyright: 2002-2009 Free Software Foundation, Inc
85382 License: 
85383 Licence_Text:
85384   This file is free software; the Free Software Foundation
85385   gives unlimited permission to copy and/or distribute it,
85386   with or without modifications, as long as this notice is preserved.
85387 #Header: 
85388 ## euidaccess.m4 serial 11
85389 #dnl Copyright (C) 2002-2009 Free Software Foundation, Inc.
85390 #dnl This file is free software; the Free Software Foundation
85391 #dnl gives unlimited permission to copy and/or distribute it,
85392 #dnl with or without modifications, as long as this notice is preserved.
85393 #
85394 #AC_DEFUN([gl_FUNC_NONREENTRANT_EUIDACCESS],
85395 #[
85396 #  AC_REQUIRE([gl_FUNC_EUIDACCESS])
85397 #  AC_DEFINE([PREFER_NONREENTRANT_EUIDACCESS], [1],
85398 #    [Define this if you prefer euidaccess to return the correct result
85399 #     even if this would make it nonreentrant.  Define this only if your
85400 #     entire application is safe even if the uid or gid might temporarily
85401 #     change.  If your application uses signal handlers or threads it
85402 #     is probably not safe.])
85403
85404 File: ./m4/exclude.m4
85405 Hash: f157d5680a79611b130e7e6082cdfd076c29a03eaa43c6edc97cc8e5fe25a1bf
85406 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
85407 License: 
85408 Licence_Text:
85409   This file is free software; the Free Software Foundation
85410   gives unlimited permission to copy and/or distribute it,
85411   with or without modifications, as long as this notice is preserved.
85412 #Header: 
85413 ## exclude.m4 serial 7
85414 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
85415 #dnl This file is free software; the Free Software Foundation
85416 #dnl gives unlimited permission to copy and/or distribute it,
85417 #dnl with or without modifications, as long as this notice is preserved.
85418 #
85419 #AC_DEFUN([gl_EXCLUDE],
85420 #[
85421 #  AC_LIBOBJ([exclude])
85422 #])
85423
85424 File: ./m4/execute.m4
85425 Hash: d91a2923d49049f4b4d8e89e4c75b86ff3a90420e1e36337461f09aef719825f
85426 Copyright: 2003, 2008, 2009 Free Software Foundation, Inc
85427 License: 
85428 Licence_Text:
85429   This file is free software; the Free Software Foundation
85430   gives unlimited permission to copy and/or distribute it,
85431   with or without modifications, as long as this notice is preserved.
85432 #Header: 
85433 ## execute.m4 serial 4
85434 #dnl Copyright (C) 2003, 2008, 2009 Free Software Foundation, Inc.
85435 #dnl This file is free software; the Free Software Foundation
85436 #dnl gives unlimited permission to copy and/or distribute it,
85437 #dnl with or without modifications, as long as this notice is preserved.
85438 #
85439 #AC_DEFUN([gl_EXECUTE],
85440 #[
85441 #  dnl Prerequisites of lib/execute.c.
85442 #  AC_REQUIRE([AC_C_INLINE])
85443 #  AC_REQUIRE([AC_TYPE_MODE_T])
85444 #])
85445
85446 File: ./m4/exitfail.m4
85447 Hash: c0bca886587d8ac9978c63a4cd4016879923984497dee2730b5c8cf3e14162f1
85448 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
85449 License: 
85450 Licence_Text:
85451   This file is free software; the Free Software Foundation
85452   gives unlimited permission to copy and/or distribute it,
85453   with or without modifications, as long as this notice is preserved.
85454 #Header: 
85455 ## exitfail.m4 serial 6
85456 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
85457 #dnl This file is free software; the Free Software Foundation
85458 #dnl gives unlimited permission to copy and/or distribute it,
85459 #dnl with or without modifications, as long as this notice is preserved.
85460 #
85461 #AC_DEFUN([gl_EXITFAIL],
85462 #[
85463 #  AC_LIBOBJ([exitfail])
85464 #
85465 #  dnl No prerequisites of lib/exitfail.c.
85466 #  :
85467 #])
85468
85469 File: ./m4/exponentd.m4
85470 Hash: 5058bb832cabaa10e4a9c9d86746cf504a7f65f202f513d0672d569ca22365ff
85471 Copyright: 2007-2008 Free Software Foundation, Inc
85472 License: 
85473 Licence_Text:
85474   This file is free software; the Free Software Foundation
85475   gives unlimited permission to copy and/or distribute it,
85476   with or without modifications, as long as this notice is preserved.
85477 #Header: 
85478 ## exponentd.m4 serial 1
85479 #dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
85480 #dnl This file is free software; the Free Software Foundation
85481 #dnl gives unlimited permission to copy and/or distribute it,
85482 #dnl with or without modifications, as long as this notice is preserved.
85483 #AC_DEFUN([gl_DOUBLE_EXPONENT_LOCATION],
85484 #[
85485 #  AC_CACHE_CHECK([where to find the exponent in a 'double'],
85486 #    [gl_cv_cc_double_expbit0],
85487 #    [
85488 #      AC_TRY_RUN([
85489 ##include <float.h>
85490 ##include <stddef.h>
85491 ##include <stdio.h>
85492 ##include <string.h>
85493
85494 File: ./m4/exponentf.m4
85495 Hash: 9959e539475d1417ce2a219cbace11d88034d81641007a866c4219aa5341a302
85496 Copyright: 2007-2008 Free Software Foundation, Inc
85497 License: 
85498 Licence_Text:
85499   This file is free software; the Free Software Foundation
85500   gives unlimited permission to copy and/or distribute it,
85501   with or without modifications, as long as this notice is preserved.
85502 #Header: 
85503 ## exponentf.m4 serial 1
85504 #dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
85505 #dnl This file is free software; the Free Software Foundation
85506 #dnl gives unlimited permission to copy and/or distribute it,
85507 #dnl with or without modifications, as long as this notice is preserved.
85508 #AC_DEFUN([gl_FLOAT_EXPONENT_LOCATION],
85509 #[
85510 #  AC_CACHE_CHECK([where to find the exponent in a 'float'],
85511 #    [gl_cv_cc_float_expbit0],
85512 #    [
85513 #      AC_TRY_RUN([
85514 ##include <float.h>
85515 ##include <stddef.h>
85516 ##include <stdio.h>
85517 ##include <string.h>
85518
85519 File: ./m4/exponentl.m4
85520 Hash: 794a89c1dcefd7d2a44a7627ed950cc1de34a3439fb6104e42b476ef7ee745e7
85521 Copyright: 2007-2009 Free Software Foundation, Inc
85522 License: 
85523 Licence_Text:
85524   This file is free software; the Free Software Foundation
85525   gives unlimited permission to copy and/or distribute it,
85526   with or without modifications, as long as this notice is preserved.
85527 #Header: 
85528 ## exponentl.m4 serial 2
85529 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
85530 #dnl This file is free software; the Free Software Foundation
85531 #dnl gives unlimited permission to copy and/or distribute it,
85532 #dnl with or without modifications, as long as this notice is preserved.
85533 #AC_DEFUN([gl_LONG_DOUBLE_EXPONENT_LOCATION],
85534 #[
85535 #  AC_REQUIRE([gl_BIGENDIAN])
85536 #  AC_CACHE_CHECK([where to find the exponent in a 'long double'],
85537 #    [gl_cv_cc_long_double_expbit0],
85538 #    [
85539 #      AC_TRY_RUN([
85540 ##include <float.h>
85541 ##include <stddef.h>
85542 ##include <stdio.h>
85543
85544 File: ./m4/extensions.m4
85545 Hash: bdff048b894f22bac6a6632e68de81828283256a335be4b9e464e943190c0801
85546 Copyright: 2003, 2006-2009 Free Software Foundation, Inc
85547 License: 
85548 Licence_Text:
85549   This file is free software; the Free Software Foundation
85550   gives unlimited permission to copy and/or distribute it,
85551   with or without modifications, as long as this notice is preserved.
85552 #Header: 
85553 ## serial 8  -*- Autoconf -*-
85554 ## Enable extensions on systems that normally disable them.
85555 #
85556 ## Copyright (C) 2003, 2006-2009 Free Software Foundation, Inc.
85557 ## This file is free software; the Free Software Foundation
85558 ## gives unlimited permission to copy and/or distribute it,
85559 ## with or without modifications, as long as this notice is preserved.
85560 #
85561 ## This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS
85562 ## Autoconf.  Perhaps we can remove this once we can assume Autoconf
85563 ## 2.62 or later everywhere, but since CVS Autoconf mutates rapidly
85564 ## enough in this area it's likely we'll need to redefine
85565 ## AC_USE_SYSTEM_EXTENSIONS for quite some time.
85566 #
85567 ## AC_USE_SYSTEM_EXTENSIONS
85568
85569 File: ./m4/faccessat.m4
85570 Hash: 9f08b4c94c4a06294b64072a9e6b684b627b44440875f145615f66814fc0b702
85571 Copyright: 2009 Free Software Foundation, Inc
85572 License: 
85573 Licence_Text:
85574   This file is free software; the Free Software Foundation
85575   gives unlimited permission to copy and/or distribute it,
85576   with or without modifications, as long as this notice is preserved.
85577 #Header: 
85578 ## serial 3
85579 ## See if we need to provide faccessat replacement.
85580 #
85581 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
85582 #dnl This file is free software; the Free Software Foundation
85583 #dnl gives unlimited permission to copy and/or distribute it,
85584 #dnl with or without modifications, as long as this notice is preserved.
85585 #
85586 ## Written by Eric Blake.
85587 #
85588 #AC_DEFUN([gl_FUNC_FACCESSAT],
85589 #[
85590 #  AC_REQUIRE([gl_FUNC_OPENAT])
85591 #  AC_REQUIRE([gl_FUNC_EUIDACCESS])
85592 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
85593
85594 File: ./m4/fatal-signal.m4
85595 Hash: 2a78cb0997683eca979321f1f2eb2973b442ce77f106bcefa8859968fbf58f04
85596 Copyright: 2003-2004, 2006, 2008, 2009 Free Software Foundation, Inc
85597 License: 
85598 Licence_Text:
85599   This file is free software; the Free Software Foundation
85600   gives unlimited permission to copy and/or distribute it,
85601   with or without modifications, as long as this notice is preserved.
85602 #Header: 
85603 ## fatal-signal.m4 serial 7
85604 #dnl Copyright (C) 2003-2004, 2006, 2008, 2009 Free Software Foundation, Inc.
85605 #dnl This file is free software; the Free Software Foundation
85606 #dnl gives unlimited permission to copy and/or distribute it,
85607 #dnl with or without modifications, as long as this notice is preserved.
85608 #
85609 #AC_DEFUN([gl_FATAL_SIGNAL],
85610 #[
85611 #  AC_REQUIRE([gt_TYPE_SIG_ATOMIC_T])
85612 #  AC_CHECK_HEADERS_ONCE([unistd.h])
85613 #  gl_PREREQ_SIG_HANDLER_H
85614 #])
85615
85616 File: ./m4/fbufmode.m4
85617 Hash: 47eae3094e71bbbbbdf5e844b7e46629cccefb272730dd90e15929281f04fa48
85618 Copyright: 2007 Free Software Foundation, Inc
85619 License: 
85620 Licence_Text:
85621   This file is free software; the Free Software Foundation
85622   gives unlimited permission to copy and/or distribute it,
85623   with or without modifications, as long as this notice is preserved.
85624 #Header: 
85625 ## fbufmode.m4 serial 1
85626 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
85627 #dnl This file is free software; the Free Software Foundation
85628 #dnl gives unlimited permission to copy and/or distribute it,
85629 #dnl with or without modifications, as long as this notice is preserved.
85630 #
85631 #AC_DEFUN([gl_FUNC_FBUFMODE],
85632 #[
85633 #  dnl Prerequisites of lib/fbufmode.c.
85634 #  AC_CHECK_FUNCS_ONCE([__flbf])
85635 #])
85636
85637 File: ./m4/fchdir.m4
85638 Hash: 18dfd391edf590486365f2410fe2d2fb805d743a68136299ddc47fe80711db98
85639 Copyright: 2006-2009 Free Software Foundation, Inc
85640 License: 
85641 Licence_Text:
85642   This file is free software; the Free Software Foundation
85643   gives unlimited permission to copy and/or distribute it,
85644   with or without modifications, as long as this notice is preserved.
85645 #Header: 
85646 ## fchdir.m4 serial 9
85647 #dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
85648 #dnl This file is free software; the Free Software Foundation
85649 #dnl gives unlimited permission to copy and/or distribute it,
85650 #dnl with or without modifications, as long as this notice is preserved.
85651 #
85652 #AC_DEFUN([gl_FUNC_FCHDIR],
85653 #[
85654 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
85655 #  AC_REQUIRE([gl_DIRENT_H_DEFAULTS])
85656 #  AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS])
85657 #  AC_CHECK_FUNCS_ONCE([fchdir])
85658 #  if test $ac_cv_func_fchdir = no; then
85659 #    REPLACE_FCHDIR=1
85660 #    AC_LIBOBJ([fchdir])
85661
85662 File: ./m4/fclose.m4
85663 Hash: cb8402f12d3a7e62c3e5617f98e19cc1c0ddef4904bf4d04467c445f5853ed0c
85664 Copyright: 2008-2009 Free Software Foundation, Inc
85665 License: 
85666 Licence_Text:
85667   This file is free software; the Free Software Foundation
85668   gives unlimited permission to copy and/or distribute it,
85669   with or without modifications, as long as this notice is preserved.
85670 #Header: 
85671 ## fclose.m4 serial 2
85672 #dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
85673 #dnl This file is free software; the Free Software Foundation
85674 #dnl gives unlimited permission to copy and/or distribute it,
85675 #dnl with or without modifications, as long as this notice is preserved.
85676 #
85677 #AC_DEFUN([gl_FUNC_FCLOSE],
85678 #[
85679 #])
85680 #
85681 #AC_DEFUN([gl_REPLACE_FCLOSE],
85682 #[
85683 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
85684 #  REPLACE_FCLOSE=1
85685 #  AC_LIBOBJ([fclose])
85686
85687 File: ./m4/fcntl-safer.m4
85688 Hash: 125531e3fb7fa9ce62b6f25142454078fdc1653288e56dd770c0917c3e88f4e3
85689 Copyright: 2005-2007, 2009 Free Software Foundation, Inc
85690 License: 
85691 Licence_Text:
85692   This file is free software; the Free Software Foundation
85693   gives unlimited permission to copy and/or distribute it,
85694   with or without modifications, as long as this notice is preserved.
85695 #Header: 
85696 ##serial 7
85697 #dnl Copyright (C) 2005-2007, 2009 Free Software Foundation, Inc.
85698 #dnl This file is free software; the Free Software Foundation
85699 #dnl gives unlimited permission to copy and/or distribute it,
85700 #dnl with or without modifications, as long as this notice is preserved.
85701 #
85702 #AC_DEFUN([gl_FCNTL_SAFER],
85703 #[
85704 #  AC_LIBOBJ([open-safer])
85705 #  AC_LIBOBJ([creat-safer])
85706 #  # Prerequisites of lib/open-safer.c.
85707 #  AC_REQUIRE([gl_PROMOTED_TYPE_MODE_T])
85708 #])
85709 #
85710 #AC_DEFUN([gl_OPENAT_SAFER],
85711
85712 File: ./m4/fcntl_h.m4
85713 Hash: 876ecbcebae308d5b51d7fefbbb44a0cc20781eae03ab416895c50118ad8d06c
85714 Copyright: 2006, 2007, 2009 Free Software Foundation, Inc
85715 License: 
85716 Licence_Text:
85717   This file is free software; the Free Software Foundation
85718   gives unlimited permission to copy and/or distribute it,
85719   with or without modifications, as long as this notice is preserved.
85720 #Header: 
85721 ## serial 3
85722 ## Configure fcntl.h.
85723 #dnl Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
85724 #dnl This file is free software; the Free Software Foundation
85725 #dnl gives unlimited permission to copy and/or distribute it,
85726 #dnl with or without modifications, as long as this notice is preserved.
85727 #
85728 #dnl Written by Paul Eggert.
85729 #
85730 #AC_DEFUN([gl_FCNTL_H],
85731 #[
85732 #  AC_REQUIRE([gl_FCNTL_H_DEFAULTS])
85733 #  dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
85734 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
85735 #  AC_CACHE_CHECK([for working fcntl.h], [gl_cv_header_working_fcntl_h],
85736
85737 File: ./m4/fdopendir.m4
85738 Hash: 5d0d75f6c33c69ddb9b253fdf2cbcb08752a3bca92d5a9e44cac0d0935f05e1d
85739 Copyright: 2009 Free Software Foundation, Inc
85740 License: 
85741 Licence_Text:
85742   This file is free software; the Free Software Foundation
85743   gives unlimited permission to copy and/or distribute it,
85744   with or without modifications, as long as this notice is preserved.
85745 #Header: 
85746 ## serial 1
85747 ## See if we need to provide fdopendir.
85748 #
85749 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
85750 #dnl This file is free software; the Free Software Foundation
85751 #dnl gives unlimited permission to copy and/or distribute it,
85752 #dnl with or without modifications, as long as this notice is preserved.
85753 #
85754 ## Written by Eric Blake.
85755 #
85756 #AC_DEFUN([gl_FUNC_FDOPENDIR],
85757 #[
85758 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
85759 #  AC_CHECK_FUNCS_ONCE([fdopendir])
85760 #  if test $ac_cv_func_fdopendir = no; then
85761
85762 File: ./m4/fflush.m4
85763 Hash: a42927338afd7b316951faf1c953daafbea033ab310824f84ecbb58383228f48
85764 Copyright: 2007-2009 Free Software Foundation, Inc
85765 License: 
85766 Licence_Text:
85767   This file is free software; the Free Software Foundation
85768   gives unlimited permission to copy and/or distribute it,
85769   with or without modifications, as long as this notice is preserved.
85770 #Header: 
85771 ## fflush.m4 serial 7
85772 #
85773 ## Copyright (C) 2007-2009 Free Software Foundation, Inc.
85774 ## This file is free software; the Free Software Foundation
85775 ## gives unlimited permission to copy and/or distribute it,
85776 ## with or without modifications, as long as this notice is preserved.
85777 #
85778 #dnl From Eric Blake
85779 #
85780 #dnl Find out how to obey POSIX semantics of fflush(stdin) discarding
85781 #dnl unread input on seekable streams, rather than C99 undefined semantics.
85782 #
85783 #AC_DEFUN([gl_FUNC_FFLUSH],
85784 #[
85785 #  AC_CACHE_CHECK([whether fflush works on input streams],
85786
85787 File: ./m4/file-type.m4
85788 Hash: 312a84168ac2f1b1c14220aeb335cf1268efe38307848c9a882c099a057ed59e
85789 Copyright: 2002, 2005, 2006 Free Software Foundation, Inc
85790 License: 
85791 Licence_Text:
85792   This file is free software; the Free Software Foundation
85793   gives unlimited permission to copy and/or distribute it,
85794   with or without modifications, as long as this notice is preserved.
85795 #Header: 
85796 ## file-type.m4 serial 6
85797 #dnl Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc.
85798 #dnl This file is free software; the Free Software Foundation
85799 #dnl gives unlimited permission to copy and/or distribute it,
85800 #dnl with or without modifications, as long as this notice is preserved.
85801 #
85802 #AC_DEFUN([gl_FILE_TYPE],
85803 #[
85804 #  AC_LIBOBJ([file-type])
85805 #])
85806
85807 File: ./m4/fileblocks.m4
85808 Hash: afc5994b8cd6b810f81c0bb605c9768ba3c724ebf1ac33b1940081b564db76fd
85809 Copyright: 2002, 2005, 2006, 2009 Free Software Foundation, Inc
85810 License: 
85811 Licence_Text:
85812   This file is free software; the Free Software Foundation
85813   gives unlimited permission to copy and/or distribute it,
85814   with or without modifications, as long as this notice is preserved.
85815 #Header: 
85816 ## fileblocks.m4 serial 5
85817 #dnl Copyright (C) 2002, 2005, 2006, 2009 Free Software Foundation, Inc.
85818 #dnl This file is free software; the Free Software Foundation
85819 #dnl gives unlimited permission to copy and/or distribute it,
85820 #dnl with or without modifications, as long as this notice is preserved.
85821 #
85822 #AC_DEFUN([gl_FILEBLOCKS],
85823 #[
85824 #  AC_STRUCT_ST_BLOCKS
85825 #  dnl Note: AC_STRUCT_ST_BLOCKS does AC_LIBOBJ([fileblocks]).
85826 #  if test $ac_cv_member_struct_stat_st_blocks = no; then
85827 #    gl_PREREQ_FILEBLOCKS
85828 #  fi
85829 #])
85830
85831 File: ./m4/filemode.m4
85832 Hash: 8dd4d3ccf500ebd64522a379c41fec1ed74e007244f7cd946dc9a8c6b0a95e4e
85833 Copyright: 2002, 2005, 2006 Free Software Foundation, Inc
85834 License: 
85835 Licence_Text:
85836   This file is free software; the Free Software Foundation
85837   gives unlimited permission to copy and/or distribute it,
85838   with or without modifications, as long as this notice is preserved.
85839 #Header: 
85840 ## filemode.m4 serial 7
85841 #dnl Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc.
85842 #dnl This file is free software; the Free Software Foundation
85843 #dnl gives unlimited permission to copy and/or distribute it,
85844 #dnl with or without modifications, as long as this notice is preserved.
85845 #
85846 #AC_DEFUN([gl_FILEMODE],
85847 #[
85848 #  AC_REQUIRE([AC_STRUCT_ST_DM_MODE])
85849 #  AC_LIBOBJ([filemode])
85850 #  AC_CHECK_DECLS_ONCE([strmode])
85851 #])
85852
85853 File: ./m4/filenamecat.m4
85854 Hash: ac5ada6787a8617ef2ca718ff8043193dda141d1d57be957af8840cd2ec371dd
85855 Copyright: 2002-2006, 2009 Free Software Foundation, Inc
85856 License: 
85857 Licence_Text:
85858   This file is free software; the Free Software Foundation
85859   gives unlimited permission to copy and/or distribute it,
85860   with or without modifications, as long as this notice is preserved.
85861 #Header: 
85862 ## filenamecat.m4 serial 9
85863 #dnl Copyright (C) 2002-2006, 2009 Free Software Foundation, Inc.
85864 #dnl This file is free software; the Free Software Foundation
85865 #dnl gives unlimited permission to copy and/or distribute it,
85866 #dnl with or without modifications, as long as this notice is preserved.
85867 #
85868 #AC_DEFUN([gl_FILE_NAME_CONCAT],
85869 #[
85870 #  AC_LIBOBJ([filenamecat])
85871 #
85872 #  dnl Prerequisites of lib/filenamecat.c.
85873 #  AC_CHECK_FUNCS_ONCE([mempcpy])
85874 #])
85875
85876 File: ./m4/findprog.m4
85877 Hash: 90578a64ef1f6ce7f9d541fac5cb328d7f900ca600e1b1c491e97a729c4391ed
85878 Copyright: 2003, 2009 Free Software Foundation, Inc
85879 License: 
85880 Licence_Text:
85881   This file is free software; the Free Software Foundation
85882   gives unlimited permission to copy and/or distribute it,
85883   with or without modifications, as long as this notice is preserved.
85884 #Header: 
85885 ## findprog.m4 serial 2
85886 #dnl Copyright (C) 2003, 2009 Free Software Foundation, Inc.
85887 #dnl This file is free software; the Free Software Foundation
85888 #dnl gives unlimited permission to copy and/or distribute it,
85889 #dnl with or without modifications, as long as this notice is preserved.
85890 #
85891 #AC_DEFUN([gl_FINDPROG],
85892 #[
85893 #  dnl Prerequisites of lib/findprog.c.
85894 #  AC_CHECK_HEADERS_ONCE([unistd.h])
85895 #  AC_REQUIRE([gl_FUNC_EACCESS])
85896 #])
85897
85898 File: ./m4/flexmember.m4
85899 Hash: 91bd9e053632cf0678e82035378bc32d21c404e017c0cb13c1888887ccceed56
85900 Copyright: 2006, 2009 Free Software Foundation, Inc
85901 License: 
85902 Licence_Text:
85903   This file is free software; the Free Software Foundation
85904   gives unlimited permission to copy and/or distribute it,
85905   with or without modifications, as long as this notice is preserved.
85906 #Header: 
85907 ## serial 2
85908 ## Check for flexible array member support.
85909 #
85910 ## Copyright (C) 2006, 2009 Free Software Foundation, Inc.
85911 ## This file is free software; the Free Software Foundation
85912 ## gives unlimited permission to copy and/or distribute it,
85913 ## with or without modifications, as long as this notice is preserved.
85914 #
85915 ## Written by Paul Eggert.
85916 #
85917 #AC_DEFUN([AC_C_FLEXIBLE_ARRAY_MEMBER],
85918 #[
85919 #  AC_CACHE_CHECK([for flexible array member],
85920 #    ac_cv_c_flexmember,
85921 #    [AC_COMPILE_IFELSE(
85922
85923 File: ./m4/float_h.m4
85924 Hash: ed0472c9ce5a69206792765536ce26bf056cb09a0e4e00fbf6f92a804b92dce6
85925 Copyright: 2007 Free Software Foundation, Inc
85926 License: 
85927 Licence_Text:
85928   This file is free software; the Free Software Foundation
85929   gives unlimited permission to copy and/or distribute it,
85930   with or without modifications, as long as this notice is preserved.
85931 #Header: 
85932 ## float_h.m4 serial 3
85933 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
85934 #dnl This file is free software; the Free Software Foundation
85935 #dnl gives unlimited permission to copy and/or distribute it,
85936 #dnl with or without modifications, as long as this notice is preserved.
85937 #
85938 #AC_DEFUN([gl_FLOAT_H],
85939 #[
85940 #  AC_REQUIRE([AC_PROG_CC])
85941 #  AC_REQUIRE([AC_CANONICAL_HOST])
85942 #  FLOAT_H=
85943 #  case "$host_os" in
85944 #    beos* | openbsd*)
85945 #      FLOAT_H=float.h
85946 #      gl_CHECK_NEXT_HEADERS([float.h])
85947
85948 File: ./m4/flock.m4
85949 Hash: 46ec46659d20d4d889859493fcff0d6fa0adf9c0f714cf2e1f26abc0d5d26878
85950 Copyright: 2008 Free Software Foundation, Inc
85951 License: 
85952 Licence_Text:
85953   This file is free software; the Free Software Foundation
85954   gives unlimited permission to copy and/or distribute it,
85955   with or without modifications, as long as this notice is preserved.
85956 #Header: 
85957 ## flock.m4 serial 1
85958 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
85959 #dnl This file is free software; the Free Software Foundation
85960 #dnl gives unlimited permission to copy and/or distribute it,
85961 #dnl with or without modifications, as long as this notice is preserved.
85962 #
85963 #AC_DEFUN([gl_FUNC_FLOCK],
85964 #[
85965 #  AC_REQUIRE([gl_HEADER_SYS_FILE_H_DEFAULTS])
85966 #  AC_CHECK_FUNCS_ONCE([flock])
85967 #  if test $ac_cv_func_flock = no; then
85968 #    HAVE_FLOCK=0
85969 #    AC_LIBOBJ([flock])
85970 #    gl_PREREQ_FLOCK
85971 #  fi
85972
85973 File: ./m4/floor.m4
85974 Hash: 1c106d3c05b2afa08097d196eed80b85166a5c7058ba2e9e36be6635d27b1cec
85975 Copyright: 2007, 2009 Free Software Foundation, Inc
85976 License: 
85977 Licence_Text:
85978   This file is free software; the Free Software Foundation
85979   gives unlimited permission to copy and/or distribute it,
85980   with or without modifications, as long as this notice is preserved.
85981 #Header: 
85982 ## floor.m4 serial 3
85983 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
85984 #dnl This file is free software; the Free Software Foundation
85985 #dnl gives unlimited permission to copy and/or distribute it,
85986 #dnl with or without modifications, as long as this notice is preserved.
85987 #
85988 #AC_DEFUN([gl_FUNC_FLOOR],
85989 #[
85990 #  dnl Test whether floor() can be used without libm.
85991 #  gl_FUNC_FLOOR_LIBS
85992 #  if test "$FLOOR_LIBM" = "?"; then
85993 #    FLOOR_LIBM=
85994 #  fi
85995 #  AC_SUBST([FLOOR_LIBM])
85996 #])
85997
85998 File: ./m4/floorf.m4
85999 Hash: aa5e12760098221878cffc006320adffba688133460e279f740759c7faec4b05
86000 Copyright: 2007, 2009 Free Software Foundation, Inc
86001 License: 
86002 Licence_Text:
86003   This file is free software; the Free Software Foundation
86004   gives unlimited permission to copy and/or distribute it,
86005   with or without modifications, as long as this notice is preserved.
86006 #Header: 
86007 ## floorf.m4 serial 4
86008 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
86009 #dnl This file is free software; the Free Software Foundation
86010 #dnl gives unlimited permission to copy and/or distribute it,
86011 #dnl with or without modifications, as long as this notice is preserved.
86012 #
86013 #AC_DEFUN([gl_FUNC_FLOORF],
86014 #[
86015 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
86016 #  dnl Persuade glibc <math.h> to declare floorf().
86017 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
86018 #  dnl Test whether floorf() is declared.
86019 #  AC_CHECK_DECLS([floorf], , , [#include <math.h>])
86020 #  if test "$ac_cv_have_decl_floorf" = yes; then
86021 #    dnl Test whether floorf() can be used without libm.
86022
86023 File: ./m4/floorl.m4
86024 Hash: b85a4fe69e190a88a16dd404a61599e8070a3b3bf9ab37c9690b543c81b629e3
86025 Copyright: 2007, 2009 Free Software Foundation, Inc
86026 License: 
86027 Licence_Text:
86028   This file is free software; the Free Software Foundation
86029   gives unlimited permission to copy and/or distribute it,
86030   with or without modifications, as long as this notice is preserved.
86031 #Header: 
86032 ## floorl.m4 serial 4
86033 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
86034 #dnl This file is free software; the Free Software Foundation
86035 #dnl gives unlimited permission to copy and/or distribute it,
86036 #dnl with or without modifications, as long as this notice is preserved.
86037 #
86038 #AC_DEFUN([gl_FUNC_FLOORL],
86039 #[
86040 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
86041 #  dnl Persuade glibc <math.h> to declare floorl().
86042 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
86043 #  dnl Test whether floorl() is declared.
86044 #  AC_CHECK_DECLS([floorl], , , [#include <math.h>])
86045 #  if test "$ac_cv_have_decl_floorl" = yes; then
86046 #    dnl Test whether floorl() can be used without libm.
86047
86048 File: ./m4/fnmatch.m4
86049 Hash: 5ad2559cc52140959c55fdd9939dbda831638089cfc85ed96288f33906ae6f79
86050 Copyright: 2000-2007, 2009 Free Software Foundation, Inc
86051 License: 
86052 Licence_Text:
86053   This file is free software; the Free Software Foundation
86054   gives unlimited permission to copy and/or distribute it,
86055   with or without modifications, as long as this notice is preserved.
86056 #Header: 
86057 ## Check for fnmatch - serial 4.
86058 #
86059 ## Copyright (C) 2000-2007, 2009 Free Software Foundation, Inc.
86060 ## This file is free software; the Free Software Foundation
86061 ## gives unlimited permission to copy and/or distribute it,
86062 ## with or without modifications, as long as this notice is preserved.
86063 #
86064 ## Autoconf defines AC_FUNC_FNMATCH, but that is obsolescent.
86065 ## New applications should use the macros below instead.
86066 #
86067 ## Request a POSIX compliant fnmatch function.
86068 #AC_DEFUN([gl_FUNC_FNMATCH_POSIX],
86069 #[
86070 #  m4_divert_text([DEFAULTS], [gl_fnmatch_required=POSIX])
86071
86072 File: ./m4/fopen.m4
86073 Hash: ad0e94c6fd7ae83f339ed3ab8e1bff3dd2758d7f6031df649ed0b0b97f6e0be1
86074 Copyright: 2007-2009 Free Software Foundation, Inc
86075 License: 
86076 Licence_Text:
86077   This file is free software; the Free Software Foundation
86078   gives unlimited permission to copy and/or distribute it,
86079   with or without modifications, as long as this notice is preserved.
86080 #Header: 
86081 ## fopen.m4 serial 5
86082 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
86083 #dnl This file is free software; the Free Software Foundation
86084 #dnl gives unlimited permission to copy and/or distribute it,
86085 #dnl with or without modifications, as long as this notice is preserved.
86086 #
86087 #AC_DEFUN([gl_FUNC_FOPEN],
86088 #[
86089 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
86090 #  AC_REQUIRE([AC_CANONICAL_HOST])
86091 #  case "$host_os" in
86092 #    mingw* | pw*)
86093 #      dnl Replace fopen, for handling of "/dev/null".
86094 #      REPLACE_FOPEN=1
86095 #      dnl fopen on mingw also has the trailing slash bug.
86096
86097 File: ./m4/fpending.m4
86098 Hash: 15e76893dd5eb2ccd584f05adfd4d0bf825205860f2ff756e9e1020c18908f66
86099 Copyright: 2000-2001, 2004-2009 Free Software Foundation, Inc
86100 License: 
86101 Licence_Text:
86102   This file is free software; the Free Software Foundation
86103   gives unlimited permission to copy and/or distribute it,
86104   with or without modifications, as long as this notice is preserved.
86105 #Header: 
86106 ## serial 15
86107 #
86108 ## Copyright (C) 2000-2001, 2004-2009 Free Software Foundation, Inc.
86109 ## This file is free software; the Free Software Foundation
86110 ## gives unlimited permission to copy and/or distribute it,
86111 ## with or without modifications, as long as this notice is preserved.
86112 #
86113 #dnl From Jim Meyering
86114 #dnl Using code from emacs, based on suggestions from Paul Eggert
86115 #dnl and Ulrich Drepper.
86116 #
86117 #dnl Find out how to determine the number of pending output bytes on a stream.
86118 #dnl glibc (2.1.93 and newer) and Solaris provide __fpending.  On other systems,
86119 #dnl we have to grub around in the FILE struct.
86120
86121 File: ./m4/fpieee.m4
86122 Hash: 3f59244481168ae5dfff004b81aeb6f8c894e83e649b61756a5728bbd99f7c0c
86123 Copyright: 2007 Free Software Foundation, Inc
86124 License: 
86125 Licence_Text:
86126   This file is free software; the Free Software Foundation
86127   gives unlimited permission to copy and/or distribute it,
86128   with or without modifications, as long as this notice is preserved.
86129 #Header: 
86130 ## fpieee.m4 serial 1
86131 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
86132 #dnl This file is free software; the Free Software Foundation
86133 #dnl gives unlimited permission to copy and/or distribute it,
86134 #dnl with or without modifications, as long as this notice is preserved.
86135 #
86136 #dnl IEEE 754 standardized three items:
86137 #dnl - The formats of single-float and double-float - nowadays commonly
86138 #dnl   available as 'float' and 'double' in C and C++.
86139 #dnl   No autoconf test needed.
86140 #dnl - The overflow and division by zero behaviour: The result are values
86141 #dnl   '±Inf' and 'NaN', rather than exceptions as it was before.
86142 #dnl   This file provides an autoconf macro for ensuring this behaviour of
86143 #dnl   floating-point operations.
86144 #dnl - A set of conditions (overflow, underflow, inexact, etc.) which can
86145
86146 File: ./m4/fprintf-posix.m4
86147 Hash: a6008d1598b7a24895a472734caac4147d7e0e83af64445440435d102702f0db
86148 Copyright: 2007-2009 Free Software Foundation, Inc
86149 License: 
86150 Licence_Text:
86151   This file is free software; the Free Software Foundation
86152   gives unlimited permission to copy and/or distribute it,
86153   with or without modifications, as long as this notice is preserved.
86154 #Header: 
86155 ## fprintf-posix.m4 serial 14
86156 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
86157 #dnl This file is free software; the Free Software Foundation
86158 #dnl gives unlimited permission to copy and/or distribute it,
86159 #dnl with or without modifications, as long as this notice is preserved.
86160 #
86161 #AC_DEFUN([gl_FUNC_FPRINTF_POSIX],
86162 #[
86163 #  AC_REQUIRE([gl_PRINTF_SIZES_C99])
86164 #  AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
86165 #  AC_REQUIRE([gl_PRINTF_INFINITE])
86166 #  AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE])
86167 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_A])
86168 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_F])
86169 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_N])
86170
86171 File: ./m4/fprintftime.m4
86172 Hash: b7fa3778dc0b75cfe801816cc9055dc7cf465859763cf969813048c198e5a4f2
86173 Copyright: 2005, 2006 Free Software Foundation, Inc
86174 License: 
86175 Licence_Text:
86176   This file is free software; the Free Software Foundation
86177   gives unlimited permission to copy and/or distribute it,
86178   with or without modifications, as long as this notice is preserved.
86179 #Header: 
86180 ##serial 2
86181 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
86182 #dnl This file is free software; the Free Software Foundation
86183 #dnl gives unlimited permission to copy and/or distribute it,
86184 #dnl with or without modifications, as long as this notice is preserved.
86185 #
86186 #AC_DEFUN([gl_FPRINTFTIME],
86187 #[
86188 #  AC_LIBOBJ([fprintftime])
86189 #])
86190
86191 File: ./m4/fpurge.m4
86192 Hash: f62512d54c7b8d9c80dd8cce01a414ff826212c7c2c6248a9ed3c7b633c05db5
86193 Copyright: 2007, 2009 Free Software Foundation, Inc
86194 License: 
86195 Licence_Text:
86196   This file is free software; the Free Software Foundation
86197   gives unlimited permission to copy and/or distribute it,
86198   with or without modifications, as long as this notice is preserved.
86199 #Header: 
86200 ## fpurge.m4 serial 6
86201 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
86202 #dnl This file is free software; the Free Software Foundation
86203 #dnl gives unlimited permission to copy and/or distribute it,
86204 #dnl with or without modifications, as long as this notice is preserved.
86205 #
86206 #AC_DEFUN([gl_FUNC_FPURGE],
86207 #[
86208 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
86209 #  AC_CHECK_FUNCS_ONCE([fpurge])
86210 #  AC_CHECK_FUNCS_ONCE([__fpurge])
86211 #  AC_CHECK_DECLS([fpurge], , , [[#include <stdio.h>]])
86212 #  if test "x$ac_cv_func_fpurge" = xyes; then
86213 #    # Detect BSD bug.  Only cygwin 1.7 is known to be immune.
86214 #    AC_CACHE_CHECK([whether fpurge works], [gl_cv_func_fpurge_works],
86215
86216 File: ./m4/freadable.m4
86217 Hash: 3bf013bf28d20f59da11208e07e1df5b7bce00db26854e6f051e7d5d9f8accab
86218 Copyright: 2007 Free Software Foundation, Inc
86219 License: 
86220 Licence_Text:
86221   This file is free software; the Free Software Foundation
86222   gives unlimited permission to copy and/or distribute it,
86223   with or without modifications, as long as this notice is preserved.
86224 #Header: 
86225 ## freadable.m4 serial 1
86226 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
86227 #dnl This file is free software; the Free Software Foundation
86228 #dnl gives unlimited permission to copy and/or distribute it,
86229 #dnl with or without modifications, as long as this notice is preserved.
86230 #
86231 #AC_DEFUN([gl_FUNC_FREADABLE],
86232 #[
86233 #  AC_CHECK_FUNCS_ONCE([__freadable])
86234 #  if test $ac_cv_func___freadable = no; then
86235 #    AC_LIBOBJ([freadable])
86236 #  fi
86237 #])
86238
86239 File: ./m4/freading.m4
86240 Hash: 1b93e3045ca266145966f8cc03253dc078a20bcc5718c4cbfb0143e96e71623b
86241 Copyright: 2007 Free Software Foundation, Inc
86242 License: 
86243 Licence_Text:
86244   This file is free software; the Free Software Foundation
86245   gives unlimited permission to copy and/or distribute it,
86246   with or without modifications, as long as this notice is preserved.
86247 #Header: 
86248 ## freading.m4 serial 1
86249 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
86250 #dnl This file is free software; the Free Software Foundation
86251 #dnl gives unlimited permission to copy and/or distribute it,
86252 #dnl with or without modifications, as long as this notice is preserved.
86253 #
86254 #AC_DEFUN([gl_FUNC_FREADING],
86255 #[
86256 #  AC_CHECK_FUNCS_ONCE([__freading])
86257 #])
86258
86259 File: ./m4/free.m4
86260 Hash: a73accbd96194e981cf77ac3c837092a69e5bc17d503029f7289b87d3b368a63
86261 Copyright: 2003, 2004, 2005, 2009 Free Software Foundation, Inc
86262 License: 
86263 Licence_Text:
86264   This file is free software; the Free Software Foundation
86265   gives unlimited permission to copy and/or distribute it,
86266   with or without modifications, as long as this notice is preserved.
86267 #Header: 
86268 ## Check whether free (NULL) is supposed to work.
86269 #
86270 ## Copyright (C) 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
86271 ## This file is free software; the Free Software Foundation
86272 ## gives unlimited permission to copy and/or distribute it,
86273 ## with or without modifications, as long as this notice is preserved.
86274 #
86275 ## Written by Paul Eggert.
86276 #
86277 ## We can't test for free (NULL) even at runtime, since it might
86278 ## happen to "work" for our test program, but not in general.  So, be
86279 ## conservative and use feature tests for relatively modern hosts,
86280 ## where free (NULL) is known to work.  This costs a bit of
86281 ## performance on some older hosts, but we can fix that later if
86282 ## needed.
86283
86284 File: ./m4/freopen.m4
86285 Hash: 5ebdad15bb6e2f7016d5c80253fb741aa55cd8d814b9540de1a847331950da0f
86286 Copyright: 2007-2008 Free Software Foundation, Inc
86287 License: 
86288 Licence_Text:
86289   This file is free software; the Free Software Foundation
86290   gives unlimited permission to copy and/or distribute it,
86291   with or without modifications, as long as this notice is preserved.
86292 #Header: 
86293 ## freopen.m4 serial 2
86294 #dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
86295 #dnl This file is free software; the Free Software Foundation
86296 #dnl gives unlimited permission to copy and/or distribute it,
86297 #dnl with or without modifications, as long as this notice is preserved.
86298 #
86299 #AC_DEFUN([gl_FUNC_FREOPEN],
86300 #[
86301 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
86302 #  AC_REQUIRE([AC_CANONICAL_HOST])
86303 #  case "$host_os" in
86304 #    mingw* | pw*)
86305 #      REPLACE_FREOPEN=1
86306 #      AC_LIBOBJ([freopen])
86307 #      gl_PREREQ_FREOPEN
86308
86309 File: ./m4/frexp.m4
86310 Hash: dc1ae79deeb763eff6de3d5298100b251865503e40b019a89e3db089bcad3a31
86311 Copyright: 2007, 2008, 2009 Free Software Foundation, Inc
86312 License: 
86313 Licence_Text:
86314   This file is free software; the Free Software Foundation
86315   gives unlimited permission to copy and/or distribute it,
86316   with or without modifications, as long as this notice is preserved.
86317 #Header: 
86318 ## frexp.m4 serial 7
86319 #dnl Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
86320 #dnl This file is free software; the Free Software Foundation
86321 #dnl gives unlimited permission to copy and/or distribute it,
86322 #dnl with or without modifications, as long as this notice is preserved.
86323 #
86324 #AC_DEFUN([gl_FUNC_FREXP],
86325 #[
86326 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
86327 #  FREXP_LIBM=
86328 #  AC_CACHE_CHECK([whether frexp() can be used without linking with libm],
86329 #    [gl_cv_func_frexp_no_libm],
86330 #    [
86331 #      AC_TRY_LINK([#include <math.h>
86332 #                   double x;],
86333
86334 File: ./m4/frexpl.m4
86335 Hash: 9eaf5d91b7fdceaec549c9d2f9ab9d7e1310c826c42c98e3617d338820d46491
86336 Copyright: 2007-2009 Free Software Foundation, Inc
86337 License: 
86338 Licence_Text:
86339   This file is free software; the Free Software Foundation
86340   gives unlimited permission to copy and/or distribute it,
86341   with or without modifications, as long as this notice is preserved.
86342 #Header: 
86343 ## frexpl.m4 serial 9
86344 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
86345 #dnl This file is free software; the Free Software Foundation
86346 #dnl gives unlimited permission to copy and/or distribute it,
86347 #dnl with or without modifications, as long as this notice is preserved.
86348 #
86349 #AC_DEFUN([gl_FUNC_FREXPL],
86350 #[
86351 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
86352 #  FREXPL_LIBM=
86353 #  AC_CACHE_CHECK([whether frexpl() can be used without linking with libm],
86354 #    [gl_cv_func_frexpl_no_libm],
86355 #    [
86356 #      AC_TRY_LINK([#include <math.h>
86357 #                   long double x;],
86358
86359 File: ./m4/fseek.m4
86360 Hash: 31705112d71a7dca0c55e58f71bb7793f5e8c34f031a0c8c3a9e5fc4e02f831d
86361 Copyright: 2007 Free Software Foundation, Inc
86362 License: 
86363 Licence_Text:
86364   This file is free software; the Free Software Foundation
86365   gives unlimited permission to copy and/or distribute it,
86366   with or without modifications, as long as this notice is preserved.
86367 #Header: 
86368 ## fseek.m4 serial 1
86369 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
86370 #dnl This file is free software; the Free Software Foundation
86371 #dnl gives unlimited permission to copy and/or distribute it,
86372 #dnl with or without modifications, as long as this notice is preserved.
86373 #
86374 #AC_DEFUN([gl_FUNC_FSEEK],
86375 #[
86376 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
86377 #  AC_REQUIRE([gl_FUNC_FSEEKO])
86378 #  dnl When fseeko needs fixes, fseek needs them too.
86379 #  if test $REPLACE_FSEEKO != 0; then
86380 #    AC_LIBOBJ([fseek])
86381 #    REPLACE_FSEEK=1
86382 #  fi
86383
86384 File: ./m4/fseeko.m4
86385 Hash: 6395a4c99169cdd30546e688899aafb3463f40f644f76627f7faa5ae579e04ee
86386 Copyright: 2007-2008 Free Software Foundation, Inc
86387 License: 
86388 Licence_Text:
86389   This file is free software; the Free Software Foundation
86390   gives unlimited permission to copy and/or distribute it,
86391   with or without modifications, as long as this notice is preserved.
86392 #Header: 
86393 ## fseeko.m4 serial 4
86394 #dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
86395 #dnl This file is free software; the Free Software Foundation
86396 #dnl gives unlimited permission to copy and/or distribute it,
86397 #dnl with or without modifications, as long as this notice is preserved.
86398 #
86399 #AC_DEFUN([gl_FUNC_FSEEKO],
86400 #[
86401 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
86402 #  AC_REQUIRE([AC_PROG_CC])
86403 #  AC_REQUIRE([gl_STDIN_LARGE_OFFSET])
86404 #
86405 #  dnl Persuade glibc <stdio.h> to declare fseeko().
86406 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
86407
86408 File: ./m4/fstypename.m4
86409 Hash: febf3d78aaad07d686dc0df84606d52ac546108e705860bb0215d8ce5a405cc9
86410 Copyright: 1998, 1999, 2001, 2004, 2006 Free Software Foundation, Inc
86411 License: 
86412 Licence_Text:
86413   This file is free software; the Free Software Foundation
86414   gives unlimited permission to copy and/or distribute it,
86415   with or without modifications, as long as this notice is preserved.
86416 #Header: 
86417 ##serial 6
86418 #
86419 #dnl From Jim Meyering.
86420 #dnl
86421 #dnl See if struct statfs has the f_fstypename member.
86422 #dnl If so, define HAVE_STRUCT_STATFS_F_FSTYPENAME.
86423 #dnl
86424 #
86425 ## Copyright (C) 1998, 1999, 2001, 2004, 2006 Free Software Foundation, Inc.
86426 ## This file is free software; the Free Software Foundation
86427 ## gives unlimited permission to copy and/or distribute it,
86428 ## with or without modifications, as long as this notice is preserved.
86429 #
86430 #AC_DEFUN([gl_FSTYPENAME],
86431 #[
86432
86433 File: ./m4/fsusage.m4
86434 Hash: 3f4ff242e495ac68b8e83f016aa01d83f890eb555ecd89730b95db0b1519d48b
86435 Copyright: 1997-1998, 2000-2001, 2003-2009 Free Software Foundation, Inc
86436 License: 
86437 Licence_Text:
86438   This file is free software; the Free Software Foundation
86439   gives unlimited permission to copy and/or distribute it,
86440   with or without modifications, as long as this notice is preserved.
86441 #Header: 
86442 ## serial 25
86443 ## Obtaining file system usage information.
86444 #
86445 ## Copyright (C) 1997-1998, 2000-2001, 2003-2009 Free Software Foundation, Inc.
86446 ##
86447 ## This file is free software; the Free Software Foundation
86448 ## gives unlimited permission to copy and/or distribute it,
86449 ## with or without modifications, as long as this notice is preserved.
86450 #
86451 ## Written by Jim Meyering.
86452 #
86453 #AC_DEFUN([gl_FSUSAGE],
86454 #[
86455 #  AC_CHECK_HEADERS_ONCE([sys/param.h])
86456 #  AC_CHECK_HEADERS_ONCE([sys/vfs.h sys/fs_types.h])
86457
86458 File: ./m4/fsync.m4
86459 Hash: 77db5b0972952ed1ea04f93e7da8814121e35fe2dd6ac987ecb230dad1ff2e6a
86460 Copyright: 2008 Free Software Foundation, Inc
86461 License: 
86462 Licence_Text:
86463   This file is free software; the Free Software Foundation
86464   gives unlimited permission to copy and/or distribute it,
86465   with or without modifications, as long as this notice is preserved.
86466 #Header: 
86467 ## fsync.m4 serial 1
86468 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
86469 #dnl This file is free software; the Free Software Foundation
86470 #dnl gives unlimited permission to copy and/or distribute it,
86471 #dnl with or without modifications, as long as this notice is preserved.
86472 #
86473 #AC_DEFUN([gl_FUNC_FSYNC],
86474 #[
86475 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
86476 #  AC_CHECK_FUNCS_ONCE([fsync])
86477 #  if test $ac_cv_func_fsync = no; then
86478 #    HAVE_FSYNC=0
86479 #    AC_LIBOBJ([fsync])
86480 #    gl_PREREQ_FSYNC
86481 #  fi
86482
86483 File: ./m4/ftell.m4
86484 Hash: d75a25a7df953391070aaf846037d45c4acd0b49dec2f2b6d5ffd42efa912d8f
86485 Copyright: 2007 Free Software Foundation, Inc
86486 License: 
86487 Licence_Text:
86488   This file is free software; the Free Software Foundation
86489   gives unlimited permission to copy and/or distribute it,
86490   with or without modifications, as long as this notice is preserved.
86491 #Header: 
86492 ## ftell.m4 serial 1
86493 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
86494 #dnl This file is free software; the Free Software Foundation
86495 #dnl gives unlimited permission to copy and/or distribute it,
86496 #dnl with or without modifications, as long as this notice is preserved.
86497 #
86498 #AC_DEFUN([gl_FUNC_FTELL],
86499 #[
86500 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
86501 #  AC_REQUIRE([gl_FUNC_FTELLO])
86502 #  dnl When ftello needs fixes, ftell needs them too.
86503 #  if test $REPLACE_FTELLO != 0; then
86504 #    AC_LIBOBJ([ftell])
86505 #    REPLACE_FTELL=1
86506 #  fi
86507
86508 File: ./m4/ftello.m4
86509 Hash: 8325ff7415b489bb4cda6d66da300385b44ef26bc5d2d2f0dcea088931d45276
86510 Copyright: 2007, 2008 Free Software Foundation, Inc
86511 License: 
86512 Licence_Text:
86513   This file is free software; the Free Software Foundation
86514   gives unlimited permission to copy and/or distribute it,
86515   with or without modifications, as long as this notice is preserved.
86516 #Header: 
86517 ## ftello.m4 serial 4
86518 #dnl Copyright (C) 2007, 2008 Free Software Foundation, Inc.
86519 #dnl This file is free software; the Free Software Foundation
86520 #dnl gives unlimited permission to copy and/or distribute it,
86521 #dnl with or without modifications, as long as this notice is preserved.
86522 #
86523 #AC_DEFUN([gl_FUNC_FTELLO],
86524 #[
86525 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
86526 #  AC_REQUIRE([AC_PROG_CC])
86527 #  AC_REQUIRE([gl_STDIN_LARGE_OFFSET])
86528 #
86529 #  dnl Persuade glibc <stdio.h> to declare fseeko().
86530 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
86531
86532 File: ./m4/ftruncate.m4
86533 Hash: f7488bef88571b9f271591596eb95b19045177a6732d63cf4f1d4bbb4682840d
86534 Copyright: 2000, 2001, 2003-2007, 2009 Free Software Foundation, Inc
86535 License: 
86536 Licence_Text:
86537   This file is free software; the Free Software Foundation
86538   gives unlimited permission to copy and/or distribute it,
86539   with or without modifications, as long as this notice is preserved.
86540 #Header: 
86541 ## serial 14
86542 #
86543 ## See if we need to emulate a missing ftruncate function using fcntl or chsize.
86544 #
86545 ## Copyright (C) 2000, 2001, 2003-2007, 2009 Free Software Foundation, Inc.
86546 ## This file is free software; the Free Software Foundation
86547 ## gives unlimited permission to copy and/or distribute it,
86548 ## with or without modifications, as long as this notice is preserved.
86549 #
86550 ## FIXME: remove this macro, along with all uses of HAVE_FTRUNCATE in 2010,
86551 ## if the check below provokes no more reports.  So far, the only report
86552 ## arose from a test build of this gnulib module, cross-compiling to mingw:
86553 ## <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203>
86554 #
86555 #AC_DEFUN([gl_FUNC_FTRUNCATE],
86556
86557 File: ./m4/fts.m4
86558 Hash: 4f513e7bacffd2fd728bbb1ba8590d68154aad24bd93f9e3f180437b79c5ceea
86559 Copyright: 2005-2008 Free Software Foundation, Inc
86560 License: 
86561 Licence_Text:
86562   This file is free software; the Free Software Foundation
86563   gives unlimited permission to copy and/or distribute it,
86564   with or without modifications, as long as this notice is preserved.
86565 #Header: 
86566 ##serial 16
86567 #dnl Copyright (C) 2005-2008 Free Software Foundation, Inc.
86568 #dnl This file is free software; the Free Software Foundation
86569 #dnl gives unlimited permission to copy and/or distribute it,
86570 #dnl with or without modifications, as long as this notice is preserved.
86571 #
86572 #AC_DEFUN([gl_FUNC_FTS],
86573 #[
86574 #  gl_FUNC_FTS_CORE
86575 #])
86576 #
86577 #AC_DEFUN([gl_FUNC_FTS_LGPL],
86578 #[
86579 #  gl_FUNC_FTS_CORE
86580 #])
86581
86582 File: ./m4/func.m4
86583 Hash: 399a8add7bf539263c73610b55864fa380c55b671a1475c2665b4e44a492f651
86584 Copyright: 2008 Free Software Foundation, Inc
86585 License: 
86586 Licence_Text:
86587   This file is free software; the Free Software Foundation
86588   gives unlimited permission to copy and/or distribute it,
86589   with or without modifications, as long as this notice is preserved.
86590 #Header: 
86591 ## func.m4 serial 2
86592 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
86593 #dnl This file is free software; the Free Software Foundation
86594 #dnl gives unlimited permission to copy and/or distribute it,
86595 #dnl with or without modifications, as long as this notice is preserved.
86596 #
86597 ## Written by Simon Josefsson
86598 #
86599 #AC_DEFUN([gl_FUNC],
86600 #[
86601 #  AC_CACHE_CHECK([whether __func__ is available], [gl_cv_var_func],
86602 #     AC_COMPILE_IFELSE(
86603 #       [AC_LANG_PROGRAM([[]], [[const char *str = __func__;]])],
86604 #       [gl_cv_var_func=yes],
86605 #       [gl_cv_var_func=no]))
86606
86607 File: ./m4/fwritable.m4
86608 Hash: 5e3d7fabafc4390341689eab88fb336422580b76c3d8e69bf3ee14c4d1b8fb5f
86609 Copyright: 2007 Free Software Foundation, Inc
86610 License: 
86611 Licence_Text:
86612   This file is free software; the Free Software Foundation
86613   gives unlimited permission to copy and/or distribute it,
86614   with or without modifications, as long as this notice is preserved.
86615 #Header: 
86616 ## fwritable.m4 serial 1
86617 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
86618 #dnl This file is free software; the Free Software Foundation
86619 #dnl gives unlimited permission to copy and/or distribute it,
86620 #dnl with or without modifications, as long as this notice is preserved.
86621 #
86622 #AC_DEFUN([gl_FUNC_FWRITABLE],
86623 #[
86624 #  AC_CHECK_FUNCS_ONCE([__fwritable])
86625 #  if test $ac_cv_func___fwritable = no; then
86626 #    AC_LIBOBJ([fwritable])
86627 #  fi
86628 #])
86629
86630 File: ./m4/fwriting.m4
86631 Hash: 1ad3e75d2fb60d18c45f3836e75300e8269bc88ec64462820c09c910d9f52503
86632 Copyright: 2007 Free Software Foundation, Inc
86633 License: 
86634 Licence_Text:
86635   This file is free software; the Free Software Foundation
86636   gives unlimited permission to copy and/or distribute it,
86637   with or without modifications, as long as this notice is preserved.
86638 #Header: 
86639 ## fwriting.m4 serial 1
86640 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
86641 #dnl This file is free software; the Free Software Foundation
86642 #dnl gives unlimited permission to copy and/or distribute it,
86643 #dnl with or without modifications, as long as this notice is preserved.
86644 #
86645 #AC_DEFUN([gl_FUNC_FWRITING],
86646 #[
86647 #  AC_CHECK_FUNCS_ONCE([__fwriting])
86648 #  if test $ac_cv_func___fwriting = no; then
86649 #    AC_LIBOBJ([fwriting])
86650 #  fi
86651 #])
86652
86653 File: ./m4/gc-arcfour.m4
86654 Hash: 9efa840a3efc3447c567fa7289fe2ebe32bb1d871418edd1b4b24110a85851df
86655 Copyright: 2005, 2007 Free Software Foundation, Inc
86656 License: 
86657 Licence_Text:
86658   This file is free software; the Free Software Foundation
86659   gives unlimited permission to copy and/or distribute it,
86660   with or without modifications, as long as this notice is preserved.
86661 #Header: 
86662 ## gc-arcfour.m4 serial 2
86663 #dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc.
86664 #dnl This file is free software; the Free Software Foundation
86665 #dnl gives unlimited permission to copy and/or distribute it,
86666 #dnl with or without modifications, as long as this notice is preserved.
86667 #
86668 #AC_DEFUN([gl_GC_ARCFOUR],
86669 #[
86670 #  AC_REQUIRE([gl_GC])
86671 #  if test "$ac_cv_libgcrypt" != yes; then
86672 #    gl_ARCFOUR
86673 #  fi
86674 #])
86675
86676 File: ./m4/gc-arctwo.m4
86677 Hash: 2e87cd8b7b772699b901021af1778dc199583766bcde241517d2b31dede60e28
86678 Copyright: 2005, 2007 Free Software Foundation, Inc
86679 License: 
86680 Licence_Text:
86681   This file is free software; the Free Software Foundation
86682   gives unlimited permission to copy and/or distribute it,
86683   with or without modifications, as long as this notice is preserved.
86684 #Header: 
86685 ## gc-arctwo.m4 serial 2
86686 #dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc.
86687 #dnl This file is free software; the Free Software Foundation
86688 #dnl gives unlimited permission to copy and/or distribute it,
86689 #dnl with or without modifications, as long as this notice is preserved.
86690 #
86691 #AC_DEFUN([gl_GC_ARCTWO],
86692 #[
86693 #  AC_REQUIRE([gl_GC])
86694 #  if test "$ac_cv_libgcrypt" != yes; then
86695 #    gl_ARCTWO
86696 #  fi
86697 #])
86698
86699 File: ./m4/gc-camellia.m4
86700 Hash: 1cc1d8a7ebf5b851e2e4dbd647b73831533ee517189c1e5b42395944508f3c90
86701 Copyright: 2007, 2009 Free Software Foundation, Inc
86702 License: 
86703 Licence_Text:
86704   This file is free software; the Free Software Foundation
86705   gives unlimited permission to copy and/or distribute it,
86706   with or without modifications, as long as this notice is preserved.
86707 #Header: 
86708 ## gc-camellia.m4 serial 2
86709 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
86710 #dnl This file is free software; the Free Software Foundation
86711 #dnl gives unlimited permission to copy and/or distribute it,
86712 #dnl with or without modifications, as long as this notice is preserved.
86713 #
86714 #AC_DEFUN([gl_GC_CAMELLIA],
86715 #[
86716 #  AC_REQUIRE([gl_GC])
86717 #  if test "$ac_cv_libgcrypt" = yes; then
86718 #    AC_CACHE_CHECK([for camellia in libgcrypt], [gl_cv_libgcrypt_camellia], [
86719 #      AC_TRY_COMPILE([#include <gcrypt.h>],
86720 #        [return gcry_cipher_open (NULL, GCRY_CIPHER_CAMELLIA128, 0, 0);],
86721 #        [gl_cv_libgcrypt_camellia=yes],
86722 #        [gl_cv_libgcrypt_camellia=no])])
86723
86724 File: ./m4/gc-des.m4
86725 Hash: 00b153202ac5b51eb239ca87808efccc65a24713beb6211f670533ac858b2417
86726 Copyright: 2005, 2007 Free Software Foundation, Inc
86727 License: 
86728 Licence_Text:
86729   This file is free software; the Free Software Foundation
86730   gives unlimited permission to copy and/or distribute it,
86731   with or without modifications, as long as this notice is preserved.
86732 #Header: 
86733 ## gc-des.m4 serial 2
86734 #dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc.
86735 #dnl This file is free software; the Free Software Foundation
86736 #dnl gives unlimited permission to copy and/or distribute it,
86737 #dnl with or without modifications, as long as this notice is preserved.
86738 #
86739 #AC_DEFUN([gl_GC_DES],
86740 #[
86741 #  AC_REQUIRE([gl_GC])
86742 #  if test "$ac_cv_libgcrypt" != yes; then
86743 #    gl_DES
86744 #  fi
86745 #])
86746
86747 File: ./m4/gc-hmac-md5.m4
86748 Hash: 2cc833715be1b2e57351273907eaff653c0165732898f852fbc4aac9a9eaf89c
86749 Copyright: 2005, 2007 Free Software Foundation, Inc
86750 License: 
86751 Licence_Text:
86752   This file is free software; the Free Software Foundation
86753   gives unlimited permission to copy and/or distribute it,
86754   with or without modifications, as long as this notice is preserved.
86755 #Header: 
86756 ## gc-hmac-md5.m4 serial 2
86757 #dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc.
86758 #dnl This file is free software; the Free Software Foundation
86759 #dnl gives unlimited permission to copy and/or distribute it,
86760 #dnl with or without modifications, as long as this notice is preserved.
86761 #
86762 #AC_DEFUN([gl_GC_HMAC_MD5],
86763 #[
86764 #  AC_REQUIRE([gl_GC])
86765 #  if test "$ac_cv_libgcrypt" != yes; then
86766 #    gl_MD5
86767 #    gl_HMAC_MD5
86768 #    gl_MEMXOR
86769 #  fi
86770 #])
86771
86772 File: ./m4/gc-hmac-sha1.m4
86773 Hash: b1c3c8753c14de1d3eddf5de258bbfbad6c215251cd5b61018a7515d6cef20e6
86774 Copyright: 2005, 2007 Free Software Foundation, Inc
86775 License: 
86776 Licence_Text:
86777   This file is free software; the Free Software Foundation
86778   gives unlimited permission to copy and/or distribute it,
86779   with or without modifications, as long as this notice is preserved.
86780 #Header: 
86781 ## gc-hmac-sha1.m4 serial 2
86782 #dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc.
86783 #dnl This file is free software; the Free Software Foundation
86784 #dnl gives unlimited permission to copy and/or distribute it,
86785 #dnl with or without modifications, as long as this notice is preserved.
86786 #
86787 #AC_DEFUN([gl_GC_HMAC_SHA1],
86788 #[
86789 #  AC_REQUIRE([gl_GC])
86790 #  if test "$ac_cv_libgcrypt" != yes; then
86791 #    gl_SHA1
86792 #    gl_HMAC_SHA1
86793 #    gl_MEMXOR
86794 #  fi
86795 #])
86796
86797 File: ./m4/gc-md2.m4
86798 Hash: ac2dbdefb3eb77364d1898cf795c625244227b19b4d0ea88ed078d333cf09ea9
86799 Copyright: 2005, 2007 Free Software Foundation, Inc
86800 License: 
86801 Licence_Text:
86802   This file is free software; the Free Software Foundation
86803   gives unlimited permission to copy and/or distribute it,
86804   with or without modifications, as long as this notice is preserved.
86805 #Header: 
86806 ## gc-md2.m4 serial 2
86807 #dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc.
86808 #dnl This file is free software; the Free Software Foundation
86809 #dnl gives unlimited permission to copy and/or distribute it,
86810 #dnl with or without modifications, as long as this notice is preserved.
86811 #
86812 #AC_DEFUN([gl_GC_MD2],
86813 #[
86814 #])
86815
86816 File: ./m4/gc-md4.m4
86817 Hash: eb88ac5149f21b181faa2db6f1b13cb63b4902c3ef347111cf4fe93d44407c6f
86818 Copyright: 2005, 2007 Free Software Foundation, Inc
86819 License: 
86820 Licence_Text:
86821   This file is free software; the Free Software Foundation
86822   gives unlimited permission to copy and/or distribute it,
86823   with or without modifications, as long as this notice is preserved.
86824 #Header: 
86825 ## gc-md4.m4 serial 2
86826 #dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc.
86827 #dnl This file is free software; the Free Software Foundation
86828 #dnl gives unlimited permission to copy and/or distribute it,
86829 #dnl with or without modifications, as long as this notice is preserved.
86830 #
86831 #AC_DEFUN([gl_GC_MD4],
86832 #[
86833 #  AC_REQUIRE([gl_GC])
86834 #  if test "$ac_cv_libgcrypt" != yes; then
86835 #    gl_MD4
86836 #  fi
86837 #])
86838
86839 File: ./m4/gc-md5.m4
86840 Hash: afc266c338301066708dc7430a92399e3d8716e33001daba899c95640e527f0c
86841 Copyright: 2005, 2007 Free Software Foundation, Inc
86842 License: 
86843 Licence_Text:
86844   This file is free software; the Free Software Foundation
86845   gives unlimited permission to copy and/or distribute it,
86846   with or without modifications, as long as this notice is preserved.
86847 #Header: 
86848 ## gc-md5.m4 serial 2
86849 #dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc.
86850 #dnl This file is free software; the Free Software Foundation
86851 #dnl gives unlimited permission to copy and/or distribute it,
86852 #dnl with or without modifications, as long as this notice is preserved.
86853 #
86854 #AC_DEFUN([gl_GC_MD5],
86855 #[
86856 #  AC_REQUIRE([gl_GC])
86857 #  if test "$ac_cv_libgcrypt" != yes; then
86858 #    gl_MD5
86859 #  fi
86860 #])
86861
86862 File: ./m4/gc-pbkdf2-sha1.m4
86863 Hash: 477893cd24822028dd94a1f6ec75e6effc823ddbe57289886454a1b353c1b8eb
86864 Copyright: 2005, 2006 Free Software Foundation, Inc
86865 License: 
86866 Licence_Text:
86867   This file is free software; the Free Software Foundation
86868   gives unlimited permission to copy and/or distribute it,
86869   with or without modifications, as long as this notice is preserved.
86870 #Header: 
86871 ## gc-pbkdf2-sha1.m4 serial 2
86872 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
86873 #dnl This file is free software; the Free Software Foundation
86874 #dnl gives unlimited permission to copy and/or distribute it,
86875 #dnl with or without modifications, as long as this notice is preserved.
86876 #
86877 #AC_DEFUN([gl_GC_PBKDF2_SHA1],
86878 #[
86879 #  AC_LIBOBJ([gc-pbkdf2-sha1])
86880 #])
86881
86882 File: ./m4/gc-random.m4
86883 Hash: 7c6359250cc4a22a27311b673688f6b1f0622d00c42f57e47425c75c31dd6b17
86884 Copyright: 2005-2009 Free Software Foundation, Inc
86885 License: 
86886 Licence_Text:
86887   This file is free software; the Free Software Foundation
86888   gives unlimited permission to copy and/or distribute it,
86889   with or without modifications, as long as this notice is preserved.
86890 #Header: 
86891 ## gc-random.m4 serial 4
86892 #dnl Copyright (C) 2005-2009 Free Software Foundation, Inc.
86893 #dnl This file is free software; the Free Software Foundation
86894 #dnl gives unlimited permission to copy and/or distribute it,
86895 #dnl with or without modifications, as long as this notice is preserved.
86896 #
86897 #AC_DEFUN([gl_GC_RANDOM],
86898 #[
86899 #  # Devices with randomness.
86900 #  # FIXME: Are these the best defaults?
86901 #
86902 #  AC_REQUIRE([AC_CANONICAL_HOST])dnl
86903 #
86904 #  case "$host_os" in
86905 #    *openbsd*)
86906
86907 File: ./m4/gc-rijndael.m4
86908 Hash: 6caca24fa5408e0286cbdfb716068d66a352c80142643dba35fcd4011bf6a33e
86909 Copyright: 2005, 2007 Free Software Foundation, Inc
86910 License: 
86911 Licence_Text:
86912   This file is free software; the Free Software Foundation
86913   gives unlimited permission to copy and/or distribute it,
86914   with or without modifications, as long as this notice is preserved.
86915 #Header: 
86916 ## gc-rijndael.m4 serial 2
86917 #dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc.
86918 #dnl This file is free software; the Free Software Foundation
86919 #dnl gives unlimited permission to copy and/or distribute it,
86920 #dnl with or without modifications, as long as this notice is preserved.
86921 #
86922 #AC_DEFUN([gl_GC_RIJNDAEL],
86923 #[
86924 #  AC_REQUIRE([gl_GC])
86925 #  if test "$ac_cv_libgcrypt" != yes; then
86926 #    gl_RIJNDAEL
86927 #  fi
86928 #])
86929
86930 File: ./m4/gc-sha1.m4
86931 Hash: 443bfafc3a5eb25299291d7dcfef2ed68f0b57841caf360fc8eb1abb0f32493a
86932 Copyright: 2005, 2007 Free Software Foundation, Inc
86933 License: 
86934 Licence_Text:
86935   This file is free software; the Free Software Foundation
86936   gives unlimited permission to copy and/or distribute it,
86937   with or without modifications, as long as this notice is preserved.
86938 #Header: 
86939 ## gc-sha1.m4 serial 2
86940 #dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc.
86941 #dnl This file is free software; the Free Software Foundation
86942 #dnl gives unlimited permission to copy and/or distribute it,
86943 #dnl with or without modifications, as long as this notice is preserved.
86944 #
86945 #AC_DEFUN([gl_GC_SHA1],
86946 #[
86947 #  AC_REQUIRE([gl_GC])
86948 #  if test "$ac_cv_libgcrypt" != yes; then
86949 #    gl_SHA1
86950 #  fi
86951 #])
86952
86953 File: ./m4/gc.m4
86954 Hash: a8f9ebf6d8f1983cbd8b32378b928174f6026da55c11a81aae47e2b2e1c25142
86955 Copyright: 2005, 2006, 2009 Free Software Foundation, Inc
86956 License: 
86957 Licence_Text:
86958   This file is free software; the Free Software Foundation
86959   gives unlimited permission to copy and/or distribute it,
86960   with or without modifications, as long as this notice is preserved.
86961 #Header: 
86962 ## gc.m4 serial 5
86963 #dnl Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
86964 #dnl This file is free software; the Free Software Foundation
86965 #dnl gives unlimited permission to copy and/or distribute it,
86966 #dnl with or without modifications, as long as this notice is preserved.
86967 #
86968 #AC_DEFUN([gl_GC],
86969 #[
86970 #  AC_ARG_WITH([libgcrypt],
86971 #    AS_HELP_STRING([--with-libgcrypt], [use libgcrypt for low-level crypto]),
86972 #    libgcrypt=$withval, libgcrypt=no)
86973 #  if test "$libgcrypt" != no; then
86974 #    AC_LIB_HAVE_LINKFLAGS([gcrypt], [], [#include <gcrypt.h>])
86975 #  fi
86976 #  if test "$ac_cv_libgcrypt" = yes; then
86977
86978 File: ./m4/getaddrinfo.m4
86979 Hash: 162f35cf358a5ad9b171d16e437f37a717d01d22d5f17725767ed7f76f6b650b
86980 Copyright: 2004-2009 Free Software Foundation, Inc
86981 License: 
86982 Licence_Text:
86983   This file is free software; the Free Software Foundation
86984   gives unlimited permission to copy and/or distribute it,
86985   with or without modifications, as long as this notice is preserved.
86986 #Header: 
86987 ## getaddrinfo.m4 serial 20
86988 #dnl Copyright (C) 2004-2009 Free Software Foundation, Inc.
86989 #dnl This file is free software; the Free Software Foundation
86990 #dnl gives unlimited permission to copy and/or distribute it,
86991 #dnl with or without modifications, as long as this notice is preserved.
86992 #
86993 #AC_DEFUN([gl_GETADDRINFO],
86994 #[
86995 #  AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl for HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H
86996 #  AC_REQUIRE([gl_HEADER_NETDB])dnl for HAVE_NETDB_H
86997 #  AC_MSG_NOTICE([checking how to do getaddrinfo, freeaddrinfo and getnameinfo])
86998 #  GETADDRINFO_LIB=
86999 #  gai_saved_LIBS="$LIBS"
87000 #
87001 #  dnl Where is getaddrinfo()?
87002
87003 File: ./m4/getcwd-abort-bug.m4
87004 Hash: fd355ed2ae698981232b9c3a5b92ee842d9928342394217c98f5576848b08577
87005 Copyright: 2006, 2009 Free Software Foundation, Inc
87006 License: 
87007 Licence_Text:
87008   This file is free software; the Free Software Foundation
87009   gives unlimited permission to copy and/or distribute it,
87010   with or without modifications, as long as this notice is preserved.
87011 #Header: 
87012 ## serial 2
87013 ## Determine whether getcwd aborts when the length of the working directory
87014 ## name is unusually large.  Any length between 4k and 16k trigger the bug
87015 ## when using glibc-2.4.90-9 or older.
87016 #
87017 ## Copyright (C) 2006, 2009 Free Software Foundation, Inc.
87018 ## This file is free software; the Free Software Foundation
87019 ## gives unlimited permission to copy and/or distribute it,
87020 ## with or without modifications, as long as this notice is preserved.
87021 #
87022 ## From Jim Meyering
87023 #
87024 ## gl_FUNC_GETCWD_ABORT_BUG([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
87025 #AC_DEFUN([gl_FUNC_GETCWD_ABORT_BUG],
87026 #[
87027
87028 File: ./m4/getcwd-path-max.m4
87029 Hash: bb780d0c969c10a9d14d8d61d726b682113b7fe3a5505eee66e649fefe99c063
87030 Copyright: 2003-2007, 2009 Free Software Foundation, Inc
87031 License: 
87032 Licence_Text:
87033   This file is free software; the Free Software Foundation
87034   gives unlimited permission to copy and/or distribute it,
87035   with or without modifications, as long as this notice is preserved.
87036 #Header: 
87037 ## serial 14
87038 ## Check for several getcwd bugs with long file names.
87039 ## If so, arrange to compile the wrapper function.
87040 #
87041 ## This is necessary for at least GNU libc on linux-2.4.19 and 2.4.20.
87042 ## I've heard that this is due to a Linux kernel bug, and that it has
87043 ## been fixed between 2.4.21-pre3 and 2.4.21-pre4.  */
87044 #
87045 ## Copyright (C) 2003-2007, 2009 Free Software Foundation, Inc.
87046 ## This file is free software; the Free Software Foundation
87047 ## gives unlimited permission to copy and/or distribute it,
87048 ## with or without modifications, as long as this notice is preserved.
87049 #
87050 ## From Jim Meyering
87051
87052 File: ./m4/getcwd.m4
87053 Hash: 0fc304520a41fcf7ad345780a1cb9eaf73bef3856834b3448bc2283210c77b07
87054 Copyright: 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc
87055 License: 
87056 Licence_Text:
87057   This file is free software; the Free Software Foundation
87058   gives unlimited permission to copy and/or distribute it,
87059   with or without modifications, as long as this notice is preserved.
87060 #Header: 
87061 ## getcwd.m4 - check for working getcwd that is compatible with glibc
87062 #
87063 ## Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
87064 ## This file is free software; the Free Software Foundation
87065 ## gives unlimited permission to copy and/or distribute it,
87066 ## with or without modifications, as long as this notice is preserved.
87067 #
87068 ## Written by Paul Eggert.
87069 #
87070 #AC_DEFUN([gl_FUNC_GETCWD_NULL],
87071 #  [
87072 #   AC_CACHE_CHECK([whether getcwd (NULL, 0) allocates memory for result],
87073 #     [gl_cv_func_getcwd_null],
87074 #     [AC_TRY_RUN(
87075 #        [
87076
87077 File: ./m4/getdate.m4
87078 Hash: c237091fdbe4035e27c3be4829e9e1798870c51bb982585a5c11c1bca74fb1ee
87079 Copyright: 2002-2006, 2008, 2009 Free Software Foundation, Inc
87080 License: 
87081 Licence_Text:
87082   This file is free software; the Free Software Foundation
87083   gives unlimited permission to copy and/or distribute it,
87084   with or without modifications, as long as this notice is preserved.
87085 #Header: 
87086 ## getdate.m4 serial 14
87087 #dnl Copyright (C) 2002-2006, 2008, 2009 Free Software Foundation, Inc.
87088 #dnl This file is free software; the Free Software Foundation
87089 #dnl gives unlimited permission to copy and/or distribute it,
87090 #dnl with or without modifications, as long as this notice is preserved.
87091 #
87092 #dnl Define HAVE_COMPOUND_LITERALS if the C compiler supports compound literals
87093 #dnl as in ISO C99.
87094 #dnl Note that compound literals such as (struct s) { 3, 4 } can be used for
87095 #dnl initialization of stack-allocated variables, but are not constant
87096 #dnl expressions and therefore cannot be used as initializer for global or
87097 #dnl static variables (even though gcc supports this in pre-C99 mode).
87098 #AC_DEFUN([gl_C_COMPOUND_LITERALS],
87099 #[
87100 #  AC_CACHE_CHECK([for compound literals], [gl_cv_compound_literals],
87101
87102 File: ./m4/getdelim.m4
87103 Hash: b6b738dbf34edff9dc3d2f0be5088bfb974fdbe55ac6aa7a255b39a851384122
87104 Copyright: 2005, 2006, 2007 Free Software dnl Foundation, Inc
87105 License: 
87106 Licence_Text:
87107   This file is free software; the Free Software Foundation
87108   gives unlimited permission to copy and/or distribute it,
87109   with or without modifications, as long as this notice is preserved.
87110 #Header: 
87111 ## getdelim.m4 serial 5
87112 #
87113 #dnl Copyright (C) 2005, 2006, 2007 Free Software dnl Foundation, Inc.
87114 #dnl
87115 #dnl This file is free software; the Free Software Foundation
87116 #dnl gives unlimited permission to copy and/or distribute it,
87117 #dnl with or without modifications, as long as this notice is preserved.
87118 #
87119 #AC_PREREQ([2.59])
87120 #
87121 #AC_DEFUN([gl_FUNC_GETDELIM],
87122 #[
87123 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
87124 #
87125 #  dnl Persuade glibc <stdio.h> to declare getdelim().
87126
87127 File: ./m4/getdomainname.m4
87128 Hash: 7fb3faebffb6a66d558b99423801631258e92e4a782809f808d9f7cd0bcb5094
87129 Copyright: 2002-2003, 2008, 2009 Free Software Foundation, Inc
87130 License: 
87131 Licence_Text:
87132   This file is free software; the Free Software Foundation
87133   gives unlimited permission to copy and/or distribute it,
87134   with or without modifications, as long as this notice is preserved.
87135 #Header: 
87136 ## getdomainname.m4 serial 4
87137 #dnl Copyright (C) 2002-2003, 2008, 2009 Free Software Foundation, Inc.
87138 #dnl This file is free software; the Free Software Foundation
87139 #dnl gives unlimited permission to copy and/or distribute it,
87140 #dnl with or without modifications, as long as this notice is preserved.
87141 #
87142 #AC_DEFUN([gl_FUNC_GETDOMAINNAME],
87143 #[
87144 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
87145 #
87146 #  dnl Persuade glibc <unistd.h> to declare getdomainname().
87147 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
87148 #
87149 #  AC_REPLACE_FUNCS([getdomainname])
87150 #  if test $ac_cv_func_getdomainname = no; then
87151
87152 File: ./m4/getdtablesize.m4
87153 Hash: 67ccf670de71994ed6710e1897f64f871a74271c9af2c827cbe55bfaa538a8de
87154 Copyright: 2008 Free Software Foundation, Inc
87155 License: 
87156 Licence_Text:
87157   This file is free software; the Free Software Foundation
87158   gives unlimited permission to copy and/or distribute it,
87159   with or without modifications, as long as this notice is preserved.
87160 #Header: 
87161 ## getdtablesize.m4 serial 1
87162 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
87163 #dnl This file is free software; the Free Software Foundation
87164 #dnl gives unlimited permission to copy and/or distribute it,
87165 #dnl with or without modifications, as long as this notice is preserved.
87166 #
87167 #AC_DEFUN([gl_FUNC_GETDTABLESIZE],
87168 #[
87169 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
87170 #  AC_CHECK_FUNCS_ONCE([getdtablesize])
87171 #  if test $ac_cv_func_getdtablesize != yes; then
87172 #    HAVE_GETDTABLESIZE=0
87173 #    AC_LIBOBJ([getdtablesize])
87174 #  fi
87175 #])
87176
87177 File: ./m4/getgroups.m4
87178 Hash: c3ad064f9d4de711f983f1b373e261e6c5c254520cf1cd2353e98941b5fd3285
87179 Copyright: 1996-1997, 1999-2004, 2008-2009 Free Software Foundation, Inc
87180 License: 
87181 Licence_Text:
87182   This file is free software; the Free Software Foundation
87183   gives unlimited permission to copy and/or distribute it,
87184   with or without modifications, as long as this notice is preserved.
87185 #Header: 
87186 ## serial 12
87187 #
87188 #dnl From Jim Meyering.
87189 #dnl A wrapper around AC_FUNC_GETGROUPS.
87190 #
87191 ## Copyright (C) 1996-1997, 1999-2004, 2008-2009 Free Software Foundation, Inc.
87192 ##
87193 ## This file is free software; the Free Software Foundation
87194 ## gives unlimited permission to copy and/or distribute it,
87195 ## with or without modifications, as long as this notice is preserved.
87196 #
87197 #AC_DEFUN([gl_FUNC_GETGROUPS],
87198 #[
87199 #  AC_REQUIRE([AC_FUNC_GETGROUPS])
87200 #  if test "$ac_cv_func_getgroups_works" != yes; then
87201
87202 File: ./m4/gethostname.m4
87203 Hash: 9fd3d06a71eff8d2be5bd62a266b0bd71283c871f3dda177fb83476dd922e426
87204 Copyright: 2002, 2008, 2009 Free Software Foundation, Inc
87205 License: 
87206 Licence_Text:
87207   This file is free software; the Free Software Foundation
87208   gives unlimited permission to copy and/or distribute it,
87209   with or without modifications, as long as this notice is preserved.
87210 #Header: 
87211 ## gethostname.m4 serial 8
87212 #dnl Copyright (C) 2002, 2008, 2009 Free Software Foundation, Inc.
87213 #dnl This file is free software; the Free Software Foundation
87214 #dnl gives unlimited permission to copy and/or distribute it,
87215 #dnl with or without modifications, as long as this notice is preserved.
87216 #
87217 ## Ensure
87218 ## - the gethostname() function,
87219 ## - the HOST_NAME_MAX macro in <limits.h>.
87220 #AC_DEFUN([gl_FUNC_GETHOSTNAME],
87221 #[
87222 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
87223 #  gl_PREREQ_SYS_H_WINSOCK2
87224 #
87225 #  dnl Where is gethostname() defined?
87226
87227 File: ./m4/gethrxtime.m4
87228 Hash: 84c7e59b44315629631075311dee0c40fcc834324dd7672cb0f3148be10ba6a4
87229 Copyright: 2005, 2006, 2008, 2009 Free Software Foundation, Inc
87230 License: 
87231 Licence_Text:
87232   This file is free software; the Free Software Foundation
87233   gives unlimited permission to copy and/or distribute it,
87234   with or without modifications, as long as this notice is preserved.
87235 #Header: 
87236 ## gethrxtime.m4 serial 8
87237 #dnl Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
87238 #dnl This file is free software; the Free Software Foundation
87239 #dnl gives unlimited permission to copy and/or distribute it,
87240 #dnl with or without modifications, as long as this notice is preserved.
87241 #
87242 #dnl Written by Paul Eggert.
87243 #
87244 #AC_DEFUN([gl_GETHRXTIME],
87245 #[
87246 #  AC_REQUIRE([gl_ARITHMETIC_HRTIME_T])
87247 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
87248 #  AC_REQUIRE([gl_XTIME])
87249 #  AC_CHECK_DECLS([gethrtime], [], [], [#include <time.h>])
87250 #  case $ac_cv_have_decl_gethrtime,$gl_cv_arithmetic_hrtime_t in
87251
87252 File: ./m4/getline.m4
87253 Hash: 89ec9fb86746e481d3340d6a2bec769a1bb1ea00e6ed30bdea292e8f1242036a
87254 Copyright: 1998-2003, 2005-2007, 2009 Free Software Foundation, Inc
87255 License: 
87256 Licence_Text:
87257   This file is free software; the Free Software Foundation
87258   gives unlimited permission to copy and/or distribute it,
87259   with or without modifications, as long as this notice is preserved.
87260 #Header: 
87261 ## getline.m4 serial 19
87262 #
87263 #dnl Copyright (C) 1998-2003, 2005-2007, 2009 Free Software Foundation, Inc.
87264 #dnl
87265 #dnl This file is free software; the Free Software Foundation
87266 #dnl gives unlimited permission to copy and/or distribute it,
87267 #dnl with or without modifications, as long as this notice is preserved.
87268 #
87269 #AC_PREREQ([2.59])
87270 #
87271 #dnl See if there's a working, system-supplied version of the getline function.
87272 #dnl We can't just do AC_REPLACE_FUNCS([getline]) because some systems
87273 #dnl have a function by that name in -linet that doesn't have anything
87274 #dnl to do with the function we need.
87275 #AC_DEFUN([gl_FUNC_GETLINE],
87276
87277 File: ./m4/getloadavg.m4
87278 Hash: 7b0c35c25d813983e2ffc981ad4773d7cbcf126d0d853391cee73b7ad3e60db4
87279 Copyright: 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2002, 2003, 2006, 2008, 2009 Free Software Foundation, Inc.
87280 License: 
87281 Licence_Text:
87282   This file is free software; the Free Software Foundation
87283   gives unlimited permission to copy and/or distribute it,
87284   with or without modifications, as long as this notice is preserved.
87285 #Header: 
87286 ## Check for getloadavg.
87287 #
87288 ## Copyright (C) 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2002, 2003,
87289 ## 2006, 2008, 2009 Free Software Foundation, Inc.
87290 #
87291 ## This file is free software; the Free Software Foundation
87292 ## gives unlimited permission to copy and/or distribute it,
87293 ## with or without modifications, as long as this notice is preserved.
87294 #
87295 ## Autoconf defines AC_FUNC_GETLOADAVG, but that is obsolescent.
87296 ## New applications should use gl_GETLOADAVG instead.
87297 #
87298 ## gl_GETLOADAVG(LIBOBJDIR)
87299 ## ------------------------
87300 #AC_DEFUN([gl_GETLOADAVG],
87301
87302 File: ./m4/getlogin_r.m4
87303 Hash: f42c8994afabe3f85235db3850925d5e613daad1e9f64024023826ff10feef97
87304 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
87305 License: 
87306 Licence_Text:
87307   This file is free software; the Free Software Foundation
87308   gives unlimited permission to copy and/or distribute it,
87309   with or without modifications, as long as this notice is preserved.
87310 #Header: 
87311 ##serial 4
87312 #
87313 ## Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
87314 ##
87315 ## This file is free software; the Free Software Foundation
87316 ## gives unlimited permission to copy and/or distribute it,
87317 ## with or without modifications, as long as this notice is preserved.
87318 #
87319 #dnl From Derek Price
87320 #dnl
87321 #dnl Provide getlogin_r when the system lacks it.
87322 #dnl
87323 #
87324 #AC_DEFUN([gl_GETLOGIN_R],
87325 #[
87326
87327 File: ./m4/getndelim2.m4
87328 Hash: 3172ac8aa677c2d97b39f9d6af0fed26d2fed4da679b616e668066329ec2bd1e
87329 Copyright: 2003, 2006, 2008, 2009 Free Software Foundation, Inc
87330 License: 
87331 Licence_Text:
87332   This file is free software; the Free Software Foundation
87333   gives unlimited permission to copy and/or distribute it,
87334   with or without modifications, as long as this notice is preserved.
87335 #Header: 
87336 ## getndelim2.m4 serial 7
87337 #dnl Copyright (C) 2003, 2006, 2008, 2009 Free Software Foundation, Inc.
87338 #dnl This file is free software; the Free Software Foundation
87339 #dnl gives unlimited permission to copy and/or distribute it,
87340 #dnl with or without modifications, as long as this notice is preserved.
87341 #
87342 #AC_DEFUN([gl_GETNDELIM2],
87343 #[
87344 #  AC_LIBOBJ([getndelim2])
87345 #  gl_PREREQ_GETNDELIM2
87346 #  AC_CHECK_FUNCS_ONCE([flockfile])
87347 #  AC_CHECK_FUNCS_ONCE([funlockfile])
87348 #])
87349 #
87350 ## Prerequisites of lib/getndelim2.h and lib/getndelim2.c.
87351
87352 File: ./m4/getnline.m4
87353 Hash: 9af45bdccbe7d6ae432a8112390145eaa29f89ba5e448fe8aadd58355ce77f7d
87354 Copyright: 2003 Free Software Foundation, Inc
87355 License: 
87356 Licence_Text:
87357   This file is free software; the Free Software Foundation
87358   gives unlimited permission to copy and/or distribute it,
87359   with or without modifications, as long as this notice is preserved.
87360 #Header: 
87361 ## getnline.m4 serial 3
87362 #dnl Copyright (C) 2003 Free Software Foundation, Inc.
87363 #dnl This file is free software; the Free Software Foundation
87364 #dnl gives unlimited permission to copy and/or distribute it,
87365 #dnl with or without modifications, as long as this notice is preserved.
87366 #
87367 #AC_DEFUN([gl_GETNLINE],
87368 #[
87369 #  dnl Prerequisites of lib/getnline.h.
87370 #  AC_REQUIRE([gt_TYPE_SSIZE_T])
87371 #  dnl Prerequisites of lib/getnline.c.
87372 #  :
87373 #])
87374
87375 File: ./m4/getopt.m4
87376 Hash: 5f06c376d4d0eab902bcd59374dcc3569716156e6a5b3a9f057e901cd8460904
87377 Copyright: 2002-2006, 2008-2009 Free Software Foundation, Inc
87378 License: 
87379 Licence_Text:
87380   This file is free software; the Free Software Foundation
87381   gives unlimited permission to copy and/or distribute it,
87382   with or without modifications, as long as this notice is preserved.
87383 #Header: 
87384 ## getopt.m4 serial 21
87385 #dnl Copyright (C) 2002-2006, 2008-2009 Free Software Foundation, Inc.
87386 #dnl This file is free software; the Free Software Foundation
87387 #dnl gives unlimited permission to copy and/or distribute it,
87388 #dnl with or without modifications, as long as this notice is preserved.
87389 #
87390 ## Request a POSIX compliant getopt function.
87391 #AC_DEFUN([gl_FUNC_GETOPT_POSIX],
87392 #[
87393 #  m4_divert_text([DEFAULTS], [gl_getopt_required=POSIX])
87394 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
87395 #  gl_GETOPT_IFELSE([
87396 #    gl_REPLACE_GETOPT
87397 #  ],
87398 #  [])
87399
87400 File: ./m4/getpagesize.m4
87401 Hash: 2b7fd04beb6e26d86c114fa975404317f7fa575b5902dae6f392c060fb8bce22
87402 Copyright: 2002, 2004-2005, 2007 Free Software Foundation, Inc
87403 License: 
87404 Licence_Text:
87405   This file is free software; the Free Software Foundation
87406   gives unlimited permission to copy and/or distribute it,
87407   with or without modifications, as long as this notice is preserved.
87408 #Header: 
87409 ## getpagesize.m4 serial 7
87410 #dnl Copyright (C) 2002, 2004-2005, 2007 Free Software Foundation, Inc.
87411 #dnl This file is free software; the Free Software Foundation
87412 #dnl gives unlimited permission to copy and/or distribute it,
87413 #dnl with or without modifications, as long as this notice is preserved.
87414 #
87415 #AC_DEFUN([gl_FUNC_GETPAGESIZE],
87416 #[
87417 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
87418 #  AC_REQUIRE([AC_CANONICAL_HOST])
87419 #  AC_CHECK_FUNCS([getpagesize])
87420 #  if test $ac_cv_func_getpagesize = no; then
87421 #    HAVE_GETPAGESIZE=0
87422 #    AC_CHECK_HEADERS([OS.h])
87423 #    if test $ac_cv_header_OS_h = yes; then
87424
87425 File: ./m4/getpass.m4
87426 Hash: a34c89dcb9d116383941ad1d076e7df7db9ecaa7058c9a85b09d0b938d5dc5a8
87427 Copyright: 2002-2003, 2005-2006, 2009 Free Software Foundation, Inc
87428 License: 
87429 Licence_Text:
87430   This file is free software; the Free Software Foundation
87431   gives unlimited permission to copy and/or distribute it,
87432   with or without modifications, as long as this notice is preserved.
87433 #Header: 
87434 ## getpass.m4 serial 11
87435 #dnl Copyright (C) 2002-2003, 2005-2006, 2009 Free Software Foundation, Inc.
87436 #dnl This file is free software; the Free Software Foundation
87437 #dnl gives unlimited permission to copy and/or distribute it,
87438 #dnl with or without modifications, as long as this notice is preserved.
87439 #
87440 ## Provide a getpass() function if the system doesn't have it.
87441 #AC_DEFUN([gl_FUNC_GETPASS],
87442 #[
87443 #  AC_REPLACE_FUNCS([getpass])
87444 #  AC_CHECK_DECLS_ONCE([getpass])
87445 #  if test $ac_cv_func_getpass = no; then
87446 #    gl_PREREQ_GETPASS
87447 #  fi
87448 #])
87449
87450 File: ./m4/getsubopt.m4
87451 Hash: 9b04ceb2d89042a3ff134954522fe3cefea7441790d31ab74fc2d0c265c1309d
87452 Copyright: 2004, 2007 Free Software Foundation, Inc
87453 License: 
87454 Licence_Text:
87455   This file is free software; the Free Software Foundation
87456   gives unlimited permission to copy and/or distribute it,
87457   with or without modifications, as long as this notice is preserved.
87458 #Header: 
87459 ## getsubopt.m4 serial 4
87460 #dnl Copyright (C) 2004, 2007 Free Software Foundation, Inc.
87461 #dnl This file is free software; the Free Software Foundation
87462 #dnl gives unlimited permission to copy and/or distribute it,
87463 #dnl with or without modifications, as long as this notice is preserved.
87464 #
87465 #AC_DEFUN([gl_FUNC_GETSUBOPT],
87466 #[
87467 #  dnl Persuade glibc <stdlib.h> to declare getsubopt().
87468 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
87469 #
87470 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
87471 #  AC_CHECK_FUNCS_ONCE([getsubopt])
87472 #  if test $ac_cv_func_getsubopt = no; then
87473 #    HAVE_GETSUBOPT=0
87474
87475 File: ./m4/gettext.m4
87476 Hash: 209767111675e6bd3167db5ee4bbcde54189112719d3de3db9f87f6850f60440
87477 Copyright: 1995-2009 Free Software Foundation, Inc
87478 License: 
87479 Licence_Text:
87480   This file is free software; the Free Software Foundation
87481   gives unlimited permission to copy and/or distribute it,
87482   with or without modifications, as long as this notice is preserved.
87483 #Header: 
87484 ## gettext.m4 serial 62 (gettext-0.18)
87485 #dnl Copyright (C) 1995-2009 Free Software Foundation, Inc.
87486 #dnl This file is free software; the Free Software Foundation
87487 #dnl gives unlimited permission to copy and/or distribute it,
87488 #dnl with or without modifications, as long as this notice is preserved.
87489 #dnl
87490 #dnl This file can can be used in projects which are not available under
87491 #dnl the GNU General Public License or the GNU Library General Public
87492 #dnl License but which still want to provide support for the GNU gettext
87493 #dnl functionality.
87494 #dnl Please note that the actual code of the GNU gettext library is covered
87495 #dnl by the GNU Library General Public License, and the rest of the GNU
87496 #dnl gettext package package is covered by the GNU General Public License.
87497 #dnl They are *not* in the public domain.
87498
87499 File: ./m4/gettime.m4
87500 Hash: 2dee3947ea628455e6f99a9429ca412a5727e6ae81fcfc765de229a5f214cb4e
87501 Copyright: 2002, 2004, 2005, 2006, 2009 Free Software Foundation, Inc
87502 License: 
87503 Licence_Text:
87504   This file is free software; the Free Software Foundation
87505   gives unlimited permission to copy and/or distribute it,
87506   with or without modifications, as long as this notice is preserved.
87507 #Header: 
87508 ## gettime.m4 serial 7
87509 #dnl Copyright (C) 2002, 2004, 2005, 2006, 2009 Free Software Foundation, Inc.
87510 #dnl This file is free software; the Free Software Foundation
87511 #dnl gives unlimited permission to copy and/or distribute it,
87512 #dnl with or without modifications, as long as this notice is preserved.
87513 #
87514 #AC_DEFUN([gl_GETTIME],
87515 #[
87516 #  AC_LIBOBJ([gettime])
87517 #
87518 #  dnl Prerequisites of lib/gettime.c.
87519 #  AC_REQUIRE([gl_CLOCK_TIME])
87520 #  AC_REQUIRE([gl_TIMESPEC])
87521 #  AC_CHECK_FUNCS_ONCE([gettimeofday nanotime])
87522 #])
87523
87524 File: ./m4/gettimeofday.m4
87525 Hash: 2813667e7bf563ab4d0f747953be0ea2a763ff773c3f251ff9f08daf2f33013b
87526 Copyright: 2001-2003, 2005, 2007, 2009 Free Software Foundation, Inc
87527 License: 
87528 Licence_Text:
87529   This file is free software; the Free Software Foundation
87530   gives unlimited permission to copy and/or distribute it,
87531   with or without modifications, as long as this notice is preserved.
87532 #Header: 
87533 ## serial 12
87534 #
87535 ## Copyright (C) 2001-2003, 2005, 2007, 2009 Free Software Foundation, Inc.
87536 ## This file is free software; the Free Software Foundation
87537 ## gives unlimited permission to copy and/or distribute it,
87538 ## with or without modifications, as long as this notice is preserved.
87539 #
87540 #dnl From Jim Meyering.
87541 #
87542 #AC_DEFUN([gl_FUNC_GETTIMEOFDAY],
87543 #[
87544 #  AC_REQUIRE([AC_C_RESTRICT])
87545 #  AC_REQUIRE([gl_HEADER_SYS_TIME_H])
87546 #  AC_CHECK_FUNCS_ONCE([gettimeofday])
87547
87548 File: ./m4/getugroups.m4
87549 Hash: 5fa33ebc62e80a7f354f6e432c4dac78bac05bd75f9381b430a0f638994381ea
87550 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
87551 License: 
87552 Licence_Text:
87553   This file is free software; the Free Software Foundation
87554   gives unlimited permission to copy and/or distribute it,
87555   with or without modifications, as long as this notice is preserved.
87556 #Header: 
87557 ## getugroups.m4 serial 6
87558 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
87559 #dnl This file is free software; the Free Software Foundation
87560 #dnl gives unlimited permission to copy and/or distribute it,
87561 #dnl with or without modifications, as long as this notice is preserved.
87562 #
87563 #AC_DEFUN([gl_GETUGROUPS],
87564 #[
87565 #  AC_LIBOBJ([getugroups])
87566 #
87567 #  dnl Prerequisites of lib/getugroups.c.
87568 #  AC_TYPE_GETGROUPS
87569 #])
87570
87571 File: ./m4/getusershell.m4
87572 Hash: 85822f50f91b2679b6b3607288c46cd4fb5c2f08c12a4329a1ff7de39e2766c0
87573 Copyright: 2002, 2003, 2006, 2008 Free Software Foundation, Inc
87574 License: 
87575 Licence_Text:
87576   This file is free software; the Free Software Foundation
87577   gives unlimited permission to copy and/or distribute it,
87578   with or without modifications, as long as this notice is preserved.
87579 #Header: 
87580 ## getusershell.m4 serial 5
87581 #dnl Copyright (C) 2002, 2003, 2006, 2008 Free Software Foundation, Inc.
87582 #dnl This file is free software; the Free Software Foundation
87583 #dnl gives unlimited permission to copy and/or distribute it,
87584 #dnl with or without modifications, as long as this notice is preserved.
87585 #
87586 #AC_DEFUN([gl_FUNC_GETUSERSHELL],
87587 #[
87588 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
87589 #
87590 #  dnl Persuade glibc <unistd.h> to declare {get,set,end}usershell().
87591 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
87592 #
87593 #  AC_REPLACE_FUNCS([getusershell])
87594 #  if test $ac_cv_func_getusershell = no; then
87595
87596 File: ./m4/gl_list.m4
87597 Hash: 8b2a1802af815eebecaaf1e75e8931f2f40e8f48695c96b0230339ff56d88eaa
87598 Copyright: 2006 Free Software Foundation, Inc
87599 License: 
87600 Licence_Text:
87601   This file is free software; the Free Software Foundation
87602   gives unlimited permission to copy and/or distribute it,
87603   with or without modifications, as long as this notice is preserved.
87604 #Header: 
87605 ## gl_list.m4 serial 2
87606 #dnl Copyright (C) 2006 Free Software Foundation, Inc.
87607 #dnl This file is free software; the Free Software Foundation
87608 #dnl gives unlimited permission to copy and/or distribute it,
87609 #dnl with or without modifications, as long as this notice is preserved.
87610 #
87611 #AC_DEFUN([gl_LIST],
87612 #[
87613 #  AC_REQUIRE([gl_INLINE])
87614 #])
87615
87616 File: ./m4/glibc2.m4
87617 Hash: 11b39a2f3ca03b195c0ff0fb9170ea87fbe38dd4ff8a481000feb62e48168c97
87618 Copyright: 2000-2002, 2004, 2008 Free Software Foundation, Inc
87619 License: 
87620 Licence_Text:
87621   This file is free software; the Free Software Foundation
87622   gives unlimited permission to copy and/or distribute it,
87623   with or without modifications, as long as this notice is preserved.
87624 #Header: 
87625 ## glibc2.m4 serial 2
87626 #dnl Copyright (C) 2000-2002, 2004, 2008 Free Software Foundation, Inc.
87627 #dnl This file is free software; the Free Software Foundation
87628 #dnl gives unlimited permission to copy and/or distribute it,
87629 #dnl with or without modifications, as long as this notice is preserved.
87630 #
87631 ## Test for the GNU C Library, version 2.0 or newer.
87632 ## From Bruno Haible.
87633 #
87634 #AC_DEFUN([gt_GLIBC2],
87635 #  [
87636 #    AC_CACHE_CHECK([whether we are using the GNU C Library 2 or newer],
87637 #      [ac_cv_gnu_library_2],
87638 #      [AC_EGREP_CPP([Lucky GNU user],
87639 #       [
87640
87641 File: ./m4/glibc21.m4
87642 Hash: c38afe2c0836f2ddec80a6aac76a85735b6b0a3e487fea600816d7a460492c6f
87643 Copyright: 2000-2002, 2004, 2008 Free Software Foundation, Inc
87644 License: 
87645 Licence_Text:
87646   This file is free software; the Free Software Foundation
87647   gives unlimited permission to copy and/or distribute it,
87648   with or without modifications, as long as this notice is preserved.
87649 #Header: 
87650 ## glibc21.m4 serial 4
87651 #dnl Copyright (C) 2000-2002, 2004, 2008 Free Software Foundation, Inc.
87652 #dnl This file is free software; the Free Software Foundation
87653 #dnl gives unlimited permission to copy and/or distribute it,
87654 #dnl with or without modifications, as long as this notice is preserved.
87655 #
87656 ## Test for the GNU C Library, version 2.1 or newer.
87657 ## From Bruno Haible.
87658 #
87659 #AC_DEFUN([gl_GLIBC21],
87660 #  [
87661 #    AC_CACHE_CHECK([whether we are using the GNU C Library 2.1 or newer],
87662 #      [ac_cv_gnu_library_2_1],
87663 #      [AC_EGREP_CPP([Lucky GNU user],
87664 #       [
87665
87666 File: ./m4/glob.m4
87667 Hash: a90e23db91a3c58be62de6c2bf9556087e2266f338a41bbdfe4d4e9c9017fe47
87668 Copyright: 2005-2007 Free Software Foundation, Inc
87669 License: 
87670 Licence_Text:
87671   This file is free software; the Free Software Foundation
87672   gives unlimited permission to copy and/or distribute it,
87673   with or without modifications, as long as this notice is preserved.
87674 #Header: 
87675 ## glob.m4 serial 10
87676 #dnl Copyright (C) 2005-2007 Free Software Foundation, Inc.
87677 #dnl This file is free software; the Free Software Foundation
87678 #dnl gives unlimited permission to copy and/or distribute it,
87679 #dnl with or without modifications, as long as this notice is preserved.
87680 #
87681 ## The glob module assumes you want GNU glob, with glob_pattern_p etc,
87682 ## rather than vanilla POSIX glob.  This means your code should
87683 ## always include <glob.h> for the glob prototypes.
87684 #
87685 #AC_DEFUN([gl_GLOB_SUBSTITUTE],
87686 #[
87687 #  gl_PREREQ_GLOB
87688 #
87689 #  GLOB_H=glob.h
87690
87691 File: ./m4/gnu-make.m4
87692 Hash: 70a7aba0c8a2889370654a6a63b8c36d43163088c2fa61cf20d080eb6151bb6f
87693 Copyright: 2007 Free Software Foundation, Inc
87694 License: 
87695 Licence_Text:
87696   This file is free software; the Free Software Foundation
87697   gives unlimited permission to copy and/or distribute it,
87698   with or without modifications, as long as this notice is preserved.
87699 #Header: 
87700 ## Determine whether recent-enough GNU Make is being used.
87701 #
87702 ## Copyright (C) 2007 Free Software Foundation, Inc.
87703 #
87704 ## This file is free software; the Free Software Foundation
87705 ## gives unlimited permission to copy and/or distribute it,
87706 ## with or without modifications, as long as this notice is preserved.
87707 #
87708 ## Written by Paul Eggert.
87709 #
87710 ## Set GNU_MAKE if we are using a recent-enough version of GNU make.
87711 #
87712 ## Use --version AND trailing junk, because SGI Make doesn't fail on --version.
87713 #
87714 #AC_DEFUN([gl_GNU_MAKE],
87715
87716 File: ./m4/gnulib-common.m4
87717 Hash: cf953d1ede907c6631070667a43748f8f22368503be57c4207aba45ea49e1804
87718 Copyright: 2007-2009 Free Software Foundation, Inc
87719 License: 
87720 Licence_Text:
87721   This file is free software; the Free Software Foundation
87722   gives unlimited permission to copy and/or distribute it,
87723   with or without modifications, as long as this notice is preserved.
87724 #Header: 
87725 ## gnulib-common.m4 serial 11
87726 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
87727 #dnl This file is free software; the Free Software Foundation
87728 #dnl gives unlimited permission to copy and/or distribute it,
87729 #dnl with or without modifications, as long as this notice is preserved.
87730 #
87731 ## gl_COMMON
87732 ## is expanded unconditionally through gnulib-tool magic.
87733 #AC_DEFUN([gl_COMMON], [
87734 #  dnl Use AC_REQUIRE here, so that the code is expanded once only.
87735 #  AC_REQUIRE([gl_00GNULIB])
87736 #  AC_REQUIRE([gl_COMMON_BODY])
87737 #])
87738 #AC_DEFUN([gl_COMMON_BODY], [
87739 #  AH_VERBATIM([isoc99_inline],
87740
87741 File: ./m4/gnulib-tool.m4
87742 Hash: c6d2fd9c5bba8e3f3ebfc4650a4b9d0432d43d2e4810f637fda353b1f61d7de7
87743 Copyright: 2004-2005 Free Software Foundation, Inc
87744 License: 
87745 Licence_Text:
87746   This file is free software; the Free Software Foundation
87747   gives unlimited permission to copy and/or distribute it,
87748   with or without modifications, as long as this notice is preserved.
87749 #Header: 
87750 ## gnulib-tool.m4 serial 2
87751 #dnl Copyright (C) 2004-2005 Free Software Foundation, Inc.
87752 #dnl This file is free software; the Free Software Foundation
87753 #dnl gives unlimited permission to copy and/or distribute it,
87754 #dnl with or without modifications, as long as this notice is preserved.
87755 #
87756 #dnl The following macros need not be invoked explicitly.
87757 #dnl Invoking them does nothing except to declare default arguments
87758 #dnl for "gnulib-tool --import".
87759 #
87760 #dnl Usage: gl_LOCAL_DIR([DIR])
87761 #AC_DEFUN([gl_LOCAL_DIR], [])
87762 #
87763 #dnl Usage: gl_MODULES([module1 module2 ...])
87764 #AC_DEFUN([gl_MODULES], [])
87765
87766 File: ./m4/group-member.m4
87767 Hash: b9ef1ff8203530e2e78714b55cf01b1bbf1c7c258b61ee3536c1cb5892bd8d16
87768 Copyright: 1999-2001, 2003-2007, 2009 Free Software Foundation, Inc
87769 License: 
87770 Licence_Text:
87771   This file is free software; the Free Software Foundation
87772   gives unlimited permission to copy and/or distribute it,
87773   with or without modifications, as long as this notice is preserved.
87774 #Header: 
87775 ## serial 12
87776 #
87777 ## Copyright (C) 1999-2001, 2003-2007, 2009 Free Software Foundation, Inc.
87778 #
87779 ## This file is free software; the Free Software Foundation
87780 ## gives unlimited permission to copy and/or distribute it,
87781 ## with or without modifications, as long as this notice is preserved.
87782 #
87783 #dnl Written by Jim Meyering
87784 #
87785 #AC_DEFUN([gl_FUNC_GROUP_MEMBER],
87786 #[
87787 #  dnl Persuade glibc <unistd.h> to declare group_member().
87788 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
87789
87790 File: ./m4/hard-locale.m4
87791 Hash: 97264040027e35bb6dbe3df675fe93938e7a66d8b148d6fba0ecc36e19d5cf40
87792 Copyright: 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc
87793 License: 
87794 Licence_Text:
87795   This file is free software; the Free Software Foundation
87796   gives unlimited permission to copy and/or distribute it,
87797   with or without modifications, as long as this notice is preserved.
87798 #Header: 
87799 ## hard-locale.m4 serial 7
87800 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
87801 #dnl This file is free software; the Free Software Foundation
87802 #dnl gives unlimited permission to copy and/or distribute it,
87803 #dnl with or without modifications, as long as this notice is preserved.
87804 #
87805 #dnl No prerequisites of lib/hard-locale.c.
87806 #AC_DEFUN([gl_HARD_LOCALE],
87807 #[
87808 #  AC_LIBOBJ([hard-locale])
87809 #])
87810
87811 File: ./m4/hash.m4
87812 Hash: 819523e80720760423e01ca0720b2940895aef21577d206f09dbc782bf0f5d93
87813 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
87814 License: 
87815 Licence_Text:
87816   This file is free software; the Free Software Foundation
87817   gives unlimited permission to copy and/or distribute it,
87818   with or without modifications, as long as this notice is preserved.
87819 #Header: 
87820 ## hash.m4 serial 6
87821 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
87822 #dnl This file is free software; the Free Software Foundation
87823 #dnl gives unlimited permission to copy and/or distribute it,
87824 #dnl with or without modifications, as long as this notice is preserved.
87825 #
87826 #AC_DEFUN([gl_HASH],
87827 #[
87828 #  AC_LIBOBJ([hash])
87829 #
87830 #  dnl Prerequisites of lib/hash.c.
87831 #  AC_REQUIRE([AM_STDBOOL_H])
87832 #])
87833
87834 File: ./m4/hmac-md5.m4
87835 Hash: 01aa0b99269598138f369e395801e415957d1f5e99e42b67da35a667bd88f307
87836 Copyright: 2005, 2006 Free Software Foundation, Inc
87837 License: 
87838 Licence_Text:
87839   This file is free software; the Free Software Foundation
87840   gives unlimited permission to copy and/or distribute it,
87841   with or without modifications, as long as this notice is preserved.
87842 #Header: 
87843 ## hmac-md5.m4 serial 2
87844 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
87845 #dnl This file is free software; the Free Software Foundation
87846 #dnl gives unlimited permission to copy and/or distribute it,
87847 #dnl with or without modifications, as long as this notice is preserved.
87848 #
87849 #AC_DEFUN([gl_HMAC_MD5],
87850 #[
87851 #  AC_LIBOBJ([hmac-md5])
87852 #])
87853
87854 File: ./m4/hmac-sha1.m4
87855 Hash: f261317ddd13a6feb35c7a801adc7f7156819362d3d5efd1e0636fc54e3f67cc
87856 Copyright: 2005, 2006 Free Software Foundation, Inc
87857 License: 
87858 Licence_Text:
87859   This file is free software; the Free Software Foundation
87860   gives unlimited permission to copy and/or distribute it,
87861   with or without modifications, as long as this notice is preserved.
87862 #Header: 
87863 ## hmac-sha1.m4 serial 2
87864 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
87865 #dnl This file is free software; the Free Software Foundation
87866 #dnl gives unlimited permission to copy and/or distribute it,
87867 #dnl with or without modifications, as long as this notice is preserved.
87868 #
87869 #AC_DEFUN([gl_HMAC_SHA1],
87870 #[
87871 #  AC_LIBOBJ([hmac-sha1])
87872 #])
87873
87874 File: ./m4/host-os.m4
87875 Hash: cf2577e3c69f36ee157700e347082ddfb55659d7ec921569d78be17be2df1a3f
87876 Copyright: 2001, 2003, 2004, 2006, 2009 Free Software Foundation, Inc
87877 License: 
87878 Licence_Text:
87879   This file is free software; the Free Software Foundation
87880   gives unlimited permission to copy and/or distribute it,
87881   with or without modifications, as long as this notice is preserved.
87882 #Header: 
87883 ## serial 7
87884 #
87885 ## Copyright (C) 2001, 2003, 2004, 2006, 2009 Free Software Foundation, Inc.
87886 ## This file is free software; the Free Software Foundation
87887 ## gives unlimited permission to copy and/or distribute it,
87888 ## with or without modifications, as long as this notice is preserved.
87889 #
87890 ## Written by Paul Eggert.
87891 #
87892 #dnl From Paul Eggert.
87893 #
87894 ## Define HOST_OPERATING_SYSTEM to a name for the host operating system.
87895 #AC_DEFUN([gl_HOST_OS],
87896 #[
87897 #  AC_REQUIRE([AC_CANONICAL_HOST])dnl
87898
87899 File: ./m4/hostent.m4
87900 Hash: 86614585cb9169151c04f411f5a9e8f576954e89bf686b988b3ec4e8d56234be
87901 Copyright: 2008 Free Software Foundation, Inc
87902 License: 
87903 Licence_Text:
87904   This file is free software; the Free Software Foundation
87905   gives unlimited permission to copy and/or distribute it,
87906   with or without modifications, as long as this notice is preserved.
87907 #Header: 
87908 ## hostent.m4 serial 1
87909 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
87910 #dnl This file is free software; the Free Software Foundation
87911 #dnl gives unlimited permission to copy and/or distribute it,
87912 #dnl with or without modifications, as long as this notice is preserved.
87913 #
87914 #AC_DEFUN([gl_HOSTENT],
87915 #[
87916 #  dnl Where are gethostent(), sethostent(), endhostent(), gethostbyname(),
87917 #  dnl gethostbyaddr() defined?
87918 #  dnl - On Solaris, they are in libnsl. Ignore libxnet.
87919 #  dnl - On Haiku, they are in libnetwork.
87920 #  dnl - On BeOS, they are in libnet.
87921 #  dnl - On native Windows, they are in ws2_32.dll.
87922 #  dnl - Otherwise they are in libc.
87923
87924 File: ./m4/human.m4
87925 Hash: a7fb86bd0bbe797cf1a99630e2764b76f2a8c322acdb3fd3e32d9f5f52288246
87926 Copyright: 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc
87927 License: 
87928 Licence_Text:
87929   This file is free software; the Free Software Foundation
87930   gives unlimited permission to copy and/or distribute it,
87931   with or without modifications, as long as this notice is preserved.
87932 #Header: 
87933 ##serial 10
87934 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
87935 #dnl This file is free software; the Free Software Foundation
87936 #dnl gives unlimited permission to copy and/or distribute it,
87937 #dnl with or without modifications, as long as this notice is preserved.
87938 #
87939 #AC_DEFUN([gl_HUMAN],
87940 #[
87941 #  AC_LIBOBJ([human])
87942 #
87943 #  dnl Prerequisites of lib/human.c.
87944 #  :
87945 #])
87946
87947 File: ./m4/i-ring.m4
87948 Hash: 8a89b11945fad17cf70d3830685f646050122bba7c19ecca33a7feec4e7b73a6
87949 Copyright: 2006 Free Software Foundation, Inc
87950 License: 
87951 Licence_Text:
87952   This file is free software; the Free Software Foundation
87953   gives unlimited permission to copy and/or distribute it,
87954   with or without modifications, as long as this notice is preserved.
87955 #Header: 
87956 ## serial 1
87957 #dnl Copyright (C) 2006 Free Software Foundation, Inc.
87958 #dnl This file is free software; the Free Software Foundation
87959 #dnl gives unlimited permission to copy and/or distribute it,
87960 #dnl with or without modifications, as long as this notice is preserved.
87961 #
87962 #AC_DEFUN([gl_I_RING],
87963 #[
87964 #  AC_LIBOBJ([i-ring])
87965 #])
87966
87967 File: ./m4/iconv.m4
87968 Hash: 58adc1feb91f7df348f3072f3187d4b2487b22efb486a17366fdefadfe1e2453
87969 Copyright: 2000-2002, 2007-2009 Free Software Foundation, Inc
87970 License: 
87971 Licence_Text:
87972   This file is free software; the Free Software Foundation
87973   gives unlimited permission to copy and/or distribute it,
87974   with or without modifications, as long as this notice is preserved.
87975 #Header: 
87976 ## iconv.m4 serial AM8 (gettext-0.18)
87977 #dnl Copyright (C) 2000-2002, 2007-2009 Free Software Foundation, Inc.
87978 #dnl This file is free software; the Free Software Foundation
87979 #dnl gives unlimited permission to copy and/or distribute it,
87980 #dnl with or without modifications, as long as this notice is preserved.
87981 #
87982 #dnl From Bruno Haible.
87983 #
87984 #AC_DEFUN([AM_ICONV_LINKFLAGS_BODY],
87985 #[
87986 #  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
87987 #  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
87988 #  AC_REQUIRE([AC_LIB_RPATH])
87989 #
87990 #  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
87991
87992 File: ./m4/iconv_h.m4
87993 Hash: 4bf94c8ab903d28caab6ad4c0ff7f6976cff8aac193e26f06a4ef161ab7cfb7f
87994 Copyright: 2007-2008 Free Software Foundation, Inc
87995 License: 
87996 Licence_Text:
87997   This file is free software; the Free Software Foundation
87998   gives unlimited permission to copy and/or distribute it,
87999   with or without modifications, as long as this notice is preserved.
88000 #Header: 
88001 ## iconv_h.m4 serial 4
88002 #dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
88003 #dnl This file is free software; the Free Software Foundation
88004 #dnl gives unlimited permission to copy and/or distribute it,
88005 #dnl with or without modifications, as long as this notice is preserved.
88006 #
88007 #AC_DEFUN([gl_ICONV_H],
88008 #[
88009 #  AC_REQUIRE([gl_ICONV_H_DEFAULTS])
88010 #  gl_CHECK_NEXT_HEADERS([iconv.h])
88011 #])
88012 #
88013 #dnl Unconditionally enables the replacement of <iconv.h>.
88014 #AC_DEFUN([gl_REPLACE_ICONV_H],
88015 #[
88016
88017 File: ./m4/iconv_open.m4
88018 Hash: cc6a4cffaeedc925c4b77d44679278ce74a324ae280a69086127a1244e575694
88019 Copyright: 2007-2009 Free Software Foundation, Inc
88020 License: 
88021 Licence_Text:
88022   This file is free software; the Free Software Foundation
88023   gives unlimited permission to copy and/or distribute it,
88024   with or without modifications, as long as this notice is preserved.
88025 #Header: 
88026 ## iconv_open.m4 serial 6
88027 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
88028 #dnl This file is free software; the Free Software Foundation
88029 #dnl gives unlimited permission to copy and/or distribute it,
88030 #dnl with or without modifications, as long as this notice is preserved.
88031 #
88032 #AC_DEFUN([gl_FUNC_ICONV_OPEN],
88033 #[
88034 #  AC_REQUIRE([AM_ICONV])
88035 #  AC_REQUIRE([AC_CANONICAL_HOST])
88036 #  AC_REQUIRE([gl_ICONV_H_DEFAULTS])
88037 #  if test "$am_cv_func_iconv" = yes; then
88038 #    dnl Test whether iconv_open accepts standardized encoding names.
88039 #    dnl We know that GNU libiconv and GNU libc do.
88040 #    AC_EGREP_CPP([gnu_iconv], [
88041
88042 File: ./m4/idcache.m4
88043 Hash: 684c8544db4656472183f046dacda8f3db85963ccd23353fbcd5dfe988c1356e
88044 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
88045 License: 
88046 Licence_Text:
88047   This file is free software; the Free Software Foundation
88048   gives unlimited permission to copy and/or distribute it,
88049   with or without modifications, as long as this notice is preserved.
88050 #Header: 
88051 ## idcache.m4 serial 6
88052 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
88053 #dnl This file is free software; the Free Software Foundation
88054 #dnl gives unlimited permission to copy and/or distribute it,
88055 #dnl with or without modifications, as long as this notice is preserved.
88056 #
88057 #AC_DEFUN([gl_IDCACHE],
88058 #[
88059 #  AC_LIBOBJ([idcache])
88060 #])
88061
88062 File: ./m4/idpriv.m4
88063 Hash: 5b4a91d383eb4ddf7108b571d3eeead786ce2af3a1dc207b5b5faee7009db536
88064 Copyright: 2009 Free Software Foundation, Inc
88065 License: 
88066 Licence_Text:
88067   This file is free software; the Free Software Foundation
88068   gives unlimited permission to copy and/or distribute it,
88069   with or without modifications, as long as this notice is preserved.
88070 #Header: 
88071 ## idpriv.m4 serial 1
88072 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
88073 #dnl This file is free software; the Free Software Foundation
88074 #dnl gives unlimited permission to copy and/or distribute it,
88075 #dnl with or without modifications, as long as this notice is preserved.
88076 #
88077 #AC_DEFUN([gl_IDPRIV],
88078 #[
88079 #  dnl Persuade glibc <unistd.h> to declare {get,set}res{uid,gid}.
88080 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
88081 #
88082 #  AC_CHECK_FUNCS_ONCE([getuid geteuid getresuid getgid getegid getresgid])
88083 #  AC_CHECK_FUNCS_ONCE([setresuid setreuid seteuid setresgid setregid setegid])
88084 #])
88085
88086 File: ./m4/imaxabs.m4
88087 Hash: 9ac282ca81021c035a86c34f143d6b7a49de4067e4b69b1b93f39a146447bfac
88088 Copyright: 2006 Free Software Foundation, Inc
88089 License: 
88090 Licence_Text:
88091   This file is free software; the Free Software Foundation
88092   gives unlimited permission to copy and/or distribute it,
88093   with or without modifications, as long as this notice is preserved.
88094 #Header: 
88095 ## imaxabs.m4 serial 1
88096 #dnl Copyright (C) 2006 Free Software Foundation, Inc.
88097 #dnl This file is free software; the Free Software Foundation
88098 #dnl gives unlimited permission to copy and/or distribute it,
88099 #dnl with or without modifications, as long as this notice is preserved.
88100 #
88101 #AC_DEFUN([gl_FUNC_IMAXABS],
88102 #[
88103 #  AC_REQUIRE([gl_INTTYPES_H])
88104 #  if test "$ac_cv_have_decl_imaxabs" != yes; then
88105 #    AC_LIBOBJ([imaxabs])
88106 #    gl_PREREQ_IMAXABS
88107 #  fi
88108 #])
88109
88110 File: ./m4/imaxdiv.m4
88111 Hash: 5fadf938b03a5ea38a211bb8d57402bb672b551cbe5701a7d9db8d054dc16098
88112 Copyright: 2006 Free Software Foundation, Inc
88113 License: 
88114 Licence_Text:
88115   This file is free software; the Free Software Foundation
88116   gives unlimited permission to copy and/or distribute it,
88117   with or without modifications, as long as this notice is preserved.
88118 #Header: 
88119 ## imaxdiv.m4 serial 1
88120 #dnl Copyright (C) 2006 Free Software Foundation, Inc.
88121 #dnl This file is free software; the Free Software Foundation
88122 #dnl gives unlimited permission to copy and/or distribute it,
88123 #dnl with or without modifications, as long as this notice is preserved.
88124 #
88125 #AC_DEFUN([gl_FUNC_IMAXDIV],
88126 #[
88127 #  AC_REQUIRE([gl_INTTYPES_H])
88128 #  if test "$ac_cv_have_decl_imaxdiv" != yes; then
88129 #    AC_LIBOBJ([imaxdiv])
88130 #    gl_PREREQ_IMAXDIV
88131 #  fi
88132 #])
88133
88134 File: ./m4/include_next.m4
88135 Hash: fc10e0ad2c9bd80b98f37d913b9021a9b6538bbcea1386183abe1a5b7ae89d0e
88136 Copyright: 2006-2009 Free Software Foundation, Inc
88137 License: 
88138 Licence_Text:
88139   This file is free software; the Free Software Foundation
88140   gives unlimited permission to copy and/or distribute it,
88141   with or without modifications, as long as this notice is preserved.
88142 #Header: 
88143 ## include_next.m4 serial 14
88144 #dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
88145 #dnl This file is free software; the Free Software Foundation
88146 #dnl gives unlimited permission to copy and/or distribute it,
88147 #dnl with or without modifications, as long as this notice is preserved.
88148 #
88149 #dnl From Paul Eggert and Derek Price.
88150 #
88151 #dnl Sets INCLUDE_NEXT and PRAGMA_SYSTEM_HEADER.
88152 #dnl
88153 #dnl INCLUDE_NEXT expands to 'include_next' if the compiler supports it, or to
88154 #dnl 'include' otherwise.
88155 #dnl
88156 #dnl INCLUDE_NEXT_AS_FIRST_DIRECTIVE expands to 'include_next' if the compiler
88157 #dnl supports it in the special case that it is the first include directive in
88158
88159 File: ./m4/inet_ntop.m4
88160 Hash: 2961f88ceca9369b98135b582ea275427282cf3cee5edefabe6510f3a36637a3
88161 Copyright: 2005, 2006, 2008, 2009 Free Software Foundation, Inc
88162 License: 
88163 Licence_Text:
88164   This file is free software; the Free Software Foundation
88165   gives unlimited permission to copy and/or distribute it,
88166   with or without modifications, as long as this notice is preserved.
88167 #Header: 
88168 ## inet_ntop.m4 serial 9
88169 #dnl Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
88170 #dnl This file is free software; the Free Software Foundation
88171 #dnl gives unlimited permission to copy and/or distribute it,
88172 #dnl with or without modifications, as long as this notice is preserved.
88173 #
88174 #AC_DEFUN([gl_INET_NTOP],
88175 #[
88176 #  dnl Persuade Solaris <arpa/inet.h> to declare inet_ntop.
88177 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
88178 #
88179 #  gl_REPLACE_ARPA_INET_H
88180 #
88181 #  dnl The AC_SEARCH_LIBS call is a hack to persuade the Solaris 8 linker to
88182 #  dnl find inet_ntop.
88183
88184 File: ./m4/inet_pton.m4
88185 Hash: 3f59e48fd6fa87c38851d0fb7f14d7fddeb46f50d526beeca3383d01002dfd06
88186 Copyright: 2006, 2008, 2009 Free Software Foundation, Inc
88187 License: 
88188 Licence_Text:
88189   This file is free software; the Free Software Foundation
88190   gives unlimited permission to copy and/or distribute it,
88191   with or without modifications, as long as this notice is preserved.
88192 #Header: 
88193 ## inet_pton.m4 serial 7
88194 #dnl Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
88195 #dnl This file is free software; the Free Software Foundation
88196 #dnl gives unlimited permission to copy and/or distribute it,
88197 #dnl with or without modifications, as long as this notice is preserved.
88198 #
88199 #AC_DEFUN([gl_INET_PTON],
88200 #[
88201 #  dnl Persuade Solaris <arpa/inet.h> to declare inet_pton.
88202 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
88203 #
88204 #  gl_REPLACE_ARPA_INET_H
88205 #
88206 #  AC_REPLACE_FUNCS([inet_pton])
88207 #  gl_PREREQ_INET_PTON
88208
88209 File: ./m4/inline.m4
88210 Hash: 1ce32c0db262c643f6c513cf276d533c45afeea4b8f10681b2fd8d8c770f0e9e
88211 Copyright: 2006, 2009 Free Software Foundation, Inc
88212 License: 
88213 Licence_Text:
88214   This file is free software; the Free Software Foundation
88215   gives unlimited permission to copy and/or distribute it,
88216   with or without modifications, as long as this notice is preserved.
88217 #Header: 
88218 ## inline.m4 serial 4
88219 #dnl Copyright (C) 2006, 2009 Free Software Foundation, Inc.
88220 #dnl This file is free software; the Free Software Foundation
88221 #dnl gives unlimited permission to copy and/or distribute it,
88222 #dnl with or without modifications, as long as this notice is preserved.
88223 #
88224 #dnl Test for the 'inline' keyword or equivalent.
88225 #dnl Define 'inline' to a supported equivalent, or to nothing if not supported,
88226 #dnl like AC_C_INLINE does.  Also, define HAVE_INLINE if 'inline' or an
88227 #dnl equivalent is effectively supported, i.e. if the compiler is likely to
88228 #dnl drop unused 'static inline' functions.
88229 #AC_DEFUN([gl_INLINE],
88230 #[
88231 #  AC_REQUIRE([AC_C_INLINE])
88232 #  AC_CACHE_CHECK([whether the compiler generally respects inline],
88233
88234 File: ./m4/intdiv0.m4
88235 Hash: 3b41e9fe7c042186c2004a938b8f651898d683f34d60198d65048c00eaffe3aa
88236 Copyright: 2002, 2007-2008 Free Software Foundation, Inc
88237 License: 
88238 Licence_Text:
88239   This file is free software; the Free Software Foundation
88240   gives unlimited permission to copy and/or distribute it,
88241   with or without modifications, as long as this notice is preserved.
88242 #Header: 
88243 ## intdiv0.m4 serial 3 (gettext-0.18)
88244 #dnl Copyright (C) 2002, 2007-2008 Free Software Foundation, Inc.
88245 #dnl This file is free software; the Free Software Foundation
88246 #dnl gives unlimited permission to copy and/or distribute it,
88247 #dnl with or without modifications, as long as this notice is preserved.
88248 #
88249 #dnl From Bruno Haible.
88250 #
88251 #AC_DEFUN([gt_INTDIV0],
88252 #[
88253 #  AC_REQUIRE([AC_PROG_CC])dnl
88254 #  AC_REQUIRE([AC_CANONICAL_HOST])dnl
88255 #
88256 #  AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
88257 #    gt_cv_int_divbyzero_sigfpe,
88258
88259 File: ./m4/intl.m4
88260 Hash: 0d7179b34d75a5812cc919c4190baf120690b0155fc61f344967c0805e0d566a
88261 Copyright: 1995-2007 Free Software Foundation, Inc
88262 License: 
88263 Licence_Text:
88264   This file is free software; the Free Software Foundation
88265   gives unlimited permission to copy and/or distribute it,
88266   with or without modifications, as long as this notice is preserved.
88267 #Header: 
88268 ## intl.m4 serial 8 (gettext-0.17)
88269 #dnl Copyright (C) 1995-2007 Free Software Foundation, Inc.
88270 #dnl This file is free software; the Free Software Foundation
88271 #dnl gives unlimited permission to copy and/or distribute it,
88272 #dnl with or without modifications, as long as this notice is preserved.
88273 #dnl
88274 #dnl This file can can be used in projects which are not available under
88275 #dnl the GNU General Public License or the GNU Library General Public
88276 #dnl License but which still want to provide support for the GNU gettext
88277 #dnl functionality.
88278 #dnl Please note that the actual code of the GNU gettext library is covered
88279 #dnl by the GNU Library General Public License, and the rest of the GNU
88280 #dnl gettext package package is covered by the GNU General Public License.
88281 #dnl They are *not* in the public domain.
88282
88283 File: ./m4/intldir.m4
88284 Hash: 612428195affe98a7d5441899325dd49d191670b691459bc02e12ab0cfbf966a
88285 Copyright: 2006, 2009 Free Software Foundation, Inc
88286 License: 
88287 Licence_Text:
88288   This file is free software; the Free Software Foundation
88289   gives unlimited permission to copy and/or distribute it,
88290   with or without modifications, as long as this notice is preserved.
88291 #Header: 
88292 ## intldir.m4 serial 2 (gettext-0.18)
88293 #dnl Copyright (C) 2006, 2009 Free Software Foundation, Inc.
88294 #dnl This file is free software; the Free Software Foundation
88295 #dnl gives unlimited permission to copy and/or distribute it,
88296 #dnl with or without modifications, as long as this notice is preserved.
88297 #dnl
88298 #dnl This file can can be used in projects which are not available under
88299 #dnl the GNU General Public License or the GNU Library General Public
88300 #dnl License but which still want to provide support for the GNU gettext
88301 #dnl functionality.
88302 #dnl Please note that the actual code of the GNU gettext library is covered
88303 #dnl by the GNU Library General Public License, and the rest of the GNU
88304 #dnl gettext package package is covered by the GNU General Public License.
88305 #dnl They are *not* in the public domain.
88306
88307 File: ./m4/intlmacosx.m4
88308 Hash: 447c46fa3888adb2ccaab83f4cf703a630ef162e4933d79887ea9039a02729e0
88309 Copyright: 2004-2009 Free Software Foundation, Inc
88310 License: 
88311 Licence_Text:
88312   This file is free software; the Free Software Foundation
88313   gives unlimited permission to copy and/or distribute it,
88314   with or without modifications, as long as this notice is preserved.
88315 #Header: 
88316 ## intlmacosx.m4 serial 3 (gettext-0.18)
88317 #dnl Copyright (C) 2004-2009 Free Software Foundation, Inc.
88318 #dnl This file is free software; the Free Software Foundation
88319 #dnl gives unlimited permission to copy and/or distribute it,
88320 #dnl with or without modifications, as long as this notice is preserved.
88321 #dnl
88322 #dnl This file can can be used in projects which are not available under
88323 #dnl the GNU General Public License or the GNU Library General Public
88324 #dnl License but which still want to provide support for the GNU gettext
88325 #dnl functionality.
88326 #dnl Please note that the actual code of the GNU gettext library is covered
88327 #dnl by the GNU Library General Public License, and the rest of the GNU
88328 #dnl gettext package package is covered by the GNU General Public License.
88329 #dnl They are *not* in the public domain.
88330
88331 File: ./m4/intmax.m4
88332 Hash: c110fc0f8772eb14b1d5e4e98f3bb7a7973aee6a673907e18409a3e79e319b56
88333 Copyright: 2002-2005, 2008, 2009 Free Software Foundation, Inc
88334 License: 
88335 Licence_Text:
88336   This file is free software; the Free Software Foundation
88337   gives unlimited permission to copy and/or distribute it,
88338   with or without modifications, as long as this notice is preserved.
88339 #Header: 
88340 ## intmax.m4 serial 5 (gettext-0.18)
88341 #dnl Copyright (C) 2002-2005, 2008, 2009 Free Software Foundation, Inc.
88342 #dnl This file is free software; the Free Software Foundation
88343 #dnl gives unlimited permission to copy and/or distribute it,
88344 #dnl with or without modifications, as long as this notice is preserved.
88345 #
88346 #dnl From Bruno Haible.
88347 #dnl Test whether the system has the 'intmax_t' type, but don't attempt to
88348 #dnl find a replacement if it is lacking.
88349 #
88350 #AC_DEFUN([gt_TYPE_INTMAX_T],
88351 #[
88352 #  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
88353 #  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
88354 #  AC_CACHE_CHECK([for intmax_t], [gt_cv_c_intmax_t],
88355
88356 File: ./m4/intmax_t.m4
88357 Hash: 86248e08dfb3dbae4bf34645c7909fcfdc517fb975573a8f57f9fa11a9c47fb0
88358 Copyright: 1997-2004, 2006-2007, 2009 Free Software Foundation, Inc
88359 License: 
88360 Licence_Text:
88361   This file is free software; the Free Software Foundation
88362   gives unlimited permission to copy and/or distribute it,
88363   with or without modifications, as long as this notice is preserved.
88364 #Header: 
88365 ## intmax_t.m4 serial 7
88366 #dnl Copyright (C) 1997-2004, 2006-2007, 2009 Free Software Foundation, Inc.
88367 #dnl This file is free software; the Free Software Foundation
88368 #dnl gives unlimited permission to copy and/or distribute it,
88369 #dnl with or without modifications, as long as this notice is preserved.
88370 #
88371 #dnl From Paul Eggert.
88372 #
88373 #AC_PREREQ([2.13])
88374 #
88375 ## Define intmax_t to 'long' or 'long long'
88376 ## if it is not already defined in <stdint.h> or <inttypes.h>.
88377 #
88378 #AC_DEFUN([gl_AC_TYPE_INTMAX_T],
88379 #[
88380
88381 File: ./m4/inttostr.m4
88382 Hash: e2b51832fe091eaf612d6dac65a6e704009d76fe68224aed958f392d2637a269
88383 Copyright: 2004, 2005, 2006 Free Software Foundation, Inc
88384 License: 
88385 Licence_Text:
88386   This file is free software; the Free Software Foundation
88387   gives unlimited permission to copy and/or distribute it,
88388   with or without modifications, as long as this notice is preserved.
88389 #Header: 
88390 ##serial 7
88391 #dnl Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
88392 #dnl This file is free software; the Free Software Foundation
88393 #dnl gives unlimited permission to copy and/or distribute it,
88394 #dnl with or without modifications, as long as this notice is preserved.
88395 #
88396 #AC_DEFUN([gl_INTTOSTR],
88397 #[
88398 #  AC_LIBOBJ([imaxtostr])
88399 #  AC_LIBOBJ([offtostr])
88400 #  AC_LIBOBJ([umaxtostr])
88401 #  AC_LIBOBJ([uinttostr])
88402 #
88403 #  gl_PREREQ_INTTOSTR
88404 #  gl_PREREQ_IMAXTOSTR
88405
88406 File: ./m4/inttypes-pri.m4
88407 Hash: 8649b8fa7043ccf53fdf62500bad888da4180ee519fb31fab64aaf8c8ce9ded8
88408 Copyright: 1997-2002, 2006, 2008, 2009 Free Software Foundation, Inc
88409 License: 
88410 Licence_Text:
88411   This file is free software; the Free Software Foundation
88412   gives unlimited permission to copy and/or distribute it,
88413   with or without modifications, as long as this notice is preserved.
88414 #Header: 
88415 ## inttypes-pri.m4 serial 6 (gettext-0.18)
88416 #dnl Copyright (C) 1997-2002, 2006, 2008, 2009 Free Software Foundation, Inc.
88417 #dnl This file is free software; the Free Software Foundation
88418 #dnl gives unlimited permission to copy and/or distribute it,
88419 #dnl with or without modifications, as long as this notice is preserved.
88420 #
88421 #dnl From Bruno Haible.
88422 #
88423 #AC_PREREQ([2.52])
88424 #
88425 ## Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI*
88426 ## macros to non-string values.  This is the case on AIX 4.3.3.
88427 #
88428 #AC_DEFUN([gt_INTTYPES_PRI],
88429 #[
88430
88431 File: ./m4/inttypes.m4
88432 Hash: e5b427858f7a6dbbb30e7d900d76402ff9a42c6ec9c38bff2bfa3f59be20e3eb
88433 Copyright: 2006-2009 Free Software Foundation, Inc
88434 License: 
88435 Licence_Text:
88436   This file is free software; the Free Software Foundation
88437   gives unlimited permission to copy and/or distribute it,
88438   with or without modifications, as long as this notice is preserved.
88439 #Header: 
88440 ## inttypes.m4 serial 14
88441 #dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
88442 #dnl This file is free software; the Free Software Foundation
88443 #dnl gives unlimited permission to copy and/or distribute it,
88444 #dnl with or without modifications, as long as this notice is preserved.
88445 #
88446 #dnl From Derek Price, Bruno Haible.
88447 #dnl Test whether <inttypes.h> is supported or must be substituted.
88448 #
88449 #AC_DEFUN([gl_INTTYPES_H],
88450 #[
88451 #  AC_REQUIRE([gl_STDINT_H])
88452 #  AC_REQUIRE([gt_INTTYPES_PRI])
88453 #  AC_CHECK_DECLS_ONCE([imaxabs])
88454 #  AC_CHECK_DECLS_ONCE([imaxdiv])
88455
88456 File: ./m4/inttypes_h.m4
88457 Hash: ca5eb68f1650e18a89c61c9ad23ecf5786ead724c985f8a06dc12877c9d326c4
88458 Copyright: 1997-2004, 2006, 2008, 2009 Free Software Foundation, Inc
88459 License: 
88460 Licence_Text:
88461   This file is free software; the Free Software Foundation
88462   gives unlimited permission to copy and/or distribute it,
88463   with or without modifications, as long as this notice is preserved.
88464 #Header: 
88465 ## inttypes_h.m4 serial 9
88466 #dnl Copyright (C) 1997-2004, 2006, 2008, 2009 Free Software Foundation, Inc.
88467 #dnl This file is free software; the Free Software Foundation
88468 #dnl gives unlimited permission to copy and/or distribute it,
88469 #dnl with or without modifications, as long as this notice is preserved.
88470 #
88471 #dnl From Paul Eggert.
88472 #
88473 ## Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h> exists,
88474 ## doesn't clash with <sys/types.h>, and declares uintmax_t.
88475 #
88476 #AC_DEFUN([gl_AC_HEADER_INTTYPES_H],
88477 #[
88478 #  AC_CACHE_CHECK([for inttypes.h], [gl_cv_header_inttypes_h],
88479 #  [AC_TRY_COMPILE(
88480
88481 File: ./m4/isapipe.m4
88482 Hash: 694aef61dce5554fcd26fb2c28e2544ba8e385f8d6e673c37164e578fd6dc342
88483 Copyright: 2006, 2009 Free Software Foundation, Inc
88484 License: 
88485 Licence_Text:
88486   This file is free software; the Free Software Foundation
88487   gives unlimited permission to copy and/or distribute it,
88488   with or without modifications, as long as this notice is preserved.
88489 #Header: 
88490 ## Test whether a file descriptor is a pipe.
88491 #
88492 #dnl Copyright (C) 2006, 2009 Free Software Foundation, Inc.
88493 #
88494 #dnl This file is free software; the Free Software Foundation
88495 #dnl gives unlimited permission to copy and/or distribute it,
88496 #dnl with or without modifications, as long as this notice is preserved.
88497 #
88498 #dnl Written by Paul Eggert.
88499 #
88500 #AC_DEFUN([gl_ISAPIPE],
88501 #[
88502 #  # OpenVMS has isapipe already, so check for it.
88503 #  AC_REPLACE_FUNCS([isapipe])
88504 #  if test $ac_cv_func_isapipe = no; then
88505
88506 File: ./m4/isdir.m4
88507 Hash: e9d65c52fa170654224baaa1a9a48b18398df1b62c8f0595813ec62b53a55729
88508 Copyright: 2002 Free Software Foundation, Inc
88509 License: 
88510 Licence_Text:
88511   This file is free software; the Free Software Foundation
88512   gives unlimited permission to copy and/or distribute it,
88513   with or without modifications, as long as this notice is preserved.
88514 #Header: 
88515 ## isdir.m4 serial 2
88516 #dnl Copyright (C) 2002 Free Software Foundation, Inc.
88517 #dnl This file is free software; the Free Software Foundation
88518 #dnl gives unlimited permission to copy and/or distribute it,
88519 #dnl with or without modifications, as long as this notice is preserved.
88520 #
88521 #AC_DEFUN([gl_ISDIR],
88522 #[
88523 #  dnl Prerequisites of lib/isdir.c.
88524 #  AC_REQUIRE([AC_HEADER_STAT])
88525 #])
88526
88527 File: ./m4/isfinite.m4
88528 Hash: c19d2f133ca402c36f7c2d02bb1793b8722b49205ea44e74e40e92cef27db4fc
88529 Copyright: 2007-2009 Free Software Foundation, Inc
88530 License: 
88531 Licence_Text:
88532   This file is free software; the Free Software Foundation
88533   gives unlimited permission to copy and/or distribute it,
88534   with or without modifications, as long as this notice is preserved.
88535 #Header: 
88536 ## isfinite.m4 serial 5
88537 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
88538 #dnl This file is free software; the Free Software Foundation
88539 #dnl gives unlimited permission to copy and/or distribute it,
88540 #dnl with or without modifications, as long as this notice is preserved.
88541 #
88542 #AC_DEFUN([gl_ISFINITE],
88543 #[
88544 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
88545 #  dnl Persuade glibc <math.h> to declare isfinite.
88546 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
88547 #  AC_CHECK_DECLS([isfinite], , , [#include <math.h>])
88548 #  if test "$ac_cv_have_decl_isfinite" = yes; then
88549 #    gl_CHECK_MATH_LIB([ISFINITE_LIBM], [x = isfinite (x);])
88550 #    if test "$ISFINITE_LIBM" != missing; then
88551
88552 File: ./m4/isinf.m4
88553 Hash: fe9d10fd7eb4cd6bcb9b2cb63a4d24340313246a2d39faa8a63a5ca82998ff9a
88554 Copyright: 2007-2009 Free Software Foundation, Inc
88555 License: 
88556 Licence_Text:
88557   This file is free software; the Free Software Foundation
88558   gives unlimited permission to copy and/or distribute it,
88559   with or without modifications, as long as this notice is preserved.
88560 #Header: 
88561 ## isinf.m4 serial 2
88562 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
88563 #dnl This file is free software; the Free Software Foundation
88564 #dnl gives unlimited permission to copy and/or distribute it,
88565 #dnl with or without modifications, as long as this notice is preserved.
88566 #
88567 #AC_DEFUN([gl_ISINF],
88568 #[
88569 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
88570 #  dnl Persuade glibc <math.h> to declare isinf.
88571 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
88572 #  AC_CHECK_DECLS([isinf], , , [#include <math.h>])
88573 #  if test "$ac_cv_have_decl_isinf" = yes; then
88574 #    gl_CHECK_MATH_LIB([ISINF_LIBM], [x = isinf (x);])
88575 #    if test "$ISINF_LIBM" != missing; then
88576
88577 File: ./m4/isnan.m4
88578 Hash: e7b33f83d3ce859e8f1395ea66d91f251c145404b1b04abc907a4966f213aa24
88579 Copyright: 2007-2008 Free Software Foundation, Inc
88580 License: 
88581 Licence_Text:
88582   This file is free software; the Free Software Foundation
88583   gives unlimited permission to copy and/or distribute it,
88584   with or without modifications, as long as this notice is preserved.
88585 #Header: 
88586 ## isnan.m4 serial 2
88587 #dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
88588 #dnl This file is free software; the Free Software Foundation
88589 #dnl gives unlimited permission to copy and/or distribute it,
88590 #dnl with or without modifications, as long as this notice is preserved.
88591 #
88592 #AC_DEFUN([gl_ISNAN],
88593 #[
88594 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
88595 #  AC_REQUIRE([gl_FUNC_ISNANF])
88596 #  AC_REQUIRE([gl_FUNC_ISNAND])
88597 #  AC_REQUIRE([gl_FUNC_ISNANL])
88598 #
88599 #  # If we replaced any of the underlying isnan* functions, replace
88600 #  # the isnan macro; it undoubtedly suffers from the same flaws.
88601
88602 File: ./m4/isnand.m4
88603 Hash: 51e8e66a3b57025d5bc688689425eb32e6c8e064ede078c4d6e080b56d3aab04
88604 Copyright: 2007-2009 Free Software Foundation, Inc
88605 License: 
88606 Licence_Text:
88607   This file is free software; the Free Software Foundation
88608   gives unlimited permission to copy and/or distribute it,
88609   with or without modifications, as long as this notice is preserved.
88610 #Header: 
88611 ## isnand.m4 serial 6
88612 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
88613 #dnl This file is free software; the Free Software Foundation
88614 #dnl gives unlimited permission to copy and/or distribute it,
88615 #dnl with or without modifications, as long as this notice is preserved.
88616 #
88617 #dnl Check how to get or define isnand().
88618 #
88619 #AC_DEFUN([gl_FUNC_ISNAND],
88620 #[
88621 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
88622 #  ISNAND_LIBM=
88623 #  gl_HAVE_ISNAND_NO_LIBM
88624 #  if test $gl_cv_func_isnand_no_libm = no; then
88625 #    gl_HAVE_ISNAND_IN_LIBM
88626
88627 File: ./m4/isnanf.m4
88628 Hash: 595cb32bba81892f6ea7ddb98c352f5796a0535a6fa78a172cfb89437609af6b
88629 Copyright: 2007-2009 Free Software Foundation, Inc
88630 License: 
88631 Licence_Text:
88632   This file is free software; the Free Software Foundation
88633   gives unlimited permission to copy and/or distribute it,
88634   with or without modifications, as long as this notice is preserved.
88635 #Header: 
88636 ## isnanf.m4 serial 10
88637 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
88638 #dnl This file is free software; the Free Software Foundation
88639 #dnl gives unlimited permission to copy and/or distribute it,
88640 #dnl with or without modifications, as long as this notice is preserved.
88641 #
88642 #dnl Check how to get or define isnanf().
88643 #
88644 #AC_DEFUN([gl_FUNC_ISNANF],
88645 #[
88646 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
88647 #  ISNANF_LIBM=
88648 #  gl_HAVE_ISNANF_NO_LIBM
88649 #  if test $gl_cv_func_isnanf_no_libm = no; then
88650 #    gl_HAVE_ISNANF_IN_LIBM
88651
88652 File: ./m4/isnanl.m4
88653 Hash: f803ad5cf4c44855de734207bee9190902ea849cbb2b13dc2e61ae9733015193
88654 Copyright: 2007-2009 Free Software Foundation, Inc
88655 License: 
88656 Licence_Text:
88657   This file is free software; the Free Software Foundation
88658   gives unlimited permission to copy and/or distribute it,
88659   with or without modifications, as long as this notice is preserved.
88660 #Header: 
88661 ## isnanl.m4 serial 12
88662 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
88663 #dnl This file is free software; the Free Software Foundation
88664 #dnl gives unlimited permission to copy and/or distribute it,
88665 #dnl with or without modifications, as long as this notice is preserved.
88666 #
88667 #AC_DEFUN([gl_FUNC_ISNANL],
88668 #[
88669 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
88670 #  ISNANL_LIBM=
88671 #  gl_HAVE_ISNANL_NO_LIBM
88672 #  if test $gl_cv_func_isnanl_no_libm = no; then
88673 #    gl_HAVE_ISNANL_IN_LIBM
88674 #    if test $gl_cv_func_isnanl_in_libm = yes; then
88675 #      ISNANL_LIBM=-lm
88676
88677 File: ./m4/javacomp.m4
88678 Hash: 14e19c009a90dde63c919635e6c67c76ca1ea166444f296ba5e1841d14e51aba
88679 Copyright: 2001-2003, 2006-2007, 2009 Free Software Foundation, Inc
88680 License: 
88681 Licence_Text:
88682   This file is free software; the Free Software Foundation
88683   gives unlimited permission to copy and/or distribute it,
88684   with or without modifications, as long as this notice is preserved.
88685 #Header: 
88686 ## javacomp.m4 serial 11
88687 #dnl Copyright (C) 2001-2003, 2006-2007, 2009 Free Software Foundation, Inc.
88688 #dnl This file is free software; the Free Software Foundation
88689 #dnl gives unlimited permission to copy and/or distribute it,
88690 #dnl with or without modifications, as long as this notice is preserved.
88691 #
88692 ## Prerequisites of javacomp.sh.
88693 ## gt_JAVACOMP([source-version], [target-version])
88694 ## Sets HAVE_JAVACOMP to nonempty if javacomp.sh will allow Java source code
88695 ## according to source-version to be compiled to Java bytecode classes in the
88696 ## target-version format.
88697 ##
88698 ## source-version can be:    support for
88699 ##           1.3             inner classes
88700 ##           1.4             assert keyword
88701
88702 File: ./m4/javaexec.m4
88703 Hash: 4918c3e11f2ea4072f3311b390e4ae81540c6a5adf57fb986a3fcf7dab7e771d
88704 Copyright: 2001-2003, 2006, 2009 Free Software Foundation, Inc
88705 License: 
88706 Licence_Text:
88707   This file is free software; the Free Software Foundation
88708   gives unlimited permission to copy and/or distribute it,
88709   with or without modifications, as long as this notice is preserved.
88710 #Header: 
88711 ## javaexec.m4 serial 5
88712 #dnl Copyright (C) 2001-2003, 2006, 2009 Free Software Foundation, Inc.
88713 #dnl This file is free software; the Free Software Foundation
88714 #dnl gives unlimited permission to copy and/or distribute it,
88715 #dnl with or without modifications, as long as this notice is preserved.
88716 #
88717 ## Prerequisites of javaexec.sh.
88718 ## gt_JAVAEXEC or gt_JAVAEXEC(testclass, its-directory)
88719 ## Sets HAVE_JAVAEXEC to nonempty if javaexec.sh will work.
88720 #
88721 #AC_DEFUN([gt_JAVAEXEC],
88722 #[
88723 #  AC_MSG_CHECKING([for Java virtual machine])
88724 #  AC_EGREP_CPP([yes], [
88725 ##if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ || defined __EMX__ || defined __DJGPP__
88726
88727 File: ./m4/jm-winsz1.m4
88728 Hash: 301531f58811d581f72b13a77914c5ce9116ba7ee471486ae31a75aedd85f502
88729 Copyright: 1996, 1999, 2001-2002, 2004, 2006, 2009 Free Software Foundation, Inc.
88730 License: 
88731 Licence_Text:
88732   This file is free software; the Free Software Foundation
88733   gives unlimited permission to copy and/or distribute it,
88734   with or without modifications, as long as this notice is preserved.
88735 #Header: 
88736 ## serial 11
88737 #
88738 ## Copyright (C) 1996, 1999, 2001-2002, 2004, 2006, 2009
88739 ## Free Software Foundation, Inc.
88740 ## This file is free software; the Free Software Foundation
88741 ## gives unlimited permission to copy and/or distribute it,
88742 ## with or without modifications, as long as this notice is preserved.
88743 #
88744 #dnl From Jim Meyering and Paul Eggert.
88745 #AC_DEFUN([gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H],
88746 #[AC_REQUIRE([AC_SYS_POSIX_TERMIOS])
88747 # AC_CACHE_CHECK([whether use of TIOCGWINSZ requires termios.h],
88748 #               gl_cv_sys_tiocgwinsz_needs_termios_h,
88749 #  [gl_cv_sys_tiocgwinsz_needs_termios_h=no
88750
88751 File: ./m4/jm-winsz2.m4
88752 Hash: 060d85fec2c0b5c74229e5cb538ab49a2731fdcf7d9af9cd2fa2e23e3f57357e
88753 Copyright: 1996, 1999, 2001, 2004, 2009 Free Software Foundation, Inc
88754 License: 
88755 Licence_Text:
88756   This file is free software; the Free Software Foundation
88757   gives unlimited permission to copy and/or distribute it,
88758   with or without modifications, as long as this notice is preserved.
88759 #Header: 
88760 ## serial 7
88761 #
88762 ## Copyright (C) 1996, 1999, 2001, 2004, 2009 Free Software Foundation, Inc.
88763 ## This file is free software; the Free Software Foundation
88764 ## gives unlimited permission to copy and/or distribute it,
88765 ## with or without modifications, as long as this notice is preserved.
88766 #
88767 #AC_DEFUN([gl_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL],
88768 #[AC_REQUIRE([gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H])
88769 # AC_CACHE_CHECK([whether use of TIOCGWINSZ requires sys/ioctl.h],
88770 #               gl_cv_sys_tiocgwinsz_needs_sys_ioctl_h,
88771 #  [gl_cv_sys_tiocgwinsz_needs_sys_ioctl_h=no
88772 #
88773 #  if test $gl_cv_sys_tiocgwinsz_needs_termios_h = no; then
88774 #    AC_EGREP_CPP([yes],
88775
88776 File: ./m4/lchmod.m4
88777 Hash: f8d332af32afc5284f1da28186423c4b1f8df943fec36a1415936007a868b4e4
88778 Copyright: 2005, 2006, 2008 Free Software Foundation, Inc
88779 License: 
88780 Licence_Text:
88781   This file is free software; the Free Software Foundation
88782   gives unlimited permission to copy and/or distribute it,
88783   with or without modifications, as long as this notice is preserved.
88784 #Header: 
88785 ##serial 3
88786 #
88787 #dnl Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc.
88788 #dnl This file is free software; the Free Software Foundation
88789 #dnl gives unlimited permission to copy and/or distribute it,
88790 #dnl with or without modifications, as long as this notice is preserved.
88791 #
88792 #dnl From Paul Eggert.
88793 #dnl Provide a replacement for lchmod on hosts that lack it.
88794 #
88795 #AC_DEFUN([gl_FUNC_LCHMOD],
88796 #[
88797 #  AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS])
88798 #
88799 #  dnl Persuade glibc <sys/stat.h> to declare lchmod().
88800
88801 File: ./m4/lchown.m4
88802 Hash: 114159d41d1474abd908058b69f4373686342a1796d9f9f65bbbb9267cbc9d69
88803 Copyright: 1998, 2001, 2003-2007, 2009 Free Software Foundation, Inc
88804 License: 
88805 Licence_Text:
88806   This file is free software; the Free Software Foundation
88807   gives unlimited permission to copy and/or distribute it,
88808   with or without modifications, as long as this notice is preserved.
88809 #Header: 
88810 ## serial 13
88811 ## Determine whether we need the lchown wrapper.
88812 #
88813 #dnl Copyright (C) 1998, 2001, 2003-2007, 2009 Free Software Foundation, Inc.
88814 #
88815 #dnl This file is free software; the Free Software Foundation
88816 #dnl gives unlimited permission to copy and/or distribute it,
88817 #dnl with or without modifications, as long as this notice is preserved.
88818 #
88819 #dnl From Jim Meyering.
88820 #dnl Provide lchown on systems that lack it.
88821 #
88822 #AC_DEFUN([gl_FUNC_LCHOWN],
88823 #[
88824 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
88825
88826 File: ./m4/lcmessage.m4
88827 Hash: e2cc3d8b92945a9d0baa9a803ba03d5516916bfa463cb50f551414bc550edef9
88828 Copyright: 1995-2002, 2004-2005, 2008, 2009 Free Software Foundation, Inc
88829 License: 
88830 Licence_Text:
88831   This file is free software; the Free Software Foundation
88832   gives unlimited permission to copy and/or distribute it,
88833   with or without modifications, as long as this notice is preserved.
88834 #Header: 
88835 ## lcmessage.m4 serial 6 (gettext-0.18)
88836 #dnl Copyright (C) 1995-2002, 2004-2005, 2008, 2009 Free Software Foundation, Inc.
88837 #dnl This file is free software; the Free Software Foundation
88838 #dnl gives unlimited permission to copy and/or distribute it,
88839 #dnl with or without modifications, as long as this notice is preserved.
88840 #dnl
88841 #dnl This file can can be used in projects which are not available under
88842 #dnl the GNU General Public License or the GNU Library General Public
88843 #dnl License but which still want to provide support for the GNU gettext
88844 #dnl functionality.
88845 #dnl Please note that the actual code of the GNU gettext library is covered
88846 #dnl by the GNU Library General Public License, and the rest of the GNU
88847 #dnl gettext package package is covered by the GNU General Public License.
88848 #dnl They are *not* in the public domain.
88849
88850 File: ./m4/ld-output-def.m4
88851 Hash: e5ffc015c39b58438c1616034da6eecc2ac346360cd22575e51c5f72c4aa9ff7
88852 Copyright: 2008, 2009 Free Software Foundation, Inc
88853 License: 
88854 Licence_Text:
88855   This file is free software; the Free Software Foundation
88856   gives unlimited permission to copy and/or distribute it,
88857   with or without modifications, as long as this notice is preserved.
88858 #Header: 
88859 ## ld-output-def.m4 serial 2
88860 #dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
88861 #dnl This file is free software; the Free Software Foundation
88862 #dnl gives unlimited permission to copy and/or distribute it,
88863 #dnl with or without modifications, as long as this notice is preserved.
88864 #
88865 #dnl From Simon Josefsson
88866 #
88867 ## gl_LD_OUTPUT_DEF()
88868 ## -------------
88869 ## Check if linker supports -Wl,--output-def and define automake
88870 ## conditional HAVE_LD_OUTPUT_DEF if it is.
88871 #AC_DEFUN([gl_LD_OUTPUT_DEF],
88872 #[
88873 #  AC_CACHE_CHECK([if gcc/ld supports -Wl,--output-def],
88874
88875 File: ./m4/ld-version-script.m4
88876 Hash: efaad515a17443f74a72ceef2bbbbb094f1e5a36515b84a35a66266ce54995ca
88877 Copyright: 2008, 2009 Free Software Foundation, Inc
88878 License: 
88879 Licence_Text:
88880   This file is free software; the Free Software Foundation
88881   gives unlimited permission to copy and/or distribute it,
88882   with or without modifications, as long as this notice is preserved.
88883 #Header: 
88884 ## ld-version-script.m4 serial 1
88885 #dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
88886 #dnl This file is free software; the Free Software Foundation
88887 #dnl gives unlimited permission to copy and/or distribute it,
88888 #dnl with or without modifications, as long as this notice is preserved.
88889 #
88890 #dnl From Simon Josefsson
88891 #
88892 ## FIXME: The test below returns a false positive for mingw
88893 ## cross-compiles, 'local:' statements does not reduce number of
88894 ## exported symbols in a DLL.  Use --disable-ld-version-script to work
88895 ## around the problem.
88896 #
88897 ## gl_LD_VERSION_SCRIPT
88898 ## --------------------
88899
88900 File: ./m4/ldd.m4
88901 Hash: 343928a20ff84e1b66ee2da65a5b896efdce4f69135b19e5df4de074a5f007b2
88902 Copyright: 2006 Free Software Foundation, Inc
88903 License: 
88904 Licence_Text:
88905   This file is free software; the Free Software Foundation
88906   gives unlimited permission to copy and/or distribute it,
88907   with or without modifications, as long as this notice is preserved.
88908 #Header: 
88909 ## ldd.m4 serial 1
88910 #dnl Copyright (C) 2006 Free Software Foundation, Inc.
88911 #dnl This file is free software; the Free Software Foundation
88912 #dnl gives unlimited permission to copy and/or distribute it,
88913 #dnl with or without modifications, as long as this notice is preserved.
88914 #
88915 ## Sets LDDPROG to a command and LDDPOSTPROC to a filter command, such that
88916 ##   $LDDPROG program $LDDPOSTPROC
88917 ## outputs a whitespace-separated list of the dynamically linked dependencies
88918 ## of the program, as library names (no full pathnames), or nothing if the
88919 ## program is statically linked or if the service is not supported on the given
88920 ## system.
88921 #
88922 #dnl From Bruno Haible.
88923
88924 File: ./m4/ldexpl.m4
88925 Hash: 7e93193fa9d20667368d04017e56f0514bc859b102b064aa96d292d53fc0b3ce
88926 Copyright: 2007-2009 Free Software Foundation, Inc
88927 License: 
88928 Licence_Text:
88929   This file is free software; the Free Software Foundation
88930   gives unlimited permission to copy and/or distribute it,
88931   with or without modifications, as long as this notice is preserved.
88932 #Header: 
88933 ## ldexpl.m4 serial 4
88934 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
88935 #dnl This file is free software; the Free Software Foundation
88936 #dnl gives unlimited permission to copy and/or distribute it,
88937 #dnl with or without modifications, as long as this notice is preserved.
88938 #
88939 #AC_DEFUN([gl_FUNC_LDEXPL],
88940 #[
88941 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
88942 #  LDEXPL_LIBM=
88943 #  AC_CACHE_CHECK([whether ldexpl() can be used without linking with libm],
88944 #    [gl_cv_func_ldexpl_no_libm],
88945 #    [
88946 #      AC_TRY_LINK([#include <math.h>
88947 #                   long double x;],
88948
88949 File: ./m4/lib-ignore.m4
88950 Hash: 16d25c2943c615eb393319fda49b7d52096e1b32ff542bb57aea0ffe1a566f1f
88951 Copyright: 2006 Free Software Foundation, Inc
88952 License: 
88953 Licence_Text:
88954   This file is free software; the Free Software Foundation
88955   gives unlimited permission to copy and/or distribute it,
88956   with or without modifications, as long as this notice is preserved.
88957 #Header: 
88958 ## If possible, ignore libraries that are not depended on.
88959 #
88960 #dnl Copyright (C) 2006 Free Software Foundation, Inc.
88961 #dnl This file is free software; the Free Software Foundation
88962 #dnl gives unlimited permission to copy and/or distribute it,
88963 #dnl with or without modifications, as long as this notice is preserved.
88964 #
88965 #dnl Written by Paul Eggert.
88966 #
88967 #AC_DEFUN([gl_IGNORE_UNUSED_LIBRARIES],
88968 #[
88969 #  AC_CACHE_CHECK([for flag to ignore unused libraries],
88970 #    [gl_cv_ignore_unused_libraries],
88971 #    [gl_cv_ignore_unused_libraries=none
88972 #     gl_saved_ldflags=$LDFLAGS
88973
88974 File: ./m4/lib-ld.m4
88975 Hash: 5c208fa42b078f46f3d6aff909c14418be3e034817c1a91a5d6677bb6d143ac1
88976 Copyright: 1996-2003, 2009 Free Software Foundation, Inc
88977 License: 
88978 Licence_Text:
88979   This file is free software; the Free Software Foundation
88980   gives unlimited permission to copy and/or distribute it,
88981   with or without modifications, as long as this notice is preserved.
88982 #Header: 
88983 ## lib-ld.m4 serial 4 (gettext-0.18)
88984 #dnl Copyright (C) 1996-2003, 2009 Free Software Foundation, Inc.
88985 #dnl This file is free software; the Free Software Foundation
88986 #dnl gives unlimited permission to copy and/or distribute it,
88987 #dnl with or without modifications, as long as this notice is preserved.
88988 #
88989 #dnl Subroutines of libtool.m4,
88990 #dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
88991 #dnl with libtool.m4.
88992 #
88993 #dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no.
88994 #AC_DEFUN([AC_LIB_PROG_LD_GNU],
88995 #[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld],
88996 #[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
88997 #case `$LD -v 2>&1 </dev/null` in
88998
88999 File: ./m4/lib-link.m4
89000 Hash: ddf8673d6148d43b50fa4e60fe33f19cfbf4fee56b6d017c9ff5f180b45b2247
89001 Copyright: 2001-2009 Free Software Foundation, Inc
89002 License: 
89003 Licence_Text:
89004   This file is free software; the Free Software Foundation
89005   gives unlimited permission to copy and/or distribute it,
89006   with or without modifications, as long as this notice is preserved.
89007 #Header: 
89008 ## lib-link.m4 serial 20 (gettext-0.18)
89009 #dnl Copyright (C) 2001-2009 Free Software Foundation, Inc.
89010 #dnl This file is free software; the Free Software Foundation
89011 #dnl gives unlimited permission to copy and/or distribute it,
89012 #dnl with or without modifications, as long as this notice is preserved.
89013 #
89014 #dnl From Bruno Haible.
89015 #
89016 #AC_PREREQ([2.54])
89017 #
89018 #dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
89019 #dnl the libraries corresponding to explicit and implicit dependencies.
89020 #dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
89021 #dnl augments the CPPFLAGS variable.
89022 #dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
89023
89024 File: ./m4/lib-prefix.m4
89025 Hash: 670991582b722e16a12293d7f817562b4f6c9d6a8d034573c7d1b049a3f618e7
89026 Copyright: 2001-2005, 2008-2009 Free Software Foundation, Inc
89027 License: 
89028 Licence_Text:
89029   This file is free software; the Free Software Foundation
89030   gives unlimited permission to copy and/or distribute it,
89031   with or without modifications, as long as this notice is preserved.
89032 #Header: 
89033 ## lib-prefix.m4 serial 7 (gettext-0.18)
89034 #dnl Copyright (C) 2001-2005, 2008-2009 Free Software Foundation, Inc.
89035 #dnl This file is free software; the Free Software Foundation
89036 #dnl gives unlimited permission to copy and/or distribute it,
89037 #dnl with or without modifications, as long as this notice is preserved.
89038 #
89039 #dnl From Bruno Haible.
89040 #
89041 #dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and
89042 #dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't
89043 #dnl require excessive bracketing.
89044 #ifdef([AC_HELP_STRING],
89045 #[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])],
89046 #[AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])
89047
89048 File: ./m4/libsigsegv.m4
89049 Hash: 417798efd6f0af14a61894f4f838a3188a159231210a7ac3cfb80dbcdd38bb04
89050 Copyright: 2002-2003, 2008, 2009 Free Software Foundation, Inc
89051 License: 
89052 Licence_Text:
89053   This file is free software; the Free Software Foundation
89054   gives unlimited permission to copy and/or distribute it,
89055   with or without modifications, as long as this notice is preserved.
89056 #Header: 
89057 ## libsigsegv.m4 serial 4
89058 #dnl Copyright (C) 2002-2003, 2008, 2009 Free Software Foundation, Inc.
89059 #dnl This file is free software; the Free Software Foundation
89060 #dnl gives unlimited permission to copy and/or distribute it,
89061 #dnl with or without modifications, as long as this notice is preserved.
89062 #
89063 #dnl From Bruno Haible, Sam Steingold.
89064 #
89065 #AC_DEFUN([gl_LIBSIGSEGV],
89066 #[
89067 #  AC_LIB_HAVE_LINKFLAGS([sigsegv], [],
89068 #    [#include <sigsegv.h>], [sigsegv_deinstall_handler();],
89069 #    [no, consider installing GNU libsigsegv])
89070 #  dnl Some other autoconf macros and clisp's configure use this variable.
89071 #  gl_cv_lib_sigsegv="$ac_cv_libsigsegv"
89072
89073 File: ./m4/libunistring.m4
89074 Hash: 30e764db0ea63d7c4b4a6d5886a6417f11b355c04a873f4c97609a0975144b63
89075 Copyright: 2009 Free Software Foundation, Inc
89076 License: 
89077 Licence_Text:
89078   This file is free software; the Free Software Foundation
89079   gives unlimited permission to copy and/or distribute it,
89080   with or without modifications, as long as this notice is preserved.
89081 #Header: 
89082 ## libunistring.m4 serial 1
89083 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
89084 #dnl This file is free software; the Free Software Foundation
89085 #dnl gives unlimited permission to copy and/or distribute it,
89086 #dnl with or without modifications, as long as this notice is preserved.
89087 #
89088 #dnl gl_LIBUNISTRING
89089 #dnl Searches for an installed libunistring.
89090 #dnl If found, it sets and AC_SUBSTs HAVE_LIBUNISTRING=yes and the LIBUNISTRING
89091 #dnl and LTLIBUNISTRING variables and augments the CPPFLAGS variable, and
89092 #dnl #defines HAVE_LIBUNISTRING to 1. Otherwise, it sets and AC_SUBSTs
89093 #dnl HAVE_LIBUNISTRING=no and LIBUNINSTRING and LTLIBUNISTRING to empty.
89094 #
89095 #AC_DEFUN([gl_LIBUNISTRING],
89096 #[
89097
89098 File: ./m4/link-follow.m4
89099 Hash: bfcaf0beba8f8e7b4b5b35b52c14f4f2074cfd8d85c0ad824c32f6a189b31dc9
89100 Copyright: 1999-2001, 2004-2006, 2009 Free Software Foundation, Inc
89101 License: 
89102 Licence_Text:
89103   This file is free software; the Free Software Foundation
89104   gives unlimited permission to copy and/or distribute it,
89105   with or without modifications, as long as this notice is preserved.
89106 #Header: 
89107 ## serial 14
89108 #dnl Run a program to determine whether link(2) follows symlinks.
89109 #dnl Set LINK_FOLLOWS_SYMLINKS accordingly.
89110 #
89111 ## Copyright (C) 1999-2001, 2004-2006, 2009 Free Software Foundation, Inc.
89112 ## This file is free software; the Free Software Foundation
89113 ## gives unlimited permission to copy and/or distribute it,
89114 ## with or without modifications, as long as this notice is preserved.
89115 #
89116 #dnl This macro can be used to emulate POSIX linkat.  If
89117 #dnl LINK_FOLLOWS_SYMLINKS is 0, link matches linkat(,0), and
89118 #dnl linkat(,AT_SYMLINK_FOLLOW) requires a readlink. If it is 1,
89119 #dnl link matches linkat(,AT_SYMLINK_FOLLOW), and there is no way
89120 #dnl to do linkat(,0) on symlinks (on all other file types,
89121 #dnl link() is sufficient).  If it is -1, use a runtime test.
89122
89123 File: ./m4/link.m4
89124 Hash: 0cdff13ae7180563eed4c0316a5c6f515ae921b3805f4cf6e8b642cc1c206498
89125 Copyright: 2009 Free Software Foundation, Inc
89126 License: 
89127 Licence_Text:
89128   This file is free software; the Free Software Foundation
89129   gives unlimited permission to copy and/or distribute it,
89130   with or without modifications, as long as this notice is preserved.
89131 #Header: 
89132 ## link.m4 serial 1
89133 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
89134 #dnl This file is free software; the Free Software Foundation
89135 #dnl gives unlimited permission to copy and/or distribute it,
89136 #dnl with or without modifications, as long as this notice is preserved.
89137 #
89138 #AC_DEFUN([gl_FUNC_LINK],
89139 #[
89140 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
89141 #  AC_CHECK_FUNCS_ONCE([link])
89142 #  if test $ac_cv_func_link = no; then
89143 #    HAVE_LINK=0
89144 #    AC_LIBOBJ([link])
89145 #    gl_PREREQ_LINK
89146 #  fi
89147
89148 File: ./m4/localcharset.m4
89149 Hash: 00e8162fc6c53b329b35513aace655880fbf6e8c3f684923cff2b97e11eed3a3
89150 Copyright: 2002, 2004, 2006, 2009 Free Software Foundation, Inc
89151 License: 
89152 Licence_Text:
89153   This file is free software; the Free Software Foundation
89154   gives unlimited permission to copy and/or distribute it,
89155   with or without modifications, as long as this notice is preserved.
89156 #Header: 
89157 ## localcharset.m4 serial 6
89158 #dnl Copyright (C) 2002, 2004, 2006, 2009 Free Software Foundation, Inc.
89159 #dnl This file is free software; the Free Software Foundation
89160 #dnl gives unlimited permission to copy and/or distribute it,
89161 #dnl with or without modifications, as long as this notice is preserved.
89162 #
89163 #AC_DEFUN([gl_LOCALCHARSET],
89164 #[
89165 #  dnl Prerequisites of lib/localcharset.c.
89166 #  AC_REQUIRE([AM_LANGINFO_CODESET])
89167 #  AC_CHECK_DECLS_ONCE([getc_unlocked])
89168 #
89169 #  dnl Prerequisites of the lib/Makefile.am snippet.
89170 #  AC_REQUIRE([AC_CANONICAL_HOST])
89171 #  AC_REQUIRE([gl_GLIBC21])
89172
89173 File: ./m4/locale-fr.m4
89174 Hash: f37c0c563b84177f67f66c1c84aa0f80fae71061d5dd4f49cd60b7a0f12ad7e2
89175 Copyright: 2003, 2005-2009 Free Software Foundation, Inc
89176 License: 
89177 Licence_Text:
89178   This file is free software; the Free Software Foundation
89179   gives unlimited permission to copy and/or distribute it,
89180   with or without modifications, as long as this notice is preserved.
89181 #Header: 
89182 ## locale-fr.m4 serial 11
89183 #dnl Copyright (C) 2003, 2005-2009 Free Software Foundation, Inc.
89184 #dnl This file is free software; the Free Software Foundation
89185 #dnl gives unlimited permission to copy and/or distribute it,
89186 #dnl with or without modifications, as long as this notice is preserved.
89187 #
89188 #dnl From Bruno Haible.
89189 #
89190 #dnl Determine the name of a french locale with traditional encoding.
89191 #AC_DEFUN([gt_LOCALE_FR],
89192 #[
89193 #  AC_REQUIRE([AC_CANONICAL_HOST])
89194 #  AC_REQUIRE([AM_LANGINFO_CODESET])
89195 #  AC_CACHE_CHECK([for a traditional french locale], [gt_cv_locale_fr], [
89196 #    AC_LANG_CONFTEST([AC_LANG_SOURCE([
89197
89198 File: ./m4/locale-ja.m4
89199 Hash: 46355008a2c63f595d7c452c1f36c5f9e9b11bd8b469d5a16a2f4960b545d1e7
89200 Copyright: 2003, 2005-2009 Free Software Foundation, Inc
89201 License: 
89202 Licence_Text:
89203   This file is free software; the Free Software Foundation
89204   gives unlimited permission to copy and/or distribute it,
89205   with or without modifications, as long as this notice is preserved.
89206 #Header: 
89207 ## locale-ja.m4 serial 7
89208 #dnl Copyright (C) 2003, 2005-2009 Free Software Foundation, Inc.
89209 #dnl This file is free software; the Free Software Foundation
89210 #dnl gives unlimited permission to copy and/or distribute it,
89211 #dnl with or without modifications, as long as this notice is preserved.
89212 #
89213 #dnl From Bruno Haible.
89214 #
89215 #dnl Determine the name of a japanese locale with EUC-JP encoding.
89216 #AC_DEFUN([gt_LOCALE_JA],
89217 #[
89218 #  AC_REQUIRE([AC_CANONICAL_HOST])
89219 #  AC_REQUIRE([AM_LANGINFO_CODESET])
89220 #  AC_CACHE_CHECK([for a traditional japanese locale], [gt_cv_locale_ja], [
89221 #    AC_LANG_CONFTEST([AC_LANG_SOURCE([
89222
89223 File: ./m4/locale-tr.m4
89224 Hash: 8f7943111b5706039847295a518091bf667a3ddd04727fee2858357e3659a0ee
89225 Copyright: 2003, 2005-2009 Free Software Foundation, Inc
89226 License: 
89227 Licence_Text:
89228   This file is free software; the Free Software Foundation
89229   gives unlimited permission to copy and/or distribute it,
89230   with or without modifications, as long as this notice is preserved.
89231 #Header: 
89232 ## locale-tr.m4 serial 6
89233 #dnl Copyright (C) 2003, 2005-2009 Free Software Foundation, Inc.
89234 #dnl This file is free software; the Free Software Foundation
89235 #dnl gives unlimited permission to copy and/or distribute it,
89236 #dnl with or without modifications, as long as this notice is preserved.
89237 #
89238 #dnl From Bruno Haible.
89239 #
89240 #dnl Determine the name of a turkish locale with UTF-8 encoding.
89241 #AC_DEFUN([gt_LOCALE_TR_UTF8],
89242 #[
89243 #  AC_REQUIRE([AM_LANGINFO_CODESET])
89244 #  AC_CACHE_CHECK([for a turkish Unicode locale], [gt_cv_locale_tr_utf8], [
89245 #    AC_LANG_CONFTEST([AC_LANG_SOURCE([
89246 #changequote(,)dnl
89247
89248 File: ./m4/locale-zh.m4
89249 Hash: af44fa1110a57fb71f22d7f43efce6bb0b4d1ad67d39bb8a01e10b65ec282a7c
89250 Copyright: 2003, 2005-2009 Free Software Foundation, Inc
89251 License: 
89252 Licence_Text:
89253   This file is free software; the Free Software Foundation
89254   gives unlimited permission to copy and/or distribute it,
89255   with or without modifications, as long as this notice is preserved.
89256 #Header: 
89257 ## locale-zh.m4 serial 6
89258 #dnl Copyright (C) 2003, 2005-2009 Free Software Foundation, Inc.
89259 #dnl This file is free software; the Free Software Foundation
89260 #dnl gives unlimited permission to copy and/or distribute it,
89261 #dnl with or without modifications, as long as this notice is preserved.
89262 #
89263 #dnl From Bruno Haible.
89264 #
89265 #dnl Determine the name of a chinese locale with GB18030 encoding.
89266 #AC_DEFUN([gt_LOCALE_ZH_CN],
89267 #[
89268 #  AC_REQUIRE([AC_CANONICAL_HOST])
89269 #  AC_REQUIRE([AM_LANGINFO_CODESET])
89270 #  AC_CACHE_CHECK([for a transitional chinese locale], [gt_cv_locale_zh_CN], [
89271 #    AC_LANG_CONFTEST([AC_LANG_SOURCE([
89272
89273 File: ./m4/locale_h.m4
89274 Hash: df7aaa065eb91a465c6b5dec83ca26b2b8cb4e790cf0abc5c387326fbacd066c
89275 Copyright: 2007, 2009 Free Software Foundation, Inc
89276 License: 
89277 Licence_Text:
89278   This file is free software; the Free Software Foundation
89279   gives unlimited permission to copy and/or distribute it,
89280   with or without modifications, as long as this notice is preserved.
89281 #Header: 
89282 ## locale_h.m4 serial 3
89283 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
89284 #dnl This file is free software; the Free Software Foundation
89285 #dnl gives unlimited permission to copy and/or distribute it,
89286 #dnl with or without modifications, as long as this notice is preserved.
89287 #
89288 #AC_DEFUN([gl_LOCALE_H],
89289 #[
89290 #  AC_CACHE_CHECK([whether locale.h conforms to POSIX],
89291 #    [gl_cv_header_working_locale_h],
89292 #    [AC_TRY_COMPILE([#include <locale.h>
89293 #int x = LC_MESSAGES;], [],
89294 #       [gl_cv_header_working_locale_h=yes],
89295 #       [gl_cv_header_working_locale_h=no])])
89296
89297 File: ./m4/localename.m4
89298 Hash: 3fa8b3a4ca986ad17a8dc24d01300ad487fc51243c3d584d651327f08a15561f
89299 Copyright: 2007 Free Software Foundation, Inc
89300 License: 
89301 Licence_Text:
89302   This file is free software; the Free Software Foundation
89303   gives unlimited permission to copy and/or distribute it,
89304   with or without modifications, as long as this notice is preserved.
89305 #Header: 
89306 ## localename.m4 serial 1
89307 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
89308 #dnl This file is free software; the Free Software Foundation
89309 #dnl gives unlimited permission to copy and/or distribute it,
89310 #dnl with or without modifications, as long as this notice is preserved.
89311 #
89312 #AC_DEFUN([gl_LOCALENAME],
89313 #[
89314 #  AC_REQUIRE([gt_LC_MESSAGES])
89315 #  AC_REQUIRE([gt_INTL_MACOSX])
89316 #  AC_CHECK_FUNCS([setlocale])
89317 #])
89318
89319 File: ./m4/lock.m4
89320 Hash: 591f64f47b0546c5ab1769dc5f6a995ac3c2c0846e4f37c456601638e8353127
89321 Copyright: 2005-2009 Free Software Foundation, Inc
89322 License: 
89323 Licence_Text:
89324   This file is free software; the Free Software Foundation
89325   gives unlimited permission to copy and/or distribute it,
89326   with or without modifications, as long as this notice is preserved.
89327 #Header: 
89328 ## lock.m4 serial 10 (gettext-0.18)
89329 #dnl Copyright (C) 2005-2009 Free Software Foundation, Inc.
89330 #dnl This file is free software; the Free Software Foundation
89331 #dnl gives unlimited permission to copy and/or distribute it,
89332 #dnl with or without modifications, as long as this notice is preserved.
89333 #
89334 #dnl From Bruno Haible.
89335 #
89336 #AC_DEFUN([gl_LOCK],
89337 #[
89338 #  AC_REQUIRE([gl_THREADLIB])
89339 #  if test "$gl_threads_api" = posix; then
89340 #    # OSF/1 4.0 and MacOS X 10.1 lack the pthread_rwlock_t type and the
89341 #    # pthread_rwlock_* functions.
89342 #    AC_CHECK_TYPE([pthread_rwlock_t],
89343
89344 File: ./m4/long-options.m4
89345 Hash: 90915cdfe1004a2676f30d1c36306db44f25076401bb5e07ce04d7c2f8e55396
89346 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
89347 License: 
89348 Licence_Text:
89349   This file is free software; the Free Software Foundation
89350   gives unlimited permission to copy and/or distribute it,
89351   with or without modifications, as long as this notice is preserved.
89352 #Header: 
89353 ## long-options.m4 serial 5
89354 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
89355 #dnl This file is free software; the Free Software Foundation
89356 #dnl gives unlimited permission to copy and/or distribute it,
89357 #dnl with or without modifications, as long as this notice is preserved.
89358 #
89359 #AC_DEFUN([gl_LONG_OPTIONS],
89360 #[
89361 #  AC_LIBOBJ([long-options])
89362 #
89363 #  dnl Prerequisites of lib/long-options.c.
89364 #])
89365
89366 File: ./m4/longlong.m4
89367 Hash: 31bf5606914914e2b190d30413b6ee86c190153a1ba10b6b71d66f9853693ad8
89368 Copyright: 1999-2007, 2009 Free Software Foundation, Inc
89369 License: 
89370 Licence_Text:
89371   This file is free software; the Free Software Foundation
89372   gives unlimited permission to copy and/or distribute it,
89373   with or without modifications, as long as this notice is preserved.
89374 #Header: 
89375 ## longlong.m4 serial 14
89376 #dnl Copyright (C) 1999-2007, 2009 Free Software Foundation, Inc.
89377 #dnl This file is free software; the Free Software Foundation
89378 #dnl gives unlimited permission to copy and/or distribute it,
89379 #dnl with or without modifications, as long as this notice is preserved.
89380 #
89381 #dnl From Paul Eggert.
89382 #
89383 ## Define HAVE_LONG_LONG_INT if 'long long int' works.
89384 ## This fixes a bug in Autoconf 2.61, but can be removed once we
89385 ## assume 2.62 everywhere.
89386 #
89387 ## Note: If the type 'long long int' exists but is only 32 bits large
89388 ## (as on some very old compilers), HAVE_LONG_LONG_INT will not be
89389 ## defined. In this case you can treat 'long long int' like 'long int'.
89390
89391 File: ./m4/ls-mntd-fs.m4
89392 Hash: 843fe15f5a9827e6d8388ec64749b6a3fadb7705147e34ecdb189c731ef849da
89393 Copyright: 1998-2004, 2006, 2009 Free Software Foundation, Inc
89394 License: 
89395 Licence_Text:
89396   This file is free software; the Free Software Foundation
89397   gives unlimited permission to copy and/or distribute it,
89398   with or without modifications, as long as this notice is preserved.
89399 #Header: 
89400 ## serial 28
89401 ## How to list mounted file systems.
89402 #
89403 ## Copyright (C) 1998-2004, 2006, 2009 Free Software Foundation, Inc.
89404 ##
89405 ## This file is free software; the Free Software Foundation
89406 ## gives unlimited permission to copy and/or distribute it,
89407 ## with or without modifications, as long as this notice is preserved.
89408 #
89409 #dnl From Jim Meyering.
89410 #dnl
89411 #dnl This is not pretty.  I've just taken the autoconf code and wrapped
89412 #dnl it in an AC_DEFUN and made some other fixes.
89413 #dnl
89414
89415 File: ./m4/lseek.m4
89416 Hash: 7f0502309efd6839c977e3419c2aee0f013e5a2541bcb22bdc6e04e4868dfd1c
89417 Copyright: 2007 Free Software Foundation, Inc
89418 License: 
89419 Licence_Text:
89420   This file is free software; the Free Software Foundation
89421   gives unlimited permission to copy and/or distribute it,
89422   with or without modifications, as long as this notice is preserved.
89423 #Header: 
89424 ## lseek.m4 serial 4
89425 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
89426 #dnl This file is free software; the Free Software Foundation
89427 #dnl gives unlimited permission to copy and/or distribute it,
89428 #dnl with or without modifications, as long as this notice is preserved.
89429 #
89430 #AC_DEFUN([gl_FUNC_LSEEK],
89431 #[
89432 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
89433 #  AC_REQUIRE([AC_PROG_CC])
89434 #  AC_CACHE_CHECK([whether lseek detects pipes], [gl_cv_func_lseek_pipe],
89435 #    [if test $cross_compiling = no; then
89436 #       AC_LINK_IFELSE([
89437 ##include <sys/types.h> /* for off_t */
89438 ##include <stdio.h> /* for SEEK_CUR */
89439
89440 File: ./m4/lstat.m4
89441 Hash: 477d1ff15d11599304c8b73e8e2dbada5a9bf4c7057fdfe47cc5f23a66a66a66
89442 Copyright: 1997-2001, 2003-2009 Free Software Foundation, Inc
89443 License: 
89444 Licence_Text:
89445   This file is free software; the Free Software Foundation
89446   gives unlimited permission to copy and/or distribute it,
89447   with or without modifications, as long as this notice is preserved.
89448 #Header: 
89449 ## serial 19
89450 #
89451 ## Copyright (C) 1997-2001, 2003-2009 Free Software Foundation, Inc.
89452 ##
89453 ## This file is free software; the Free Software Foundation
89454 ## gives unlimited permission to copy and/or distribute it,
89455 ## with or without modifications, as long as this notice is preserved.
89456 #
89457 #dnl From Jim Meyering.
89458 #
89459 #AC_DEFUN([gl_FUNC_LSTAT],
89460 #[
89461 #  AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS])
89462 #  dnl If lstat does not exist, the replacement <sys/stat.h> does
89463 #  dnl "#define lstat stat", and lstat.c does not need to be compiled.
89464
89465 File: ./m4/malloc.m4
89466 Hash: 2a8252ecabf5e3af574f01ee6254422f36889314949c50fc9245d94e857c3652
89467 Copyright: 2007, 2009 Free Software Foundation, Inc
89468 License: 
89469 Licence_Text:
89470   This file is free software; the Free Software Foundation
89471   gives unlimited permission to copy and/or distribute it,
89472   with or without modifications, as long as this notice is preserved.
89473 #Header: 
89474 ## malloc.m4 serial 9
89475 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
89476 #dnl This file is free software; the Free Software Foundation
89477 #dnl gives unlimited permission to copy and/or distribute it,
89478 #dnl with or without modifications, as long as this notice is preserved.
89479 #
89480 ## gl_FUNC_MALLOC_POSIX
89481 ## --------------------
89482 ## Test whether 'malloc' is POSIX compliant (sets errno to ENOMEM when it
89483 ## fails), and replace malloc if it is not.
89484 #AC_DEFUN([gl_FUNC_MALLOC_POSIX],
89485 #[
89486 #  AC_REQUIRE([gl_CHECK_MALLOC_POSIX])
89487 #  if test $gl_cv_func_malloc_posix = yes; then
89488 #    HAVE_MALLOC_POSIX=1
89489
89490 File: ./m4/malloca.m4
89491 Hash: 574f23c6a3908adea4bc9f052f415c65e5b9c444ca4433a34c9120c94870b237
89492 Copyright: 2003-2004, 2006-2007 Free Software Foundation, Inc
89493 License: 
89494 Licence_Text:
89495   This file is free software; the Free Software Foundation
89496   gives unlimited permission to copy and/or distribute it,
89497   with or without modifications, as long as this notice is preserved.
89498 #Header: 
89499 ## malloca.m4 serial 1
89500 #dnl Copyright (C) 2003-2004, 2006-2007 Free Software Foundation, Inc.
89501 #dnl This file is free software; the Free Software Foundation
89502 #dnl gives unlimited permission to copy and/or distribute it,
89503 #dnl with or without modifications, as long as this notice is preserved.
89504 #
89505 #AC_DEFUN([gl_MALLOCA],
89506 #[
89507 #  dnl Use the autoconf tests for alloca(), but not the AC_SUBSTed variables
89508 #  dnl @ALLOCA@ and @LTALLOCA@.
89509 #  dnl gl_FUNC_ALLOCA   dnl Already brought in by the module dependencies.
89510 #  AC_REQUIRE([gl_EEMALLOC])
89511 #  AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
89512 #])
89513
89514 File: ./m4/manywarnings.m4
89515 Hash: d8731a4a9dfaecf297b136b0f85f850c4519fc39a44680674853bba3644ad22c
89516 Copyright: 2008, 2009 Free Software Foundation, Inc
89517 License: 
89518 Licence_Text:
89519   This file is free software; the Free Software Foundation
89520   gives unlimited permission to copy and/or distribute it,
89521   with or without modifications, as long as this notice is preserved.
89522 #Header: 
89523 ## manywarnings.m4 serial 1
89524 #dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
89525 #dnl This file is free software; the Free Software Foundation
89526 #dnl gives unlimited permission to copy and/or distribute it,
89527 #dnl with or without modifications, as long as this notice is preserved.
89528 #
89529 #dnl From Simon Josefsson
89530 #
89531 ## gl_MANYWARN_COMPLEMENT(OUTVAR, LISTVAR, REMOVEVAR)
89532 ## --------------------------------------------------
89533 ## Copy LISTVAR to OUTVAR except for the entries in REMOVEVAR.
89534 ## Elements separated by whitespace.  In set logic terms, the function
89535 ## does OUTVAR = LISTVAR \ REMOVEVAR.
89536 #AC_DEFUN([gl_MANYWARN_COMPLEMENT],
89537 #[
89538
89539 File: ./m4/math_h.m4
89540 Hash: 821573f4fcedee707630697c2cf95ed24b271a9152c84dbc6bf920ee554afb56
89541 Copyright: 2007-2008 Free Software Foundation, Inc
89542 License: 
89543 Licence_Text:
89544   This file is free software; the Free Software Foundation
89545   gives unlimited permission to copy and/or distribute it,
89546   with or without modifications, as long as this notice is preserved.
89547 #Header: 
89548 ## math_h.m4 serial 14
89549 #dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
89550 #dnl This file is free software; the Free Software Foundation
89551 #dnl gives unlimited permission to copy and/or distribute it,
89552 #dnl with or without modifications, as long as this notice is preserved.
89553 #
89554 #AC_DEFUN([gl_MATH_H],
89555 #[
89556 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
89557 #  gl_CHECK_NEXT_HEADERS([math.h])
89558 #  AC_CACHE_CHECK([whether NAN macro works], [gl_cv_header_math_nan_works],
89559 #    [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <math.h>]],
89560 #      [[/* Solaris 10 has a broken definition of NAN.  Other platforms
89561 #        fail to provide NAN, or provide it only in C99 mode; this
89562 #        test only needs to fail when NAN is provided but wrong.  */
89563
89564 File: ./m4/mathl.m4
89565 Hash: 6ce43398f3875ee3f91451cbf904c142813d768bd7a6e9cf330e3fe8dd62a27b
89566 Copyright: 2003, 2007, 2009 Free Software Foundation, Inc
89567 License: 
89568 Licence_Text:
89569   This file is free software; the Free Software Foundation
89570   gives unlimited permission to copy and/or distribute it,
89571   with or without modifications, as long as this notice is preserved.
89572 #Header: 
89573 ## mathl.m4 serial 5
89574 #dnl Copyright (c) 2003, 2007, 2009 Free Software Foundation, Inc.
89575 #dnl This file is free software; the Free Software Foundation
89576 #dnl gives unlimited permission to copy and/or distribute it,
89577 #dnl with or without modifications, as long as this notice is preserved.
89578 #
89579 #AC_DEFUN([gl_FUNC_LONG_DOUBLE_MATH], [
89580 #
89581 #AC_CHECK_LIB([m], [atan])
89582 #AC_REPLACE_FUNCS(floorl ceill sqrtl asinl acosl atanl \
89583 #        logl expl tanl sinl cosl)
89584 #
89585 #])
89586
89587 File: ./m4/mbchar.m4
89588 Hash: b486f2469239c36107f6b2b0b0541b087405ba8fbc85d9256b4cf6454550c144
89589 Copyright: 2005-2007 Free Software Foundation, Inc
89590 License: 
89591 Licence_Text:
89592   This file is free software; the Free Software Foundation
89593   gives unlimited permission to copy and/or distribute it,
89594   with or without modifications, as long as this notice is preserved.
89595 #Header: 
89596 ## mbchar.m4 serial 7
89597 #dnl Copyright (C) 2005-2007 Free Software Foundation, Inc.
89598 #dnl This file is free software; the Free Software Foundation
89599 #dnl gives unlimited permission to copy and/or distribute it,
89600 #dnl with or without modifications, as long as this notice is preserved.
89601 #
89602 #dnl autoconf tests required for use of mbchar.m4
89603 #dnl From Bruno Haible.
89604 #
89605 #AC_DEFUN([gl_MBCHAR],
89606 #[
89607 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
89608 #])
89609
89610 File: ./m4/mbfile.m4
89611 Hash: e87810bc66d7019634d2b30038f24b16e1a9ef49c6c32e805f6f71360452cbb2
89612 Copyright: 2005, 2008 Free Software Foundation, Inc
89613 License: 
89614 Licence_Text:
89615   This file is free software; the Free Software Foundation
89616   gives unlimited permission to copy and/or distribute it,
89617   with or without modifications, as long as this notice is preserved.
89618 #Header: 
89619 ## mbfile.m4 serial 4
89620 #dnl Copyright (C) 2005, 2008 Free Software Foundation, Inc.
89621 #dnl This file is free software; the Free Software Foundation
89622 #dnl gives unlimited permission to copy and/or distribute it,
89623 #dnl with or without modifications, as long as this notice is preserved.
89624 #
89625 #dnl autoconf tests required for use of mbfile.h
89626 #dnl From Bruno Haible.
89627 #
89628 #AC_DEFUN([gl_MBFILE],
89629 #[
89630 #  AC_REQUIRE([AC_TYPE_MBSTATE_T])
89631 #  dnl The following line is that so the user can test HAVE_MBRTOWC before
89632 #  dnl #include "mbfile.h". It can be removed in 2010.
89633 #  AC_REQUIRE([AC_FUNC_MBRTOWC])
89634
89635 File: ./m4/mbiter.m4
89636 Hash: a969e27c30aefb7073965ab1cd4bcee97268f6b82bf96522509e713eacc853a2
89637 Copyright: 2005, 2008 Free Software Foundation, Inc
89638 License: 
89639 Licence_Text:
89640   This file is free software; the Free Software Foundation
89641   gives unlimited permission to copy and/or distribute it,
89642   with or without modifications, as long as this notice is preserved.
89643 #Header: 
89644 ## mbiter.m4 serial 4
89645 #dnl Copyright (C) 2005, 2008 Free Software Foundation, Inc.
89646 #dnl This file is free software; the Free Software Foundation
89647 #dnl gives unlimited permission to copy and/or distribute it,
89648 #dnl with or without modifications, as long as this notice is preserved.
89649 #
89650 #dnl autoconf tests required for use of mbiter.h
89651 #dnl From Bruno Haible.
89652 #
89653 #AC_DEFUN([gl_MBITER],
89654 #[
89655 #  AC_REQUIRE([AC_TYPE_MBSTATE_T])
89656 #  dnl The following line is that so the user can test HAVE_MBRTOWC before
89657 #  dnl #include "mbiter.h" or "mbuiter.h". It can be removed in 2010.
89658 #  AC_REQUIRE([AC_FUNC_MBRTOWC])
89659
89660 File: ./m4/mbrlen.m4
89661 Hash: a606b1ca8b598c52bfd7f233eb4984ca878fb179d80e06220d85b5d9b36d960d
89662 Copyright: 2008 Free Software Foundation, Inc
89663 License: 
89664 Licence_Text:
89665   This file is free software; the Free Software Foundation
89666   gives unlimited permission to copy and/or distribute it,
89667   with or without modifications, as long as this notice is preserved.
89668 #Header: 
89669 ## mbrlen.m4 serial 2
89670 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
89671 #dnl This file is free software; the Free Software Foundation
89672 #dnl gives unlimited permission to copy and/or distribute it,
89673 #dnl with or without modifications, as long as this notice is preserved.
89674 #
89675 #AC_DEFUN([gl_FUNC_MBRLEN],
89676 #[
89677 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
89678 #
89679 #  AC_REQUIRE([AC_TYPE_MBSTATE_T])
89680 #  AC_REQUIRE([gl_FUNC_MBRTOWC])
89681 #  AC_CHECK_FUNCS_ONCE([mbrlen])
89682 #  if test $ac_cv_func_mbrlen = no; then
89683 #    HAVE_MBRLEN=0
89684
89685 File: ./m4/mbrtowc.m4
89686 Hash: d660822110548e8d7d79255d5ac60fe496a9e7f04a9de7397f3a6d5a8dbb54f1
89687 Copyright: 2001-2002, 2004-2005, 2008, 2009 Free Software Foundation, Inc
89688 License: 
89689 Licence_Text:
89690   This file is free software; the Free Software Foundation
89691   gives unlimited permission to copy and/or distribute it,
89692   with or without modifications, as long as this notice is preserved.
89693 #Header: 
89694 ## mbrtowc.m4 serial 16
89695 #dnl Copyright (C) 2001-2002, 2004-2005, 2008, 2009 Free Software Foundation, Inc.
89696 #dnl This file is free software; the Free Software Foundation
89697 #dnl gives unlimited permission to copy and/or distribute it,
89698 #dnl with or without modifications, as long as this notice is preserved.
89699 #
89700 #AC_DEFUN([gl_FUNC_MBRTOWC],
89701 #[
89702 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
89703 #
89704 #  AC_REQUIRE([AC_TYPE_MBSTATE_T])
89705 #  gl_MBSTATE_T_BROKEN
89706 #  if test $REPLACE_MBSTATE_T = 1; then
89707 #    REPLACE_MBRTOWC=1
89708 #  fi
89709
89710 File: ./m4/mbsinit.m4
89711 Hash: 8d7472d2b364b4379c7f634f7a4f6800e19078099331fac228780eb697a2cd58
89712 Copyright: 2008 Free Software Foundation, Inc
89713 License: 
89714 Licence_Text:
89715   This file is free software; the Free Software Foundation
89716   gives unlimited permission to copy and/or distribute it,
89717   with or without modifications, as long as this notice is preserved.
89718 #Header: 
89719 ## mbsinit.m4 serial 3
89720 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
89721 #dnl This file is free software; the Free Software Foundation
89722 #dnl gives unlimited permission to copy and/or distribute it,
89723 #dnl with or without modifications, as long as this notice is preserved.
89724 #
89725 #AC_DEFUN([gl_FUNC_MBSINIT],
89726 #[
89727 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
89728 #
89729 #  AC_REQUIRE([AC_TYPE_MBSTATE_T])
89730 #  gl_MBSTATE_T_BROKEN
89731 #  if test $REPLACE_MBSTATE_T = 1; then
89732 #    REPLACE_MBSINIT=1
89733 #  fi
89734
89735 File: ./m4/mbsnrtowcs.m4
89736 Hash: a7a12a2e7dfec6902d1398d30ee7a15b86c159a0a1265611a5546ab220f7bc4c
89737 Copyright: 2008 Free Software Foundation, Inc
89738 License: 
89739 Licence_Text:
89740   This file is free software; the Free Software Foundation
89741   gives unlimited permission to copy and/or distribute it,
89742   with or without modifications, as long as this notice is preserved.
89743 #Header: 
89744 ## mbsnrtowcs.m4 serial 1
89745 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
89746 #dnl This file is free software; the Free Software Foundation
89747 #dnl gives unlimited permission to copy and/or distribute it,
89748 #dnl with or without modifications, as long as this notice is preserved.
89749 #
89750 #AC_DEFUN([gl_FUNC_MBSNRTOWCS],
89751 #[
89752 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
89753 #
89754 #  dnl Persuade glibc <wchar.h> to declare mbsnrtowcs().
89755 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
89756 #
89757 #  AC_REQUIRE([AC_TYPE_MBSTATE_T])
89758 #  gl_MBSTATE_T_BROKEN
89759
89760 File: ./m4/mbsrtowcs.m4
89761 Hash: 5425f085251dacc43b461b2b77cdbc1fe485d1c81e33989687f213dfc3a1d389
89762 Copyright: 2008-2009 Free Software Foundation, Inc
89763 License: 
89764 Licence_Text:
89765   This file is free software; the Free Software Foundation
89766   gives unlimited permission to copy and/or distribute it,
89767   with or without modifications, as long as this notice is preserved.
89768 #Header: 
89769 ## mbsrtowcs.m4 serial 5
89770 #dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
89771 #dnl This file is free software; the Free Software Foundation
89772 #dnl gives unlimited permission to copy and/or distribute it,
89773 #dnl with or without modifications, as long as this notice is preserved.
89774 #
89775 #AC_DEFUN([gl_FUNC_MBSRTOWCS],
89776 #[
89777 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
89778 #
89779 #  AC_REQUIRE([AC_TYPE_MBSTATE_T])
89780 #  gl_MBSTATE_T_BROKEN
89781 #  if test $REPLACE_MBSTATE_T = 1; then
89782 #    REPLACE_MBSRTOWCS=1
89783 #  fi
89784
89785 File: ./m4/mbstate_t.m4
89786 Hash: 59a390c7f53d4878a2370306835400bd423ea9dfa0b34e8e2a92fa00b0d70255
89787 Copyright: 2000-2002, 2008, 2009 Free Software Foundation, Inc
89788 License: 
89789 Licence_Text:
89790   This file is free software; the Free Software Foundation
89791   gives unlimited permission to copy and/or distribute it,
89792   with or without modifications, as long as this notice is preserved.
89793 #Header: 
89794 ## mbstate_t.m4 serial 12
89795 #dnl Copyright (C) 2000-2002, 2008, 2009 Free Software Foundation, Inc.
89796 #dnl This file is free software; the Free Software Foundation
89797 #dnl gives unlimited permission to copy and/or distribute it,
89798 #dnl with or without modifications, as long as this notice is preserved.
89799 #
89800 ## From Paul Eggert.
89801 #
89802 ## BeOS 5 has <wchar.h> but does not define mbstate_t,
89803 ## so you can't declare an object of that type.
89804 ## Check for this incompatibility with Standard C.
89805 #
89806 ## AC_TYPE_MBSTATE_T
89807 ## -----------------
89808 #AC_DEFUN([AC_TYPE_MBSTATE_T],
89809
89810 File: ./m4/mbswidth.m4
89811 Hash: 2deb63d9fcc93ac349da112c631d337964c474754e5387a42d368f90157012cd
89812 Copyright: 2000-2002, 2004, 2006-2009 Free Software Foundation, Inc
89813 License: 
89814 Licence_Text:
89815   This file is free software; the Free Software Foundation
89816   gives unlimited permission to copy and/or distribute it,
89817   with or without modifications, as long as this notice is preserved.
89818 #Header: 
89819 ## mbswidth.m4 serial 17
89820 #dnl Copyright (C) 2000-2002, 2004, 2006-2009 Free Software Foundation, Inc.
89821 #dnl This file is free software; the Free Software Foundation
89822 #dnl gives unlimited permission to copy and/or distribute it,
89823 #dnl with or without modifications, as long as this notice is preserved.
89824 #
89825 #dnl autoconf tests required for use of mbswidth.c
89826 #dnl From Bruno Haible.
89827 #
89828 #AC_DEFUN([gl_MBSWIDTH],
89829 #[
89830 #  AC_CHECK_HEADERS_ONCE([wchar.h])
89831 #  AC_CHECK_FUNCS_ONCE([isascii mbsinit])
89832 #
89833 #  dnl UnixWare 7.1.1 <wchar.h> has a declaration of a function mbswidth()
89834
89835 File: ./m4/md2.m4
89836 Hash: 130e33f82decb4d039a56ebd2b85e32c70de213b254873ac543bf5b7e0cb24d5
89837 Copyright: 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc
89838 License: 
89839 Licence_Text:
89840   This file is free software; the Free Software Foundation
89841   gives unlimited permission to copy and/or distribute it,
89842   with or without modifications, as long as this notice is preserved.
89843 #Header: 
89844 ## md2.m4 serial 2
89845 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
89846 #dnl This file is free software; the Free Software Foundation
89847 #dnl gives unlimited permission to copy and/or distribute it,
89848 #dnl with or without modifications, as long as this notice is preserved.
89849 #
89850 #AC_DEFUN([gl_MD2],
89851 #[
89852 #  AC_LIBOBJ([md2])
89853 #])
89854
89855 File: ./m4/md4.m4
89856 Hash: 7978358bc5de59163559a74cf8c7992190472b1269112e939f5ecf2a4e26f8fc
89857 Copyright: 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc
89858 License: 
89859 Licence_Text:
89860   This file is free software; the Free Software Foundation
89861   gives unlimited permission to copy and/or distribute it,
89862   with or without modifications, as long as this notice is preserved.
89863 #Header: 
89864 ## md4.m4 serial 4
89865 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
89866 #dnl This file is free software; the Free Software Foundation
89867 #dnl gives unlimited permission to copy and/or distribute it,
89868 #dnl with or without modifications, as long as this notice is preserved.
89869 #
89870 #AC_DEFUN([gl_MD4],
89871 #[
89872 #  AC_LIBOBJ([md4])
89873 #
89874 #  dnl Prerequisites of lib/md4.c.
89875 #  AC_REQUIRE([gl_BIGENDIAN])
89876 #  AC_REQUIRE([AC_C_INLINE])
89877 #])
89878
89879 File: ./m4/md5.m4
89880 Hash: aad43f86e0054029b846a78045d88f8d03aec67b5b6ad6f4b59b3a6e2d6d7c7a
89881 Copyright: 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc
89882 License: 
89883 Licence_Text:
89884   This file is free software; the Free Software Foundation
89885   gives unlimited permission to copy and/or distribute it,
89886   with or without modifications, as long as this notice is preserved.
89887 #Header: 
89888 ## md5.m4 serial 11
89889 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
89890 #dnl This file is free software; the Free Software Foundation
89891 #dnl gives unlimited permission to copy and/or distribute it,
89892 #dnl with or without modifications, as long as this notice is preserved.
89893 #
89894 #AC_DEFUN([gl_MD5],
89895 #[
89896 #  AC_LIBOBJ([md5])
89897 #
89898 #  dnl Prerequisites of lib/md5.c.
89899 #  AC_REQUIRE([gl_BIGENDIAN])
89900 #  AC_REQUIRE([AC_C_INLINE])
89901 #  :
89902 #])
89903
89904 File: ./m4/memcasecmp.m4
89905 Hash: 479e27cf51cc18056b84824cad8a4ba0d97d0fc9116fd12b2e872c409c570ddb
89906 Copyright: 2005, 2006 Free Software Foundation, Inc
89907 License: 
89908 Licence_Text:
89909   This file is free software; the Free Software Foundation
89910   gives unlimited permission to copy and/or distribute it,
89911   with or without modifications, as long as this notice is preserved.
89912 #Header: 
89913 ##serial 5
89914 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
89915 #dnl This file is free software; the Free Software Foundation
89916 #dnl gives unlimited permission to copy and/or distribute it,
89917 #dnl with or without modifications, as long as this notice is preserved.
89918 #
89919 #AC_DEFUN([gl_MEMCASECMP],
89920 #[
89921 #  AC_LIBOBJ([memcasecmp])
89922 #])
89923
89924 File: ./m4/memchr.m4
89925 Hash: d3882d0a7e536c7f6eca2a953e8a9a77d1e0486d3ccadb9b5a4a469c4c069bb8
89926 Copyright: 2002, 2003, 2004, 2009 Free Software Foundation, Inc
89927 License: 
89928 Licence_Text:
89929   This file is free software; the Free Software Foundation
89930   gives unlimited permission to copy and/or distribute it,
89931   with or without modifications, as long as this notice is preserved.
89932 #Header: 
89933 ## memchr.m4 serial 7
89934 #dnl Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
89935 #dnl This file is free software; the Free Software Foundation
89936 #dnl gives unlimited permission to copy and/or distribute it,
89937 #dnl with or without modifications, as long as this notice is preserved.
89938 #
89939 #AC_DEFUN_ONCE([gl_FUNC_MEMCHR],
89940 #[
89941 #  dnl Check for prerequisites for memory fence checks.
89942 #  gl_FUNC_MMAP_ANON
89943 #  AC_CHECK_HEADERS_ONCE([sys/mman.h])
89944 #  AC_CHECK_FUNCS_ONCE([mprotect])
89945 #
89946 #  dnl These days, we assume memchr is present.  But just in case...
89947 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
89948
89949 File: ./m4/memcmp.m4
89950 Hash: 449f2f83be3f02edb3e248d1e7ae3d7362782610e06dd191239165716870c19d
89951 Copyright: 2002-2004, 2007-2009 Free Software Foundation, Inc
89952 License: 
89953 Licence_Text:
89954   This file is free software; the Free Software Foundation
89955   gives unlimited permission to copy and/or distribute it,
89956   with or without modifications, as long as this notice is preserved.
89957 #Header: 
89958 ## memcmp.m4 serial 14
89959 #dnl Copyright (C) 2002-2004, 2007-2009 Free Software Foundation, Inc.
89960 #dnl This file is free software; the Free Software Foundation
89961 #dnl gives unlimited permission to copy and/or distribute it,
89962 #dnl with or without modifications, as long as this notice is preserved.
89963 #
89964 #AC_DEFUN([gl_FUNC_MEMCMP],
89965 #[
89966 #  if test $cross_compiling != no; then
89967 #    # AC_FUNC_MEMCMP as of 2.62 defaults to 'no' when cross compiling.
89968 #    # We default to yes if memcmp appears to exist, which works
89969 #    # better for MinGW.
89970 #    AC_CACHE_CHECK([whether cross-compiling target has memcmp],
89971 #                   [ac_cv_func_memcmp_working],
89972 #                   [AC_LINK_IFELSE([
89973
89974 File: ./m4/memcoll.m4
89975 Hash: 9395ae323be423646eecb762e010a41756b958911635ef8a1f45bdd9db176663
89976 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
89977 License: 
89978 Licence_Text:
89979   This file is free software; the Free Software Foundation
89980   gives unlimited permission to copy and/or distribute it,
89981   with or without modifications, as long as this notice is preserved.
89982 #Header: 
89983 ## memcoll.m4 serial 7
89984 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
89985 #dnl This file is free software; the Free Software Foundation
89986 #dnl gives unlimited permission to copy and/or distribute it,
89987 #dnl with or without modifications, as long as this notice is preserved.
89988 #
89989 #AC_DEFUN([gl_MEMCOLL],
89990 #[
89991 #  AC_LIBOBJ([memcoll])
89992 #
89993 #  dnl Prerequisites of lib/memcoll.c.
89994 #  AC_FUNC_STRCOLL
89995 #])
89996
89997 File: ./m4/memcpy.m4
89998 Hash: 84c3b639c26e2935d10c98c4eca37254a25f95b6a8c2f8f1f3b626eae72595ff
89999 Copyright: 2002, 2009 Free Software Foundation, Inc
90000 License: 
90001 Licence_Text:
90002   This file is free software; the Free Software Foundation
90003   gives unlimited permission to copy and/or distribute it,
90004   with or without modifications, as long as this notice is preserved.
90005 #Header: 
90006 ## memcpy.m4 serial 3
90007 #dnl Copyright (C) 2002, 2009 Free Software Foundation, Inc.
90008 #dnl This file is free software; the Free Software Foundation
90009 #dnl gives unlimited permission to copy and/or distribute it,
90010 #dnl with or without modifications, as long as this notice is preserved.
90011 #
90012 #AC_DEFUN([gl_FUNC_MEMCPY],
90013 #[
90014 #  AC_REPLACE_FUNCS([memcpy])
90015 #  if test $ac_cv_func_memcpy = no; then
90016 #    gl_PREREQ_MEMCPY
90017 #  fi
90018 #])
90019 #
90020 ## Prerequisites of lib/memcpy.c.
90021
90022 File: ./m4/memmem.m4
90023 Hash: aee6e80d6f3a27178e82414b2705d8b5824e26f352bcdbd457d309de9bd526c2
90024 Copyright: 2002, 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc
90025 License: 
90026 Licence_Text:
90027   This file is free software; the Free Software Foundation
90028   gives unlimited permission to copy and/or distribute it,
90029   with or without modifications, as long as this notice is preserved.
90030 #Header: 
90031 ## memmem.m4 serial 14
90032 #dnl Copyright (C) 2002, 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
90033 #dnl This file is free software; the Free Software Foundation
90034 #dnl gives unlimited permission to copy and/or distribute it,
90035 #dnl with or without modifications, as long as this notice is preserved.
90036 #
90037 #dnl Check that memmem is present.
90038 #AC_DEFUN([gl_FUNC_MEMMEM_SIMPLE],
90039 #[
90040 #  dnl Persuade glibc <string.h> to declare memmem().
90041 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
90042 #
90043 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
90044 #  AC_REPLACE_FUNCS([memmem])
90045 #  AC_CHECK_DECLS_ONCE([memmem])
90046
90047 File: ./m4/memmove.m4
90048 Hash: 197891df3f9fd08854095f4665cc9dc917fe595d189a4f613d1575a3c9b43adc
90049 Copyright: 2002, 2009 Free Software Foundation, Inc
90050 License: 
90051 Licence_Text:
90052   This file is free software; the Free Software Foundation
90053   gives unlimited permission to copy and/or distribute it,
90054   with or without modifications, as long as this notice is preserved.
90055 #Header: 
90056 ## memmove.m4 serial 3
90057 #dnl Copyright (C) 2002, 2009 Free Software Foundation, Inc.
90058 #dnl This file is free software; the Free Software Foundation
90059 #dnl gives unlimited permission to copy and/or distribute it,
90060 #dnl with or without modifications, as long as this notice is preserved.
90061 #
90062 #AC_DEFUN([gl_FUNC_MEMMOVE],
90063 #[
90064 #  AC_REPLACE_FUNCS([memmove])
90065 #  if test $ac_cv_func_memmove = no; then
90066 #    gl_PREREQ_MEMMOVE
90067 #  fi
90068 #])
90069 #
90070 ## Prerequisites of lib/memmove.c.
90071
90072 File: ./m4/mempcpy.m4
90073 Hash: 348c790aab8f85294c57e021f04e15befa7530aabb531a4f21fc10ddabb271b0
90074 Copyright: 2003-2004, 2006-2007, 2009 Free Software Foundation, Inc
90075 License: 
90076 Licence_Text:
90077   This file is free software; the Free Software Foundation
90078   gives unlimited permission to copy and/or distribute it,
90079   with or without modifications, as long as this notice is preserved.
90080 #Header: 
90081 ## mempcpy.m4 serial 10
90082 #dnl Copyright (C) 2003-2004, 2006-2007, 2009 Free Software Foundation, Inc.
90083 #dnl This file is free software; the Free Software Foundation
90084 #dnl gives unlimited permission to copy and/or distribute it,
90085 #dnl with or without modifications, as long as this notice is preserved.
90086 #
90087 #AC_DEFUN([gl_FUNC_MEMPCPY],
90088 #[
90089 #  dnl Persuade glibc <string.h> to declare mempcpy().
90090 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
90091 #
90092 #  dnl The mempcpy() declaration in lib/string.in.h uses 'restrict'.
90093 #  AC_REQUIRE([AC_C_RESTRICT])
90094 #
90095 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
90096
90097 File: ./m4/memrchr.m4
90098 Hash: e1b3e57cb26a5122045e5a65c1e06f24e2ce5a75cf6ce12f8992208e34b7e74d
90099 Copyright: 2002, 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc
90100 License: 
90101 Licence_Text:
90102   This file is free software; the Free Software Foundation
90103   gives unlimited permission to copy and/or distribute it,
90104   with or without modifications, as long as this notice is preserved.
90105 #Header: 
90106 ## memrchr.m4 serial 9
90107 #dnl Copyright (C) 2002, 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
90108 #dnl This file is free software; the Free Software Foundation
90109 #dnl gives unlimited permission to copy and/or distribute it,
90110 #dnl with or without modifications, as long as this notice is preserved.
90111 #
90112 #AC_DEFUN([gl_FUNC_MEMRCHR],
90113 #[
90114 #  dnl Persuade glibc <string.h> to declare memrchr().
90115 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
90116 #
90117 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
90118 #  AC_CHECK_DECLS_ONCE([memrchr])
90119 #  if test $ac_cv_have_decl_memrchr = no; then
90120 #    HAVE_DECL_MEMRCHR=0
90121
90122 File: ./m4/memset.m4
90123 Hash: e7937ae3941db76c84b41bc3aab29231fc5a0e57018a6fad797cd527f0578eaf
90124 Copyright: 2002, 2009 Free Software Foundation, Inc
90125 License: 
90126 Licence_Text:
90127   This file is free software; the Free Software Foundation
90128   gives unlimited permission to copy and/or distribute it,
90129   with or without modifications, as long as this notice is preserved.
90130 #Header: 
90131 ## memset.m4 serial 3
90132 #dnl Copyright (C) 2002, 2009 Free Software Foundation, Inc.
90133 #dnl This file is free software; the Free Software Foundation
90134 #dnl gives unlimited permission to copy and/or distribute it,
90135 #dnl with or without modifications, as long as this notice is preserved.
90136 #
90137 #AC_DEFUN([gl_FUNC_MEMSET],
90138 #[
90139 #  AC_REPLACE_FUNCS([memset])
90140 #  if test $ac_cv_func_memset = no; then
90141 #    gl_PREREQ_MEMSET
90142 #  fi
90143 #])
90144 #
90145 ## Prerequisites of lib/memset.c.
90146
90147 File: ./m4/memxor.m4
90148 Hash: bef5cfa0b422bb86f6c6713336c527d14407c55ee8a792d0780bbab8a1233d98
90149 Copyright: 2006 Free Software Foundation, Inc
90150 License: 
90151 Licence_Text:
90152   This file is free software; the Free Software Foundation
90153   gives unlimited permission to copy and/or distribute it,
90154   with or without modifications, as long as this notice is preserved.
90155 #Header: 
90156 ## memxor.m4 serial 3
90157 #dnl Copyright (C) 2006 Free Software Foundation, Inc.
90158 #dnl This file is free software; the Free Software Foundation
90159 #dnl gives unlimited permission to copy and/or distribute it,
90160 #dnl with or without modifications, as long as this notice is preserved.
90161 #
90162 #AC_DEFUN([gl_MEMXOR],
90163 #[
90164 #  AC_LIBOBJ([memxor])
90165 #  AC_REQUIRE([AC_C_RESTRICT])
90166 #])
90167
90168 File: ./m4/minmax.m4
90169 Hash: 9377265286ad8108a58bb33b19f69b867035ff53bcbea4df3e6b0016347b90f9
90170 Copyright: 2005, 2009 Free Software Foundation, Inc
90171 License: 
90172 Licence_Text:
90173   This file is free software; the Free Software Foundation
90174   gives unlimited permission to copy and/or distribute it,
90175   with or without modifications, as long as this notice is preserved.
90176 #Header: 
90177 ## minmax.m4 serial 3
90178 #dnl Copyright (C) 2005, 2009 Free Software Foundation, Inc.
90179 #dnl This file is free software; the Free Software Foundation
90180 #dnl gives unlimited permission to copy and/or distribute it,
90181 #dnl with or without modifications, as long as this notice is preserved.
90182 #
90183 #AC_PREREQ([2.52])
90184 #
90185 #AC_DEFUN([gl_MINMAX],
90186 #[
90187 #  AC_REQUIRE([gl_PREREQ_MINMAX])
90188 #])
90189 #
90190 ## Prerequisites of lib/minmax.h.
90191 #AC_DEFUN([gl_PREREQ_MINMAX],
90192
90193 File: ./m4/mkancesdirs.m4
90194 Hash: 5636abd1471767ac9a49a328344cf3e04afc98405063b73cca8c95049d237a8e
90195 Copyright: 2006 Free Software Foundation, Inc
90196 License: 
90197 Licence_Text:
90198   This file is free software; the Free Software Foundation
90199   gives unlimited permission to copy and/or distribute it,
90200   with or without modifications, as long as this notice is preserved.
90201 #Header: 
90202 ## Make a file's ancestor directories.
90203 #dnl Copyright (C) 2006 Free Software Foundation, Inc.
90204 #dnl This file is free software; the Free Software Foundation
90205 #dnl gives unlimited permission to copy and/or distribute it,
90206 #dnl with or without modifications, as long as this notice is preserved.
90207 #
90208 #AC_DEFUN([gl_MKANCESDIRS],
90209 #[
90210 #  AC_LIBOBJ([mkancesdirs])
90211 #])
90212
90213 File: ./m4/mkdir-p.m4
90214 Hash: ac650e70d9346b2fb4df3ba6740e9aa14e1d5df373d1de3e080555faaf3aea47
90215 Copyright: 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc
90216 License: 
90217 Licence_Text:
90218   This file is free software; the Free Software Foundation
90219   gives unlimited permission to copy and/or distribute it,
90220   with or without modifications, as long as this notice is preserved.
90221 #Header: 
90222 ## mkdir-p.m4 serial 13
90223 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
90224 #dnl This file is free software; the Free Software Foundation
90225 #dnl gives unlimited permission to copy and/or distribute it,
90226 #dnl with or without modifications, as long as this notice is preserved.
90227 #
90228 #AC_DEFUN([gl_MKDIR_PARENTS],
90229 #[
90230 #  AC_LIBOBJ([dirchownmod])
90231 #  AC_LIBOBJ([mkdir-p])
90232 #
90233 #  dnl Prerequisites of lib/dirchownmod.c.
90234 #  AC_REQUIRE([gl_FUNC_LCHMOD])
90235 #  AC_REQUIRE([gl_FUNC_LCHOWN])
90236 #  AC_CHECK_FUNCS_ONCE([fchmod])
90237
90238 File: ./m4/mkdir-slash.m4
90239 Hash: e49b5a74f72ac1bf48beee660429e250ce6c84debef307189bdde551178a40e6
90240 Copyright: 2001, 2003-2004, 2006, 2008-2009 Free Software Foundation, Inc
90241 License: 
90242 Licence_Text:
90243   This file is free software; the Free Software Foundation
90244   gives unlimited permission to copy and/or distribute it,
90245   with or without modifications, as long as this notice is preserved.
90246 #Header: 
90247 ## serial 8
90248 #
90249 ## Copyright (C) 2001, 2003-2004, 2006, 2008-2009 Free Software Foundation, Inc.
90250 ## This file is free software; the Free Software Foundation
90251 ## gives unlimited permission to copy and/or distribute it,
90252 ## with or without modifications, as long as this notice is preserved.
90253 #
90254 ## On some systems, mkdir ("foo/", 0700) fails because of the trailing slash.
90255 ## On such systems, arrange to use a wrapper function that removes any
90256 ## trailing slashes.
90257 #AC_DEFUN([gl_FUNC_MKDIR_TRAILING_SLASH],
90258 #[dnl
90259 #  AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS])
90260 #  AC_CHECK_HEADERS_ONCE([unistd.h])
90261 #  AC_CACHE_CHECK([whether mkdir fails due to a trailing slash],
90262
90263 File: ./m4/mkdtemp.m4
90264 Hash: e9d10a2443d799828ab3560664f80a1b3eeab2c1c44ff3a03343a8a6d559d246
90265 Copyright: 2001-2003, 2006-2007, 2009 Free Software Foundation, Inc
90266 License: 
90267 Licence_Text:
90268   This file is free software; the Free Software Foundation
90269   gives unlimited permission to copy and/or distribute it,
90270   with or without modifications, as long as this notice is preserved.
90271 #Header: 
90272 ## mkdtemp.m4 serial 6
90273 #dnl Copyright (C) 2001-2003, 2006-2007, 2009 Free Software Foundation, Inc.
90274 #dnl This file is free software; the Free Software Foundation
90275 #dnl gives unlimited permission to copy and/or distribute it,
90276 #dnl with or without modifications, as long as this notice is preserved.
90277 #
90278 #AC_DEFUN([gt_FUNC_MKDTEMP],
90279 #[
90280 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
90281 #  AC_REPLACE_FUNCS([mkdtemp])
90282 #  if test $ac_cv_func_mkdtemp = no; then
90283 #    HAVE_MKDTEMP=0
90284 #    gl_PREREQ_MKDTEMP
90285 #  fi
90286 #])
90287
90288 File: ./m4/mkostemp.m4
90289 Hash: de670586ec4849c79719a5083d4615315bc12f021062c3f712dd943602f919c8
90290 Copyright: 2009 Free Software Foundation, Inc
90291 License: 
90292 Licence_Text:
90293   This file is free software; the Free Software Foundation
90294   gives unlimited permission to copy and/or distribute it,
90295   with or without modifications, as long as this notice is preserved.
90296 #Header: 
90297 ## mkostemp.m4 serial 1
90298 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
90299 #dnl This file is free software; the Free Software Foundation
90300 #dnl gives unlimited permission to copy and/or distribute it,
90301 #dnl with or without modifications, as long as this notice is preserved.
90302 #
90303 #AC_DEFUN([gl_FUNC_MKOSTEMP],
90304 #[
90305 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
90306 #
90307 #  dnl Persuade glibc <stdlib.h> to declare mkostemp().
90308 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
90309 #
90310 #  AC_CHECK_FUNCS_ONCE([mkostemp])
90311 #  if test $ac_cv_func_mkostemp != yes; then
90312
90313 File: ./m4/mkstemp.m4
90314 Hash: 68e1a719526a1664819987fb68462270a281870e6343e8f7ad24a6d0ecbbda1c
90315 Copyright: 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc
90316 License: 
90317 Licence_Text:
90318   This file is free software; the Free Software Foundation
90319   gives unlimited permission to copy and/or distribute it,
90320   with or without modifications, as long as this notice is preserved.
90321 #Header: 
90322 ##serial 17
90323 #
90324 ## Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
90325 ## This file is free software; the Free Software Foundation
90326 ## gives unlimited permission to copy and/or distribute it,
90327 ## with or without modifications, as long as this notice is preserved.
90328 #
90329 ## On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
90330 ## silly limit that it can create no more than 26 files from a given template.
90331 ## Other systems lack mkstemp altogether.
90332 ## On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
90333 ## only 32 files per process.
90334 ## On systems like the above, arrange to use the replacement function.
90335 #AC_DEFUN([gl_FUNC_MKSTEMP],
90336 #[
90337
90338 File: ./m4/mktime.m4
90339 Hash: a694524fe822949b46a4e4bc24861958d73ebb75afdf8c2b30a008b5e254c067
90340 Copyright: 2002-2003, 2005-2007, 2009 Free Software Foundation, Inc
90341 License: 
90342 Licence_Text:
90343   This file is free software; the Free Software Foundation
90344   gives unlimited permission to copy and/or distribute it,
90345   with or without modifications, as long as this notice is preserved.
90346 #Header: 
90347 ## serial 15
90348 #dnl Copyright (C) 2002-2003, 2005-2007, 2009 Free Software Foundation, Inc.
90349 #dnl This file is free software; the Free Software Foundation
90350 #dnl gives unlimited permission to copy and/or distribute it,
90351 #dnl with or without modifications, as long as this notice is preserved.
90352 #
90353 #dnl From Jim Meyering.
90354 #
90355 ## Redefine AC_FUNC_MKTIME, to fix a bug in Autoconf 2.61a and earlier.
90356 ## This redefinition can be removed once a new version of Autoconf is assumed.
90357 ## The redefinition is taken from
90358 ## <http://cvs.sv.gnu.org/viewcvs/*checkout*/autoconf/autoconf/lib/autoconf/functions.m4?rev=1.119>.
90359 ## AC_FUNC_MKTIME
90360 ## --------------
90361 #AC_DEFUN([AC_FUNC_MKTIME],
90362
90363 File: ./m4/mmap-anon.m4
90364 Hash: fc74a563ed0275f38790da335f29a098d015f5246ea7765f0b7769ebe7b120d1
90365 Copyright: 2005, 2007, 2009 Free Software Foundation, Inc
90366 License: 
90367 Licence_Text:
90368   This file is free software; the Free Software Foundation
90369   gives unlimited permission to copy and/or distribute it,
90370   with or without modifications, as long as this notice is preserved.
90371 #Header: 
90372 ## mmap-anon.m4 serial 8
90373 #dnl Copyright (C) 2005, 2007, 2009 Free Software Foundation, Inc.
90374 #dnl This file is free software; the Free Software Foundation
90375 #dnl gives unlimited permission to copy and/or distribute it,
90376 #dnl with or without modifications, as long as this notice is preserved.
90377 #
90378 ## Detect how mmap can be used to create anonymous (not file-backed) memory
90379 ## mappings.
90380 ## - On Linux, AIX, OSF/1, Solaris, Cygwin, Interix, Haiku, both MAP_ANONYMOUS
90381 ##   and MAP_ANON exist and have the same value.
90382 ## - On HP-UX, only MAP_ANONYMOUS exists.
90383 ## - On MacOS X, FreeBSD, NetBSD, OpenBSD, only MAP_ANON exists.
90384 ## - On IRIX, neither exists, and a file descriptor opened to /dev/zero must be
90385 ##   used.
90386
90387 File: ./m4/mode_t.m4
90388 Hash: edba1bc2a5883adbb22efb7d249f1d36eb813483301ecc40cde9c2a6571f5837
90389 Copyright: 2009 Free Software Foundation, Inc
90390 License: 
90391 Licence_Text:
90392   This file is free software; the Free Software Foundation
90393   gives unlimited permission to copy and/or distribute it,
90394   with or without modifications, as long as this notice is preserved.
90395 #Header: 
90396 ## mode_t.m4 serial 2
90397 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
90398 #dnl This file is free software; the Free Software Foundation
90399 #dnl gives unlimited permission to copy and/or distribute it,
90400 #dnl with or without modifications, as long as this notice is preserved.
90401 #
90402 ## For using mode_t, it's sufficient to use AC_TYPE_MODE_T and
90403 ## include <sys/types.h>.
90404 #
90405 ## Define PROMOTED_MODE_T to the type that is the result of "default argument
90406 ## promotion" (ISO C 6.5.2.2.(6)) of the type mode_t.
90407 #AC_DEFUN([gl_PROMOTED_TYPE_MODE_T],
90408 #[
90409 #  AC_REQUIRE([AC_TYPE_MODE_T])
90410 #  AC_CACHE_CHECK([for promoted mode_t type], [gl_cv_promoted_mode_t], [
90411
90412 File: ./m4/modechange.m4
90413 Hash: ce44dcfc3a8e8574a4ef4d768d020e9829048e7f077112a3a6e8428e3e7b56d6
90414 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
90415 License: 
90416 Licence_Text:
90417   This file is free software; the Free Software Foundation
90418   gives unlimited permission to copy and/or distribute it,
90419   with or without modifications, as long as this notice is preserved.
90420 #Header: 
90421 ## modechange.m4 serial 6
90422 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
90423 #dnl This file is free software; the Free Software Foundation
90424 #dnl gives unlimited permission to copy and/or distribute it,
90425 #dnl with or without modifications, as long as this notice is preserved.
90426 #
90427 #AC_DEFUN([gl_MODECHANGE],
90428 #[
90429 #  AC_LIBOBJ([modechange])
90430 #])
90431
90432 File: ./m4/mountlist.m4
90433 Hash: d152d842444b1deff2d4b4fd74538c7f5b1e00dff162d9ffdf6f933996d8e05b
90434 Copyright: 2002-2006, 2009 Free Software Foundation, Inc
90435 License: 
90436 Licence_Text:
90437   This file is free software; the Free Software Foundation
90438   gives unlimited permission to copy and/or distribute it,
90439   with or without modifications, as long as this notice is preserved.
90440 #Header: 
90441 ## serial 10
90442 #dnl Copyright (C) 2002-2006, 2009 Free Software Foundation, Inc.
90443 #dnl This file is free software; the Free Software Foundation
90444 #dnl gives unlimited permission to copy and/or distribute it,
90445 #dnl with or without modifications, as long as this notice is preserved.
90446 #
90447 #AC_DEFUN([gl_MOUNTLIST],
90448 #[
90449 #  gl_LIST_MOUNTED_FILE_SYSTEMS([gl_cv_list_mounted_fs=yes],
90450 #                              [gl_cv_list_mounted_fs=no])
90451 #  if test $gl_cv_list_mounted_fs = yes; then
90452 #    AC_LIBOBJ([mountlist])
90453 #    gl_PREREQ_MOUNTLIST_EXTRA
90454 #  fi
90455 #])
90456
90457 File: ./m4/mpsort.m4
90458 Hash: 809791f443252bbfc151a010255ce7ec04024f6eb00f35995ab8faf19fd664fd
90459 Copyright: 2007 Free Software Foundation, Inc
90460 License: 
90461 Licence_Text:
90462   This file is free software; the Free Software Foundation
90463   gives unlimited permission to copy and/or distribute it,
90464   with or without modifications, as long as this notice is preserved.
90465 #Header: 
90466 ## Sort a vector of pointers to data.
90467 #
90468 ## Copyright (C) 2007 Free Software Foundation, Inc.
90469 #
90470 ## This file is free software; the Free Software Foundation
90471 ## gives unlimited permission to copy and/or distribute it,
90472 ## with or without modifications, as long as this notice is preserved.
90473 #
90474 #AC_DEFUN([gl_MPSORT],
90475 #[
90476 #  AC_REQUIRE([AC_C_RESTRICT])
90477 #  AC_LIBOBJ([mpsort])
90478 #])
90479
90480 File: ./m4/multiarch.m4
90481 Hash: b653258f3ce7cd64c7398d9233856eb610cb9f25c8220388ac8f8d69522e0093
90482 Copyright: 2008, 2009 Free Software Foundation, Inc
90483 License: 
90484 Licence_Text:
90485   This file is free software; the Free Software Foundation
90486   gives unlimited permission to copy and/or distribute it,
90487   with or without modifications, as long as this notice is preserved.
90488 #Header: 
90489 ## multiarch.m4 serial 5
90490 #dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
90491 #dnl This file is free software; the Free Software Foundation
90492 #dnl gives unlimited permission to copy and/or distribute it,
90493 #dnl with or without modifications, as long as this notice is preserved.
90494 #
90495 ## Determine whether the compiler is or may be producing universal binaries.
90496 ##
90497 ## On MacOS X 10.5 and later systems, the user can create libraries and
90498 ## executables that work on multiple system types--known as "fat" or
90499 ## "universal" binaries--by specifying multiple '-arch' options to the
90500 ## compiler but only a single '-arch' option to the preprocessor.  Like
90501 ## this:
90502 ##
90503 ##     ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
90504
90505 File: ./m4/nanosleep.m4
90506 Hash: 674b956f064d364a077586afb415cb25d57fc568f9fba0489cba169168844500
90507 Copyright: 1999-2001, 2003-2009 Free Software Foundation, Inc
90508 License: 
90509 Licence_Text:
90510   This file is free software; the Free Software Foundation
90511   gives unlimited permission to copy and/or distribute it,
90512   with or without modifications, as long as this notice is preserved.
90513 #Header: 
90514 ## serial 27
90515 #
90516 #dnl From Jim Meyering.
90517 #dnl Check for the nanosleep function.
90518 #dnl If not found, use the supplied replacement.
90519 #dnl
90520 #
90521 ## Copyright (C) 1999-2001, 2003-2009 Free Software Foundation, Inc.
90522 #
90523 ## This file is free software; the Free Software Foundation
90524 ## gives unlimited permission to copy and/or distribute it,
90525 ## with or without modifications, as long as this notice is preserved.
90526 #
90527 #AC_DEFUN([gl_FUNC_NANOSLEEP],
90528 #[
90529
90530 File: ./m4/netdb_h.m4
90531 Hash: d08ed8e4f180214d652b09a8eaafd373f90309951733c48e677e83037b6ed4f2
90532 Copyright: 2008 Free Software Foundation, Inc
90533 License: 
90534 Licence_Text:
90535   This file is free software; the Free Software Foundation
90536   gives unlimited permission to copy and/or distribute it,
90537   with or without modifications, as long as this notice is preserved.
90538 #Header: 
90539 ## netdb_h.m4 serial 5
90540 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
90541 #dnl This file is free software; the Free Software Foundation
90542 #dnl gives unlimited permission to copy and/or distribute it,
90543 #dnl with or without modifications, as long as this notice is preserved.
90544 #
90545 #AC_DEFUN([gl_HEADER_NETDB],
90546 #[
90547 #  AC_REQUIRE([gl_NETDB_H_DEFAULTS])
90548 #  gl_CHECK_NEXT_HEADERS([netdb.h])
90549 #  if test $ac_cv_header_netdb_h = yes; then
90550 #    AC_COMPILE_IFELSE(
90551 #      [AC_LANG_PROGRAM([[
90552 #         #include <netdb.h>
90553 #         struct addrinfo a;
90554
90555 File: ./m4/netinet_in_h.m4
90556 Hash: a85cc8fd45199ab9ef11d6ac7d13daa751abfde221865a0a73fe7cfe21c2f2f0
90557 Copyright: 2006-2008 Free Software Foundation, Inc
90558 License: 
90559 Licence_Text:
90560   This file is free software; the Free Software Foundation
90561   gives unlimited permission to copy and/or distribute it,
90562   with or without modifications, as long as this notice is preserved.
90563 #Header: 
90564 ## netinet_in_h.m4 serial 4
90565 #dnl Copyright (C) 2006-2008 Free Software Foundation, Inc.
90566 #dnl This file is free software; the Free Software Foundation
90567 #dnl gives unlimited permission to copy and/or distribute it,
90568 #dnl with or without modifications, as long as this notice is preserved.
90569 #
90570 #AC_DEFUN([gl_HEADER_NETINET_IN],
90571 #[
90572 #  AC_CACHE_CHECK([whether <netinet/in.h> is self-contained],
90573 #    [gl_cv_header_netinet_in_h_selfcontained],
90574 #    [
90575 #      AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <netinet/in.h>]], [[]])],
90576 #        [gl_cv_header_netinet_in_h_selfcontained=yes],
90577 #        [gl_cv_header_netinet_in_h_selfcontained=no])
90578 #    ])
90579
90580 File: ./m4/nls.m4
90581 Hash: e7e360a53812d679422ef6f4d1e35bb7646879dfcaf785927d7ac9095f8b7ec7
90582 Copyright: 1995-2003, 2005-2006, 2008, 2009 Free Software Foundation, Inc
90583 License: 
90584 Licence_Text:
90585   This file is free software; the Free Software Foundation
90586   gives unlimited permission to copy and/or distribute it,
90587   with or without modifications, as long as this notice is preserved.
90588 #Header: 
90589 ## nls.m4 serial 5 (gettext-0.18)
90590 #dnl Copyright (C) 1995-2003, 2005-2006, 2008, 2009 Free Software Foundation, Inc.
90591 #dnl This file is free software; the Free Software Foundation
90592 #dnl gives unlimited permission to copy and/or distribute it,
90593 #dnl with or without modifications, as long as this notice is preserved.
90594 #dnl
90595 #dnl This file can can be used in projects which are not available under
90596 #dnl the GNU General Public License or the GNU Library General Public
90597 #dnl License but which still want to provide support for the GNU gettext
90598 #dnl functionality.
90599 #dnl Please note that the actual code of the GNU gettext library is covered
90600 #dnl by the GNU Library General Public License, and the rest of the GNU
90601 #dnl gettext package package is covered by the GNU General Public License.
90602 #dnl They are *not* in the public domain.
90603
90604 File: ./m4/no-c++.m4
90605 Hash: 0b0031352efd05fda906a5128060bd0ae56b31d85f23def26558caef30481782
90606 Copyright: 2006 Free Software Foundation, Inc
90607 License: 
90608 Licence_Text:
90609   This file is free software; the Free Software Foundation
90610   gives unlimited permission to copy and/or distribute it,
90611   with or without modifications, as long as this notice is preserved.
90612 #Header: 
90613 ## no-c++.m4 serial 1
90614 #dnl Copyright (C) 2006 Free Software Foundation, Inc.
90615 #dnl This file is free software; the Free Software Foundation
90616 #dnl gives unlimited permission to copy and/or distribute it,
90617 #dnl with or without modifications, as long as this notice is preserved.
90618 #
90619 ## Support for C source files that cannot be compiled by a C++ compiler.
90620 ## Set NO_CXX to the C++ compiler flags needed to request C mode instead of
90621 ## C++ mode.
90622 ## So far only g++ is supported.
90623 #
90624 #AC_DEFUN([gt_NO_CXX],
90625 #[
90626 #  NO_CXX=
90627 #  AC_EGREP_CPP([Is g++], [
90628
90629 File: ./m4/nocrash.m4
90630 Hash: 6adf83dadf8d1dcb76ced51fc0508c5debc83ec4ceed2c5f870a9fc82912bd39
90631 Copyright: 2005, 2009 Free Software Foundation, Inc
90632 License: 
90633 Licence_Text:
90634   This file is free software; the Free Software Foundation
90635   gives unlimited permission to copy and/or distribute it,
90636   with or without modifications, as long as this notice is preserved.
90637 #Header: 
90638 ## nocrash.m4 serial 2
90639 #dnl Copyright (C) 2005, 2009 Free Software Foundation, Inc.
90640 #dnl This file is free software; the Free Software Foundation
90641 #dnl gives unlimited permission to copy and/or distribute it,
90642 #dnl with or without modifications, as long as this notice is preserved.
90643 #
90644 #dnl Based on libsigsegv, from Bruno Haible and Paolo Bonzini.
90645 #
90646 #AC_PREREQ([2.13])
90647 #
90648 #dnl Expands to some code for use in .c programs that will cause the configure
90649 #dnl test to exit instead of crashing. This is useful to avoid triggering
90650 #dnl action from a background debugger and to avoid core dumps.
90651 #dnl Usage:   ...
90652 #dnl          ]GL_NOCRASH[
90653
90654 File: ./m4/obstack-printf-posix.m4
90655 Hash: 7ba595af510c3e8cd2d9f3680cabbe5987b67bee7a5c830deea8a29b90e93e52
90656 Copyright: 2008-2009 Free Software Foundation, Inc
90657 License: 
90658 Licence_Text:
90659   This file is free software; the Free Software Foundation
90660   gives unlimited permission to copy and/or distribute it,
90661   with or without modifications, as long as this notice is preserved.
90662 #Header: 
90663 ## obstack-printf-posix.m4 serial 3
90664 #dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
90665 #dnl This file is free software; the Free Software Foundation
90666 #dnl gives unlimited permission to copy and/or distribute it,
90667 #dnl with or without modifications, as long as this notice is preserved.
90668 #
90669 #AC_DEFUN([gl_FUNC_OBSTACK_PRINTF_POSIX],
90670 #[
90671 #  dnl Persuade glibc <stdio.h> to declare obstack_printf(), obstack_vprintf().
90672 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
90673 #
90674 #  AC_REQUIRE([gl_PRINTF_SIZES_C99])
90675 #  AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
90676 #  AC_REQUIRE([gl_PRINTF_INFINITE])
90677 #  AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE])
90678
90679 File: ./m4/obstack-printf.m4
90680 Hash: 6368c454be42588d8224ccee3a953a7b53f7ad95c71f7ee3740973a41f824199
90681 Copyright: 2008 Free Software Foundation, Inc
90682 License: 
90683 Licence_Text:
90684   This file is free software; the Free Software Foundation
90685   gives unlimited permission to copy and/or distribute it,
90686   with or without modifications, as long as this notice is preserved.
90687 #Header: 
90688 ## obstack-printf.m4 serial 2
90689 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
90690 #dnl This file is free software; the Free Software Foundation
90691 #dnl gives unlimited permission to copy and/or distribute it,
90692 #dnl with or without modifications, as long as this notice is preserved.
90693 #
90694 #dnl From Eric Blake.
90695 #dnl Test whether obstack_printf() exists.  For now, we assume that
90696 #dnl obstack_vprintf behaves identically, so we only test for one.
90697 #
90698 #AC_DEFUN([gl_FUNC_OBSTACK_PRINTF],
90699 #[
90700 #  dnl Persuade glibc <stdio.h> to declare obstack_printf(), obstack_vprintf().
90701 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
90702
90703 File: ./m4/onceonly.m4
90704 Hash: 7ae946e07bc12c2ed2eb7a4a8c826cf7debadef975bffbf2cb04c5d8f27c6f38
90705 Copyright: 2002-2003, 2005-2006, 2008 Free Software Foundation, Inc
90706 License: 
90707 Licence_Text:
90708  This file is free software, distributed under the terms of the GNU
90709  General Public License.  As a special exception to the GNU General
90710  Public License, this file may be distributed as part of a program
90711  that contains a configuration script generated by Autoconf, under
90712  the same distribution terms as the rest of that program.
90713 #
90714 #dnl This file defines some "once only" variants of standard autoconf macros.
90715 #dnl   AC_CHECK_HEADERS_ONCE          like  AC_CHECK_HEADERS
90716 #dnl   AC_CHECK_FUNCS_ONCE            like  AC_CHECK_FUNCS
90717 #dnl   AC_CHECK_DECLS_ONCE            like  AC_CHECK_DECLS
90718 #dnl   AC_REQUIRE([AC_FUNC_STRCOLL])  like  AC_FUNC_STRCOLL
90719 #dnl The advantage is that the check for each of the headers/functions/decls
90720 #dnl will be put only once into the 'configure' file. It keeps the size of
90721
90722 File: ./m4/open.m4
90723 Hash: 48fe6d09b376e833462ed32fe6065929561bff664179f71223340c481e677893
90724 Copyright: 2007-2009 Free Software Foundation, Inc
90725 License: 
90726 Licence_Text:
90727   This file is free software; the Free Software Foundation
90728   gives unlimited permission to copy and/or distribute it,
90729   with or without modifications, as long as this notice is preserved.
90730 #Header: 
90731 ## open.m4 serial 7
90732 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
90733 #dnl This file is free software; the Free Software Foundation
90734 #dnl gives unlimited permission to copy and/or distribute it,
90735 #dnl with or without modifications, as long as this notice is preserved.
90736 #
90737 #AC_DEFUN([gl_FUNC_OPEN],
90738 #[
90739 #  AC_REQUIRE([AC_CANONICAL_HOST])
90740 #  case "$host_os" in
90741 #    mingw* | pw*)
90742 #      gl_REPLACE_OPEN
90743 #      ;;
90744 #    *)
90745 #      dnl open("foo/") should not create a file when the file name has a
90746
90747 File: ./m4/openat.m4
90748 Hash: 1267346fb934ac50ef7887759e67e0545b095eb3e6566be665648aff87044f82
90749 Copyright: 2004-2009 Free Software Foundation, Inc
90750 License: 
90751 Licence_Text:
90752   This file is free software; the Free Software Foundation
90753   gives unlimited permission to copy and/or distribute it,
90754   with or without modifications, as long as this notice is preserved.
90755 #Header: 
90756 ## serial 21
90757 ## See if we need to use our replacement for Solaris' openat et al functions.
90758 #
90759 #dnl Copyright (C) 2004-2009 Free Software Foundation, Inc.
90760 #dnl This file is free software; the Free Software Foundation
90761 #dnl gives unlimited permission to copy and/or distribute it,
90762 #dnl with or without modifications, as long as this notice is preserved.
90763 #
90764 ## Written by Jim Meyering.
90765 #
90766 #AC_DEFUN([gl_FUNC_OPENAT],
90767 #[
90768 #  AC_REQUIRE([gl_FCNTL_H_DEFAULTS])
90769 #  GNULIB_OPENAT=1
90770
90771 File: ./m4/openmp.m4
90772 Hash: a545c428a801683ce74ede4d47c7cbeb6744eec734c6b68eec57751db85caf3b
90773 Copyright: 2006-2009 Free Software Foundation, Inc
90774 License: 
90775 Licence_Text:
90776   This file is free software; the Free Software Foundation
90777   gives unlimited permission to copy and/or distribute it,
90778   with or without modifications, as long as this notice is preserved.
90779 #Header: 
90780 ## openmp.m4 serial 7
90781 #dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
90782 #dnl This file is free software; the Free Software Foundation
90783 #dnl gives unlimited permission to copy and/or distribute it,
90784 #dnl with or without modifications, as long as this notice is preserved.
90785 #
90786 #dnl This file can be removed once we assume autoconf >= 2.62.
90787 #
90788 #dnl Expand to nothing in autoconf >= 2.62. m4_copy has a different
90789 #dnl semantic in autoconf > 2.63.
90790 #m4_ifdef([AC_OPENMP], [], [
90791 #
90792 ## _AC_LANG_OPENMP
90793 ## ---------------
90794 ## Expands to some language dependent source code for testing the presence of
90795
90796 File: ./m4/pagealign_alloc.m4
90797 Hash: 3f2dd3a771fa6b3fa816d2a6ef721ac63b3cd5a057cac1163026788956369502
90798 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
90799 License: 
90800 Licence_Text:
90801   This file is free software; the Free Software Foundation
90802   gives unlimited permission to copy and/or distribute it,
90803   with or without modifications, as long as this notice is preserved.
90804 #Header: 
90805 ##serial 5
90806 #dnl Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
90807 #dnl This file is free software; the Free Software Foundation
90808 #dnl gives unlimited permission to copy and/or distribute it,
90809 #dnl with or without modifications, as long as this notice is preserved.
90810 #
90811 #AC_DEFUN([gl_PAGEALIGN_ALLOC],
90812 #[
90813 #  dnl Persuade glibc <sys/mman.h> to define MAP_ANONYMOUS.
90814 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
90815 #
90816 #  AC_LIBOBJ([pagealign_alloc])
90817 #  gl_PREREQ_PAGEALIGN_ALLOC
90818 #])
90819
90820 File: ./m4/pathmax.m4
90821 Hash: 4a5873ef823f40afa9b33adebbe5392c0fc1d30d76eba4b657430e5f02ec0ece
90822 Copyright: 2002, 2003, 2005, 2006, 2009 Free Software Foundation, Inc
90823 License: 
90824 Licence_Text:
90825   This file is free software; the Free Software Foundation
90826   gives unlimited permission to copy and/or distribute it,
90827   with or without modifications, as long as this notice is preserved.
90828 #Header: 
90829 ## pathmax.m4 serial 8
90830 #dnl Copyright (C) 2002, 2003, 2005, 2006, 2009 Free Software Foundation, Inc.
90831 #dnl This file is free software; the Free Software Foundation
90832 #dnl gives unlimited permission to copy and/or distribute it,
90833 #dnl with or without modifications, as long as this notice is preserved.
90834 #
90835 #AC_DEFUN([gl_PATHMAX],
90836 #[
90837 #  dnl Prerequisites of lib/pathmax.h.
90838 #  AC_CHECK_FUNCS_ONCE([pathconf])
90839 #  AC_CHECK_HEADERS_ONCE([sys/param.h])
90840 #])
90841
90842 File: ./m4/perl.m4
90843 Hash: eaec6e8145dda32d044eb5468e58bf0e13df68f863a2acc0cd81caf4731d3231
90844 Copyright: 1998-2001, 2003-2004, 2007, 2009 Free Software Foundation, Inc
90845 License: 
90846 Licence_Text:
90847   This file is free software; the Free Software Foundation
90848   gives unlimited permission to copy and/or distribute it,
90849   with or without modifications, as long as this notice is preserved.
90850 #Header: 
90851 ## serial 9
90852 #
90853 #dnl From Jim Meyering.
90854 #dnl Find a new-enough version of Perl.
90855 #
90856 ## Copyright (C) 1998-2001, 2003-2004, 2007, 2009 Free Software Foundation, Inc.
90857 ##
90858 ## This file is free software; the Free Software Foundation
90859 ## gives unlimited permission to copy and/or distribute it,
90860 ## with or without modifications, as long as this notice is preserved.
90861 #
90862 #AC_DEFUN([gl_PERL],
90863 #[
90864 #  dnl FIXME: don't hard-code 5.005
90865 #  AC_MSG_CHECKING([for perl5.005 or newer])
90866
90867 File: ./m4/perror.m4
90868 Hash: 6171e44ca4ed0431a2f8f57591ef3a383767b93b66f002363bd6a9099673b0b9
90869 Copyright: 2008 Free Software Foundation, Inc
90870 License: 
90871 Licence_Text:
90872   This file is free software; the Free Software Foundation
90873   gives unlimited permission to copy and/or distribute it,
90874   with or without modifications, as long as this notice is preserved.
90875 #Header: 
90876 ## perror.m4 serial 1
90877 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
90878 #dnl This file is free software; the Free Software Foundation
90879 #dnl gives unlimited permission to copy and/or distribute it,
90880 #dnl with or without modifications, as long as this notice is preserved.
90881 #
90882 #AC_DEFUN([gl_FUNC_PERROR],
90883 #[
90884 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
90885 #  AC_REQUIRE([gl_HEADER_ERRNO_H])
90886 #  if test -n "$ERRNO_H"; then
90887 #    dnl The system's perror() cannot know about the new errno values we add
90888 #    dnl to <errno.h>. Replace it.
90889 #    REPLACE_PERROR=1
90890 #    AC_LIBOBJ([perror])
90891
90892 File: ./m4/physmem.m4
90893 Hash: bb350fe56d68536870397663b7824edd4b945d8ca3696c879c0c4ba53dc95bdf
90894 Copyright: 2002-2003, 2005-2006, 2008-2009 Free Software Foundation, Inc
90895 License: 
90896 Licence_Text:
90897   This file is free software; the Free Software Foundation
90898   gives unlimited permission to copy and/or distribute it,
90899   with or without modifications, as long as this notice is preserved.
90900 #Header: 
90901 ## physmem.m4 serial 9
90902 #dnl Copyright (C) 2002-2003, 2005-2006, 2008-2009 Free Software Foundation, Inc.
90903 #dnl This file is free software; the Free Software Foundation
90904 #dnl gives unlimited permission to copy and/or distribute it,
90905 #dnl with or without modifications, as long as this notice is preserved.
90906 #
90907 ## Check for the external symbol, _system_configuration,
90908 ## a struct with member `physmem'.
90909 #AC_DEFUN([gl_SYS__SYSTEM_CONFIGURATION],
90910 #  [AC_CACHE_CHECK([for external symbol _system_configuration],
90911 #                 gl_cv_var__system_configuration,
90912 #    [AC_LINK_IFELSE([AC_LANG_PROGRAM(
90913 #                     [[#include <sys/systemcfg.h>
90914 #                     ]],
90915 #                     [[double x = _system_configuration.physmem;
90916
90917 File: ./m4/pipe.m4
90918 Hash: 7ec8856c90f4355e601693e33d8b18a4a41691fa9c4fa43d39f81766ccac21a4
90919 Copyright: 2004, 2008, 2009 Free Software Foundation, Inc
90920 License: 
90921 Licence_Text:
90922   This file is free software; the Free Software Foundation
90923   gives unlimited permission to copy and/or distribute it,
90924   with or without modifications, as long as this notice is preserved.
90925 #Header: 
90926 ## pipe.m4 serial 4
90927 #dnl Copyright (C) 2004, 2008, 2009 Free Software Foundation, Inc.
90928 #dnl This file is free software; the Free Software Foundation
90929 #dnl gives unlimited permission to copy and/or distribute it,
90930 #dnl with or without modifications, as long as this notice is preserved.
90931 #
90932 #AC_DEFUN([gl_PIPE],
90933 #[
90934 #  dnl Prerequisites of lib/pipe.c.
90935 #  AC_REQUIRE([AC_C_INLINE])
90936 #  AC_REQUIRE([AC_TYPE_MODE_T])
90937 #])
90938
90939 File: ./m4/pipe2.m4
90940 Hash: f3be301c98df31830acfab4197dbc2dc8f6e0cb418d9d733192622f22c101c08
90941 Copyright: 2009 Free Software Foundation, Inc
90942 License: 
90943 Licence_Text:
90944   This file is free software; the Free Software Foundation
90945   gives unlimited permission to copy and/or distribute it,
90946   with or without modifications, as long as this notice is preserved.
90947 #Header: 
90948 ## pipe2.m4 serial 2
90949 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
90950 #dnl This file is free software; the Free Software Foundation
90951 #dnl gives unlimited permission to copy and/or distribute it,
90952 #dnl with or without modifications, as long as this notice is preserved.
90953 #
90954 #AC_DEFUN([gl_FUNC_PIPE2],
90955 #[
90956 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
90957 #
90958 #  dnl Persuade glibc <unistd.h> to declare pipe2().
90959 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
90960 #
90961 #  AC_CHECK_FUNCS_ONCE([pipe2])
90962 #  if test $ac_cv_func_pipe2 != yes; then
90963
90964 File: ./m4/pmccabe2html.m4
90965 Hash: d45dc024d6753f4004ddaf9f6d235159c452d9b7d7c57432207d03d0d9c5e93e
90966 Copyright: 2008, 2009 Free Software Foundation, Inc
90967 License: 
90968 Licence_Text:
90969   This file is free software; the Free Software Foundation
90970   gives unlimited permission to copy and/or distribute it,
90971   with or without modifications, as long as this notice is preserved.
90972 #Header: 
90973 ## pmccabe2html.m4 serial 2
90974 #dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
90975 #dnl This file is free software; the Free Software Foundation
90976 #dnl gives unlimited permission to copy and/or distribute it,
90977 #dnl with or without modifications, as long as this notice is preserved.
90978 #
90979 #dnl From Simon Josefsson
90980 #
90981 ## Usage: gl_PMCCABE2HTML([]).
90982 #AC_DEFUN([gl_PMCCABE2HTML],
90983 #[
90984 #  AC_REQUIRE([AC_PROG_AWK])
90985 #  AC_PATH_PROG([PMCCABE], [pmccabe], [false])
90986 #])
90987
90988 File: ./m4/po.m4
90989 Hash: ca8c03e98db7b6d5561401741d13196032accefca210b2a7526f814ec686348e
90990 Copyright: 1995-2009 Free Software Foundation, Inc
90991 License: 
90992 Licence_Text:
90993   This file is free software; the Free Software Foundation
90994   gives unlimited permission to copy and/or distribute it,
90995   with or without modifications, as long as this notice is preserved.
90996 #Header: 
90997 ## po.m4 serial 17 (gettext-0.18)
90998 #dnl Copyright (C) 1995-2009 Free Software Foundation, Inc.
90999 #dnl This file is free software; the Free Software Foundation
91000 #dnl gives unlimited permission to copy and/or distribute it,
91001 #dnl with or without modifications, as long as this notice is preserved.
91002 #dnl
91003 #dnl This file can can be used in projects which are not available under
91004 #dnl the GNU General Public License or the GNU Library General Public
91005 #dnl License but which still want to provide support for the GNU gettext
91006 #dnl functionality.
91007 #dnl Please note that the actual code of the GNU gettext library is covered
91008 #dnl by the GNU Library General Public License, and the rest of the GNU
91009 #dnl gettext package package is covered by the GNU General Public License.
91010 #dnl They are *not* in the public domain.
91011
91012 File: ./m4/poll.m4
91013 Hash: 629b8155ef9034734706a637ca9b60025a6c7444057a99b02f7635b34b886f14
91014 Copyright: 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc
91015 License: 
91016 Licence_Text:
91017   This file is free software; the Free Software Foundation
91018   gives unlimited permission to copy and/or distribute it,
91019   with or without modifications, as long as this notice is preserved.
91020 #Header: 
91021 ## poll.m4 serial 8
91022 #dnl Copyright (c) 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
91023 #dnl This file is free software; the Free Software Foundation
91024 #dnl gives unlimited permission to copy and/or distribute it,
91025 #dnl with or without modifications, as long as this notice is preserved.
91026 #
91027 #AC_DEFUN([gl_FUNC_POLL],
91028 #[
91029 #  AC_CHECK_HEADERS([poll.h])
91030 #  if test "$ac_cv_header_poll_h" = no; then
91031 #    gl_cv_func_poll=no
91032 #  else
91033 #    AC_CHECK_FUNC([poll],
91034 #      [# Check whether poll() works on special files (like /dev/null) and
91035 #       # and ttys (like /dev/tty). On MacOS X 10.4.0 and AIX 5.3, it doesn't.
91036
91037 File: ./m4/popen.m4
91038 Hash: b8ce7c048df6b2fc3a6f11ed7eabff8c2dd0bf8009bb134de915c68c330baa80
91039 Copyright: 2009 Free Software Foundation, Inc
91040 License: 
91041 Licence_Text:
91042   This file is free software; the Free Software Foundation
91043   gives unlimited permission to copy and/or distribute it,
91044   with or without modifications, as long as this notice is preserved.
91045 #Header: 
91046 ## popen.m4 serial 1
91047 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
91048 #dnl This file is free software; the Free Software Foundation
91049 #dnl gives unlimited permission to copy and/or distribute it,
91050 #dnl with or without modifications, as long as this notice is preserved.
91051 #
91052 #AC_DEFUN([gl_FUNC_POPEN],
91053 #[
91054 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
91055 #  AC_CACHE_CHECK([whether popen works with closed stdin],
91056 #    [gl_cv_func_popen_works],
91057 #    [
91058 #      AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
91059 #]], [FILE *child;
91060 #     fclose (stdin);
91061
91062 File: ./m4/posix-shell.m4
91063 Hash: cce92ab970bd18d6bc66e86dc66f01a7bc16b77a2c1543222fee39cbe9f902ae
91064 Copyright: 2007-2008 Free Software Foundation, Inc
91065 License: 
91066 Licence_Text:
91067   This file is free software; the Free Software Foundation
91068   gives unlimited permission to copy and/or distribute it,
91069   with or without modifications, as long as this notice is preserved.
91070 #Header: 
91071 ## Find a POSIX-conforming shell.
91072 #
91073 ## Copyright (C) 2007-2008 Free Software Foundation, Inc.
91074 #
91075 ## This file is free software; the Free Software Foundation
91076 ## gives unlimited permission to copy and/or distribute it,
91077 ## with or without modifications, as long as this notice is preserved.
91078 #
91079 ## Written by Paul Eggert.
91080 #
91081 ## If a POSIX-conforming shell can be found, set POSIX_SHELL and
91082 ## PREFERABLY_POSIX_SHELL to it.  If not, set POSIX_SHELL to the
91083 ## empty string and PREFERABLY_POSIX_SHELL to '/bin/sh'.
91084 #
91085 #AC_DEFUN([gl_POSIX_SHELL],
91086
91087 File: ./m4/posix_spawn.m4
91088 Hash: 4ccf3aca29a25f057325f00cb8cab9ffb7f4a3503475529bf10ad4391d8673a2
91089 Copyright: 2008 Free Software Foundation, Inc
91090 License: 
91091 Licence_Text:
91092   This file is free software; the Free Software Foundation
91093   gives unlimited permission to copy and/or distribute it,
91094   with or without modifications, as long as this notice is preserved.
91095 #Header: 
91096 ## posix_spawn.m4 serial 4
91097 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
91098 #dnl This file is free software; the Free Software Foundation
91099 #dnl gives unlimited permission to copy and/or distribute it,
91100 #dnl with or without modifications, as long as this notice is preserved.
91101 #
91102 #dnl Tests whether the entire posix_spawn facility is available.
91103 #AC_DEFUN([gl_POSIX_SPAWN],
91104 #[
91105 #  AC_REQUIRE([gl_POSIX_SPAWN_BODY])
91106 #])
91107 #
91108 #AC_DEFUN([gl_POSIX_SPAWN_BODY],
91109 #[
91110 #  AC_REQUIRE([gl_SPAWN_H_DEFAULTS])
91111
91112 File: ./m4/posixtm.m4
91113 Hash: 1b08ede3cabafa63d4dbcfce84463f53cb28d1fbf6d0b644a548ef4b6a60c1f5
91114 Copyright: 2002-2003, 2005-2007, 2009 Free Software Foundation, Inc
91115 License: 
91116 Licence_Text:
91117   This file is free software; the Free Software Foundation
91118   gives unlimited permission to copy and/or distribute it,
91119   with or without modifications, as long as this notice is preserved.
91120 #Header: 
91121 ## posixtm.m4 serial 7
91122 #dnl Copyright (C) 2002-2003, 2005-2007, 2009 Free Software Foundation, Inc.
91123 #dnl This file is free software; the Free Software Foundation
91124 #dnl gives unlimited permission to copy and/or distribute it,
91125 #dnl with or without modifications, as long as this notice is preserved.
91126 #
91127 #AC_DEFUN([gl_POSIXTM],
91128 #[
91129 #  AC_LIBOBJ([posixtm])
91130 #
91131 #  dnl No prerequisites of lib/posixtm.c.
91132 #])
91133
91134 File: ./m4/posixver.m4
91135 Hash: 27aa6d893cf20144880953b6b445f87561cdb0e31bc9b60cb030a6ec5accd3e5
91136 Copyright: 2002-2006, 2009 Free Software Foundation, Inc
91137 License: 
91138 Licence_Text:
91139   This file is free software; the Free Software Foundation
91140   gives unlimited permission to copy and/or distribute it,
91141   with or without modifications, as long as this notice is preserved.
91142 #Header: 
91143 ## posixver.m4 serial 10
91144 #dnl Copyright (C) 2002-2006, 2009 Free Software Foundation, Inc.
91145 #dnl This file is free software; the Free Software Foundation
91146 #dnl gives unlimited permission to copy and/or distribute it,
91147 #dnl with or without modifications, as long as this notice is preserved.
91148 #
91149 #AC_DEFUN([gl_POSIXVER],
91150 #[
91151 #  AC_LIBOBJ([posixver])
91152 #
91153 #  AC_REQUIRE([gl_DEFAULT_POSIX2_VERSION])
91154 #])
91155 #
91156 ## Set the default level of POSIX conformance at configure-time.
91157 ## Build with `./configure DEFAULT_POSIX2_VERSION=199209 ...' to
91158
91159 File: ./m4/printf-frexp.m4
91160 Hash: c738950347dfbc774896c9b0ef0160a9d16a50ec5b9e4b29c7afe19b8c70b609
91161 Copyright: 2007, 2009 Free Software Foundation, Inc
91162 License: 
91163 Licence_Text:
91164   This file is free software; the Free Software Foundation
91165   gives unlimited permission to copy and/or distribute it,
91166   with or without modifications, as long as this notice is preserved.
91167 #Header: 
91168 ## printf-frexp.m4 serial 3
91169 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
91170 #dnl This file is free software; the Free Software Foundation
91171 #dnl gives unlimited permission to copy and/or distribute it,
91172 #dnl with or without modifications, as long as this notice is preserved.
91173 #
91174 #dnl Check how to define printf_frexp() without linking with libm.
91175 #
91176 #AC_DEFUN([gl_FUNC_PRINTF_FREXP],
91177 #[
91178 #  AC_CACHE_CHECK([whether frexp can be used without linking with libm],
91179 #    [gl_cv_func_frexp_no_libm],
91180 #    [
91181 #      AC_TRY_LINK([#include <math.h>
91182 #                   double x;
91183
91184 File: ./m4/printf-frexpl.m4
91185 Hash: a493cf44285f516390a2b9eb2ad1cc36c11f71093eb74e7c3e8d5ca2dd14fcd2
91186 Copyright: 2007, 2009 Free Software Foundation, Inc
91187 License: 
91188 Licence_Text:
91189   This file is free software; the Free Software Foundation
91190   gives unlimited permission to copy and/or distribute it,
91191   with or without modifications, as long as this notice is preserved.
91192 #Header: 
91193 ## printf-frexpl.m4 serial 6
91194 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
91195 #dnl This file is free software; the Free Software Foundation
91196 #dnl gives unlimited permission to copy and/or distribute it,
91197 #dnl with or without modifications, as long as this notice is preserved.
91198 #
91199 #dnl Check how to define printf_frexpl() without linking with libm.
91200 #
91201 #AC_DEFUN([gl_FUNC_PRINTF_FREXPL],
91202 #[
91203 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
91204 #  dnl Subset of gl_FUNC_FREXPL_NO_LIBM.
91205 #  AC_CACHE_CHECK([whether frexpl can be used without linking with libm],
91206 #    [gl_cv_func_frexpl_no_libm],
91207 #    [
91208
91209 File: ./m4/printf-posix-rpl.m4
91210 Hash: f4213c12c22486c51e995cbc0a9f55e9dd1c733fac30cb191d33ae57ab1d2ace
91211 Copyright: 2007-2009 Free Software Foundation, Inc
91212 License: 
91213 Licence_Text:
91214   This file is free software; the Free Software Foundation
91215   gives unlimited permission to copy and/or distribute it,
91216   with or without modifications, as long as this notice is preserved.
91217 #Header: 
91218 ## printf-posix-rpl.m4 serial 3
91219 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
91220 #dnl This file is free software; the Free Software Foundation
91221 #dnl gives unlimited permission to copy and/or distribute it,
91222 #dnl with or without modifications, as long as this notice is preserved.
91223 #
91224 #AC_DEFUN([gl_FUNC_PRINTF_POSIX],
91225 #[
91226 #  AC_REQUIRE([gl_FUNC_VFPRINTF_POSIX])
91227 #  if test $gl_cv_func_vfprintf_posix = no; then
91228 #    gl_REPLACE_PRINTF
91229 #  fi
91230 #])
91231 #
91232 #AC_DEFUN([gl_REPLACE_PRINTF],
91233
91234 File: ./m4/printf-posix.m4
91235 Hash: 4eb5f8f07750e884b5f4220c2b95cda187b6cd81bde447aeb413d684c514d5b2
91236 Copyright: 2003, 2007, 2009 Free Software Foundation, Inc
91237 License: 
91238 Licence_Text:
91239   This file is free software; the Free Software Foundation
91240   gives unlimited permission to copy and/or distribute it,
91241   with or without modifications, as long as this notice is preserved.
91242 #Header: 
91243 ## printf-posix.m4 serial 5 (gettext-0.18)
91244 #dnl Copyright (C) 2003, 2007, 2009 Free Software Foundation, Inc.
91245 #dnl This file is free software; the Free Software Foundation
91246 #dnl gives unlimited permission to copy and/or distribute it,
91247 #dnl with or without modifications, as long as this notice is preserved.
91248 #
91249 #dnl From Bruno Haible.
91250 #dnl Test whether the printf() function supports POSIX/XSI format strings with
91251 #dnl positions.
91252 #
91253 #AC_DEFUN([gt_PRINTF_POSIX],
91254 #[
91255 #  AC_REQUIRE([AC_PROG_CC])
91256 #  AC_CACHE_CHECK([whether printf() supports POSIX/XSI format strings],
91257 #    gt_cv_func_printf_posix,
91258
91259 File: ./m4/printf.m4
91260 Hash: 4fca85cb7811468dc8f84a7799c133cda593ab144a2c0889378f3795a95ddbb0
91261 Copyright: 2003, 2007-2009 Free Software Foundation, Inc
91262 License: 
91263 Licence_Text:
91264   This file is free software; the Free Software Foundation
91265   gives unlimited permission to copy and/or distribute it,
91266   with or without modifications, as long as this notice is preserved.
91267 #Header: 
91268 ## printf.m4 serial 33
91269 #dnl Copyright (C) 2003, 2007-2009 Free Software Foundation, Inc.
91270 #dnl This file is free software; the Free Software Foundation
91271 #dnl gives unlimited permission to copy and/or distribute it,
91272 #dnl with or without modifications, as long as this notice is preserved.
91273 #
91274 #dnl Test whether the *printf family of functions supports the 'j', 'z', 't',
91275 #dnl 'L' size specifiers. (ISO C99, POSIX:2001)
91276 #dnl Result is gl_cv_func_printf_sizes_c99.
91277 #
91278 #AC_DEFUN([gl_PRINTF_SIZES_C99],
91279 #[
91280 #  AC_REQUIRE([AC_PROG_CC])
91281 #  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
91282 #  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
91283
91284 File: ./m4/priv-set.m4
91285 Hash: 9a5807b3867d86d02784078b14f20e8ecec79dc64ad187bab11bca20e19faf9d
91286 Copyright: 2009 Free Software Foundation, Inc
91287 License: 
91288 Licence_Text:
91289   This file is free software; the Free Software Foundation
91290   gives unlimited permission to copy and/or distribute it,
91291   with or without modifications, as long as this notice is preserved.
91292 #Header: 
91293 ## serial 6
91294 #
91295 ## Copyright (C) 2009 Free Software Foundation, Inc.
91296 ##
91297 ## This file is free software; the Free Software Foundation
91298 ## gives unlimited permission to copy and/or distribute it,
91299 ## with or without modifications, as long as this notice is preserved.
91300 #
91301 ## Written by David Bartley.
91302 #
91303 #AC_DEFUN([gl_PRIV_SET],
91304 #[
91305 #  AC_REQUIRE([AC_C_INLINE])
91306 #  AC_CHECK_FUNCS([getppriv])
91307 #])
91308
91309 File: ./m4/progtest.m4
91310 Hash: 09334de09d3e23a27f655f7a3100e19ef96683339bad9621defeef669cf53b22
91311 Copyright: 1996-2003, 2005, 2008, 2009 Free Software Foundation, Inc
91312 License: 
91313 Licence_Text:
91314   This file is free software; the Free Software Foundation
91315   gives unlimited permission to copy and/or distribute it,
91316   with or without modifications, as long as this notice is preserved.
91317 #Header: 
91318 ## progtest.m4 serial 6 (gettext-0.18)
91319 #dnl Copyright (C) 1996-2003, 2005, 2008, 2009 Free Software Foundation, Inc.
91320 #dnl This file is free software; the Free Software Foundation
91321 #dnl gives unlimited permission to copy and/or distribute it,
91322 #dnl with or without modifications, as long as this notice is preserved.
91323 #dnl
91324 #dnl This file can can be used in projects which are not available under
91325 #dnl the GNU General Public License or the GNU Library General Public
91326 #dnl License but which still want to provide support for the GNU gettext
91327 #dnl functionality.
91328 #dnl Please note that the actual code of the GNU gettext library is covered
91329 #dnl by the GNU Library General Public License, and the rest of the GNU
91330 #dnl gettext package package is covered by the GNU General Public License.
91331 #dnl They are *not* in the public domain.
91332
91333 File: ./m4/pthread.m4
91334 Hash: 265b8582edae0ecc5f191cf2467aa5ed8c46e146649c4d56574377f70eeaf78e
91335 Copyright: 2009 Free Software Foundation, Inc
91336 License: 
91337 Licence_Text:
91338   This file is free software; the Free Software Foundation
91339   gives unlimited permission to copy and/or distribute it,
91340   with or without modifications, as long as this notice is preserved.
91341 #Header: 
91342 ## pthread.m4
91343 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
91344 #dnl This file is free software; the Free Software Foundation
91345 #dnl gives unlimited permission to copy and/or distribute it,
91346 #dnl with or without modifications, as long as this notice is preserved.
91347 #
91348 #AC_DEFUN([gl_PTHREAD_CHECK],
91349 #  [AC_CHECK_HEADERS_ONCE([pthread.h])
91350 #
91351 #   LIB_PTHREAD=
91352 #   PTHREAD_H=
91353 #   if test "$ac_cv_header_pthread_h" = yes; then
91354 #     gl_saved_libs=$LIBS
91355 #     AC_SEARCH_LIBS([pthread_create], [pthread],
91356 #       [if test "$ac_cv_search_pthread_create" != "none required"; then
91357
91358 File: ./m4/putenv.m4
91359 Hash: cfd04c6acec3664269e09cc4df394fe9867d342ab357dc89253e1d39a1e68dde
91360 Copyright: 2002-2009 Free Software Foundation, Inc
91361 License: 
91362 Licence_Text:
91363   This file is free software; the Free Software Foundation
91364   gives unlimited permission to copy and/or distribute it,
91365   with or without modifications, as long as this notice is preserved.
91366 #Header: 
91367 ## putenv.m4 serial 16
91368 #dnl Copyright (C) 2002-2009 Free Software Foundation, Inc.
91369 #dnl This file is free software; the Free Software Foundation
91370 #dnl gives unlimited permission to copy and/or distribute it,
91371 #dnl with or without modifications, as long as this notice is preserved.
91372 #
91373 #dnl From Jim Meyering.
91374 #dnl
91375 #dnl Check whether putenv ("FOO") removes FOO from the environment.
91376 #dnl The putenv in libc on at least SunOS 4.1.4 does *not* do that.
91377 #
91378 #AC_DEFUN([gl_FUNC_PUTENV],
91379 #[
91380 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
91381 #  AC_CACHE_CHECK([for putenv compatible with GNU and SVID],
91382
91383 File: ./m4/quote.m4
91384 Hash: 7ffb907d173b896d2a36a8e52aa4b8ecf251434ab83fc96696dbbae5e504f319
91385 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
91386 License: 
91387 Licence_Text:
91388   This file is free software; the Free Software Foundation
91389   gives unlimited permission to copy and/or distribute it,
91390   with or without modifications, as long as this notice is preserved.
91391 #Header: 
91392 ## quote.m4 serial 5
91393 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
91394 #dnl This file is free software; the Free Software Foundation
91395 #dnl gives unlimited permission to copy and/or distribute it,
91396 #dnl with or without modifications, as long as this notice is preserved.
91397 #
91398 #AC_DEFUN([gl_QUOTE],
91399 #[
91400 #  AC_LIBOBJ([quote])
91401 #
91402 #  dnl Prerequisites of lib/quote.c.
91403 #  dnl (none)
91404 #])
91405
91406 File: ./m4/quotearg.m4
91407 Hash: 854a2ee3e971d89ce829e16d546d384896d9e30e0d56dc00566b5258a417c5e9
91408 Copyright: 2002, 2004-2009 Free Software Foundation, Inc
91409 License: 
91410 Licence_Text:
91411   This file is free software; the Free Software Foundation
91412   gives unlimited permission to copy and/or distribute it,
91413   with or without modifications, as long as this notice is preserved.
91414 #Header: 
91415 ## quotearg.m4 serial 8
91416 #dnl Copyright (C) 2002, 2004-2009 Free Software Foundation, Inc.
91417 #dnl This file is free software; the Free Software Foundation
91418 #dnl gives unlimited permission to copy and/or distribute it,
91419 #dnl with or without modifications, as long as this notice is preserved.
91420 #
91421 #AC_DEFUN([gl_QUOTEARG],
91422 #[
91423 #  AC_LIBOBJ([quotearg])
91424 #])
91425
91426 File: ./m4/random_r.m4
91427 Hash: 939838424d3346e2501950202577efffce7afa68ddebb50685b2e4fed9cd5248
91428 Copyright: 2008 Free Software Foundation, Inc
91429 License: 
91430 Licence_Text:
91431   This file is free software; the Free Software Foundation
91432   gives unlimited permission to copy and/or distribute it,
91433   with or without modifications, as long as this notice is preserved.
91434 #Header: 
91435 ## serial 1
91436 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
91437 #dnl This file is free software; the Free Software Foundation
91438 #dnl gives unlimited permission to copy and/or distribute it,
91439 #dnl with or without modifications, as long as this notice is preserved.
91440 #
91441 #AC_DEFUN([gl_FUNC_RANDOM_R],
91442 #[
91443 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
91444 #  AC_CHECK_FUNCS([random_r])
91445 #  if test $ac_cv_func_random_r = no; then
91446 #    HAVE_RANDOM_R=0
91447 #    AC_LIBOBJ([random_r])
91448 #    gl_PREREQ_RANDOM_R
91449 #  fi
91450
91451 File: ./m4/rawmemchr.m4
91452 Hash: 7024edb1193d19e0b7cd589e12a26d7f04496a74c0fd6af161959ff04393e450
91453 Copyright: 2003, 2007, 2008 Free Software Foundation, Inc
91454 License: 
91455 Licence_Text:
91456   This file is free software; the Free Software Foundation
91457   gives unlimited permission to copy and/or distribute it,
91458   with or without modifications, as long as this notice is preserved.
91459 #Header: 
91460 ## rawmemchr.m4 serial 1
91461 #dnl Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc.
91462 #dnl This file is free software; the Free Software Foundation
91463 #dnl gives unlimited permission to copy and/or distribute it,
91464 #dnl with or without modifications, as long as this notice is preserved.
91465 #
91466 #AC_DEFUN([gl_FUNC_RAWMEMCHR],
91467 #[
91468 #  dnl Persuade glibc <string.h> to declare rawmemchr().
91469 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
91470 #
91471 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
91472 #  AC_REPLACE_FUNCS([rawmemchr])
91473 #  if test $ac_cv_func_rawmemchr = no; then
91474 #    HAVE_RAWMEMCHR=0
91475
91476 File: ./m4/read-file.m4
91477 Hash: 701de727d98bbec795fb137cbd0dda7bce40c10b48b4b639b9b3234236cc1c2a
91478 Copyright: 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc
91479 License: 
91480 Licence_Text:
91481   This file is free software; the Free Software Foundation
91482   gives unlimited permission to copy and/or distribute it,
91483   with or without modifications, as long as this notice is preserved.
91484 #Header: 
91485 ## read-file.m4 serial 2
91486 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
91487 #dnl This file is free software; the Free Software Foundation
91488 #dnl gives unlimited permission to copy and/or distribute it,
91489 #dnl with or without modifications, as long as this notice is preserved.
91490 #
91491 #AC_DEFUN([gl_FUNC_READ_FILE],
91492 #[
91493 #  AC_LIBOBJ([read-file])
91494 #  gl_PREREQ_READ_FILE
91495 #])
91496 #
91497 ## Prerequisites of lib/read-file.c.
91498 #AC_DEFUN([gl_PREREQ_READ_FILE], [:])
91499
91500 File: ./m4/readline.m4
91501 Hash: 306d4bdcf575f32b920d548041595f6a25fb4dccda136654ae1fed59747c3f13
91502 Copyright: 2005, 2006, 2009 Free Software Foundation, Inc
91503 License: 
91504 Licence_Text:
91505   This file is free software; the Free Software Foundation
91506   gives unlimited permission to copy and/or distribute it,
91507   with or without modifications, as long as this notice is preserved.
91508 #Header: 
91509 ## readline.m4 serial 6
91510 #dnl Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
91511 #dnl This file is free software; the Free Software Foundation
91512 #dnl gives unlimited permission to copy and/or distribute it,
91513 #dnl with or without modifications, as long as this notice is preserved.
91514 #
91515 #dnl Written by Simon Josefsson, with help from Bruno Haible and Oskar
91516 #dnl Liljeblad.
91517 #
91518 #AC_DEFUN([gl_FUNC_READLINE],
91519 #[
91520 #  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
91521 #  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
91522 #  AC_REQUIRE([AC_LIB_RPATH])
91523
91524 File: ./m4/readlink.m4
91525 Hash: 79b1927a8bcf23b28a5cc28478dc3d6f950a99d190e08d2905f9a6f75f685c02
91526 Copyright: 2003, 2007, 2009 Free Software Foundation, Inc
91527 License: 
91528 Licence_Text:
91529   This file is free software; the Free Software Foundation
91530   gives unlimited permission to copy and/or distribute it,
91531   with or without modifications, as long as this notice is preserved.
91532 #Header: 
91533 ## readlink.m4 serial 5
91534 #dnl Copyright (C) 2003, 2007, 2009 Free Software Foundation, Inc.
91535 #dnl This file is free software; the Free Software Foundation
91536 #dnl gives unlimited permission to copy and/or distribute it,
91537 #dnl with or without modifications, as long as this notice is preserved.
91538 #
91539 #AC_DEFUN([gl_FUNC_READLINK],
91540 #[
91541 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
91542 #  AC_CHECK_FUNCS_ONCE([readlink])
91543 #  if test $ac_cv_func_readlink = no; then
91544 #    HAVE_READLINK=0
91545 #    AC_LIBOBJ([readlink])
91546 #    gl_PREREQ_READLINK
91547 #  fi
91548
91549 File: ./m4/readtokens.m4
91550 Hash: 6acb946573cfb59d9fd9e5abe494f8fbe2e82d0ee8aa14241255eeb9e695bbf6
91551 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
91552 License: 
91553 Licence_Text:
91554   This file is free software; the Free Software Foundation
91555   gives unlimited permission to copy and/or distribute it,
91556   with or without modifications, as long as this notice is preserved.
91557 #Header: 
91558 ## readtokens.m4 serial 5
91559 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
91560 #dnl This file is free software; the Free Software Foundation
91561 #dnl gives unlimited permission to copy and/or distribute it,
91562 #dnl with or without modifications, as long as this notice is preserved.
91563 #
91564 #AC_DEFUN([gl_READTOKENS],
91565 #[
91566 #  AC_LIBOBJ([readtokens])
91567 #
91568 #  dnl Prerequisites of lib/readtokens.c.
91569 #  :
91570 #])
91571
91572 File: ./m4/readutmp.m4
91573 Hash: 13e39ae48466c9d6aa29e3b518add10485fdb50c74bedfc98ae48e463dd6c0ae
91574 Copyright: 2002-2009 Free Software Foundation, Inc
91575 License: 
91576 Licence_Text:
91577   This file is free software; the Free Software Foundation
91578   gives unlimited permission to copy and/or distribute it,
91579   with or without modifications, as long as this notice is preserved.
91580 #Header: 
91581 ## readutmp.m4 serial 16
91582 #dnl Copyright (C) 2002-2009 Free Software Foundation, Inc.
91583 #dnl This file is free software; the Free Software Foundation
91584 #dnl gives unlimited permission to copy and/or distribute it,
91585 #dnl with or without modifications, as long as this notice is preserved.
91586 #
91587 #AC_DEFUN([gl_READUTMP],
91588 #[
91589 #  dnl Persuade utmpx.h to declare utmpxname
91590 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
91591 #
91592 #  AC_CHECK_HEADERS_ONCE([utmp.h utmpx.h])
91593 #  if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
91594 #    AC_LIBOBJ([readutmp])
91595
91596 File: ./m4/realloc.m4
91597 Hash: 3203f9e4584c814b1a0aba0d18d5bb7d602ddbc2180758ca81a03dcdcf06b8df
91598 Copyright: 2007, 2009 Free Software Foundation, Inc
91599 License: 
91600 Licence_Text:
91601   This file is free software; the Free Software Foundation
91602   gives unlimited permission to copy and/or distribute it,
91603   with or without modifications, as long as this notice is preserved.
91604 #Header: 
91605 ## realloc.m4 serial 9
91606 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
91607 #dnl This file is free software; the Free Software Foundation
91608 #dnl gives unlimited permission to copy and/or distribute it,
91609 #dnl with or without modifications, as long as this notice is preserved.
91610 #
91611 ## gl_FUNC_REALLOC_POSIX
91612 ## ---------------------
91613 ## Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it
91614 ## fails), and replace realloc if it is not.
91615 #AC_DEFUN([gl_FUNC_REALLOC_POSIX],
91616 #[
91617 #  AC_REQUIRE([gl_CHECK_MALLOC_POSIX])
91618 #  if test $gl_cv_func_malloc_posix = yes; then
91619 #    HAVE_REALLOC_POSIX=1
91620
91621 File: ./m4/regex.m4
91622 Hash: 50d725ee6bfae6e6879133200a319aa551c76ee42b59bb3e5250356750508c4f
91623 Copyright: 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
91624 License: 
91625 Licence_Text:
91626   This file is free software; the Free Software Foundation
91627   gives unlimited permission to copy and/or distribute it,
91628   with or without modifications, as long as this notice is preserved.
91629 #Header: 
91630 ## serial 54
91631 #
91632 ## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
91633 ## 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
91634 ##
91635 ## This file is free software; the Free Software Foundation
91636 ## gives unlimited permission to copy and/or distribute it,
91637 ## with or without modifications, as long as this notice is preserved.
91638 #
91639 #dnl Initially derived from code in GNU grep.
91640 #dnl Mostly written by Jim Meyering.
91641 #
91642 #AC_PREREQ([2.50])
91643 #
91644 #AC_DEFUN([gl_REGEX],
91645
91646 File: ./m4/relocatable-lib.m4
91647 Hash: 6c4a390de69c7b321b900f2958baa712e3add7837b874bebf5bcd13345311e3b
91648 Copyright: 2003, 2005-2007, 2009 Free Software Foundation, Inc
91649 License: 
91650 Licence_Text:
91651   This file is free software; the Free Software Foundation
91652   gives unlimited permission to copy and/or distribute it,
91653   with or without modifications, as long as this notice is preserved.
91654 #Header: 
91655 ## relocatable-lib.m4 serial 4
91656 #dnl Copyright (C) 2003, 2005-2007, 2009 Free Software Foundation, Inc.
91657 #dnl This file is free software; the Free Software Foundation
91658 #dnl gives unlimited permission to copy and/or distribute it,
91659 #dnl with or without modifications, as long as this notice is preserved.
91660 #
91661 #dnl From Bruno Haible.
91662 #
91663 #dnl Support for relocatable libraries.
91664 #AC_DEFUN([gl_RELOCATABLE_LIBRARY],
91665 #[
91666 #  AC_REQUIRE([gl_RELOCATABLE_LIBRARY_BODY])
91667 #  if test $RELOCATABLE = yes; then
91668 #    AC_LIBOBJ([relocatable])
91669 #  fi
91670
91671 File: ./m4/relocatable.m4
91672 Hash: 7904ef75bd84bfbb557af2cf86deab67f2dcbf7ea08c90ab00c96baf2df2d70c
91673 Copyright: 2003, 2005-2007, 2009 Free Software Foundation, Inc
91674 License: 
91675 Licence_Text:
91676   This file is free software; the Free Software Foundation
91677   gives unlimited permission to copy and/or distribute it,
91678   with or without modifications, as long as this notice is preserved.
91679 #Header: 
91680 ## relocatable.m4 serial 14
91681 #dnl Copyright (C) 2003, 2005-2007, 2009 Free Software Foundation, Inc.
91682 #dnl This file is free software; the Free Software Foundation
91683 #dnl gives unlimited permission to copy and/or distribute it,
91684 #dnl with or without modifications, as long as this notice is preserved.
91685 #
91686 #dnl From Bruno Haible.
91687 #
91688 #dnl gl_RELOCATABLE([RELOCWRAPPER-DIR])
91689 #dnl ----------------------------------------------------------
91690 #dnl Support for relocatable programs.
91691 #dnl Supply RELOCWRAPPER-DIR as the directory where relocwrapper.c may be found.
91692 #AC_DEFUN([gl_RELOCATABLE],
91693 #[
91694 #  AC_REQUIRE([gl_RELOCATABLE_BODY])
91695
91696 File: ./m4/rename-dest-slash.m4
91697 Hash: 1030b715fefa3094ee7fcbf64ce0706064a84983eed1b4b60ee7ed860552d258
91698 Copyright: 2006, 2009 Free Software Foundation, Inc
91699 License: 
91700 Licence_Text:
91701   This file is free software; the Free Software Foundation
91702   gives unlimited permission to copy and/or distribute it,
91703   with or without modifications, as long as this notice is preserved.
91704 #Header: 
91705 ## serial 4
91706 #
91707 ## Copyright (C) 2006, 2009 Free Software Foundation, Inc.
91708 ## This file is free software; the Free Software Foundation
91709 ## gives unlimited permission to copy and/or distribute it,
91710 ## with or without modifications, as long as this notice is preserved.
91711 #
91712 ## Derived from rename.m4.
91713 #
91714 ## A rename wrapper to make tools like mv -- that would normally
91715 ## rely on the underlying rename syscall -- work more consistently.
91716 #
91717 #AC_DEFUN([gl_FUNC_RENAME_TRAILING_DEST_SLASH],
91718 #[
91719 # AC_CACHE_CHECK([whether rename is broken with respect to destination slashes],
91720
91721 File: ./m4/rename.m4
91722 Hash: 3727e61e57c8da8fe778f71d8a8f9b0695955b2bd98f13525e02cafbfe02b528
91723 Copyright: 2001, 2003, 2005, 2006, 2009 Free Software Foundation, Inc
91724 License: 
91725 Licence_Text:
91726   This file is free software; the Free Software Foundation
91727   gives unlimited permission to copy and/or distribute it,
91728   with or without modifications, as long as this notice is preserved.
91729 #Header: 
91730 ## serial 15
91731 #
91732 ## Copyright (C) 2001, 2003, 2005, 2006, 2009 Free Software Foundation, Inc.
91733 ## This file is free software; the Free Software Foundation
91734 ## gives unlimited permission to copy and/or distribute it,
91735 ## with or without modifications, as long as this notice is preserved.
91736 #
91737 #dnl From Volker Borchert.
91738 #dnl Determine whether rename works for source file names with a trailing slash.
91739 #dnl The rename from SunOS 4.1.1_U1 doesn't.
91740 #dnl
91741 #dnl If it doesn't, then define RENAME_TRAILING_SLASH_BUG and arrange
91742 #dnl to compile the wrapper function.
91743 #dnl
91744
91745 File: ./m4/rijndael.m4
91746 Hash: d469a617f466ee153eb791bc1baf7332f9496bc003ddfbf9588ec685c45cf79f
91747 Copyright: 2005, 2006 Free Software Foundation, Inc
91748 License: 
91749 Licence_Text:
91750   This file is free software; the Free Software Foundation
91751   gives unlimited permission to copy and/or distribute it,
91752   with or without modifications, as long as this notice is preserved.
91753 #Header: 
91754 ## rijndael.m4 serial 2
91755 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
91756 #dnl This file is free software; the Free Software Foundation
91757 #dnl gives unlimited permission to copy and/or distribute it,
91758 #dnl with or without modifications, as long as this notice is preserved.
91759 #
91760 #AC_DEFUN([gl_RIJNDAEL],
91761 #[
91762 #  AC_LIBOBJ([rijndael-alg-fst])
91763 #  AC_LIBOBJ([rijndael-api-fst])
91764 #])
91765
91766 File: ./m4/rmdir-errno.m4
91767 Hash: 82f75f1f04ed076254ed8791efc6e3913cb2ffb9bda1cdd17db04758b5ad50b9
91768 Copyright: 2000, 2001, 2005, 2006, 2009 Free Software Foundation, Inc
91769 License: 
91770 Licence_Text:
91771   This file is free software; the Free Software Foundation
91772   gives unlimited permission to copy and/or distribute it,
91773   with or without modifications, as long as this notice is preserved.
91774 #Header: 
91775 ## serial 10
91776 #
91777 ## Copyright (C) 2000, 2001, 2005, 2006, 2009 Free Software Foundation, Inc.
91778 ## This file is free software; the Free Software Foundation
91779 ## gives unlimited permission to copy and/or distribute it,
91780 ## with or without modifications, as long as this notice is preserved.
91781 #
91782 ## When rmdir fails because the specified directory is not empty, it sets
91783 ## errno to some value, usually ENOTEMPTY.  However, on some AIX systems,
91784 ## ENOTEMPTY is mistakenly defined to be EEXIST.  To work around this, and
91785 ## in general, to avoid depending on the use of any particular symbol, this
91786 ## test runs a test to determine the actual numeric value.
91787 #AC_DEFUN([gl_FUNC_RMDIR_NOTEMPTY],
91788 #[dnl
91789 #  AC_CHECK_HEADERS_ONCE([unistd.h])
91790
91791 File: ./m4/rmdir.m4
91792 Hash: 9f146503d645bcd65330d3382d22de8a0a4087be948ff0708262576c170266eb
91793 Copyright: 2002, 2005, 2009 Free Software Foundation, Inc
91794 License: 
91795 Licence_Text:
91796   This file is free software; the Free Software Foundation
91797   gives unlimited permission to copy and/or distribute it,
91798   with or without modifications, as long as this notice is preserved.
91799 #Header: 
91800 ## rmdir.m4 serial 4
91801 #dnl Copyright (C) 2002, 2005, 2009 Free Software Foundation, Inc.
91802 #dnl This file is free software; the Free Software Foundation
91803 #dnl gives unlimited permission to copy and/or distribute it,
91804 #dnl with or without modifications, as long as this notice is preserved.
91805 #
91806 #AC_DEFUN([gl_FUNC_RMDIR],
91807 #[
91808 #  AC_REPLACE_FUNCS([rmdir])
91809 #])
91810
91811 File: ./m4/round.m4
91812 Hash: 9ed0939cc0bc62c08c7caaeb3ba6a8ae4966dec6012a7e5c1f8456f7bd7f284f
91813 Copyright: 2007 Free Software Foundation, Inc
91814 License: 
91815 Licence_Text:
91816   This file is free software; the Free Software Foundation
91817   gives unlimited permission to copy and/or distribute it,
91818   with or without modifications, as long as this notice is preserved.
91819 #Header: 
91820 ## round.m4 serial 5
91821 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
91822 #dnl This file is free software; the Free Software Foundation
91823 #dnl gives unlimited permission to copy and/or distribute it,
91824 #dnl with or without modifications, as long as this notice is preserved.
91825 #
91826 #AC_DEFUN([gl_FUNC_ROUND],
91827 #[
91828 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
91829 #  dnl Persuade glibc <math.h> to declare round().
91830 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
91831 #  AC_CHECK_DECLS([round], , , [#include <math.h>])
91832 #  if test "$ac_cv_have_decl_round" = yes; then
91833 #    gl_CHECK_MATH_LIB([ROUND_LIBM], [x = round (x);])
91834 #  fi
91835
91836 File: ./m4/roundf.m4
91837 Hash: 728510381d8789794d1603525bf92e099b51221002637804fe176d177d5cb5ad
91838 Copyright: 2007-2009 Free Software Foundation, Inc
91839 License: 
91840 Licence_Text:
91841   This file is free software; the Free Software Foundation
91842   gives unlimited permission to copy and/or distribute it,
91843   with or without modifications, as long as this notice is preserved.
91844 #Header: 
91845 ## roundf.m4 serial 6
91846 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
91847 #dnl This file is free software; the Free Software Foundation
91848 #dnl gives unlimited permission to copy and/or distribute it,
91849 #dnl with or without modifications, as long as this notice is preserved.
91850 #
91851 #AC_DEFUN([gl_FUNC_ROUNDF],
91852 #[
91853 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
91854 #  dnl Persuade glibc <math.h> to declare roundf().
91855 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
91856 #  AC_CHECK_DECLS([roundf], , , [#include <math.h>])
91857 #  if test "$ac_cv_have_decl_roundf" = yes; then
91858 #    gl_CHECK_MATH_LIB([ROUNDF_LIBM], [x = roundf (x);])
91859 #  fi
91860
91861 File: ./m4/roundl.m4
91862 Hash: b7f0e4329463736e5220c0e399eab82daa9435fd83c530b0d2f6b136d11e0869
91863 Copyright: 2007, 2009 Free Software Foundation, Inc
91864 License: 
91865 Licence_Text:
91866   This file is free software; the Free Software Foundation
91867   gives unlimited permission to copy and/or distribute it,
91868   with or without modifications, as long as this notice is preserved.
91869 #Header: 
91870 ## roundl.m4 serial 5
91871 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
91872 #dnl This file is free software; the Free Software Foundation
91873 #dnl gives unlimited permission to copy and/or distribute it,
91874 #dnl with or without modifications, as long as this notice is preserved.
91875 #
91876 #AC_DEFUN([gl_FUNC_ROUNDL],
91877 #[
91878 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
91879 #  dnl Persuade glibc <math.h> to declare roundl().
91880 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
91881 #  AC_CHECK_DECLS([roundl], , , [#include <math.h>])
91882 #  if test "$ac_cv_have_decl_roundl" = yes; then
91883 #    gl_CHECK_MATH_LIB([ROUNDL_LIBM], [x = roundl (x);])
91884 #  fi
91885
91886 File: ./m4/rpmatch.m4
91887 Hash: bdab7870b8c20ab0ea4e40b85ddc77ab1647f1f137f9c7fc0a7647cd5e46ffda
91888 Copyright: 2002-2003, 2007-2009 Free Software Foundation, Inc
91889 License: 
91890 Licence_Text:
91891   This file is free software; the Free Software Foundation
91892   gives unlimited permission to copy and/or distribute it,
91893   with or without modifications, as long as this notice is preserved.
91894 #Header: 
91895 ## rpmatch.m4 serial 9
91896 #dnl Copyright (C) 2002-2003, 2007-2009 Free Software Foundation, Inc.
91897 #dnl This file is free software; the Free Software Foundation
91898 #dnl gives unlimited permission to copy and/or distribute it,
91899 #dnl with or without modifications, as long as this notice is preserved.
91900 #
91901 #AC_DEFUN([gl_FUNC_RPMATCH],
91902 #[
91903 #  dnl Persuade glibc <stdlib.h> to declare rpmatch().
91904 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
91905 #
91906 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
91907 #  AC_REPLACE_FUNCS([rpmatch])
91908 #  if test $ac_cv_func_rpmatch = no; then
91909 #    HAVE_RPMATCH=0
91910
91911 File: ./m4/safe-alloc.m4
91912 Hash: 413010db9362f28824c713f0f47b27ef75e4753f03a76613e49d8202ddd53a86
91913 Copyright: 2009 Free Software Foundation, Inc
91914 License: 
91915 Licence_Text:
91916   This file is free software; the Free Software Foundation
91917   gives unlimited permission to copy and/or distribute it,
91918   with or without modifications, as long as this notice is preserved.
91919 #Header: 
91920 ## safe-alloc.m4 serial 1
91921 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
91922 #dnl This file is free software; the Free Software Foundation
91923 #dnl gives unlimited permission to copy and/or distribute it,
91924 #dnl with or without modifications, as long as this notice is preserved.
91925 #AC_DEFUN([gl_SAFE_ALLOC],
91926 #[
91927 #  AC_LIBOBJ([safe-alloc])
91928 #])
91929
91930 File: ./m4/safe-read.m4
91931 Hash: 476dd0e86a34ed7381cdbbea6186a965785622ace99ab7703e9be61e4019ecb1
91932 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
91933 License: 
91934 Licence_Text:
91935   This file is free software; the Free Software Foundation
91936   gives unlimited permission to copy and/or distribute it,
91937   with or without modifications, as long as this notice is preserved.
91938 #Header: 
91939 ## safe-read.m4 serial 5
91940 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
91941 #dnl This file is free software; the Free Software Foundation
91942 #dnl gives unlimited permission to copy and/or distribute it,
91943 #dnl with or without modifications, as long as this notice is preserved.
91944 #
91945 #AC_DEFUN([gl_SAFE_READ],
91946 #[
91947 #  AC_LIBOBJ([safe-read])
91948 #
91949 #  gl_PREREQ_SAFE_READ
91950 #])
91951 #
91952 ## Prerequisites of lib/safe-read.c.
91953 #AC_DEFUN([gl_PREREQ_SAFE_READ],
91954
91955 File: ./m4/safe-write.m4
91956 Hash: 28152483a0fa11421395beab43c19554eab15267add044139559fcd463b47d34
91957 Copyright: 2002, 2005, 2006 Free Software Foundation, Inc
91958 License: 
91959 Licence_Text:
91960   This file is free software; the Free Software Foundation
91961   gives unlimited permission to copy and/or distribute it,
91962   with or without modifications, as long as this notice is preserved.
91963 #Header: 
91964 ## safe-write.m4 serial 3
91965 #dnl Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc.
91966 #dnl This file is free software; the Free Software Foundation
91967 #dnl gives unlimited permission to copy and/or distribute it,
91968 #dnl with or without modifications, as long as this notice is preserved.
91969 #
91970 #AC_DEFUN([gl_SAFE_WRITE],
91971 #[
91972 #  AC_LIBOBJ([safe-write])
91973 #
91974 #  gl_PREREQ_SAFE_WRITE
91975 #])
91976 #
91977 ## Prerequisites of lib/safe-write.c.
91978 #AC_DEFUN([gl_PREREQ_SAFE_WRITE],
91979
91980 File: ./m4/same.m4
91981 Hash: fe78499501b2c0deee1cef23c7a6de78dea2f97c7c006c4a82cfe34634febdec
91982 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
91983 License: 
91984 Licence_Text:
91985   This file is free software; the Free Software Foundation
91986   gives unlimited permission to copy and/or distribute it,
91987   with or without modifications, as long as this notice is preserved.
91988 #Header: 
91989 ##serial 8
91990 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
91991 #dnl This file is free software; the Free Software Foundation
91992 #dnl gives unlimited permission to copy and/or distribute it,
91993 #dnl with or without modifications, as long as this notice is preserved.
91994 #
91995 #AC_DEFUN([gl_SAME],
91996 #[
91997 #  AC_LIBOBJ([same])
91998 #
91999 #  dnl Prerequisites of lib/same.c.
92000 #  AC_REQUIRE([AC_SYS_LONG_FILE_NAMES])
92001 #  AC_CHECK_FUNCS_ONCE([pathconf])
92002 #])
92003
92004 File: ./m4/save-cwd.m4
92005 Hash: 2b070560df3e3154c5dbad3693e1c3b16f9b87cd0d77bcf1a76496e6dcd396f7
92006 Copyright: 2002-2006, 2009 Free Software Foundation, Inc
92007 License: 
92008 Licence_Text:
92009   This file is free software; the Free Software Foundation
92010   gives unlimited permission to copy and/or distribute it,
92011   with or without modifications, as long as this notice is preserved.
92012 #Header: 
92013 ## serial 9
92014 #dnl Copyright (C) 2002-2006, 2009 Free Software Foundation, Inc.
92015 #dnl This file is free software; the Free Software Foundation
92016 #dnl gives unlimited permission to copy and/or distribute it,
92017 #dnl with or without modifications, as long as this notice is preserved.
92018 #
92019 #AC_DEFUN([gl_SAVE_CWD],
92020 #[
92021 #  AC_LIBOBJ([save-cwd])
92022 #  dnl Prerequisites for lib/save-cwd.c.
92023 #  AC_CHECK_FUNCS_ONCE([fchdir])
92024 #])
92025
92026 File: ./m4/savedir.m4
92027 Hash: 35d4b396e58ef3251d4ca921edb871afd2bbd4da5385903c2a08804ebdfe27a5
92028 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
92029 License: 
92030 Licence_Text:
92031   This file is free software; the Free Software Foundation
92032   gives unlimited permission to copy and/or distribute it,
92033   with or without modifications, as long as this notice is preserved.
92034 #Header: 
92035 ## savedir.m4 serial 9
92036 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
92037 #dnl This file is free software; the Free Software Foundation
92038 #dnl gives unlimited permission to copy and/or distribute it,
92039 #dnl with or without modifications, as long as this notice is preserved.
92040 #
92041 #AC_DEFUN([gl_SAVEDIR],
92042 #[
92043 #  AC_LIBOBJ([savedir])
92044 #])
92045
92046 File: ./m4/savewd.m4
92047 Hash: a7f3517138f4540f6fd6729e867b9b3aea6e5816996ecd19235dc669b62dcb10
92048 Copyright: 2004 Free Software Foundation, Inc
92049 License: 
92050 Licence_Text:
92051   This file is free software; the Free Software Foundation
92052   gives unlimited permission to copy and/or distribute it,
92053   with or without modifications, as long as this notice is preserved.
92054 #Header: 
92055 ## Save and restore the working directory, possibly using a child process.
92056 #
92057 #dnl Copyright (C) 2004 Free Software Foundation, Inc.
92058 #dnl This file is free software; the Free Software Foundation
92059 #dnl gives unlimited permission to copy and/or distribute it,
92060 #dnl with or without modifications, as long as this notice is preserved.
92061 #
92062 #AC_DEFUN([gl_SAVEWD],
92063 #  [AC_REQUIRE([AC_C_INLINE])])
92064
92065 File: ./m4/scandir.m4
92066 Hash: f62dae469db2be2c5aa610e2882be87dbfdcc84cadace38211e7bc734819bad1
92067 Copyright: 2009 Free Software Foundation, Inc
92068 License: 
92069 Licence_Text:
92070   This file is free software; the Free Software Foundation
92071   gives unlimited permission to copy and/or distribute it,
92072   with or without modifications, as long as this notice is preserved.
92073 #Header: 
92074 ## scandir.m4 serial 1
92075 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
92076 #dnl This file is free software; the Free Software Foundation
92077 #dnl gives unlimited permission to copy and/or distribute it,
92078 #dnl with or without modifications, as long as this notice is preserved.
92079 #
92080 #AC_DEFUN([gl_FUNC_SCANDIR],
92081 #[
92082 #  AC_REQUIRE([gl_DIRENT_H_DEFAULTS])
92083 #
92084 #  dnl Persuade glibc and Solaris <dirent.h> to declare scandir().
92085 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
92086 #
92087 #  AC_CHECK_FUNCS([scandir])
92088 #  if test $ac_cv_func_scandir = no; then
92089
92090 File: ./m4/sched_h.m4
92091 Hash: 5626e514b7b5c64bd9f1bdf4fa1c37bcbff1286524c62153db60ae3ecd91d7ec
92092 Copyright: 2008 Free Software Foundation, Inc
92093 License: 
92094 Licence_Text:
92095   This file is free software; the Free Software Foundation
92096   gives unlimited permission to copy and/or distribute it,
92097   with or without modifications, as long as this notice is preserved.
92098 #Header: 
92099 ## sched_h.m4 serial 2
92100 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
92101 #dnl This file is free software; the Free Software Foundation
92102 #dnl gives unlimited permission to copy and/or distribute it,
92103 #dnl with or without modifications, as long as this notice is preserved.
92104 #
92105 #dnl Written by Bruno Haible.
92106 #
92107 #AC_DEFUN([gl_SCHED_H],
92108 #[
92109 #  AC_COMPILE_IFELSE(
92110 #    [AC_LANG_PROGRAM([[
92111 #       #include <sched.h>
92112 #       struct sched_param a;
92113 #       int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER };
92114
92115 File: ./m4/search_h.m4
92116 Hash: d6cd8150036593b84d4c4d12581f7f39c8a6978ba7cc8116c5d691c6ff7fc60e
92117 Copyright: 2007-2008 Free Software Foundation, Inc
92118 License: 
92119 Licence_Text:
92120   This file is free software; the Free Software Foundation
92121   gives unlimited permission to copy and/or distribute it,
92122   with or without modifications, as long as this notice is preserved.
92123 #Header: 
92124 ## search_h.m4 serial 3
92125 #dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
92126 #dnl This file is free software; the Free Software Foundation
92127 #dnl gives unlimited permission to copy and/or distribute it,
92128 #dnl with or without modifications, as long as this notice is preserved.
92129 #
92130 #AC_DEFUN([gl_SEARCH_H],
92131 #[
92132 #  AC_REQUIRE([gl_SEARCH_H_DEFAULTS])
92133 #  gl_CHECK_NEXT_HEADERS([search.h])
92134 #  if test $ac_cv_header_search_h = yes; then
92135 #    HAVE_SEARCH_H=1
92136 #  else
92137 #    HAVE_SEARCH_H=0
92138 #  fi
92139
92140 File: ./m4/select.m4
92141 Hash: c0772bb6d91794c1312ebd0f3fb6f90dff9bcae093320dc8c253f548913bf2ce
92142 Copyright: 2009 Free Software Foundation, Inc
92143 License: 
92144 Licence_Text:
92145   This file is free software; the Free Software Foundation
92146   gives unlimited permission to copy and/or distribute it,
92147   with or without modifications, as long as this notice is preserved.
92148 #Header: 
92149 ## select.m4 serial 1
92150 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
92151 #dnl This file is free software; the Free Software Foundation
92152 #dnl gives unlimited permission to copy and/or distribute it,
92153 #dnl with or without modifications, as long as this notice is preserved.
92154 #
92155 #AC_DEFUN([gl_FUNC_SELECT],
92156 #[
92157 #  AC_REQUIRE([gl_HEADER_SYS_SELECT])
92158 #  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
92159 #  if test "$ac_cv_header_winsock2_h" = yes; then
92160 #    AC_LIBOBJ([select])
92161 #  else
92162 #    dnl On Interix 3.5, select(0, NULL, NULL, NULL, timeout) fails with error
92163 #    dnl EFAULT.
92164
92165 File: ./m4/selinux-context-h.m4
92166 Hash: f022e113eadd22af7edced97b3f1b6289856b6ba35c8da13736665221910d34f
92167 Copyright: 2006, 2007 Free Software Foundation, Inc
92168 License: 
92169 Licence_Text:
92170   This file is free software; the Free Software Foundation
92171   gives unlimited permission to copy and/or distribute it,
92172   with or without modifications, as long as this notice is preserved.
92173 #Header: 
92174 ## serial 1   -*- Autoconf -*-
92175 ## Copyright (C) 2006, 2007 Free Software Foundation, Inc.
92176 ## This file is free software; the Free Software Foundation
92177 ## gives unlimited permission to copy and/or distribute it,
92178 ## with or without modifications, as long as this notice is preserved.
92179 #
92180 ## From Jim Meyering
92181 ## Provide <selinux/context.h>, if necessary.
92182 #
92183 #AC_DEFUN([gl_HEADERS_SELINUX_CONTEXT_H],
92184 #[
92185 #  AC_CHECK_HEADERS([selinux/context.h],
92186 #                  [SELINUX_CONTEXT_H=],
92187 #                  [SELINUX_CONTEXT_H=selinux/context.h])
92188 #  AC_SUBST([SELINUX_CONTEXT_H])
92189
92190 File: ./m4/selinux-selinux-h.m4
92191 Hash: 63a4551cf14a0eea214ecbf472ef61294bad8e3c23d81decf5b981df46db633a
92192 Copyright: 2006, 2007, 2009 Free Software Foundation, Inc
92193 License: 
92194 Licence_Text:
92195   This file is free software; the Free Software Foundation
92196   gives unlimited permission to copy and/or distribute it,
92197   with or without modifications, as long as this notice is preserved.
92198 #Header: 
92199 ## serial 3   -*- Autoconf -*-
92200 ## Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
92201 ## This file is free software; the Free Software Foundation
92202 ## gives unlimited permission to copy and/or distribute it,
92203 ## with or without modifications, as long as this notice is preserved.
92204 #
92205 ## From Jim Meyering
92206 ## Provide <selinux/selinux.h>, if necessary.
92207 #
92208 #AC_DEFUN([gl_HEADERS_SELINUX_SELINUX_H],
92209 #[
92210 #  AC_REQUIRE([gl_LIBSELINUX])
92211 #  AC_CHECK_HEADERS([selinux/selinux.h],
92212 #                  [SELINUX_SELINUX_H=],
92213 #                  [SELINUX_SELINUX_H=selinux/selinux.h])
92214
92215 File: ./m4/servent.m4
92216 Hash: d8abbdc489bcd9264fcadfb8b7dee9be3dc239d512e7796a83ddd48f85286b5b
92217 Copyright: 2008 Free Software Foundation, Inc
92218 License: 
92219 Licence_Text:
92220   This file is free software; the Free Software Foundation
92221   gives unlimited permission to copy and/or distribute it,
92222   with or without modifications, as long as this notice is preserved.
92223 #Header: 
92224 ## servent.m4 serial 1
92225 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
92226 #dnl This file is free software; the Free Software Foundation
92227 #dnl gives unlimited permission to copy and/or distribute it,
92228 #dnl with or without modifications, as long as this notice is preserved.
92229 #
92230 #AC_DEFUN([gl_SERVENT],
92231 #[
92232 #  dnl Where are getservent(), setservent(), endservent(), getservbyname(),
92233 #  dnl getservbyport() defined?
92234 #  dnl Where are getprotoent(), setprotoent(), endprotoent(), getprotobyname(),
92235 #  dnl getprotobynumber() defined?
92236 #  dnl - On Solaris, they are in libsocket. Ignore libxnet.
92237 #  dnl - On Haiku, they are in libnetwork.
92238 #  dnl - On BeOS, they are in libnet.
92239
92240 File: ./m4/setenv.m4
92241 Hash: 4b641ccd52cc1b86e45020d008a003b15aef914961b26426cf25f5c5ba714ad2
92242 Copyright: 2001-2004, 2006-2009 Free Software Foundation, Inc
92243 License: 
92244 Licence_Text:
92245   This file is free software; the Free Software Foundation
92246   gives unlimited permission to copy and/or distribute it,
92247   with or without modifications, as long as this notice is preserved.
92248 #Header: 
92249 ## setenv.m4 serial 11
92250 #dnl Copyright (C) 2001-2004, 2006-2009 Free Software Foundation, Inc.
92251 #dnl This file is free software; the Free Software Foundation
92252 #dnl gives unlimited permission to copy and/or distribute it,
92253 #dnl with or without modifications, as long as this notice is preserved.
92254 #
92255 #AC_DEFUN([gl_FUNC_SETENV],
92256 #[
92257 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
92258 #  AC_CHECK_FUNCS_ONCE([setenv])
92259 #  if test $ac_cv_func_setenv = no; then
92260 #    HAVE_SETENV=0
92261 #    AC_LIBOBJ([setenv])
92262 #    gl_PREREQ_SETENV
92263 #  fi
92264
92265 File: ./m4/settime.m4
92266 Hash: 363d17c5d1dcf71322d552fde8d642ac641613cf211019c5b6d5df8bf176c37e
92267 Copyright: 2002, 2004, 2005, 2006, 2009 Free Software Foundation, Inc
92268 License: 
92269 Licence_Text:
92270   This file is free software; the Free Software Foundation
92271   gives unlimited permission to copy and/or distribute it,
92272   with or without modifications, as long as this notice is preserved.
92273 #Header: 
92274 ## settime.m4 serial 6
92275 #dnl Copyright (C) 2002, 2004, 2005, 2006, 2009 Free Software Foundation, Inc.
92276 #dnl This file is free software; the Free Software Foundation
92277 #dnl gives unlimited permission to copy and/or distribute it,
92278 #dnl with or without modifications, as long as this notice is preserved.
92279 #
92280 #AC_DEFUN([gl_SETTIME],
92281 #[
92282 #  AC_LIBOBJ([settime])
92283 #
92284 #  dnl Prerequisites of lib/settime.c.
92285 #  AC_REQUIRE([gl_CLOCK_TIME])
92286 #  AC_REQUIRE([gl_TIMESPEC])
92287 #  AC_CHECK_FUNCS_ONCE([settimeofday stime])
92288 #])
92289
92290 File: ./m4/sha1.m4
92291 Hash: b0b8e653e77e441a1327e5cc5eedc4d33e13ce74887bfb2299a070224b9d2310
92292 Copyright: 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc
92293 License: 
92294 Licence_Text:
92295   This file is free software; the Free Software Foundation
92296   gives unlimited permission to copy and/or distribute it,
92297   with or without modifications, as long as this notice is preserved.
92298 #Header: 
92299 ## sha1.m4 serial 9
92300 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
92301 #dnl This file is free software; the Free Software Foundation
92302 #dnl gives unlimited permission to copy and/or distribute it,
92303 #dnl with or without modifications, as long as this notice is preserved.
92304 #
92305 #AC_DEFUN([gl_SHA1],
92306 #[
92307 #  AC_LIBOBJ([sha1])
92308 #
92309 #  dnl Prerequisites of lib/sha1.c.
92310 #  AC_REQUIRE([gl_BIGENDIAN])
92311 #  AC_REQUIRE([AC_C_INLINE])
92312 #  :
92313 #])
92314
92315 File: ./m4/sha256.m4
92316 Hash: adc2fe832d2a4759e55c651b42169d33f24c32053f7515748e255052dd2d3b90
92317 Copyright: 2005, 2008, 2009 Free Software Foundation, Inc
92318 License: 
92319 Licence_Text:
92320   This file is free software; the Free Software Foundation
92321   gives unlimited permission to copy and/or distribute it,
92322   with or without modifications, as long as this notice is preserved.
92323 #Header: 
92324 ## sha256.m4 serial 4
92325 #dnl Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
92326 #dnl This file is free software; the Free Software Foundation
92327 #dnl gives unlimited permission to copy and/or distribute it,
92328 #dnl with or without modifications, as long as this notice is preserved.
92329 #
92330 #AC_DEFUN([gl_SHA256],
92331 #[
92332 #  AC_LIBOBJ([sha256])
92333 #
92334 #  dnl Prerequisites of lib/sha256.c.
92335 #  AC_REQUIRE([gl_BIGENDIAN])
92336 #  AC_REQUIRE([AC_C_INLINE])
92337 #])
92338
92339 File: ./m4/sha512.m4
92340 Hash: 6a041f1d10fb35ab195140e844574a07dd5d6053918f4fd60ab8be21f949f069
92341 Copyright: 2005, 2006, 2008, 2009 Free Software Foundation, Inc
92342 License: 
92343 Licence_Text:
92344   This file is free software; the Free Software Foundation
92345   gives unlimited permission to copy and/or distribute it,
92346   with or without modifications, as long as this notice is preserved.
92347 #Header: 
92348 ## sha512.m4 serial 5
92349 #dnl Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
92350 #dnl This file is free software; the Free Software Foundation
92351 #dnl gives unlimited permission to copy and/or distribute it,
92352 #dnl with or without modifications, as long as this notice is preserved.
92353 #
92354 #AC_DEFUN([gl_SHA512],
92355 #[
92356 #  AC_LIBOBJ([sha512])
92357 #
92358 #  dnl Prerequisites of lib/sha512.c.
92359 #  AC_REQUIRE([gl_BIGENDIAN])
92360 #  AC_REQUIRE([AC_C_INLINE])
92361 #])
92362
92363 File: ./m4/sig2str.m4
92364 Hash: bdb3da52f346182e43b31c11fd3c962c84680a5371a57343ce224811e860387e
92365 Copyright: 2002, 2005, 2006, 2009 Free Software Foundation, Inc
92366 License: 
92367 Licence_Text:
92368   This file is free software; the Free Software Foundation
92369   gives unlimited permission to copy and/or distribute it,
92370   with or without modifications, as long as this notice is preserved.
92371 #Header: 
92372 ## serial 6
92373 #dnl Copyright (C) 2002, 2005, 2006, 2009 Free Software Foundation, Inc.
92374 #dnl This file is free software; the Free Software Foundation
92375 #dnl gives unlimited permission to copy and/or distribute it,
92376 #dnl with or without modifications, as long as this notice is preserved.
92377 #
92378 #AC_DEFUN([gl_FUNC_SIG2STR],
92379 #[
92380 #
92381 #  AC_REPLACE_FUNCS([sig2str])
92382 #  if test $ac_cv_func_sig2str = no; then
92383 #    gl_PREREQ_SIG2STR
92384 #  fi
92385 #])
92386
92387 File: ./m4/sig_atomic_t.m4
92388 Hash: 8740a92b3f85af3d8178fdeffb26883a7a2e43709a560f117045327cee0005ad
92389 Copyright: 2003, 2009 Free Software Foundation, Inc
92390 License: 
92391 Licence_Text:
92392   This file is free software; the Free Software Foundation
92393   gives unlimited permission to copy and/or distribute it,
92394   with or without modifications, as long as this notice is preserved.
92395 #Header: 
92396 ## sig_atomic_t.m4 serial 2
92397 #dnl Copyright (C) 2003, 2009 Free Software Foundation, Inc.
92398 #dnl This file is free software; the Free Software Foundation
92399 #dnl gives unlimited permission to copy and/or distribute it,
92400 #dnl with or without modifications, as long as this notice is preserved.
92401 #
92402 #AC_DEFUN([gt_TYPE_SIG_ATOMIC_T],
92403 #[
92404 #  AC_CHECK_TYPES([sig_atomic_t], ,
92405 #    [AC_DEFINE([sig_atomic_t], [int],
92406 #       [Define as an integer type suitable for memory locations that can be
92407 #        accessed atomically even in the presence of asynchnonous signals.])],
92408 #    [#include <signal.h>])
92409 #])
92410
92411 File: ./m4/sigaction.m4
92412 Hash: 942bae0f7e59cbdbd839bdd114df80a180753adfe2265673852caba753983e67
92413 Copyright: 2008 Free Software Foundation, Inc
92414 License: 
92415 Licence_Text:
92416   This file is free software; the Free Software Foundation
92417   gives unlimited permission to copy and/or distribute it,
92418   with or without modifications, as long as this notice is preserved.
92419 #Header: 
92420 ## sigaction.m4 serial 5
92421 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
92422 #dnl This file is free software; the Free Software Foundation
92423 #dnl gives unlimited permission to copy and/or distribute it,
92424 #dnl with or without modifications, as long as this notice is preserved.
92425 #
92426 ## Determine if sigaction interface is present.
92427 #AC_DEFUN([gl_SIGACTION],
92428 #[
92429 #  AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
92430 #  AC_CHECK_FUNCS_ONCE([sigaction])
92431 #  if test $ac_cv_func_sigaction = yes; then
92432 #    AC_CHECK_MEMBERS([struct sigaction.sa_sigaction], , ,
92433 #                     [[#include <signal.h>]])
92434 #    if test $ac_cv_member_struct_sigaction_sa_sigaction = no; then
92435
92436 File: ./m4/signal_h.m4
92437 Hash: f195a17f93179f7442308dc8f19fca18a62277f9951cff0b47bf9d6282685a15
92438 Copyright: 2007, 2008, 2009 Free Software Foundation, Inc
92439 License: 
92440 Licence_Text:
92441   This file is free software; the Free Software Foundation
92442   gives unlimited permission to copy and/or distribute it,
92443   with or without modifications, as long as this notice is preserved.
92444 #Header: 
92445 ## signal_h.m4 serial 7
92446 #dnl Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
92447 #dnl This file is free software; the Free Software Foundation
92448 #dnl gives unlimited permission to copy and/or distribute it,
92449 #dnl with or without modifications, as long as this notice is preserved.
92450 #
92451 #AC_DEFUN([gl_SIGNAL_H],
92452 #[
92453 #  AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
92454 #  gl_CHECK_NEXT_HEADERS([signal.h])
92455 ## AIX declares sig_atomic_t to already include volatile, and C89 compilers
92456 ## then choke on 'volatile sig_atomic_t'.  C99 requires that it compile.
92457 #  AC_CHECK_TYPE([volatile sig_atomic_t], [],
92458 #    [HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0], [[
92459 ##include <signal.h>
92460
92461 File: ./m4/signalblocking.m4
92462 Hash: 9675e385710eb500da44e7dc0b7dfeba96ca339daaea8e8a75be21e8b1ca1940
92463 Copyright: 2001-2002, 2006-2009 Free Software Foundation, Inc
92464 License: 
92465 Licence_Text:
92466   This file is free software; the Free Software Foundation
92467   gives unlimited permission to copy and/or distribute it,
92468   with or without modifications, as long as this notice is preserved.
92469 #Header: 
92470 ## signalblocking.m4 serial 10
92471 #dnl Copyright (C) 2001-2002, 2006-2009 Free Software Foundation, Inc.
92472 #dnl This file is free software; the Free Software Foundation
92473 #dnl gives unlimited permission to copy and/or distribute it,
92474 #dnl with or without modifications, as long as this notice is preserved.
92475 #
92476 ## Determine available signal blocking primitives. Three different APIs exist:
92477 ## 1) POSIX: sigemptyset, sigaddset, sigprocmask
92478 ## 2) SYSV: sighold, sigrelse
92479 ## 3) BSD: sigblock, sigsetmask
92480 ## For simplicity, here we check only for the POSIX signal blocking.
92481 #AC_DEFUN([gl_SIGNALBLOCKING],
92482 #[
92483 #  AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
92484 #  signals_not_posix=
92485
92486 File: ./m4/signbit.m4
92487 Hash: 090599e0809b686c818f8870e466ddf1b1e8f85e13da7c88c4ad47433ed45479
92488 Copyright: 2007-2009 Free Software Foundation, Inc
92489 License: 
92490 Licence_Text:
92491   This file is free software; the Free Software Foundation
92492   gives unlimited permission to copy and/or distribute it,
92493   with or without modifications, as long as this notice is preserved.
92494 #Header: 
92495 ## signbit.m4 serial 6
92496 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
92497 #dnl This file is free software; the Free Software Foundation
92498 #dnl gives unlimited permission to copy and/or distribute it,
92499 #dnl with or without modifications, as long as this notice is preserved.
92500 #
92501 #AC_DEFUN([gl_SIGNBIT],
92502 #[
92503 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
92504 #  AC_CACHE_CHECK([for signbit macro], [gl_cv_func_signbit],
92505 #    [
92506 #      AC_TRY_RUN([
92507 ##include <math.h>
92508 #/* If signbit is defined as a function, don't use it, since calling it for
92509 #   'float' or 'long double' arguments would involve conversions.
92510
92511 File: ./m4/sigpipe.m4
92512 Hash: 6589a9faf1c563d75e6001b20a2376598e62467f80ac99df43696aabd386d4d0
92513 Copyright: 2008, 2009 Free Software Foundation, Inc
92514 License: 
92515 Licence_Text:
92516   This file is free software; the Free Software Foundation
92517   gives unlimited permission to copy and/or distribute it,
92518   with or without modifications, as long as this notice is preserved.
92519 #Header: 
92520 ## sigpipe.m4 serial 2
92521 #dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
92522 #dnl This file is free software; the Free Software Foundation
92523 #dnl gives unlimited permission to copy and/or distribute it,
92524 #dnl with or without modifications, as long as this notice is preserved.
92525 #
92526 #dnl Tests whether SIGPIPE is provided by <signal.h>.
92527 #dnl Sets gl_cv_header_signal_h_SIGPIPE.
92528 #AC_DEFUN([gl_SIGNAL_SIGPIPE],
92529 #[
92530 #  dnl Use AC_REQUIRE here, so that the default behavior below is expanded
92531 #  dnl once only, before all statements that occur in other macros.
92532 #  AC_REQUIRE([gl_SIGNAL_SIGPIPE_BODY])
92533 #])
92534
92535 File: ./m4/size_max.m4
92536 Hash: 274e63ac0e607476b00e8fd52ecec9926865a0706eb1c15307249c8beb224094
92537 Copyright: 2003, 2005-2006, 2008-2009 Free Software Foundation, Inc
92538 License: 
92539 Licence_Text:
92540   This file is free software; the Free Software Foundation
92541   gives unlimited permission to copy and/or distribute it,
92542   with or without modifications, as long as this notice is preserved.
92543 #Header: 
92544 ## size_max.m4 serial 9
92545 #dnl Copyright (C) 2003, 2005-2006, 2008-2009 Free Software Foundation, Inc.
92546 #dnl This file is free software; the Free Software Foundation
92547 #dnl gives unlimited permission to copy and/or distribute it,
92548 #dnl with or without modifications, as long as this notice is preserved.
92549 #
92550 #dnl From Bruno Haible.
92551 #
92552 #AC_DEFUN([gl_SIZE_MAX],
92553 #[
92554 #  AC_CHECK_HEADERS([stdint.h])
92555 #  dnl First test whether the system already has SIZE_MAX.
92556 #  AC_CACHE_CHECK([for SIZE_MAX], [gl_cv_size_max], [
92557 #    gl_cv_size_max=
92558 #    AC_EGREP_CPP([Found it], [
92559
92560 File: ./m4/sleep.m4
92561 Hash: 9ae4e28f795cced506809b2931038bf12f5d14f730ac5db4b564251d78d15ff1
92562 Copyright: 2007-2008 Free Software Foundation, Inc
92563 License: 
92564 Licence_Text:
92565   This file is free software; the Free Software Foundation
92566   gives unlimited permission to copy and/or distribute it,
92567   with or without modifications, as long as this notice is preserved.
92568 #Header: 
92569 ## sleep.m4 serial 2
92570 #dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
92571 #dnl This file is free software; the Free Software Foundation
92572 #dnl gives unlimited permission to copy and/or distribute it,
92573 #dnl with or without modifications, as long as this notice is preserved.
92574 #
92575 #AC_DEFUN([gl_FUNC_SLEEP],
92576 #[
92577 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
92578 #  dnl We expect to see the declaration of sleep() in a header file.
92579 #  dnl Older versions of mingw have a sleep() function that is an alias to
92580 #  dnl _sleep() in MSVCRT. It has a different signature than POSIX sleep():
92581 #  dnl it takes the number of milliseconds as argument and returns void.
92582 #  dnl mingw does not declare this function.
92583 #  AC_CHECK_DECLS([sleep], , , [#include <unistd.h>])
92584
92585 File: ./m4/snprintf-posix.m4
92586 Hash: e547253a212edd6b4044615bbc22655e0a4818d8f937f962adfc5e439e1d5301
92587 Copyright: 2007-2009 Free Software Foundation, Inc
92588 License: 
92589 Licence_Text:
92590   This file is free software; the Free Software Foundation
92591   gives unlimited permission to copy and/or distribute it,
92592   with or without modifications, as long as this notice is preserved.
92593 #Header: 
92594 ## snprintf-posix.m4 serial 14
92595 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
92596 #dnl This file is free software; the Free Software Foundation
92597 #dnl gives unlimited permission to copy and/or distribute it,
92598 #dnl with or without modifications, as long as this notice is preserved.
92599 #
92600 #AC_DEFUN([gl_FUNC_SNPRINTF_POSIX],
92601 #[
92602 #  AC_REQUIRE([gl_PRINTF_SIZES_C99])
92603 #  AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
92604 #  AC_REQUIRE([gl_PRINTF_INFINITE])
92605 #  AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE])
92606 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_A])
92607 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_F])
92608 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_N])
92609
92610 File: ./m4/snprintf.m4
92611 Hash: 5f7fbeef790dad54ac03ec944e2a45fda19bfb17da369aa9c2e8f4f4d40d4f0f
92612 Copyright: 2002-2004, 2007-2008 Free Software Foundation, Inc
92613 License: 
92614 Licence_Text:
92615   This file is free software; the Free Software Foundation
92616   gives unlimited permission to copy and/or distribute it,
92617   with or without modifications, as long as this notice is preserved.
92618 #Header: 
92619 ## snprintf.m4 serial 5
92620 #dnl Copyright (C) 2002-2004, 2007-2008 Free Software Foundation, Inc.
92621 #dnl This file is free software; the Free Software Foundation
92622 #dnl gives unlimited permission to copy and/or distribute it,
92623 #dnl with or without modifications, as long as this notice is preserved.
92624 #
92625 #AC_DEFUN([gl_FUNC_SNPRINTF],
92626 #[
92627 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
92628 #  gl_cv_func_snprintf_usable=no
92629 #  AC_CHECK_FUNCS([snprintf])
92630 #  if test $ac_cv_func_snprintf = yes; then
92631 #    gl_SNPRINTF_SIZE1
92632 #    case "$gl_cv_func_snprintf_size1" in
92633 #      *yes)
92634
92635 File: ./m4/sockets.m4
92636 Hash: d50a2dfb51a1c8b126cef59648b59553940f8192635e1f111fdd3babb93d74ff
92637 Copyright: 2008, 2009 Free Software Foundation, Inc
92638 License: 
92639 Licence_Text:
92640   This file is free software; the Free Software Foundation
92641   gives unlimited permission to copy and/or distribute it,
92642   with or without modifications, as long as this notice is preserved.
92643 #Header: 
92644 ## sockets.m4 serial 5
92645 #dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
92646 #dnl This file is free software; the Free Software Foundation
92647 #dnl gives unlimited permission to copy and/or distribute it,
92648 #dnl with or without modifications, as long as this notice is preserved.
92649 #
92650 #AC_DEFUN([gl_SOCKETS],
92651 #[
92652 #  AC_REQUIRE([AC_C_INLINE])
92653 #
92654 #  gl_PREREQ_SYS_H_WINSOCK2 dnl for HAVE_WINSOCK2_H
92655 #  LIBSOCKET=
92656 #  if test $HAVE_WINSOCK2_H = 1; then
92657 #    dnl Native Windows API (not Cygwin).
92658 #    AC_CACHE_CHECK([if we need to call WSAStartup in winsock2.h and -lws2_32],
92659
92660 File: ./m4/socklen.m4
92661 Hash: 85dbe7f87a9332ee77a25565add42e2c12aac7e29cdc58cde00ab978b11a42a2
92662 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
92663 License: 
92664 Licence_Text:
92665   This file is free software; the Free Software Foundation
92666   gives unlimited permission to copy and/or distribute it,
92667   with or without modifications, as long as this notice is preserved.
92668 #Header: 
92669 ## socklen.m4 serial 6
92670 #dnl Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
92671 #dnl This file is free software; the Free Software Foundation
92672 #dnl gives unlimited permission to copy and/or distribute it,
92673 #dnl with or without modifications, as long as this notice is preserved.
92674 #
92675 #dnl From Albert Chin, Windows fixes from Simon Josefsson.
92676 #
92677 #dnl Check for socklen_t: historically on BSD it is an int, and in
92678 #dnl POSIX 1g it is a type of its own, but some platforms use different
92679 #dnl types for the argument to getsockopt, getpeername, etc.  So we
92680 #dnl have to test to find something that will work.
92681 #
92682 #dnl On mingw32, socklen_t is in ws2tcpip.h ('int'), so we try to find
92683 #dnl it there first.  That file is included by gnulib's sys_socket.in.h, which
92684
92685 File: ./m4/sockpfaf.m4
92686 Hash: 1b8177a55958f8bf0898f45528ba4c08eddc3deac75871ca1a9a70fd98ce16fc
92687 Copyright: 2004, 2006, 2009 Free Software Foundation, Inc
92688 License: 
92689 Licence_Text:
92690   This file is free software; the Free Software Foundation
92691   gives unlimited permission to copy and/or distribute it,
92692   with or without modifications, as long as this notice is preserved.
92693 #Header: 
92694 ## sockpfaf.m4 serial 6
92695 #dnl Copyright (C) 2004, 2006, 2009 Free Software Foundation, Inc.
92696 #dnl This file is free software; the Free Software Foundation
92697 #dnl gives unlimited permission to copy and/or distribute it,
92698 #dnl with or without modifications, as long as this notice is preserved.
92699 #
92700 #dnl Test for some common socket protocol families (PF_INET, PF_INET6, ...)
92701 #dnl and some common address families (AF_INET, AF_INET6, ...).
92702 #dnl This test assumes that a system supports an address family if and only if
92703 #dnl it supports the corresponding protocol family.
92704 #
92705 #dnl From Bruno Haible.
92706 #
92707 #AC_DEFUN([gl_SOCKET_FAMILIES],
92708 #[
92709
92710 File: ./m4/spawn_h.m4
92711 Hash: 9b595c5f8fccef298fabfb159fe9b0cd7c2965a2388f8738ecc8dae8c87bb194
92712 Copyright: 2008 Free Software Foundation, Inc
92713 License: 
92714 Licence_Text:
92715   This file is free software; the Free Software Foundation
92716   gives unlimited permission to copy and/or distribute it,
92717   with or without modifications, as long as this notice is preserved.
92718 #Header: 
92719 ## spawn_h.m4 serial 1
92720 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
92721 #dnl This file is free software; the Free Software Foundation
92722 #dnl gives unlimited permission to copy and/or distribute it,
92723 #dnl with or without modifications, as long as this notice is preserved.
92724 #
92725 #dnl Written by Bruno Haible.
92726 #
92727 #AC_DEFUN([gl_SPAWN_H],
92728 #[
92729 #  dnl Use AC_REQUIRE here, so that the default behavior below is expanded
92730 #  dnl once only, before all statements that occur in other macros.
92731 #  AC_REQUIRE([gl_SPAWN_H_DEFAULTS])
92732 #
92733 #  gl_CHECK_NEXT_HEADERS([spawn.h])
92734
92735 File: ./m4/sprintf-posix.m4
92736 Hash: 965f8b08288f9f0122559dd27581c39a9cd3182f9976f0b0fa1a7639e6c07c60
92737 Copyright: 2007-2009 Free Software Foundation, Inc
92738 License: 
92739 Licence_Text:
92740   This file is free software; the Free Software Foundation
92741   gives unlimited permission to copy and/or distribute it,
92742   with or without modifications, as long as this notice is preserved.
92743 #Header: 
92744 ## sprintf-posix.m4 serial 12
92745 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
92746 #dnl This file is free software; the Free Software Foundation
92747 #dnl gives unlimited permission to copy and/or distribute it,
92748 #dnl with or without modifications, as long as this notice is preserved.
92749 #
92750 #AC_DEFUN([gl_FUNC_SPRINTF_POSIX],
92751 #[
92752 #  AC_REQUIRE([gl_PRINTF_SIZES_C99])
92753 #  AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
92754 #  AC_REQUIRE([gl_PRINTF_INFINITE])
92755 #  AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE])
92756 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_A])
92757 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_F])
92758 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_N])
92759
92760 File: ./m4/ssize_t.m4
92761 Hash: 83b000495759790b16631fd82c8cc8126e7cbabbb484fa2a324fce5abf7030a0
92762 Copyright: 2001-2003, 2006 Free Software Foundation, Inc
92763 License: 
92764 Licence_Text:
92765   This file is free software; the Free Software Foundation
92766   gives unlimited permission to copy and/or distribute it,
92767   with or without modifications, as long as this notice is preserved.
92768 #Header: 
92769 ## ssize_t.m4 serial 4 (gettext-0.15)
92770 #dnl Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
92771 #dnl This file is free software; the Free Software Foundation
92772 #dnl gives unlimited permission to copy and/or distribute it,
92773 #dnl with or without modifications, as long as this notice is preserved.
92774 #
92775 #dnl From Bruno Haible.
92776 #dnl Test whether ssize_t is defined.
92777 #
92778 #AC_DEFUN([gt_TYPE_SSIZE_T],
92779 #[
92780 #  AC_CACHE_CHECK([for ssize_t], [gt_cv_ssize_t],
92781 #    [AC_TRY_COMPILE([#include <sys/types.h>],
92782 #       [int x = sizeof (ssize_t *) + sizeof (ssize_t);
92783 #        return !x;],
92784
92785 File: ./m4/st_dm_mode.m4
92786 Hash: e4230d99ce739fdfea2b6f9e534426e32367b91d82adb42e215c9ab63582ccb8
92787 Copyright: 1998, 1999, 2001, 2009 Free Software Foundation, Inc
92788 License: 
92789 Licence_Text:
92790   This file is free software; the Free Software Foundation
92791   gives unlimited permission to copy and/or distribute it,
92792   with or without modifications, as long as this notice is preserved.
92793 #Header: 
92794 ## serial 6
92795 #
92796 ## Copyright (C) 1998, 1999, 2001, 2009 Free Software Foundation, Inc.
92797 ## This file is free software; the Free Software Foundation
92798 ## gives unlimited permission to copy and/or distribute it,
92799 ## with or without modifications, as long as this notice is preserved.
92800 #
92801 ## Define HAVE_ST_DM_MODE if struct stat has an st_dm_mode member.
92802 #
92803 #AC_DEFUN([AC_STRUCT_ST_DM_MODE],
92804 # [AC_CACHE_CHECK([for st_dm_mode in struct stat], [ac_cv_struct_st_dm_mode],
92805 #   [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
92806 ##include <sys/types.h>
92807 ##include <sys/stat.h>]], [[struct stat s; s.st_dm_mode;]])],
92808 #     [ac_cv_struct_st_dm_mode=yes],
92809
92810 File: ./m4/stat-macros.m4
92811 Hash: 0e0d077f14daca1a98a036b872304dfa730067f1906786f8a64eed1b275c8edf
92812 Copyright: 2005, 2006 Free Software Foundation, Inc
92813 License: 
92814 Licence_Text:
92815   This file is free software; the Free Software Foundation
92816   gives unlimited permission to copy and/or distribute it,
92817   with or without modifications, as long as this notice is preserved.
92818 #Header: 
92819 ##serial 3
92820 #
92821 ## Copyright (C) 2005, 2006 Free Software Foundation, Inc.
92822 ##
92823 ## This file is free software; the Free Software Foundation
92824 ## gives unlimited permission to copy and/or distribute it,
92825 ## with or without modifications, as long as this notice is preserved.
92826 #
92827 #AC_DEFUN([gl_STAT_MACROS],
92828 #[
92829 #  AC_REQUIRE([AC_HEADER_STAT])
92830 #])
92831
92832 File: ./m4/stat-time.m4
92833 Hash: 6e44781ea55874bf9fd31759924207238aa4a99a01fc2d2cbf09e345c2fede85
92834 Copyright: 1998-1999, 2001, 2003, 2005-2007, 2009 Free Software
92835 License: 
92836 Licence_Text:
92837   This file is free software; the Free Software Foundation
92838   gives unlimited permission to copy and/or distribute it,
92839   with or without modifications, as long as this notice is preserved.
92840 #Header: 
92841 ## Checks for stat-related time functions.
92842 #
92843 ## Copyright (C) 1998-1999, 2001, 2003, 2005-2007, 2009 Free Software
92844 ## Foundation, Inc.
92845 #
92846 ## This file is free software; the Free Software Foundation
92847 ## gives unlimited permission to copy and/or distribute it,
92848 ## with or without modifications, as long as this notice is preserved.
92849 #
92850 #dnl From Paul Eggert.
92851 #
92852 ## st_atim.tv_nsec - Linux, Solaris, Cygwin
92853 ## st_atimespec.tv_nsec - FreeBSD, NetBSD, if ! defined _POSIX_SOURCE
92854 ## st_atimensec - FreeBSD, NetBSD, if defined _POSIX_SOURCE
92855 ## st_atim.st__tim.tv_nsec - UnixWare (at least 2.1.2 through 7.1)
92856
92857 File: ./m4/stdarg.m4
92858 Hash: e69d47aadd54239ff949f8ec2bd0cb0436b737ba6663b3c72e2266a01d2a42cf
92859 Copyright: 2006, 2008-2009 Free Software Foundation, Inc
92860 License: 
92861 Licence_Text:
92862   This file is free software; the Free Software Foundation
92863   gives unlimited permission to copy and/or distribute it,
92864   with or without modifications, as long as this notice is preserved.
92865 #Header: 
92866 ## stdarg.m4 serial 3
92867 #dnl Copyright (C) 2006, 2008-2009 Free Software Foundation, Inc.
92868 #dnl This file is free software; the Free Software Foundation
92869 #dnl gives unlimited permission to copy and/or distribute it,
92870 #dnl with or without modifications, as long as this notice is preserved.
92871 #
92872 #dnl From Bruno Haible.
92873 #dnl Provide a working va_copy in combination with <stdarg.h>.
92874 #
92875 #AC_DEFUN([gl_STDARG_H],
92876 #[
92877 #  STDARG_H='';                AC_SUBST([STDARG_H])
92878 #  NEXT_STDARG_H='<stdarg.h>'; AC_SUBST([NEXT_STDARG_H])
92879 #  AC_MSG_CHECKING([for va_copy])
92880 #  AC_CACHE_VAL([gl_cv_func_va_copy], [
92881
92882 File: ./m4/stdbool.m4
92883 Hash: 43abf0fdf4a37444e2d4e8fd6ec486c9eebe8e90a6e7ae1845d2e499d0a29df1
92884 Copyright: 2002-2006, 2009 Free Software Foundation, Inc
92885 License: 
92886 Licence_Text:
92887   This file is free software; the Free Software Foundation
92888   gives unlimited permission to copy and/or distribute it,
92889   with or without modifications, as long as this notice is preserved.
92890 #Header: 
92891 ## Check for stdbool.h that conforms to C99.
92892 #
92893 #dnl Copyright (C) 2002-2006, 2009 Free Software Foundation, Inc.
92894 #dnl This file is free software; the Free Software Foundation
92895 #dnl gives unlimited permission to copy and/or distribute it,
92896 #dnl with or without modifications, as long as this notice is preserved.
92897 #
92898 ## Prepare for substituting <stdbool.h> if it is not supported.
92899 #
92900 #AC_DEFUN([AM_STDBOOL_H],
92901 #[
92902 #  AC_REQUIRE([AC_HEADER_STDBOOL])
92903 #
92904 #  # Define two additional variables used in the Makefile substitution.
92905
92906 File: ./m4/stddef_h.m4
92907 Hash: c70f43db810289c46455f5b2b2b3ecbcb171fa0171d09e73ad2240e1d5bdac60
92908 Copyright: 2009 Free Software Foundation, Inc
92909 License: 
92910 Licence_Text:
92911   This file is free software; the Free Software Foundation
92912   gives unlimited permission to copy and/or distribute it,
92913   with or without modifications, as long as this notice is preserved.
92914 #Header: 
92915 #dnl A placeholder for POSIX 2008 <stddef.h>, for platforms that have issues.
92916 ## stddef_h.m4 serial 1
92917 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
92918 #dnl This file is free software; the Free Software Foundation
92919 #dnl gives unlimited permission to copy and/or distribute it,
92920 #dnl with or without modifications, as long as this notice is preserved.
92921 #
92922 #AC_DEFUN([gl_STDDEF_H],
92923 #[
92924 #  AC_REQUIRE([gl_STDDEF_H_DEFAULTS])
92925 #  AC_REQUIRE([gt_TYPE_WCHAR_T])
92926 #  if test $gt_cv_c_wchar_t = no; then
92927 #    HAVE_WCHAR_T=0
92928 #    STDDEF_H=stddef.h
92929 #  fi
92930
92931 File: ./m4/stdint.m4
92932 Hash: e9bb030f38c5c54c68cbdc8403016d05da6f6328ff69e4272d77e10820e438b7
92933 Copyright: 2001-2009 Free Software Foundation, Inc
92934 License: 
92935 Licence_Text:
92936   This file is free software; the Free Software Foundation
92937   gives unlimited permission to copy and/or distribute it,
92938   with or without modifications, as long as this notice is preserved.
92939 #Header: 
92940 ## stdint.m4 serial 34
92941 #dnl Copyright (C) 2001-2009 Free Software Foundation, Inc.
92942 #dnl This file is free software; the Free Software Foundation
92943 #dnl gives unlimited permission to copy and/or distribute it,
92944 #dnl with or without modifications, as long as this notice is preserved.
92945 #
92946 #dnl From Paul Eggert and Bruno Haible.
92947 #dnl Test whether <stdint.h> is supported or must be substituted.
92948 #
92949 #AC_DEFUN([gl_STDINT_H],
92950 #[
92951 #  AC_PREREQ([2.59])dnl
92952 #
92953 #  dnl Check for long long int and unsigned long long int.
92954 #  AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
92955
92956 File: ./m4/stdint_h.m4
92957 Hash: d60bbf3881f6e22ed2fb6dfee322f368978721175058446282e77eb42f543ccc
92958 Copyright: 1997-2004, 2006, 2008, 2009 Free Software Foundation, Inc
92959 License: 
92960 Licence_Text:
92961   This file is free software; the Free Software Foundation
92962   gives unlimited permission to copy and/or distribute it,
92963   with or without modifications, as long as this notice is preserved.
92964 #Header: 
92965 ## stdint_h.m4 serial 8
92966 #dnl Copyright (C) 1997-2004, 2006, 2008, 2009 Free Software Foundation, Inc.
92967 #dnl This file is free software; the Free Software Foundation
92968 #dnl gives unlimited permission to copy and/or distribute it,
92969 #dnl with or without modifications, as long as this notice is preserved.
92970 #
92971 #dnl From Paul Eggert.
92972 #
92973 ## Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h> exists,
92974 ## doesn't clash with <sys/types.h>, and declares uintmax_t.
92975 #
92976 #AC_DEFUN([gl_AC_HEADER_STDINT_H],
92977 #[
92978 #  AC_CACHE_CHECK([for stdint.h], [gl_cv_header_stdint_h],
92979 #  [AC_TRY_COMPILE(
92980
92981 File: ./m4/stdio-safer.m4
92982 Hash: ce00d79eaa9ab3c24483dbf666fdf1af476557c24f8fac41ccd6f1b39980db4d
92983 Copyright: 2002, 2005-2007, 2009 Free Software Foundation, Inc
92984 License: 
92985 Licence_Text:
92986   This file is free software; the Free Software Foundation
92987   gives unlimited permission to copy and/or distribute it,
92988   with or without modifications, as long as this notice is preserved.
92989 #Header: 
92990 ##serial 11
92991 #dnl Copyright (C) 2002, 2005-2007, 2009 Free Software Foundation, Inc.
92992 #dnl This file is free software; the Free Software Foundation
92993 #dnl gives unlimited permission to copy and/or distribute it,
92994 #dnl with or without modifications, as long as this notice is preserved.
92995 #
92996 #AC_DEFUN([gl_FOPEN_SAFER],
92997 #[
92998 #  AC_LIBOBJ([fopen-safer])
92999 #])
93000 #
93001 #AC_DEFUN([gl_POPEN_SAFER],
93002 #[
93003 #  AC_LIBOBJ([popen-safer])
93004 #])
93005
93006 File: ./m4/stdio_h.m4
93007 Hash: 5279f85ff4aea689d0c384bbb577d873e5214e2b351a7f4aeeae85e8ebb960fe
93008 Copyright: 2007-2009 Free Software Foundation, Inc
93009 License: 
93010 Licence_Text:
93011   This file is free software; the Free Software Foundation
93012   gives unlimited permission to copy and/or distribute it,
93013   with or without modifications, as long as this notice is preserved.
93014 #Header: 
93015 ## stdio_h.m4 serial 18
93016 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
93017 #dnl This file is free software; the Free Software Foundation
93018 #dnl gives unlimited permission to copy and/or distribute it,
93019 #dnl with or without modifications, as long as this notice is preserved.
93020 #
93021 #AC_DEFUN([gl_STDIO_H],
93022 #[
93023 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
93024 #  gl_CHECK_NEXT_HEADERS([stdio.h])
93025 #  dnl No need to create extra modules for these functions. Everyone who uses
93026 #  dnl <stdio.h> likely needs them.
93027 #  GNULIB_FPRINTF=1
93028 #  GNULIB_PRINTF=1
93029 #  GNULIB_VFPRINTF=1
93030
93031 File: ./m4/stdlib-safer.m4
93032 Hash: 9a8abafa8a805182498c9212e370537b3d0964d913d3b7550e7ee8dc02b977d2
93033 Copyright: 2005, 2006 Free Software Foundation, Inc
93034 License: 
93035 Licence_Text:
93036   This file is free software; the Free Software Foundation
93037   gives unlimited permission to copy and/or distribute it,
93038   with or without modifications, as long as this notice is preserved.
93039 #Header: 
93040 ## stdlib-safer.m4 serial 2
93041 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
93042 #dnl This file is free software; the Free Software Foundation
93043 #dnl gives unlimited permission to copy and/or distribute it,
93044 #dnl with or without modifications, as long as this notice is preserved.
93045 #
93046 #AC_DEFUN([gl_STDLIB_SAFER],
93047 #[
93048 #  AC_LIBOBJ([mkstemp-safer])
93049 #])
93050
93051 File: ./m4/stdlib_h.m4
93052 Hash: 97c8e01551bb911dd737aa6d57f937fbecc41dacaa9a6bb8086d8292fead4c36
93053 Copyright: 2007-2009 Free Software Foundation, Inc
93054 License: 
93055 Licence_Text:
93056   This file is free software; the Free Software Foundation
93057   gives unlimited permission to copy and/or distribute it,
93058   with or without modifications, as long as this notice is preserved.
93059 #Header: 
93060 ## stdlib_h.m4 serial 16
93061 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
93062 #dnl This file is free software; the Free Software Foundation
93063 #dnl gives unlimited permission to copy and/or distribute it,
93064 #dnl with or without modifications, as long as this notice is preserved.
93065 #
93066 #AC_DEFUN([gl_STDLIB_H],
93067 #[
93068 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
93069 #  gl_CHECK_NEXT_HEADERS([stdlib.h])
93070 #  AC_CHECK_HEADERS([random.h], [], [], [AC_INCLUDES_DEFAULT])
93071 #  if test $ac_cv_header_random_h = yes; then
93072 #    HAVE_RANDOM_H=1
93073 #  else
93074 #    HAVE_RANDOM_H=0
93075
93076 File: ./m4/stpcpy.m4
93077 Hash: 6183753fe8a97fa0b9fdf0b1dbdce611077c78894a88b08aa016a358b26785e8
93078 Copyright: 2002, 2007, 2009 Free Software Foundation, Inc
93079 License: 
93080 Licence_Text:
93081   This file is free software; the Free Software Foundation
93082   gives unlimited permission to copy and/or distribute it,
93083   with or without modifications, as long as this notice is preserved.
93084 #Header: 
93085 ## stpcpy.m4 serial 7
93086 #dnl Copyright (C) 2002, 2007, 2009 Free Software Foundation, Inc.
93087 #dnl This file is free software; the Free Software Foundation
93088 #dnl gives unlimited permission to copy and/or distribute it,
93089 #dnl with or without modifications, as long as this notice is preserved.
93090 #
93091 #AC_DEFUN([gl_FUNC_STPCPY],
93092 #[
93093 #  dnl Persuade glibc <string.h> to declare stpcpy().
93094 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
93095 #
93096 #  dnl The stpcpy() declaration in lib/string.in.h uses 'restrict'.
93097 #  AC_REQUIRE([AC_C_RESTRICT])
93098 #
93099 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93100
93101 File: ./m4/stpncpy.m4
93102 Hash: aa4c3046b85c5bc93ed41603a5a58dbcbb3281c604047231e2bd9df2deac2fee
93103 Copyright: 2002-2003, 2005-2007, 2009 Free Software Foundation, Inc
93104 License: 
93105 Licence_Text:
93106   This file is free software; the Free Software Foundation
93107   gives unlimited permission to copy and/or distribute it,
93108   with or without modifications, as long as this notice is preserved.
93109 #Header: 
93110 ## stpncpy.m4 serial 10
93111 #dnl Copyright (C) 2002-2003, 2005-2007, 2009 Free Software Foundation, Inc.
93112 #dnl This file is free software; the Free Software Foundation
93113 #dnl gives unlimited permission to copy and/or distribute it,
93114 #dnl with or without modifications, as long as this notice is preserved.
93115 #
93116 #AC_DEFUN([gl_FUNC_STPNCPY],
93117 #[
93118 #  dnl Persuade glibc <string.h> to declare stpncpy().
93119 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
93120 #
93121 #  dnl The stpncpy() declaration in lib/string.in.h uses 'restrict'.
93122 #  AC_REQUIRE([AC_C_RESTRICT])
93123 #
93124 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93125
93126 File: ./m4/strcase.m4
93127 Hash: fe5c1d6b65e6380dc44d958082105a90e9e4bdda2acd0874069ae5d440ce9b18
93128 Copyright: 2002, 2005-2009 Free Software Foundation, Inc
93129 License: 
93130 Licence_Text:
93131   This file is free software; the Free Software Foundation
93132   gives unlimited permission to copy and/or distribute it,
93133   with or without modifications, as long as this notice is preserved.
93134 #Header: 
93135 ## strcase.m4 serial 10
93136 #dnl Copyright (C) 2002, 2005-2009 Free Software Foundation, Inc.
93137 #dnl This file is free software; the Free Software Foundation
93138 #dnl gives unlimited permission to copy and/or distribute it,
93139 #dnl with or without modifications, as long as this notice is preserved.
93140 #
93141 #AC_DEFUN([gl_STRCASE],
93142 #[
93143 #  gl_FUNC_STRCASECMP
93144 #  gl_FUNC_STRNCASECMP
93145 #])
93146 #
93147 #AC_DEFUN([gl_FUNC_STRCASECMP],
93148 #[
93149 #  AC_REQUIRE([gl_HEADER_STRINGS_H_DEFAULTS])
93150
93151 File: ./m4/strcasestr.m4
93152 Hash: e8fde0ec0800c5eafbe974aec107608e45a0455e252b6989480d50ddd9fecf05
93153 Copyright: 2005, 2007, 2008, 2009 Free Software Foundation, Inc
93154 License: 
93155 Licence_Text:
93156   This file is free software; the Free Software Foundation
93157   gives unlimited permission to copy and/or distribute it,
93158   with or without modifications, as long as this notice is preserved.
93159 #Header: 
93160 ## strcasestr.m4 serial 13
93161 #dnl Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
93162 #dnl This file is free software; the Free Software Foundation
93163 #dnl gives unlimited permission to copy and/or distribute it,
93164 #dnl with or without modifications, as long as this notice is preserved.
93165 #
93166 #dnl Check that strcasestr is present and works.
93167 #AC_DEFUN([gl_FUNC_STRCASESTR_SIMPLE],
93168 #[
93169 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93170 #
93171 #  dnl Persuade glibc <string.h> to declare strcasestr().
93172 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
93173 #
93174 #  AC_REQUIRE([gl_FUNC_MEMCHR])
93175
93176 File: ./m4/strchrnul.m4
93177 Hash: b20cc5ae07de6b6cb4f6cce803e713349ec527e29256225c91e80c2f5445cda2
93178 Copyright: 2003, 2007, 2009 Free Software Foundation, Inc
93179 License: 
93180 Licence_Text:
93181   This file is free software; the Free Software Foundation
93182   gives unlimited permission to copy and/or distribute it,
93183   with or without modifications, as long as this notice is preserved.
93184 #Header: 
93185 ## strchrnul.m4 serial 7
93186 #dnl Copyright (C) 2003, 2007, 2009 Free Software Foundation, Inc.
93187 #dnl This file is free software; the Free Software Foundation
93188 #dnl gives unlimited permission to copy and/or distribute it,
93189 #dnl with or without modifications, as long as this notice is preserved.
93190 #
93191 #AC_DEFUN([gl_FUNC_STRCHRNUL],
93192 #[
93193 #  dnl Persuade glibc <string.h> to declare strchrnul().
93194 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
93195 #
93196 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93197 #  AC_REPLACE_FUNCS([strchrnul])
93198 #  if test $ac_cv_func_strchrnul = no; then
93199 #    HAVE_STRCHRNUL=0
93200
93201 File: ./m4/strcspn.m4
93202 Hash: 69120ab7a86a050f7433f63fd1bfa6349dd8b7f10929f902bb3628e90ad587ca
93203 Copyright: 2002-2003, 2009 Free Software Foundation, Inc
93204 License: 
93205 Licence_Text:
93206   This file is free software; the Free Software Foundation
93207   gives unlimited permission to copy and/or distribute it,
93208   with or without modifications, as long as this notice is preserved.
93209 #Header: 
93210 ## strcspn.m4 serial 3
93211 #dnl Copyright (C) 2002-2003, 2009 Free Software Foundation, Inc.
93212 #dnl This file is free software; the Free Software Foundation
93213 #dnl gives unlimited permission to copy and/or distribute it,
93214 #dnl with or without modifications, as long as this notice is preserved.
93215 #
93216 #AC_DEFUN([gl_FUNC_STRCSPN],
93217 #[
93218 #  AC_REPLACE_FUNCS([strcspn])
93219 #  if test $ac_cv_func_strcspn = no; then
93220 #    gl_PREREQ_STRCSPN
93221 #  fi
93222 #])
93223 #
93224 ## Prerequisites of lib/strcspn.c.
93225
93226 File: ./m4/strdup.m4
93227 Hash: fe737b962549dcee9d8390ff44f480c277ccf76b0e643fdfd2e04d06cd4b335e
93228 Copyright: 2002-2009 Free Software Foundation, Inc
93229 License: 
93230 Licence_Text:
93231   This file is free software; the Free Software Foundation
93232   gives unlimited permission to copy and/or distribute it,
93233   with or without modifications, as long as this notice is preserved.
93234 #Header: 
93235 ## strdup.m4 serial 11
93236 #
93237 #dnl Copyright (C) 2002-2009 Free Software Foundation, Inc.
93238 #
93239 #dnl This file is free software; the Free Software Foundation
93240 #dnl gives unlimited permission to copy and/or distribute it,
93241 #dnl with or without modifications, as long as this notice is preserved.
93242 #
93243 #AC_DEFUN([gl_FUNC_STRDUP],
93244 #[
93245 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93246 #  AC_REPLACE_FUNCS([strdup])
93247 #  AC_CHECK_DECLS_ONCE([strdup])
93248 #  if test $ac_cv_have_decl_strdup = no; then
93249 #    HAVE_DECL_STRDUP=0
93250
93251 File: ./m4/strerror.m4
93252 Hash: 43b8156f92eab0feb512dc43c24fdb2ae1b05f0c0aad8317af6384b9317ae1f8
93253 Copyright: 2002, 2007-2008 Free Software Foundation, Inc
93254 License: 
93255 Licence_Text:
93256   This file is free software; the Free Software Foundation
93257   gives unlimited permission to copy and/or distribute it,
93258   with or without modifications, as long as this notice is preserved.
93259 #Header: 
93260 ## strerror.m4 serial 9
93261 #dnl Copyright (C) 2002, 2007-2008 Free Software Foundation, Inc.
93262 #dnl This file is free software; the Free Software Foundation
93263 #dnl gives unlimited permission to copy and/or distribute it,
93264 #dnl with or without modifications, as long as this notice is preserved.
93265 #
93266 #AC_DEFUN([gl_FUNC_STRERROR],
93267 #[
93268 #  AC_REQUIRE([gl_FUNC_STRERROR_SEPARATE])
93269 #  if test $REPLACE_STRERROR = 1; then
93270 #    AC_LIBOBJ([strerror])
93271 #    AC_DEFINE_UNQUOTED([REPLACE_STRERROR], [$REPLACE_STRERROR],
93272 #      [Define this to 1 if strerror is broken.])
93273 #  fi
93274 #])
93275
93276 File: ./m4/strftime.m4
93277 Hash: efe49b1ba70db0a0b5b2067df6731e51e24c7b4c899928f18b8b9dc0a3b348e2
93278 Copyright: 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
93279 License: 
93280 Licence_Text:
93281   This file is free software; the Free Software Foundation
93282   gives unlimited permission to copy and/or distribute it,
93283   with or without modifications, as long as this notice is preserved.
93284 #Header: 
93285 ## serial 32
93286 #
93287 ## Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
93288 ## 2006, 2007, 2009 Free Software Foundation, Inc.
93289 ##
93290 ## This file is free software; the Free Software Foundation
93291 ## gives unlimited permission to copy and/or distribute it,
93292 ## with or without modifications, as long as this notice is preserved.
93293 #
93294 ## Written by Jim Meyering and Paul Eggert.
93295 #
93296 #AC_DEFUN([gl_FUNC_GNU_STRFTIME],
93297 #[
93298 #  gl_FUNC_STRFTIME
93299 #])
93300
93301 File: ./m4/string_h.m4
93302 Hash: e6a759b26fd667fc80f888975ad5360aacae9aa17704b9771e43634cef8b706d
93303 Copyright: 2007, 2008, 2009 Free Software Foundation, Inc
93304 License: 
93305 Licence_Text:
93306   This file is free software; the Free Software Foundation
93307   gives unlimited permission to copy and/or distribute it,
93308   with or without modifications, as long as this notice is preserved.
93309 #Header: 
93310 ## Configure a GNU-like replacement for <string.h>.
93311 #
93312 ## Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
93313 ## This file is free software; the Free Software Foundation
93314 ## gives unlimited permission to copy and/or distribute it,
93315 ## with or without modifications, as long as this notice is preserved.
93316 #
93317 ## serial 8
93318 #
93319 ## Written by Paul Eggert.
93320 #
93321 #AC_DEFUN([gl_HEADER_STRING_H],
93322 #[
93323 #  dnl Use AC_REQUIRE here, so that the default behavior below is expanded
93324 #  dnl once only, before all statements that occur in other macros.
93325
93326 File: ./m4/strings_h.m4
93327 Hash: 9092e61439d73d058d4db2c78b740947b3de19e407de536cc8abb3b33dcbd658
93328 Copyright: 2007 Free Software Foundation, Inc
93329 License: 
93330 Licence_Text:
93331   This file is free software; the Free Software Foundation
93332   gives unlimited permission to copy and/or distribute it,
93333   with or without modifications, as long as this notice is preserved.
93334 #Header: 
93335 ## Configure a replacement for <string.h>.
93336 #
93337 ## Copyright (C) 2007 Free Software Foundation, Inc.
93338 ## This file is free software; the Free Software Foundation
93339 ## gives unlimited permission to copy and/or distribute it,
93340 ## with or without modifications, as long as this notice is preserved.
93341 #
93342 #AC_DEFUN([gl_HEADER_STRINGS_H],
93343 #[
93344 #  dnl Use AC_REQUIRE here, so that the default behavior below is expanded
93345 #  dnl once only, before all statements that occur in other macros.
93346 #  AC_REQUIRE([gl_HEADER_STRINGS_H_BODY])
93347 #])
93348 #
93349 #AC_DEFUN([gl_HEADER_STRINGS_H_BODY],
93350
93351 File: ./m4/strndup.m4
93352 Hash: de520713683d189d757c29f5cfdf12e2f063ec1a16abd534c9253233d845c1ea
93353 Copyright: 2002-2003, 2005-2009 Free Software Foundation, Inc
93354 License: 
93355 Licence_Text:
93356   This file is free software; the Free Software Foundation
93357   gives unlimited permission to copy and/or distribute it,
93358   with or without modifications, as long as this notice is preserved.
93359 #Header: 
93360 ## strndup.m4 serial 16
93361 #dnl Copyright (C) 2002-2003, 2005-2009 Free Software Foundation, Inc.
93362 #dnl This file is free software; the Free Software Foundation
93363 #dnl gives unlimited permission to copy and/or distribute it,
93364 #dnl with or without modifications, as long as this notice is preserved.
93365 #
93366 #AC_DEFUN([gl_FUNC_STRNDUP],
93367 #[
93368 #  dnl Persuade glibc <string.h> to declare strndup().
93369 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
93370 #
93371 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93372 #  AC_CHECK_DECLS_ONCE([strndup])
93373 #  if test $ac_cv_have_decl_strndup = no; then
93374 #    HAVE_DECL_STRNDUP=0
93375
93376 File: ./m4/strnlen.m4
93377 Hash: 17c0880897960356780a1d18125984a4de5acffa88fa8f578c732f6a4deb2283
93378 Copyright: 2002-2003, 2005-2007, 2009 Free Software Foundation, Inc
93379 License: 
93380 Licence_Text:
93381   This file is free software; the Free Software Foundation
93382   gives unlimited permission to copy and/or distribute it,
93383   with or without modifications, as long as this notice is preserved.
93384 #Header: 
93385 ## strnlen.m4 serial 10
93386 #dnl Copyright (C) 2002-2003, 2005-2007, 2009 Free Software Foundation, Inc.
93387 #dnl This file is free software; the Free Software Foundation
93388 #dnl gives unlimited permission to copy and/or distribute it,
93389 #dnl with or without modifications, as long as this notice is preserved.
93390 #
93391 #AC_DEFUN([gl_FUNC_STRNLEN],
93392 #[
93393 #  dnl Persuade glibc <string.h> to declare strnlen().
93394 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
93395 #
93396 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93397 #  AC_CHECK_DECLS_ONCE([strnlen])
93398 #  if test $ac_cv_have_decl_strnlen = no; then
93399 #    HAVE_DECL_STRNLEN=0
93400
93401 File: ./m4/strpbrk.m4
93402 Hash: 3a3a46c86df5272af728492b47a253d0bc90d6c1304a9e6298c370a516ff5c7b
93403 Copyright: 2002-2003, 2007, 2009 Free Software Foundation, Inc
93404 License: 
93405 Licence_Text:
93406   This file is free software; the Free Software Foundation
93407   gives unlimited permission to copy and/or distribute it,
93408   with or without modifications, as long as this notice is preserved.
93409 #Header: 
93410 ## strpbrk.m4 serial 5
93411 #dnl Copyright (C) 2002-2003, 2007, 2009 Free Software Foundation, Inc.
93412 #dnl This file is free software; the Free Software Foundation
93413 #dnl gives unlimited permission to copy and/or distribute it,
93414 #dnl with or without modifications, as long as this notice is preserved.
93415 #
93416 #AC_DEFUN([gl_FUNC_STRPBRK],
93417 #[
93418 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93419 #  AC_REPLACE_FUNCS([strpbrk])
93420 #  if test $ac_cv_func_strpbrk = no; then
93421 #    HAVE_STRPBRK=0
93422 #    gl_PREREQ_STRPBRK
93423 #  fi
93424 #])
93425
93426 File: ./m4/strptime.m4
93427 Hash: 36d8ffad63cd866a25244dc178c60c7c2eae106c2b22a5d088209d708e8ba17c
93428 Copyright: 2007, 2009 Free Software Foundation, Inc
93429 License: 
93430 Licence_Text:
93431   This file is free software; the Free Software Foundation
93432   gives unlimited permission to copy and/or distribute it,
93433   with or without modifications, as long as this notice is preserved.
93434 #Header: 
93435 ## strptime.m4 serial 5
93436 #dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc.
93437 #dnl This file is free software; the Free Software Foundation
93438 #dnl gives unlimited permission to copy and/or distribute it,
93439 #dnl with or without modifications, as long as this notice is preserved.
93440 #
93441 #AC_DEFUN([gl_FUNC_STRPTIME],
93442 #[
93443 #  AC_REQUIRE([gl_HEADER_TIME_H_DEFAULTS])
93444 #  AC_REQUIRE([AC_C_RESTRICT])
93445 #  AC_REPLACE_FUNCS([strptime])
93446 #  AC_REQUIRE([gl_TM_GMTOFF])
93447 #  if test $ac_cv_func_strptime = yes; then
93448 #    REPLACE_STRPTIME=0
93449 #  else
93450
93451 File: ./m4/strsep.m4
93452 Hash: 12432bf70d8e7ddcd99132d6a90c074106038ae824dbed54f3e9f276d2a1abf7
93453 Copyright: 2002, 2003, 2004, 2007, 2009 Free Software Foundation, Inc
93454 License: 
93455 Licence_Text:
93456   This file is free software; the Free Software Foundation
93457   gives unlimited permission to copy and/or distribute it,
93458   with or without modifications, as long as this notice is preserved.
93459 #Header: 
93460 ## strsep.m4 serial 9
93461 #dnl Copyright (C) 2002, 2003, 2004, 2007, 2009 Free Software Foundation, Inc.
93462 #dnl This file is free software; the Free Software Foundation
93463 #dnl gives unlimited permission to copy and/or distribute it,
93464 #dnl with or without modifications, as long as this notice is preserved.
93465 #
93466 #AC_DEFUN([gl_FUNC_STRSEP],
93467 #[
93468 #  dnl Persuade glibc <string.h> to declare strsep().
93469 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
93470 #
93471 #  dnl The strsep() declaration in lib/string.in.h uses 'restrict'.
93472 #  AC_REQUIRE([AC_C_RESTRICT])
93473 #
93474 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93475
93476 File: ./m4/strsignal.m4
93477 Hash: b5bde205dfc38b3591ce316cfaa34ccbf70c14b043d4caa380a528317efbcabf
93478 Copyright: 2008 Free Software Foundation, Inc
93479 License: 
93480 Licence_Text:
93481   This file is free software; the Free Software Foundation
93482   gives unlimited permission to copy and/or distribute it,
93483   with or without modifications, as long as this notice is preserved.
93484 #Header: 
93485 ## strsignal.m4 serial 3
93486 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
93487 #dnl This file is free software; the Free Software Foundation
93488 #dnl gives unlimited permission to copy and/or distribute it,
93489 #dnl with or without modifications, as long as this notice is preserved.
93490 #
93491 #AC_DEFUN([gl_FUNC_STRSIGNAL],
93492 #[
93493 #  dnl Persuade glibc <string.h> to declare strsignal().
93494 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
93495 #
93496 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93497 #  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
93498 #
93499 #  AC_CHECK_DECLS_ONCE([strsignal])
93500
93501 File: ./m4/strstr.m4
93502 Hash: c2991f687e1ccb40073d14aaf5c7b457490924ae87ddd7b93ad6df00bf1cd5c9
93503 Copyright: 2008, 2009 Free Software Foundation, Inc
93504 License: 
93505 Licence_Text:
93506   This file is free software; the Free Software Foundation
93507   gives unlimited permission to copy and/or distribute it,
93508   with or without modifications, as long as this notice is preserved.
93509 #Header: 
93510 ## strstr.m4 serial 7
93511 #dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
93512 #dnl This file is free software; the Free Software Foundation
93513 #dnl gives unlimited permission to copy and/or distribute it,
93514 #dnl with or without modifications, as long as this notice is preserved.
93515 #
93516 #dnl Check that strstr works.
93517 #AC_DEFUN([gl_FUNC_STRSTR_SIMPLE],
93518 #[
93519 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93520 #  AC_REQUIRE([gl_FUNC_MEMCHR])
93521 #  if test "$gl_cv_func_memchr_works" != yes; then
93522 #    REPLACE_STRSTR=1
93523 #    AC_LIBOBJ([strstr])
93524 #  fi
93525
93526 File: ./m4/strtod.m4
93527 Hash: 803101b479ba543a87394c1ff647e72af6a1d42a70ad945e12d60d2fcc154cf6
93528 Copyright: 2002-2003, 2006-2009 Free Software Foundation, Inc
93529 License: 
93530 Licence_Text:
93531   This file is free software; the Free Software Foundation
93532   gives unlimited permission to copy and/or distribute it,
93533   with or without modifications, as long as this notice is preserved.
93534 #Header: 
93535 ## strtod.m4 serial 12
93536 #dnl Copyright (C) 2002-2003, 2006-2009 Free Software Foundation, Inc.
93537 #dnl This file is free software; the Free Software Foundation
93538 #dnl gives unlimited permission to copy and/or distribute it,
93539 #dnl with or without modifications, as long as this notice is preserved.
93540 #
93541 #AC_DEFUN([gl_FUNC_STRTOD],
93542 #[
93543 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
93544 #  AC_FUNC_STRTOD
93545 #  dnl Note: AC_FUNC_STRTOD does AC_LIBOBJ([strtod]).
93546 #  if test $ac_cv_func_strtod = no; then
93547 #    HAVE_STRTOD=0
93548 #    REPLACE_STRTOD=1
93549 #    gl_PREREQ_STRTOD
93550
93551 File: ./m4/strtoimax.m4
93552 Hash: 040b0f333be709208b820f7cf49bf3a6512b2d99d922e802976249b50b5f694f
93553 Copyright: 2002, 2003, 2004, 2006, 2009 Free Software Foundation, Inc
93554 License: 
93555 Licence_Text:
93556   This file is free software; the Free Software Foundation
93557   gives unlimited permission to copy and/or distribute it,
93558   with or without modifications, as long as this notice is preserved.
93559 #Header: 
93560 ## strtoimax.m4 serial 7
93561 #dnl Copyright (C) 2002, 2003, 2004, 2006, 2009 Free Software Foundation, Inc.
93562 #dnl This file is free software; the Free Software Foundation
93563 #dnl gives unlimited permission to copy and/or distribute it,
93564 #dnl with or without modifications, as long as this notice is preserved.
93565 #
93566 #AC_DEFUN([gl_FUNC_STRTOIMAX],
93567 #[
93568 #  dnl Work around a bug of AC_EGREP_CPP in autoconf-2.57.
93569 #  AC_REQUIRE([AC_PROG_CPP])
93570 #  AC_REQUIRE([AC_PROG_EGREP])
93571 #
93572 #  AC_CACHE_CHECK([whether <inttypes.h> defines strtoimax as a macro],
93573 #    gl_cv_func_strtoimax_macro,
93574 #    [AC_EGREP_CPP([inttypes_h_defines_strtoimax], [#include <inttypes.h>
93575
93576 File: ./m4/strtok_r.m4
93577 Hash: 2d55470147f9526bfa3957ea4a72c1bf623ea9380b89265fa31a24746dbe54f5
93578 Copyright: 2002, 2003, 2004, 2007, 2009 Free Software Foundation, Inc
93579 License: 
93580 Licence_Text:
93581   This file is free software; the Free Software Foundation
93582   gives unlimited permission to copy and/or distribute it,
93583   with or without modifications, as long as this notice is preserved.
93584 #Header: 
93585 ## strtok_r.m4 serial 9
93586 #dnl Copyright (C) 2002, 2003, 2004, 2007, 2009 Free Software Foundation, Inc.
93587 #dnl This file is free software; the Free Software Foundation
93588 #dnl gives unlimited permission to copy and/or distribute it,
93589 #dnl with or without modifications, as long as this notice is preserved.
93590 #
93591 #AC_DEFUN([gl_FUNC_STRTOK_R],
93592 #[
93593 #  dnl The strtok_r() declaration in lib/string.in.h uses 'restrict'.
93594 #  AC_REQUIRE([AC_C_RESTRICT])
93595 #
93596 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93597 #  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
93598 #  AC_CHECK_FUNCS([strtok_r])
93599 #  if test $ac_cv_func_strtok_r = yes; then
93600
93601 File: ./m4/strtol.m4
93602 Hash: 1f93c8aa4afa52a6f1c91e6a6ff17106a2e6139db4658524516c8ee31793bf23
93603 Copyright: 2002, 2003, 2006, 2009 Free Software Foundation, Inc
93604 License: 
93605 Licence_Text:
93606   This file is free software; the Free Software Foundation
93607   gives unlimited permission to copy and/or distribute it,
93608   with or without modifications, as long as this notice is preserved.
93609 #Header: 
93610 ## strtol.m4 serial 5
93611 #dnl Copyright (C) 2002, 2003, 2006, 2009 Free Software Foundation, Inc.
93612 #dnl This file is free software; the Free Software Foundation
93613 #dnl gives unlimited permission to copy and/or distribute it,
93614 #dnl with or without modifications, as long as this notice is preserved.
93615 #
93616 #AC_DEFUN([gl_FUNC_STRTOL],
93617 #[
93618 #  AC_REPLACE_FUNCS([strtol])
93619 #])
93620
93621 File: ./m4/strtoll.m4
93622 Hash: d0f856b5cd35656c32054ab66a5084a34e12ca0c10ccd48b50ff50928c6690f9
93623 Copyright: 2002, 2004, 2006, 2008, 2009 Free Software Foundation, Inc
93624 License: 
93625 Licence_Text:
93626   This file is free software; the Free Software Foundation
93627   gives unlimited permission to copy and/or distribute it,
93628   with or without modifications, as long as this notice is preserved.
93629 #Header: 
93630 ## strtoll.m4 serial 6
93631 #dnl Copyright (C) 2002, 2004, 2006, 2008, 2009 Free Software Foundation, Inc.
93632 #dnl This file is free software; the Free Software Foundation
93633 #dnl gives unlimited permission to copy and/or distribute it,
93634 #dnl with or without modifications, as long as this notice is preserved.
93635 #
93636 #AC_DEFUN([gl_FUNC_STRTOLL],
93637 #[
93638 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
93639 #  dnl We don't need (and can't compile) the replacement strtoll
93640 #  dnl unless the type 'long long int' exists.
93641 #  AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
93642 #  if test "$ac_cv_type_long_long_int" = yes; then
93643 #    AC_REPLACE_FUNCS([strtoll])
93644 #    if test $ac_cv_func_strtoll = no; then
93645
93646 File: ./m4/strtoul.m4
93647 Hash: fdf22d9455a3e2577c95316ab584023ae0c534bb7fb53cb935a0bfa05044d5fa
93648 Copyright: 2002, 2006, 2009 Free Software Foundation, Inc
93649 License: 
93650 Licence_Text:
93651   This file is free software; the Free Software Foundation
93652   gives unlimited permission to copy and/or distribute it,
93653   with or without modifications, as long as this notice is preserved.
93654 #Header: 
93655 ## strtoul.m4 serial 4
93656 #dnl Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc.
93657 #dnl This file is free software; the Free Software Foundation
93658 #dnl gives unlimited permission to copy and/or distribute it,
93659 #dnl with or without modifications, as long as this notice is preserved.
93660 #
93661 #AC_DEFUN([gl_FUNC_STRTOUL],
93662 #[
93663 #  AC_REPLACE_FUNCS([strtoul])
93664 #])
93665
93666 File: ./m4/strtoull.m4
93667 Hash: 39cb14122cb4c6ad802ffe8d4af7ff5bf3ddd2789ae6cd2220d2f74adc772b5c
93668 Copyright: 2002, 2004, 2006, 2008, 2009 Free Software Foundation, Inc
93669 License: 
93670 Licence_Text:
93671   This file is free software; the Free Software Foundation
93672   gives unlimited permission to copy and/or distribute it,
93673   with or without modifications, as long as this notice is preserved.
93674 #Header: 
93675 ## strtoull.m4 serial 6
93676 #dnl Copyright (C) 2002, 2004, 2006, 2008, 2009 Free Software Foundation, Inc.
93677 #dnl This file is free software; the Free Software Foundation
93678 #dnl gives unlimited permission to copy and/or distribute it,
93679 #dnl with or without modifications, as long as this notice is preserved.
93680 #
93681 #AC_DEFUN([gl_FUNC_STRTOULL],
93682 #[
93683 #  AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
93684 #  dnl We don't need (and can't compile) the replacement strtoull
93685 #  dnl unless the type 'unsigned long long int' exists.
93686 #  AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
93687 #  if test "$ac_cv_type_unsigned_long_long_int" = yes; then
93688 #    AC_REPLACE_FUNCS([strtoull])
93689 #    if test $ac_cv_func_strtoull = no; then
93690
93691 File: ./m4/strtoumax.m4
93692 Hash: 5caaba51dce181aa188137ad40280074d7e3ef1070bdc5a0fbed47f94e5650a6
93693 Copyright: 2002, 2003, 2004, 2006, 2009 Free Software Foundation, Inc
93694 License: 
93695 Licence_Text:
93696   This file is free software; the Free Software Foundation
93697   gives unlimited permission to copy and/or distribute it,
93698   with or without modifications, as long as this notice is preserved.
93699 #Header: 
93700 ## strtoumax.m4 serial 7
93701 #dnl Copyright (C) 2002, 2003, 2004, 2006, 2009 Free Software Foundation, Inc.
93702 #dnl This file is free software; the Free Software Foundation
93703 #dnl gives unlimited permission to copy and/or distribute it,
93704 #dnl with or without modifications, as long as this notice is preserved.
93705 #
93706 #AC_DEFUN([gl_FUNC_STRTOUMAX],
93707 #[
93708 #  dnl Work around a bug of AC_EGREP_CPP in autoconf-2.57.
93709 #  AC_REQUIRE([AC_PROG_CPP])
93710 #  AC_REQUIRE([AC_PROG_EGREP])
93711 #
93712 #  AC_CACHE_CHECK([whether <inttypes.h> defines strtoumax as a macro],
93713 #    gl_cv_func_strtoumax_macro,
93714 #    [AC_EGREP_CPP([inttypes_h_defines_strtoumax], [#include <inttypes.h>
93715
93716 File: ./m4/strverscmp.m4
93717 Hash: 95826714352d22b394477acec68e36e8c32470733556f372ccd56f7ce71375bc
93718 Copyright: 2002, 2005-2009 Free Software Foundation, Inc
93719 License: 
93720 Licence_Text:
93721   This file is free software; the Free Software Foundation
93722   gives unlimited permission to copy and/or distribute it,
93723   with or without modifications, as long as this notice is preserved.
93724 #Header: 
93725 ## strverscmp.m4 serial 7
93726 #dnl Copyright (C) 2002, 2005-2009 Free Software Foundation, Inc.
93727 #dnl This file is free software; the Free Software Foundation
93728 #dnl gives unlimited permission to copy and/or distribute it,
93729 #dnl with or without modifications, as long as this notice is preserved.
93730 #
93731 #AC_DEFUN([gl_FUNC_STRVERSCMP],
93732 #[
93733 #  dnl Persuade glibc <string.h> to declare strverscmp().
93734 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
93735 #
93736 #  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
93737 #  AC_REPLACE_FUNCS([strverscmp])
93738 #  if test $ac_cv_func_strverscmp = no; then
93739 #    gl_PREREQ_STRVERSCMP
93740
93741 File: ./m4/symlinkat.m4
93742 Hash: 90930f5c7ee0ce10502b307af1282f0c1bafcd6f976b6c951960b431fe7952ea
93743 Copyright: 2009 Free Software Foundation, Inc
93744 License: 
93745 Licence_Text:
93746   This file is free software; the Free Software Foundation
93747   gives unlimited permission to copy and/or distribute it,
93748   with or without modifications, as long as this notice is preserved.
93749 #Header: 
93750 ## serial 2
93751 ## See if we need to provide symlinkat/readlinkat replacement.
93752 #
93753 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
93754 #dnl This file is free software; the Free Software Foundation
93755 #dnl gives unlimited permission to copy and/or distribute it,
93756 #dnl with or without modifications, as long as this notice is preserved.
93757 #
93758 ## Written by Eric Blake.
93759 #
93760 #AC_DEFUN([gl_FUNC_SYMLINKAT],
93761 #[
93762 #  AC_REQUIRE([gl_FUNC_OPENAT])
93763 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
93764 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
93765
93766 File: ./m4/sys_file_h.m4
93767 Hash: 69f49396e6a189edfc61c2bd435d53a891dc6abce8dac43f78387906ab67b383
93768 Copyright: 2008 Free Software Foundation, Inc
93769 License: 
93770 Licence_Text:
93771   This file is free software; the Free Software Foundation
93772   gives unlimited permission to copy and/or distribute it,
93773   with or without modifications, as long as this notice is preserved.
93774 #Header: 
93775 ## Configure a replacement for <sys/file.h>.
93776 #
93777 ## Copyright (C) 2008 Free Software Foundation, Inc.
93778 ## This file is free software; the Free Software Foundation
93779 ## gives unlimited permission to copy and/or distribute it,
93780 ## with or without modifications, as long as this notice is preserved.
93781 #
93782 ## Written by Richard W.M. Jones.
93783 #
93784 #AC_DEFUN([gl_HEADER_SYS_FILE_H],
93785 #[
93786 #  AC_REQUIRE([gl_HEADER_SYS_FILE_H_DEFAULTS])
93787 #
93788 #  dnl Only flock is defined in a working <sys/file.h>.  If that
93789 #  dnl function is already there, we don't want to do any substitution.
93790
93791 File: ./m4/sys_ioctl_h.m4
93792 Hash: f6a18a51ddc67c6c47b712c8f847e443beb6a918724a8234bac0d8132d08ebf6
93793 Copyright: 2008-2009 Free Software Foundation, Inc
93794 License: 
93795 Licence_Text:
93796   This file is free software; the Free Software Foundation
93797   gives unlimited permission to copy and/or distribute it,
93798   with or without modifications, as long as this notice is preserved.
93799 #Header: 
93800 ## sys_ioctl_h.m4 serial 3
93801 #dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
93802 #dnl This file is free software; the Free Software Foundation
93803 #dnl gives unlimited permission to copy and/or distribute it,
93804 #dnl with or without modifications, as long as this notice is preserved.
93805 #
93806 #dnl Written by Bruno Haible.
93807 #
93808 #AC_DEFUN([gl_SYS_IOCTL_H],
93809 #[
93810 #  dnl Use AC_REQUIRE here, so that the default behavior below is expanded
93811 #  dnl once only, before all statements that occur in other macros.
93812 #  AC_REQUIRE([gl_SYS_IOCTL_H_DEFAULTS])
93813 #
93814 #  AC_CHECK_HEADERS_ONCE([sys/ioctl.h])
93815
93816 File: ./m4/sys_select_h.m4
93817 Hash: 38fdb36f5c8f4a2ade525a2c92c5b92a56afd18f75d14a63fbfcaa0aea9c2bc1
93818 Copyright: 2006-2009 Free Software Foundation, Inc
93819 License: 
93820 Licence_Text:
93821   This file is free software; the Free Software Foundation
93822   gives unlimited permission to copy and/or distribute it,
93823   with or without modifications, as long as this notice is preserved.
93824 #Header: 
93825 ## sys_select_h.m4 serial 8
93826 #dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
93827 #dnl This file is free software; the Free Software Foundation
93828 #dnl gives unlimited permission to copy and/or distribute it,
93829 #dnl with or without modifications, as long as this notice is preserved.
93830 #
93831 #AC_DEFUN([gl_HEADER_SYS_SELECT],
93832 #[
93833 #  AC_REQUIRE([gl_HEADER_SYS_SOCKET])
93834 #  AC_REQUIRE([gl_SYS_SELECT_H_DEFAULTS])
93835 #  AC_CACHE_CHECK([whether <sys/select.h> is self-contained],
93836 #    [gl_cv_header_sys_select_h_selfcontained],
93837 #    [
93838 #      dnl Test against two bugs:
93839 #      dnl 1. On many platforms, <sys/select.h> assumes prior inclusion of
93840
93841 File: ./m4/sys_socket_h.m4
93842 Hash: 9e3fe619e71cd2142906cf6e71e9c7a811a7666b66bfd7b8d819f3bd0b440ee7
93843 Copyright: 2005-2009 Free Software Foundation, Inc
93844 License: 
93845 Licence_Text:
93846   This file is free software; the Free Software Foundation
93847   gives unlimited permission to copy and/or distribute it,
93848   with or without modifications, as long as this notice is preserved.
93849 #Header: 
93850 ## sys_socket_h.m4 serial 13
93851 #dnl Copyright (C) 2005-2009 Free Software Foundation, Inc.
93852 #dnl This file is free software; the Free Software Foundation
93853 #dnl gives unlimited permission to copy and/or distribute it,
93854 #dnl with or without modifications, as long as this notice is preserved.
93855 #
93856 #dnl From Simon Josefsson.
93857 #
93858 #AC_DEFUN([gl_HEADER_SYS_SOCKET],
93859 #[
93860 #  AC_REQUIRE([gl_SYS_SOCKET_H_DEFAULTS])
93861 #  AC_REQUIRE([AC_C_INLINE])
93862 #
93863 #  AC_CACHE_CHECK([whether <sys/socket.h> is self-contained],
93864 #    [gl_cv_header_sys_socket_h_selfcontained],
93865
93866 File: ./m4/sys_stat_h.m4
93867 Hash: e14f36fc61a996000fc53de8648fe9a8614162802f0d0767f0935aa5e38381df
93868 Copyright: 2006-2009 Free Software Foundation, Inc
93869 License: 
93870 Licence_Text:
93871   This file is free software; the Free Software Foundation
93872   gives unlimited permission to copy and/or distribute it,
93873   with or without modifications, as long as this notice is preserved.
93874 #Header: 
93875 ## sys_stat_h.m4 serial 13   -*- Autoconf -*-
93876 #dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
93877 #dnl This file is free software; the Free Software Foundation
93878 #dnl gives unlimited permission to copy and/or distribute it,
93879 #dnl with or without modifications, as long as this notice is preserved.
93880 #
93881 #dnl From Eric Blake.
93882 #dnl Test whether <sys/stat.h> contains lstat and mkdir or must be substituted.
93883 #
93884 #AC_DEFUN([gl_HEADER_SYS_STAT_H],
93885 #[
93886 #  AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS])
93887 #
93888 #  dnl Check for lstat.  Systems that lack it (mingw) also lack symlinks, so
93889 #  dnl stat is a good replacement.
93890
93891 File: ./m4/sys_time_h.m4
93892 Hash: f4fa044be9686af6cc3dca73c362217c35b7df004df156448d42e93f50005c21
93893 Copyright: 2007 Free Software Foundation, Inc
93894 License: 
93895 Licence_Text:
93896   This file is free software; the Free Software Foundation
93897   gives unlimited permission to copy and/or distribute it,
93898   with or without modifications, as long as this notice is preserved.
93899 #Header: 
93900 ## Configure a replacement for <sys/time.h>.
93901 #
93902 ## Copyright (C) 2007 Free Software Foundation, Inc.
93903 ## This file is free software; the Free Software Foundation
93904 ## gives unlimited permission to copy and/or distribute it,
93905 ## with or without modifications, as long as this notice is preserved.
93906 #
93907 ## Written by Paul Eggert and Martin Lambers.
93908 #
93909 #AC_DEFUN([gl_HEADER_SYS_TIME_H],
93910 #[
93911 #  dnl Use AC_REQUIRE here, so that the REPLACE_GETTIMEOFDAY=0 statement
93912 #  dnl below is expanded once only, before all REPLACE_GETTIMEOFDAY=1
93913 #  dnl statements that occur in other macros.
93914 #  AC_REQUIRE([gl_HEADER_SYS_TIME_H_BODY])
93915
93916 File: ./m4/sys_times_h.m4
93917 Hash: 65330cd4e4102a96c194270ad63a84f51e0c2434500f54a1d994c4e4ef67d43e
93918 Copyright: 2008 Free Software Foundation, Inc
93919 License: 
93920 Licence_Text:
93921   This file is free software; the Free Software Foundation
93922   gives unlimited permission to copy and/or distribute it,
93923   with or without modifications, as long as this notice is preserved.
93924 #Header: 
93925 ## Configure a replacement for <sys/times.h>.
93926 #
93927 ## Copyright (C) 2008 Free Software Foundation, Inc.
93928 ## This file is free software; the Free Software Foundation
93929 ## gives unlimited permission to copy and/or distribute it,
93930 ## with or without modifications, as long as this notice is preserved.
93931 #
93932 ## Written by Simon Josefsson.
93933 #
93934 #AC_DEFUN([gl_SYS_TIMES_H],
93935 #[
93936 #  AC_REQUIRE([gl_SYS_TIMES_H_DEFAULTS])
93937 #
93938 #  AC_CHECK_HEADERS_ONCE([sys/times.h])
93939 #  if test $ac_cv_header_sys_times_h = yes; then
93940
93941 File: ./m4/sys_utsname_h.m4
93942 Hash: 6297d018e2ce6557cfb1b69a8ad181b4b150a4b66d7da9988fc8b4b9e11141c4
93943 Copyright: 2009 Free Software Foundation, Inc
93944 License: 
93945 Licence_Text:
93946   This file is free software; the Free Software Foundation
93947   gives unlimited permission to copy and/or distribute it,
93948   with or without modifications, as long as this notice is preserved.
93949 #Header: 
93950 ## sys_utsname_h.m4 serial 1
93951 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
93952 #dnl This file is free software; the Free Software Foundation
93953 #dnl gives unlimited permission to copy and/or distribute it,
93954 #dnl with or without modifications, as long as this notice is preserved.
93955 #
93956 #dnl Written by Bruno Haible.
93957 #
93958 #AC_DEFUN([gl_SYS_UTSNAME_H],
93959 #[
93960 #  dnl Use AC_REQUIRE here, so that the default behavior below is expanded
93961 #  dnl once only, before all statements that occur in other macros.
93962 #  AC_REQUIRE([gl_SYS_UTSNAME_H_DEFAULTS])
93963 #
93964 #  AC_CHECK_HEADERS_ONCE([sys/utsname.h])
93965
93966 File: ./m4/sys_wait_h.m4
93967 Hash: 15694649678e6ed145b9468ef2af89fe024f914aa32d5e23f58210af6531261e
93968 Copyright: 2008 Free Software Foundation, Inc
93969 License: 
93970 Licence_Text:
93971   This file is free software; the Free Software Foundation
93972   gives unlimited permission to copy and/or distribute it,
93973   with or without modifications, as long as this notice is preserved.
93974 #Header: 
93975 ## sys_wait_h.m4 serial 1
93976 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
93977 #dnl This file is free software; the Free Software Foundation
93978 #dnl gives unlimited permission to copy and/or distribute it,
93979 #dnl with or without modifications, as long as this notice is preserved.
93980 #
93981 #AC_DEFUN([gl_SYS_WAIT_H],
93982 #[
93983 #  AC_REQUIRE([gl_SYS_WAIT_H_DEFAULTS])
93984 #
93985 #  gl_CHECK_NEXT_HEADERS([sys/wait.h])
93986 #  SYS_WAIT_H='sys/wait.h'
93987 #  AC_SUBST([SYS_WAIT_H])
93988 #])
93989
93990 File: ./m4/sysexits.m4
93991 Hash: bffb1617076a6e661ddf76f19df8cd972e0227ffcd9875916f5f7a7cc4fcb59f
93992 Copyright: 2003, 2005, 2007 Free Software Foundation, Inc
93993 License: 
93994 Licence_Text:
93995   This file is free software; the Free Software Foundation
93996   gives unlimited permission to copy and/or distribute it,
93997   with or without modifications, as long as this notice is preserved.
93998 #Header: 
93999 ## sysexits.m4 serial 4
94000 #dnl Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc.
94001 #dnl This file is free software; the Free Software Foundation
94002 #dnl gives unlimited permission to copy and/or distribute it,
94003 #dnl with or without modifications, as long as this notice is preserved.
94004 #
94005 #AC_DEFUN([gl_SYSEXITS],
94006 #[
94007 #  AC_CHECK_HEADERS_ONCE([sysexits.h])
94008 #  if test $ac_cv_header_sysexits_h = yes; then
94009 #    HAVE_SYSEXITS_H=1
94010 #    gl_CHECK_NEXT_HEADERS([sysexits.h])
94011 #    AC_TRY_COMPILE([#include <sysexits.h>],
94012 #      [switch (0)
94013 #       {
94014
94015 File: ./m4/tempname.m4
94016 Hash: a3bf3fdb7afc9ed7e1115ebd5f6c297f474cd2ac9b47043fa5921526007b166e
94017 Copyright: 2006-2007 Free Software Foundation, Inc
94018 License: 
94019 Licence_Text:
94020   This file is free software; the Free Software Foundation
94021   gives unlimited permission to copy and/or distribute it,
94022   with or without modifications, as long as this notice is preserved.
94023 #Header: 
94024 ##serial 3
94025 #
94026 ## Copyright (C) 2006-2007 Free Software Foundation, Inc.
94027 ## This file is free software; the Free Software Foundation
94028 ## gives unlimited permission to copy and/or distribute it,
94029 ## with or without modifications, as long as this notice is preserved.
94030 #
94031 ## glibc provides __gen_tempname as a wrapper for mk[ds]temp.  Expose
94032 ## it as a public API, and provide it on systems that are lacking.
94033 #AC_DEFUN([gl_FUNC_GEN_TEMPNAME],
94034 #[
94035 #  AC_REQUIRE([AC_SYS_LARGEFILE])
94036 #
94037 #  AC_LIBOBJ([tempname])
94038 #  gl_PREREQ_TEMPNAME
94039
94040 File: ./m4/thread.m4
94041 Hash: 966cea206c2dde9b0822e88fb5c7eb071d1e2a8b498b5f7584177992654e3b76
94042 Copyright: 2008 Free Software Foundation, Inc
94043 License: 
94044 Licence_Text:
94045   This file is free software; the Free Software Foundation
94046   gives unlimited permission to copy and/or distribute it,
94047   with or without modifications, as long as this notice is preserved.
94048 #Header: 
94049 ## thread.m4 serial 2
94050 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
94051 #dnl This file is free software; the Free Software Foundation
94052 #dnl gives unlimited permission to copy and/or distribute it,
94053 #dnl with or without modifications, as long as this notice is preserved.
94054 #
94055 #AC_DEFUN([gl_THREAD],
94056 #[
94057 #  AC_REQUIRE([gl_THREADLIB])
94058 #  AC_REQUIRE([AC_C_INLINE])
94059 #
94060 #  if test $gl_threads_api = posix; then
94061 #    gl_save_LIBS="$LIBS"
94062 #    LIBS="$LIBS $LIBMULTITHREAD"
94063 #    AC_CHECK_FUNCS([pthread_atfork])
94064
94065 File: ./m4/threadlib.m4
94066 Hash: 0a3a72d652c01b057b2ec383380c48fb020f82e564e60ed9bd766a0d32066b2e
94067 Copyright: 2005-2009 Free Software Foundation, Inc
94068 License: 
94069 Licence_Text:
94070   This file is free software; the Free Software Foundation
94071   gives unlimited permission to copy and/or distribute it,
94072   with or without modifications, as long as this notice is preserved.
94073 #Header: 
94074 ## threadlib.m4 serial 4 (gettext-0.18)
94075 #dnl Copyright (C) 2005-2009 Free Software Foundation, Inc.
94076 #dnl This file is free software; the Free Software Foundation
94077 #dnl gives unlimited permission to copy and/or distribute it,
94078 #dnl with or without modifications, as long as this notice is preserved.
94079 #
94080 #dnl From Bruno Haible.
94081 #
94082 #dnl gl_THREADLIB
94083 #dnl ------------
94084 #dnl Tests for a multithreading library to be used.
94085 #dnl Defines at most one of the macros USE_POSIX_THREADS, USE_SOLARIS_THREADS,
94086 #dnl USE_PTH_THREADS, USE_WIN32_THREADS
94087 #dnl Sets the variables LIBTHREAD and LTLIBTHREAD to the linker options for use
94088 #dnl in a Makefile (LIBTHREAD for use without libtool, LTLIBTHREAD for use with
94089
94090 File: ./m4/time_h.m4
94091 Hash: 09adfda92c4df94c5a482b3ec5b39361004444a90836892de7f938ea85e27569
94092 Copyright: 2000-2001, 2003-2007, 2009 Free Software Foundation, Inc
94093 License: 
94094 Licence_Text:
94095   This file is free software; the Free Software Foundation
94096   gives unlimited permission to copy and/or distribute it,
94097   with or without modifications, as long as this notice is preserved.
94098 #Header: 
94099 ## Configure a more-standard replacement for <time.h>.
94100 #
94101 ## Copyright (C) 2000-2001, 2003-2007, 2009 Free Software Foundation, Inc.
94102 #
94103 ## This file is free software; the Free Software Foundation
94104 ## gives unlimited permission to copy and/or distribute it,
94105 ## with or without modifications, as long as this notice is preserved.
94106 #
94107 ## Written by Paul Eggert and Jim Meyering.
94108 #
94109 #AC_DEFUN([gl_HEADER_TIME_H],
94110 #[
94111 #  dnl Use AC_REQUIRE here, so that the default behavior below is expanded
94112 #  dnl once only, before all statements that occur in other macros.
94113 #  AC_REQUIRE([gl_HEADER_TIME_H_BODY])
94114
94115 File: ./m4/time_r.m4
94116 Hash: 770d2efad291ac35edb3d39f8630a4709ef63528414495c9895426209a914244
94117 Copyright: 2003, 2006, 2007, 2008 Free Software Foundation, Inc
94118 License: 
94119 Licence_Text:
94120   This file is free software; the Free Software Foundation
94121   gives unlimited permission to copy and/or distribute it,
94122   with or without modifications, as long as this notice is preserved.
94123 #Header: 
94124 #dnl Reentrant time functions like localtime_r.
94125 #
94126 #dnl Copyright (C) 2003, 2006, 2007, 2008 Free Software Foundation, Inc.
94127 #dnl This file is free software; the Free Software Foundation
94128 #dnl gives unlimited permission to copy and/or distribute it,
94129 #dnl with or without modifications, as long as this notice is preserved.
94130 #
94131 #dnl Written by Paul Eggert.
94132 #
94133 #AC_DEFUN([gl_TIME_R],
94134 #[
94135 # dnl Persuade glibc and Solaris <time.h> to declare localtime_r.
94136 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
94137 #
94138 #  AC_REQUIRE([gl_HEADER_TIME_H_DEFAULTS])
94139
94140 File: ./m4/timegm.m4
94141 Hash: 4596ca9d5a3d693c17a973d67f0516d289147d1ee01c7b528cc2f782dd26c491
94142 Copyright: 2003, 2007, 2009 Free Software Foundation, Inc
94143 License: 
94144 Licence_Text:
94145   This file is free software; the Free Software Foundation
94146   gives unlimited permission to copy and/or distribute it,
94147   with or without modifications, as long as this notice is preserved.
94148 #Header: 
94149 ## timegm.m4 serial 6
94150 #dnl Copyright (C) 2003, 2007, 2009 Free Software Foundation, Inc.
94151 #dnl This file is free software; the Free Software Foundation
94152 #dnl gives unlimited permission to copy and/or distribute it,
94153 #dnl with or without modifications, as long as this notice is preserved.
94154 #
94155 #AC_DEFUN([gl_FUNC_TIMEGM],
94156 #[
94157 #  AC_REQUIRE([gl_HEADER_TIME_H_DEFAULTS])
94158 #  AC_REQUIRE([gl_FUNC_MKTIME])
94159 #  if test $ac_cv_func_working_mktime = no; then
94160 #    # Assume that timegm is buggy if mktime is.
94161 #    AC_LIBOBJ([timegm])
94162 #    ac_cv_func_timegm=no
94163 #  else
94164
94165 File: ./m4/timespec.m4
94166 Hash: a25be56d364ef5d14f369d901d2c05e5cbd2f43c14bc1268746e18e6f001c0a9
94167 Copyright: 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
94168 License: 
94169 Licence_Text:
94170   This file is free software; the Free Software Foundation
94171   gives unlimited permission to copy and/or distribute it,
94172   with or without modifications, as long as this notice is preserved.
94173 #Header: 
94174 ##serial 14
94175 #
94176 ## Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software
94177 ## Foundation, Inc.
94178 #
94179 ## This file is free software; the Free Software Foundation
94180 ## gives unlimited permission to copy and/or distribute it,
94181 ## with or without modifications, as long as this notice is preserved.
94182 #
94183 #dnl From Jim Meyering
94184 #
94185 #AC_DEFUN([gl_TIMESPEC],
94186 #[
94187 #  dnl Prerequisites of lib/timespec.h.
94188 #  AC_REQUIRE([AC_C_INLINE])
94189
94190 File: ./m4/tls.m4
94191 Hash: 697de033bdbad89c040faa77a813d232afeefae98bb7c79cd3211e305ae79e07
94192 Copyright: 2005, 2008 Free Software Foundation, Inc
94193 License: 
94194 Licence_Text:
94195   This file is free software; the Free Software Foundation
94196   gives unlimited permission to copy and/or distribute it,
94197   with or without modifications, as long as this notice is preserved.
94198 #Header: 
94199 ## tls.m4 serial 2 (gettext-0.18)
94200 #dnl Copyright (C) 2005, 2008 Free Software Foundation, Inc.
94201 #dnl This file is free software; the Free Software Foundation
94202 #dnl gives unlimited permission to copy and/or distribute it,
94203 #dnl with or without modifications, as long as this notice is preserved.
94204 #
94205 #dnl From Bruno Haible.
94206 #
94207 #AC_DEFUN([gl_TLS],
94208 #[
94209 #  AC_REQUIRE([gl_THREADLIB])
94210 #])
94211
94212 File: ./m4/tm_gmtoff.m4
94213 Hash: 758ee2b8a8b4488ded650d22c745fbee1c698b5bbbbadab892035a0bbd133958
94214 Copyright: 2002, 2009 Free Software Foundation, Inc
94215 License: 
94216 Licence_Text:
94217   This file is free software; the Free Software Foundation
94218   gives unlimited permission to copy and/or distribute it,
94219   with or without modifications, as long as this notice is preserved.
94220 #Header: 
94221 ## tm_gmtoff.m4 serial 3
94222 #dnl Copyright (C) 2002, 2009 Free Software Foundation, Inc.
94223 #dnl This file is free software; the Free Software Foundation
94224 #dnl gives unlimited permission to copy and/or distribute it,
94225 #dnl with or without modifications, as long as this notice is preserved.
94226 #
94227 #AC_DEFUN([gl_TM_GMTOFF],
94228 #[
94229 # AC_CHECK_MEMBER([struct tm.tm_gmtoff],
94230 #                 [AC_DEFINE([HAVE_TM_GMTOFF], [1],
94231 #                            [Define if struct tm has the tm_gmtoff member.])],
94232 #                 ,
94233 #                 [#include <time.h>])
94234 #])
94235
94236 File: ./m4/tmpdir.m4
94237 Hash: 098577de87caf3dad7141f279bbfb44cd8b4a79600904bc59b19733b612ca9d3
94238 Copyright: 2001-2002, 2006, 2009 Free Software Foundation, Inc
94239 License: 
94240 Licence_Text:
94241   This file is free software; the Free Software Foundation
94242   gives unlimited permission to copy and/or distribute it,
94243   with or without modifications, as long as this notice is preserved.
94244 #Header: 
94245 ## tmpdir.m4 serial 3
94246 #dnl Copyright (C) 2001-2002, 2006, 2009 Free Software Foundation, Inc.
94247 #dnl This file is free software; the Free Software Foundation
94248 #dnl gives unlimited permission to copy and/or distribute it,
94249 #dnl with or without modifications, as long as this notice is preserved.
94250 #
94251 ## Prerequisites for lib/tmpdir.c
94252 #
94253 #AC_DEFUN([gt_TMPDIR],
94254 #[
94255 #  AC_CHECK_FUNCS([__secure_getenv])
94256 #])
94257
94258 File: ./m4/tmpfile.m4
94259 Hash: a9f8b1f5f20e4f91f6a5a5c5ed38df62512f8d57a66bfc25276d50c2f40318ea
94260 Copyright: 2007, 2009 Free Software Foundation, Inc
94261 License: 
94262 Licence_Text:
94263   This file is free software; the Free Software Foundation
94264   gives unlimited permission to copy and/or distribute it,
94265   with or without modifications, as long as this notice is preserved.
94266 #Header: 
94267 ## Check whether to use a replacement tmpfile() function.
94268 #
94269 ## Copyright (C) 2007, 2009 Free Software Foundation, Inc.
94270 ## This file is free software; the Free Software Foundation
94271 ## gives unlimited permission to copy and/or distribute it,
94272 ## with or without modifications, as long as this notice is preserved.
94273 #
94274 ## Written by Ben Pfaff.
94275 #
94276 ## The native Windows tmpfile function always tries to put the temporary
94277 ## file in the root directory.  (This behaviour is even documented in
94278 ## Microsoft's documentation!)  This often fails for ordinary users who
94279 ## don't have the permissions to write in the root directory.
94280 ##
94281 ## We can't test for tmpfile even at runtime, since our test program
94282
94283 File: ./m4/trunc.m4
94284 Hash: 360b254b79427391f8b53e897c7f92fb3ace5d5ad105180f038e50671ea0f446
94285 Copyright: 2007 Free Software Foundation, Inc
94286 License: 
94287 Licence_Text:
94288   This file is free software; the Free Software Foundation
94289   gives unlimited permission to copy and/or distribute it,
94290   with or without modifications, as long as this notice is preserved.
94291 #Header: 
94292 ## trunc.m4 serial 2
94293 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
94294 #dnl This file is free software; the Free Software Foundation
94295 #dnl gives unlimited permission to copy and/or distribute it,
94296 #dnl with or without modifications, as long as this notice is preserved.
94297 #
94298 #AC_DEFUN([gl_FUNC_TRUNC],
94299 #[
94300 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
94301 #  dnl Persuade glibc <math.h> to declare trunc().
94302 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
94303 #  dnl Test whether trunc() is declared.
94304 #  AC_CHECK_DECLS([trunc], , , [#include <math.h>])
94305 #  if test "$ac_cv_have_decl_trunc" = yes; then
94306 #    dnl Test whether trunc() can be used without libm.
94307
94308 File: ./m4/truncf.m4
94309 Hash: c451a8be61a16dd51de9f147f9eea7b656aec20696e999962b9b2170aa973cd6
94310 Copyright: 2007 Free Software Foundation, Inc
94311 License: 
94312 Licence_Text:
94313   This file is free software; the Free Software Foundation
94314   gives unlimited permission to copy and/or distribute it,
94315   with or without modifications, as long as this notice is preserved.
94316 #Header: 
94317 ## truncf.m4 serial 1
94318 #dnl Copyright (C) 2007 Free Software Foundation, Inc.
94319 #dnl This file is free software; the Free Software Foundation
94320 #dnl gives unlimited permission to copy and/or distribute it,
94321 #dnl with or without modifications, as long as this notice is preserved.
94322 #
94323 #AC_DEFUN([gl_FUNC_TRUNCF],
94324 #[
94325 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
94326 #  dnl Persuade glibc <math.h> to declare truncf().
94327 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
94328 #  dnl Test whether truncf() is declared.
94329 #  AC_CHECK_DECLS([truncf], , , [#include <math.h>])
94330 #  if test "$ac_cv_have_decl_truncf" = yes; then
94331 #    dnl Test whether truncf() can be used without libm.
94332
94333 File: ./m4/truncl.m4
94334 Hash: 95d7249df03f9c1cbe96efe80cffba1e26271fab4a090c16e990b8f1375026af
94335 Copyright: 2007-2008 Free Software Foundation, Inc
94336 License: 
94337 Licence_Text:
94338   This file is free software; the Free Software Foundation
94339   gives unlimited permission to copy and/or distribute it,
94340   with or without modifications, as long as this notice is preserved.
94341 #Header: 
94342 ## truncl.m4 serial 2
94343 #dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
94344 #dnl This file is free software; the Free Software Foundation
94345 #dnl gives unlimited permission to copy and/or distribute it,
94346 #dnl with or without modifications, as long as this notice is preserved.
94347 #
94348 #AC_DEFUN([gl_FUNC_TRUNCL],
94349 #[
94350 #  AC_REQUIRE([gl_MATH_H_DEFAULTS])
94351 #  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
94352 #  dnl Persuade glibc <math.h> to declare truncl().
94353 #  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
94354 #  dnl Test whether truncl() is declared.
94355 #  AC_CHECK_DECLS([truncl], , , [#include <math.h>])
94356 #  if test "$ac_cv_have_decl_truncl" = yes; then
94357
94358 File: ./m4/tsearch.m4
94359 Hash: 1fdebc81816c7417d4f8f53047196acb683d0e3178f9bf7a4200af674a5a179d
94360 Copyright: 2006-2008 Free Software Foundation, Inc
94361 License: 
94362 Licence_Text:
94363   This file is free software; the Free Software Foundation
94364   gives unlimited permission to copy and/or distribute it,
94365   with or without modifications, as long as this notice is preserved.
94366 #Header: 
94367 ## tsearch.m4 serial 3
94368 #dnl Copyright (C) 2006-2008 Free Software Foundation, Inc.
94369 #dnl This file is free software; the Free Software Foundation
94370 #dnl gives unlimited permission to copy and/or distribute it,
94371 #dnl with or without modifications, as long as this notice is preserved.
94372 #
94373 #AC_DEFUN([gl_FUNC_TSEARCH],
94374 #[
94375 #  AC_REQUIRE([gl_SEARCH_H_DEFAULTS])
94376 #  AC_CHECK_FUNCS([tsearch])
94377 #  if test $ac_cv_func_tsearch = yes; then
94378 #    dnl On OpenBSD 4.0, the return value of tdelete() is incorrect.
94379 #    AC_REQUIRE([AC_PROG_CC])
94380 #    AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
94381 #    AC_CACHE_CHECK([whether tdelete works], [gl_cv_func_tdelete_works],
94382
94383 File: ./m4/tzset.m4
94384 Hash: 25f9ec1e09c194a7e31b97f55483b93552e2448766dd5c96e62359f399656763
94385 Copyright: 2003, 2007, 2009 Free Software Foundation, Inc
94386 License: 
94387 Licence_Text:
94388   This file is free software; the Free Software Foundation
94389   gives unlimited permission to copy and/or distribute it,
94390   with or without modifications, as long as this notice is preserved.
94391 #Header: 
94392 ## serial 4
94393 #
94394 ## Copyright (C) 2003, 2007, 2009 Free Software Foundation, Inc.
94395 ## This file is free software; the Free Software Foundation
94396 ## gives unlimited permission to copy and/or distribute it,
94397 ## with or without modifications, as long as this notice is preserved.
94398 #
94399 ## See if we have a working tzset function.
94400 ## If so, arrange to compile the wrapper function.
94401 ## For at least Solaris 2.5.1 and 2.6, this is necessary
94402 ## because tzset can clobber the contents of the buffer
94403 ## used by localtime.
94404 #
94405 ## Written by Paul Eggert and Jim Meyering.
94406
94407 File: ./m4/uintmax_t.m4
94408 Hash: 5569fad1774ab8b961af00e03c545e378179e3d4ca1e5c23b3579e3ef6e61670
94409 Copyright: 1997-2004, 2007-2009 Free Software Foundation, Inc
94410 License: 
94411 Licence_Text:
94412   This file is free software; the Free Software Foundation
94413   gives unlimited permission to copy and/or distribute it,
94414   with or without modifications, as long as this notice is preserved.
94415 #Header: 
94416 ## uintmax_t.m4 serial 12
94417 #dnl Copyright (C) 1997-2004, 2007-2009 Free Software Foundation, Inc.
94418 #dnl This file is free software; the Free Software Foundation
94419 #dnl gives unlimited permission to copy and/or distribute it,
94420 #dnl with or without modifications, as long as this notice is preserved.
94421 #
94422 #dnl From Paul Eggert.
94423 #
94424 #AC_PREREQ([2.13])
94425 #
94426 ## Define uintmax_t to 'unsigned long' or 'unsigned long long'
94427 ## if it is not already defined in <stdint.h> or <inttypes.h>.
94428 #
94429 #AC_DEFUN([gl_AC_TYPE_UINTMAX_T],
94430 #[
94431
94432 File: ./m4/ulonglong.m4
94433 Hash: 5de3995e758929606b49effa12a5e72f32bdadb3ffa4a434c39a5fdbfcc42f33
94434 Copyright: 1999-2007 Free Software Foundation, Inc
94435 License: 
94436 Licence_Text:
94437   This file is free software; the Free Software Foundation
94438   gives unlimited permission to copy and/or distribute it,
94439   with or without modifications, as long as this notice is preserved.
94440 #Header: 
94441 ## ulonglong.m4 serial 10
94442 #dnl Copyright (C) 1999-2007 Free Software Foundation, Inc.
94443 #dnl This file is free software; the Free Software Foundation
94444 #dnl gives unlimited permission to copy and/or distribute it,
94445 #dnl with or without modifications, as long as this notice is preserved.
94446
94447 File: ./m4/uname.m4
94448 Hash: 3c6482e00f6593d203a89f71ae22c02497f43ccfa98128c01c410a65baf0d9f1
94449 Copyright: 2009 Free Software Foundation, Inc
94450 License: 
94451 Licence_Text:
94452   This file is free software; the Free Software Foundation
94453   gives unlimited permission to copy and/or distribute it,
94454   with or without modifications, as long as this notice is preserved.
94455 #Header: 
94456 ## uname.m4 serial 10
94457 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
94458 #dnl This file is free software; the Free Software Foundation
94459 #dnl gives unlimited permission to copy and/or distribute it,
94460 #dnl with or without modifications, as long as this notice is preserved.
94461 #
94462 #AC_DEFUN([gl_FUNC_UNAME],
94463 #[
94464 #  AC_REQUIRE([gl_SYS_UTSNAME_H_DEFAULTS])
94465 #  AC_REPLACE_FUNCS([uname])
94466 #  if test $ac_cv_func_uname = no; then
94467 #    HAVE_UNAME=0
94468 #    gl_PREREQ_UNAME
94469 #  fi
94470 #])
94471
94472 File: ./m4/ungetc.m4
94473 Hash: 6d05898405c1b3e3c46040a9c38a59043c89a45cd3d411f28a20111f2483d280
94474 Copyright: 2009 Free Software Foundation, Inc
94475 License: 
94476 Licence_Text:
94477   This file is free software; the Free Software Foundation
94478   gives unlimited permission to copy and/or distribute it,
94479   with or without modifications, as long as this notice is preserved.
94480 #Header: 
94481 ## ungetc.m4 serial 1
94482 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
94483 #dnl This file is free software; the Free Software Foundation
94484 #dnl gives unlimited permission to copy and/or distribute it,
94485 #dnl with or without modifications, as long as this notice is preserved.
94486 #
94487 #AC_DEFUN_ONCE([gl_FUNC_UNGETC_WORKS],
94488 #[
94489 #  AC_REQUIRE([AC_PROG_CC])
94490 #
94491 #  AC_CACHE_CHECK([whether ungetc works on arbitrary bytes],
94492 #    [gl_cv_func_ungetc_works],
94493 #    [AC_RUN_IFELSE([AC_LANG_PROGRAM([[
94494 ##include <stdio.h>
94495 #      ]], [FILE *f; long l;
94496
94497 File: ./m4/unicodeio.m4
94498 Hash: 767bdadf5b3faabd031a93d59ca9ead2934926368aba57932cba97b9aa74fef0
94499 Copyright: 2002-2003 Free Software Foundation, Inc
94500 License: 
94501 Licence_Text:
94502   This file is free software; the Free Software Foundation
94503   gives unlimited permission to copy and/or distribute it,
94504   with or without modifications, as long as this notice is preserved.
94505 #Header: 
94506 ## unicodeio.m4 serial 2
94507 #dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
94508 #dnl This file is free software; the Free Software Foundation
94509 #dnl gives unlimited permission to copy and/or distribute it,
94510 #dnl with or without modifications, as long as this notice is preserved.
94511 #
94512 #AC_DEFUN([gl_UNICODEIO],
94513 #[
94514 #  dnl No prerequisites of lib/unicodeio.c.
94515 #  :
94516 #])
94517
94518 File: ./m4/unistd-safer.m4
94519 Hash: d917dcd19ae1fe7e0e446c7cf29c1db1361a3abc2b5fda15c5da446442ce7a72
94520 Copyright: 2002, 2005, 2006 Free Software Foundation, Inc
94521 License: 
94522 Licence_Text:
94523   This file is free software; the Free Software Foundation
94524   gives unlimited permission to copy and/or distribute it,
94525   with or without modifications, as long as this notice is preserved.
94526 #Header: 
94527 ##serial 8
94528 #dnl Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc.
94529 #dnl This file is free software; the Free Software Foundation
94530 #dnl gives unlimited permission to copy and/or distribute it,
94531 #dnl with or without modifications, as long as this notice is preserved.
94532 #
94533 #AC_DEFUN([gl_UNISTD_SAFER],
94534 #[
94535 #  AC_CHECK_FUNCS_ONCE([pipe])
94536 #  AC_LIBOBJ([dup-safer])
94537 #  AC_LIBOBJ([fd-safer])
94538 #  AC_LIBOBJ([pipe-safer])
94539 #])
94540
94541 File: ./m4/unistd_h.m4
94542 Hash: 390f7c7544789ef3626c1d1de31a7c38de0b022276ea3bc19dd159fda1869c65
94543 Copyright: 2006-2009 Free Software Foundation, Inc
94544 License: 
94545 Licence_Text:
94546   This file is free software; the Free Software Foundation
94547   gives unlimited permission to copy and/or distribute it,
94548   with or without modifications, as long as this notice is preserved.
94549 #Header: 
94550 ## unistd_h.m4 serial 24
94551 #dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
94552 #dnl This file is free software; the Free Software Foundation
94553 #dnl gives unlimited permission to copy and/or distribute it,
94554 #dnl with or without modifications, as long as this notice is preserved.
94555 #
94556 #dnl Written by Simon Josefsson, Bruno Haible.
94557 #
94558 #AC_DEFUN([gl_UNISTD_H],
94559 #[
94560 #  dnl Use AC_REQUIRE here, so that the default behavior below is expanded
94561 #  dnl once only, before all statements that occur in other macros.
94562 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
94563 #
94564 #  gl_CHECK_NEXT_HEADERS([unistd.h])
94565
94566 File: ./m4/unlink-busy.m4
94567 Hash: ad70c286d0983ec8db389ea4785ef1730a651918d5fe5ffedda1c2810ef7d434
94568 Copyright: 2000, 2001, 2004, 2007 Free Software Foundation, Inc
94569 License: 
94570 Licence_Text:
94571   This file is free software; the Free Software Foundation
94572   gives unlimited permission to copy and/or distribute it,
94573   with or without modifications, as long as this notice is preserved.
94574 #Header: 
94575 ##serial 11
94576 #
94577 #dnl From J. David Anglin.
94578 #
94579 #dnl HPUX and other systems can't unlink shared text that is being executed.
94580 #
94581 ## Copyright (C) 2000, 2001, 2004, 2007 Free Software Foundation, Inc.
94582 ## This file is free software; the Free Software Foundation
94583 ## gives unlimited permission to copy and/or distribute it,
94584 ## with or without modifications, as long as this notice is preserved.
94585 #
94586 #AC_DEFUN([gl_FUNC_UNLINK_BUSY_TEXT],
94587 #[dnl
94588 #  AC_CACHE_CHECK([whether a running program can be unlinked],
94589 #    gl_cv_func_unlink_busy_text,
94590
94591 File: ./m4/unlinkdir.m4
94592 Hash: de6356bceeff6f0516f22ebe8454b552888b3aa9c126c43968c65dc5d20824a8
94593 Copyright: 2005, 2006, 2007, 2009 Free Software Foundation, Inc
94594 License: 
94595 Licence_Text:
94596   This file is free software; the Free Software Foundation
94597   gives unlimited permission to copy and/or distribute it,
94598   with or without modifications, as long as this notice is preserved.
94599 #Header: 
94600 ## serial 6
94601 #
94602 ## Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
94603 ##
94604 ## This file is free software; the Free Software Foundation
94605 ## gives unlimited permission to copy and/or distribute it,
94606 ## with or without modifications, as long as this notice is preserved.
94607 #
94608 ## Written by Paul Eggert.
94609 #
94610 #AC_DEFUN([gl_UNLINKDIR],
94611 #[
94612 #  AC_REQUIRE([AC_CANONICAL_HOST])
94613 #  AC_CHECK_HEADERS_ONCE([priv.h])
94614
94615 File: ./m4/unlocked-io.m4
94616 Hash: 7d036d1f045f2eecb342938a5e665fa8b4ab671900c00c44ea74f853e5cfca03
94617 Copyright: 1998-2006, 2009 Free Software Foundation, Inc
94618 License: 
94619 Licence_Text:
94620   This file is free software; the Free Software Foundation
94621   gives unlimited permission to copy and/or distribute it,
94622   with or without modifications, as long as this notice is preserved.
94623 #Header: 
94624 ## unlocked-io.m4 serial 15
94625 #
94626 ## Copyright (C) 1998-2006, 2009 Free Software Foundation, Inc.
94627 ##
94628 ## This file is free software; the Free Software Foundation
94629 ## gives unlimited permission to copy and/or distribute it,
94630 ## with or without modifications, as long as this notice is preserved.
94631 #
94632 #dnl From Jim Meyering.
94633 #dnl
94634 #dnl See if the glibc *_unlocked I/O macros or functions are available.
94635 #dnl Use only those *_unlocked macros or functions that are declared
94636 #dnl (because some of them were declared in Solaris 2.5.1 but were removed
94637 #dnl in Solaris 2.6, whereas we want binaries built on Solaris 2.5.1 to run
94638 #dnl on Solaris 2.6).
94639
94640 File: ./m4/uptime.m4
94641 Hash: a21b4be251dfc64d08f51f7f7c731e3c1b7316b82a9352318f3ac0248b8202e9
94642 Copyright: 1996, 1999-2001, 2004, 2009 Free Software Foundation, Inc
94643 License: 
94644 Licence_Text:
94645   This file is free software; the Free Software Foundation
94646   gives unlimited permission to copy and/or distribute it,
94647   with or without modifications, as long as this notice is preserved.
94648 #Header: 
94649 ## serial 8
94650 #
94651 ## Copyright (C) 1996, 1999-2001, 2004, 2009 Free Software Foundation, Inc.
94652 ## This file is free software; the Free Software Foundation
94653 ## gives unlimited permission to copy and/or distribute it,
94654 ## with or without modifications, as long as this notice is preserved.
94655 #
94656 #AC_PREREQ([2.13])
94657 #
94658 #AC_DEFUN([gl_SYS_PROC_UPTIME],
94659 #[ dnl Require AC_PROG_CC to see if we're cross compiling.
94660 #  AC_REQUIRE([AC_PROG_CC])
94661 #  AC_CACHE_CHECK([for /proc/uptime], [gl_cv_have_proc_uptime],
94662 #  [gl_cv_have_proc_uptime=no
94663 #    test -f /proc/uptime \
94664
94665 File: ./m4/userspec.m4
94666 Hash: 767025ad4c6d4041ef5a4fa50a0f59f305bf899b4e88261b263a58a11eecaa26
94667 Copyright: 2002-2006, 2009 Free Software Foundation, Inc
94668 License: 
94669 Licence_Text:
94670   This file is free software; the Free Software Foundation
94671   gives unlimited permission to copy and/or distribute it,
94672   with or without modifications, as long as this notice is preserved.
94673 #Header: 
94674 ## serial 10
94675 #dnl Copyright (C) 2002-2006, 2009 Free Software Foundation, Inc.
94676 #dnl This file is free software; the Free Software Foundation
94677 #dnl gives unlimited permission to copy and/or distribute it,
94678 #dnl with or without modifications, as long as this notice is preserved.
94679 #
94680 #AC_DEFUN([gl_USERSPEC],
94681 #[
94682 #  AC_LIBOBJ([userspec])
94683 #
94684 #  dnl Prerequisites of lib/userspec.c.
94685 #  AC_CHECK_HEADERS_ONCE([sys/param.h])
94686 #])
94687
94688 File: ./m4/utimbuf.m4
94689 Hash: 1cc7dfc2a7f30b77bc720ee587638964a5d095ca07f291a9157245265121a10d
94690 Copyright: 1998-2001, 2003-2004, 2007, 2009 Free Software Foundation, Inc.
94691 License: 
94692 Licence_Text:
94693   This file is free software; the Free Software Foundation
94694   gives unlimited permission to copy and/or distribute it,
94695   with or without modifications, as long as this notice is preserved.
94696 #Header: 
94697 ## serial 9
94698 #
94699 ## Copyright (C) 1998-2001, 2003-2004, 2007, 2009 Free Software
94700 ## Foundation, Inc.
94701 ##
94702 ## This file is free software; the Free Software Foundation
94703 ## gives unlimited permission to copy and/or distribute it,
94704 ## with or without modifications, as long as this notice is preserved.
94705 #
94706 #dnl From Jim Meyering
94707 #
94708 #dnl Define HAVE_STRUCT_UTIMBUF if `struct utimbuf' is declared --
94709 #dnl usually in <utime.h>.
94710 #dnl Some systems have utime.h but don't declare the struct anywhere.
94711
94712 File: ./m4/utime.m4
94713 Hash: daf708dbb1e4e20331f886285ee9bebbcba63a486ac5bd4d13d92c27f53b5d22
94714 Copyright: 1998, 2000-2001, 2003-2004, 2009 Free Software Foundation, Inc
94715 License: 
94716 Licence_Text:
94717   This file is free software; the Free Software Foundation
94718   gives unlimited permission to copy and/or distribute it,
94719   with or without modifications, as long as this notice is preserved.
94720 #Header: 
94721 ## serial 9
94722 #
94723 #dnl From Jim Meyering
94724 #dnl Replace the utime function on systems that need it.
94725 #
94726 ## Copyright (C) 1998, 2000-2001, 2003-2004, 2009 Free Software Foundation, Inc.
94727 ## This file is free software; the Free Software Foundation
94728 ## gives unlimited permission to copy and/or distribute it,
94729 ## with or without modifications, as long as this notice is preserved.
94730 #
94731 #dnl FIXME
94732 #
94733 #AC_DEFUN([gl_FUNC_UTIME],
94734 #[
94735 #  AC_REQUIRE([AC_FUNC_UTIME_NULL])
94736
94737 File: ./m4/utimecmp.m4
94738 Hash: a8b3ec86a04cb02154cbad4b5fdeecc06dd7b93dc54d96458f9d210949e68241
94739 Copyright: 2004, 2005, 2006, 2007 Free Software Foundation, Inc
94740 License: 
94741 Licence_Text:
94742   This file is free software; the Free Software Foundation
94743   gives unlimited permission to copy and/or distribute it,
94744   with or without modifications, as long as this notice is preserved.
94745 #Header: 
94746 ##serial 3
94747 #dnl Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
94748 #dnl This file is free software; the Free Software Foundation
94749 #dnl gives unlimited permission to copy and/or distribute it,
94750 #dnl with or without modifications, as long as this notice is preserved.
94751 #
94752 #AC_DEFUN([gl_UTIMECMP],
94753 #[
94754 #  AC_LIBOBJ([utimecmp])
94755 #
94756 #  dnl Prerequisites of lib/utimecmp.c.
94757 #  AC_REQUIRE([gl_FUNC_UTIMES])
94758 #  :
94759 #])
94760
94761 File: ./m4/utimens.m4
94762 Hash: 68d63c14fa0327cf0e4c214194e62b6bbe553f441f81bd1d17d8c5597fe6fb88
94763 Copyright: 2003, 2004, 2005, 2006, 2007, 2008 Free Software
94764 License: 
94765 Licence_Text:
94766   This file is free software; the Free Software Foundation
94767   gives unlimited permission to copy and/or distribute it,
94768   with or without modifications, as long as this notice is preserved.
94769 #Header: 
94770 #dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software
94771 #dnl Foundation, Inc.
94772 #dnl This file is free software; the Free Software Foundation
94773 #dnl gives unlimited permission to copy and/or distribute it,
94774 #dnl with or without modifications, as long as this notice is preserved.
94775 #
94776 #dnl serial 2
94777 #
94778 #AC_DEFUN([gl_UTIMENS],
94779 #[
94780 #  AC_LIBOBJ([utimens])
94781 #
94782 #  dnl Prerequisites of lib/utimens.c.
94783 #  AC_REQUIRE([gl_FUNC_UTIMES])
94784 #  AC_REQUIRE([gl_CHECK_TYPE_STRUCT_TIMESPEC])
94785
94786 File: ./m4/utimes-null.m4
94787 Hash: 3d1576bcb95cbe1177f919d74755dc2272345e607205d917139059158a3724d3
94788 Copyright: 1998-1999, 2001, 2003-2004, 2006, 2009 Free Software Foundation, Inc.
94789 License: 
94790 Licence_Text:
94791   This file is free software; the Free Software Foundation
94792   gives unlimited permission to copy and/or distribute it,
94793   with or without modifications, as long as this notice is preserved.
94794 #Header: 
94795 ## serial 9
94796 #
94797 ## Copyright (C) 1998-1999, 2001, 2003-2004, 2006, 2009 Free Software
94798 ## Foundation, Inc.
94799 #
94800 ## This file is free software; the Free Software Foundation
94801 ## gives unlimited permission to copy and/or distribute it,
94802 ## with or without modifications, as long as this notice is preserved.
94803 #
94804 #dnl Shamelessly cloned from acspecific.m4's AC_FUNC_UTIME_NULL,
94805 #dnl then do case-insensitive s/utime/utimes/.
94806 #
94807 #AC_DEFUN([gl_FUNC_UTIMES_NULL],
94808 #[AC_CACHE_CHECK([whether utimes accepts a null argument], [ac_cv_func_utimes_null],
94809 #[rm -f conftest.data; > conftest.data
94810
94811 File: ./m4/utimes.m4
94812 Hash: f0ce682e7fb31e73a0c02c54b4ea24a84f141f32e54af7498deef1f9dee7c4f6
94813 Copyright: 2003, 2004, 2005, 2009 Free Software Foundation, Inc
94814 License: 
94815 Licence_Text:
94816   This file is free software; the Free Software Foundation
94817   gives unlimited permission to copy and/or distribute it,
94818   with or without modifications, as long as this notice is preserved.
94819 #Header: 
94820 ## Detect some bugs in glibc's implementation of utimes.
94821 #
94822 #dnl Copyright (C) 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
94823 #dnl This file is free software; the Free Software Foundation
94824 #dnl gives unlimited permission to copy and/or distribute it,
94825 #dnl with or without modifications, as long as this notice is preserved.
94826 #
94827 ## See if we need to work around bugs in glibc's implementation of
94828 ## utimes from 2003-07-12 to 2003-09-17.
94829 ## First, there was a bug that would make utimes set mtime
94830 ## and atime to zero (1970-01-01) unconditionally.
94831 ## Then, there was code to round rather than truncate.
94832 ## Then, there was an implementation (sparc64, Linux-2.4.28, glibc-2.3.3)
94833 ## that didn't honor the NULL-means-set-to-current-time semantics.
94834 ## Finally, there was also a version of utimes that failed on read-only
94835
94836 File: ./m4/vararrays.m4
94837 Hash: ccc97184c7bd4de12a6168086eff30eb1c15e473193a91d5a5e5d6a8824a9d40
94838 Copyright: 2001, 2009 Free Software Foundation, Inc
94839 License: 
94840 Licence_Text:
94841   This file is free software; the Free Software Foundation
94842   gives unlimited permission to copy and/or distribute it,
94843   with or without modifications, as long as this notice is preserved.
94844 #Header: 
94845 ## Check for variable-length arrays.
94846 #
94847 ## serial 3
94848 #
94849 ## From Paul Eggert
94850 #
94851 ## Copyright (C) 2001, 2009 Free Software Foundation, Inc.
94852 ## This file is free software; the Free Software Foundation
94853 ## gives unlimited permission to copy and/or distribute it,
94854 ## with or without modifications, as long as this notice is preserved.
94855 #
94856 #AC_DEFUN([AC_C_VARARRAYS],
94857 #[
94858 #  AC_CACHE_CHECK([for variable-length arrays],
94859 #    ac_cv_c_vararrays,
94860
94861 File: ./m4/vasnprintf-posix.m4
94862 Hash: b48e0fece07a089a5f87d23a14cb5091c44b473d532c563041616c9dafcdc15a
94863 Copyright: 2007-2009 Free Software Foundation, Inc
94864 License: 
94865 Licence_Text:
94866   This file is free software; the Free Software Foundation
94867   gives unlimited permission to copy and/or distribute it,
94868   with or without modifications, as long as this notice is preserved.
94869 #Header: 
94870 ## vasnprintf-posix.m4 serial 13
94871 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
94872 #dnl This file is free software; the Free Software Foundation
94873 #dnl gives unlimited permission to copy and/or distribute it,
94874 #dnl with or without modifications, as long as this notice is preserved.
94875 #
94876 #AC_DEFUN([gl_FUNC_VASNPRINTF_POSIX],
94877 #[
94878 #  AC_REQUIRE([gl_PRINTF_SIZES_C99])
94879 #  AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
94880 #  AC_REQUIRE([gl_PRINTF_INFINITE])
94881 #  AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE])
94882 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_A])
94883 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_F])
94884 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_N])
94885
94886 File: ./m4/vasnprintf.m4
94887 Hash: 1cd0c36a78c6078d18cdb67a1554a4ac9f773b68dac016c0cbfa06ca03453024
94888 Copyright: 2002-2004, 2006-2009 Free Software Foundation, Inc
94889 License: 
94890 Licence_Text:
94891   This file is free software; the Free Software Foundation
94892   gives unlimited permission to copy and/or distribute it,
94893   with or without modifications, as long as this notice is preserved.
94894 #Header: 
94895 ## vasnprintf.m4 serial 29
94896 #dnl Copyright (C) 2002-2004, 2006-2009 Free Software Foundation, Inc.
94897 #dnl This file is free software; the Free Software Foundation
94898 #dnl gives unlimited permission to copy and/or distribute it,
94899 #dnl with or without modifications, as long as this notice is preserved.
94900 #
94901 #AC_DEFUN([gl_FUNC_VASNPRINTF],
94902 #[
94903 #  AC_CHECK_FUNCS_ONCE([vasnprintf])
94904 #  if test $ac_cv_func_vasnprintf = no; then
94905 #    gl_REPLACE_VASNPRINTF
94906 #  fi
94907 #])
94908 #
94909 #AC_DEFUN([gl_REPLACE_VASNPRINTF],
94910
94911 File: ./m4/vasprintf-posix.m4
94912 Hash: db9712da8b53f1bb3ae158ba8595f902cebc0533a5511d997ebbe7eff79aae9c
94913 Copyright: 2007-2009 Free Software Foundation, Inc
94914 License: 
94915 Licence_Text:
94916   This file is free software; the Free Software Foundation
94917   gives unlimited permission to copy and/or distribute it,
94918   with or without modifications, as long as this notice is preserved.
94919 #Header: 
94920 ## vasprintf-posix.m4 serial 13
94921 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
94922 #dnl This file is free software; the Free Software Foundation
94923 #dnl gives unlimited permission to copy and/or distribute it,
94924 #dnl with or without modifications, as long as this notice is preserved.
94925 #
94926 #AC_DEFUN([gl_FUNC_VASPRINTF_POSIX],
94927 #[
94928 #  AC_REQUIRE([gl_PRINTF_SIZES_C99])
94929 #  AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
94930 #  AC_REQUIRE([gl_PRINTF_INFINITE])
94931 #  AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE])
94932 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_A])
94933 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_F])
94934 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_N])
94935
94936 File: ./m4/vasprintf.m4
94937 Hash: 15f05ac172c3ea6b1b2e8fdc74cd60991f82c845dcf820fcb5b868b38acbb0b5
94938 Copyright: 2002-2003, 2006-2007 Free Software Foundation, Inc
94939 License: 
94940 Licence_Text:
94941   This file is free software; the Free Software Foundation
94942   gives unlimited permission to copy and/or distribute it,
94943   with or without modifications, as long as this notice is preserved.
94944 #Header: 
94945 ## vasprintf.m4 serial 6
94946 #dnl Copyright (C) 2002-2003, 2006-2007 Free Software Foundation, Inc.
94947 #dnl This file is free software; the Free Software Foundation
94948 #dnl gives unlimited permission to copy and/or distribute it,
94949 #dnl with or without modifications, as long as this notice is preserved.
94950 #
94951 #AC_DEFUN([gl_FUNC_VASPRINTF],
94952 #[
94953 #  AC_CHECK_FUNCS([vasprintf])
94954 #  if test $ac_cv_func_vasprintf = no; then
94955 #    gl_REPLACE_VASPRINTF
94956 #  fi
94957 #])
94958 #
94959 #AC_DEFUN([gl_REPLACE_VASPRINTF],
94960
94961 File: ./m4/vdprintf-posix.m4
94962 Hash: 8f5973dc5616cf37e7aec5dd9f4b90181762fdecd6864ebe71ba10e48fe33230
94963 Copyright: 2007-2009 Free Software Foundation, Inc
94964 License: 
94965 Licence_Text:
94966   This file is free software; the Free Software Foundation
94967   gives unlimited permission to copy and/or distribute it,
94968   with or without modifications, as long as this notice is preserved.
94969 #Header: 
94970 ## vdprintf-posix.m4 serial 2
94971 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
94972 #dnl This file is free software; the Free Software Foundation
94973 #dnl gives unlimited permission to copy and/or distribute it,
94974 #dnl with or without modifications, as long as this notice is preserved.
94975 #
94976 #AC_DEFUN([gl_FUNC_VDPRINTF_POSIX],
94977 #[
94978 #  AC_REQUIRE([gl_PRINTF_SIZES_C99])
94979 #  AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
94980 #  AC_REQUIRE([gl_PRINTF_INFINITE])
94981 #  AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE])
94982 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_A])
94983 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_F])
94984 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_N])
94985
94986 File: ./m4/vdprintf.m4
94987 Hash: e1d6b72d4330fcfa0af92094cc075e09ba7fb9115bf9154641687e8310e4e1d8
94988 Copyright: 2009 Free Software Foundation, Inc
94989 License: 
94990 Licence_Text:
94991   This file is free software; the Free Software Foundation
94992   gives unlimited permission to copy and/or distribute it,
94993   with or without modifications, as long as this notice is preserved.
94994 #Header: 
94995 ## vdprintf.m4 serial 1
94996 #dnl Copyright (C) 2009 Free Software Foundation, Inc.
94997 #dnl This file is free software; the Free Software Foundation
94998 #dnl gives unlimited permission to copy and/or distribute it,
94999 #dnl with or without modifications, as long as this notice is preserved.
95000 #
95001 #AC_DEFUN([gl_FUNC_VDPRINTF],
95002 #[
95003 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
95004 #  AC_CHECK_FUNCS_ONCE([vdprintf])
95005 #  if test $ac_cv_func_vdprintf = no; then
95006 #    HAVE_VDPRINTF=0
95007 #    gl_REPLACE_VDPRINTF
95008 #  fi
95009 #])
95010
95011 File: ./m4/version-etc.m4
95012 Hash: 14c2c6c298a204c97e8b5e47a299065d37b7c38ce4dc56125c443fb09a2cbdc1
95013 Copyright: 2009 Free Software Foundation, Inc
95014 License: 
95015 Licence_Text:
95016   This file is free software; the Free Software Foundation
95017   gives unlimited permission to copy and/or distribute it,
95018   with or without modifications, as long as this notice is preserved.
95019 #Header: 
95020 ## version-etc.m4 serial 1
95021 ## Copyright (C) 2009 Free Software Foundation, Inc.
95022 ## This file is free software; the Free Software Foundation
95023 ## gives unlimited permission to copy and/or distribute it,
95024 ## with or without modifications, as long as this notice is preserved.
95025 #
95026 #dnl $1 - configure flag and define name
95027 #dnl $2 - human readable description
95028 #m4_define([gl_VERSION_ETC_FLAG],
95029 #[dnl
95030 #  AC_ARG_WITH([$1], [AS_HELP_STRING([--with-$1], [$2])],
95031 #    [dnl
95032 #      case $withval in
95033 #       yes|no) ;;
95034 #       *) AC_DEFINE_UNQUOTED(AS_TR_CPP([PACKAGE_$1]), ["$withval"], [$2]) ;;
95035
95036 File: ./m4/vfprintf-posix.m4
95037 Hash: d1777edd2bd37a587f11a3a9aaff20710d8a239f5e4f42f49fb36342f5ec3619
95038 Copyright: 2007-2009 Free Software Foundation, Inc
95039 License: 
95040 Licence_Text:
95041   This file is free software; the Free Software Foundation
95042   gives unlimited permission to copy and/or distribute it,
95043   with or without modifications, as long as this notice is preserved.
95044 #Header: 
95045 ## vfprintf-posix.m4 serial 14
95046 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
95047 #dnl This file is free software; the Free Software Foundation
95048 #dnl gives unlimited permission to copy and/or distribute it,
95049 #dnl with or without modifications, as long as this notice is preserved.
95050 #
95051 #AC_DEFUN([gl_FUNC_VFPRINTF_POSIX],
95052 #[
95053 #  AC_REQUIRE([gl_PRINTF_SIZES_C99])
95054 #  AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
95055 #  AC_REQUIRE([gl_PRINTF_INFINITE])
95056 #  AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE])
95057 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_A])
95058 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_F])
95059 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_N])
95060
95061 File: ./m4/visibility.m4
95062 Hash: d8e75ab55dddf6b27703fb08e77f2e0e05d58c0e53aff9968eaf8f6a78def9cd
95063 Copyright: 2005, 2008 Free Software Foundation, Inc
95064 License: 
95065 Licence_Text:
95066   This file is free software; the Free Software Foundation
95067   gives unlimited permission to copy and/or distribute it,
95068   with or without modifications, as long as this notice is preserved.
95069 #Header: 
95070 ## visibility.m4 serial 2 (gettext-0.18)
95071 #dnl Copyright (C) 2005, 2008 Free Software Foundation, Inc.
95072 #dnl This file is free software; the Free Software Foundation
95073 #dnl gives unlimited permission to copy and/or distribute it,
95074 #dnl with or without modifications, as long as this notice is preserved.
95075 #
95076 #dnl From Bruno Haible.
95077 #
95078 #dnl Tests whether the compiler supports the command-line option
95079 #dnl -fvisibility=hidden and the function and variable attributes
95080 #dnl __attribute__((__visibility__("hidden"))) and
95081 #dnl __attribute__((__visibility__("default"))).
95082 #dnl Does *not* test for __visibility__("protected") - which has tricky
95083 #dnl semantics (see the 'vismain' test in glibc) and does not exist e.g. on
95084 #dnl MacOS X.
95085
95086 File: ./m4/vprintf-posix.m4
95087 Hash: 37a9b2f2e103f8396564a88abd0c5379afb40a6b46056d5afc1adce54162cbea
95088 Copyright: 2007-2009 Free Software Foundation, Inc
95089 License: 
95090 Licence_Text:
95091   This file is free software; the Free Software Foundation
95092   gives unlimited permission to copy and/or distribute it,
95093   with or without modifications, as long as this notice is preserved.
95094 #Header: 
95095 ## vprintf-posix.m4 serial 3
95096 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
95097 #dnl This file is free software; the Free Software Foundation
95098 #dnl gives unlimited permission to copy and/or distribute it,
95099 #dnl with or without modifications, as long as this notice is preserved.
95100 #
95101 #AC_DEFUN([gl_FUNC_VPRINTF_POSIX],
95102 #[
95103 #  AC_REQUIRE([gl_FUNC_VFPRINTF_POSIX])
95104 #  if test $gl_cv_func_vfprintf_posix = no; then
95105 #    gl_REPLACE_VPRINTF
95106 #  fi
95107 #])
95108 #
95109 #AC_DEFUN([gl_REPLACE_VPRINTF],
95110
95111 File: ./m4/vsnprintf-posix.m4
95112 Hash: 411f99e3689d9c66c871e864c31df109b6fe645f6bef287b09871e54ff163299
95113 Copyright: 2007-2009 Free Software Foundation, Inc
95114 License: 
95115 Licence_Text:
95116   This file is free software; the Free Software Foundation
95117   gives unlimited permission to copy and/or distribute it,
95118   with or without modifications, as long as this notice is preserved.
95119 #Header: 
95120 ## vsnprintf-posix.m4 serial 14
95121 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
95122 #dnl This file is free software; the Free Software Foundation
95123 #dnl gives unlimited permission to copy and/or distribute it,
95124 #dnl with or without modifications, as long as this notice is preserved.
95125 #
95126 #AC_DEFUN([gl_FUNC_VSNPRINTF_POSIX],
95127 #[
95128 #  AC_REQUIRE([gl_PRINTF_SIZES_C99])
95129 #  AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
95130 #  AC_REQUIRE([gl_PRINTF_INFINITE])
95131 #  AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE])
95132 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_A])
95133 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_F])
95134 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_N])
95135
95136 File: ./m4/vsnprintf.m4
95137 Hash: 78bc63b8400f070466502f7f592939004f0204329bf1936e08db566f9efb4a63
95138 Copyright: 2002-2004, 2007-2008 Free Software Foundation, Inc
95139 License: 
95140 Licence_Text:
95141   This file is free software; the Free Software Foundation
95142   gives unlimited permission to copy and/or distribute it,
95143   with or without modifications, as long as this notice is preserved.
95144 #Header: 
95145 ## vsnprintf.m4 serial 5
95146 #dnl Copyright (C) 2002-2004, 2007-2008 Free Software Foundation, Inc.
95147 #dnl This file is free software; the Free Software Foundation
95148 #dnl gives unlimited permission to copy and/or distribute it,
95149 #dnl with or without modifications, as long as this notice is preserved.
95150 #
95151 #AC_DEFUN([gl_FUNC_VSNPRINTF],
95152 #[
95153 #  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
95154 #  gl_cv_func_vsnprintf_usable=no
95155 #  AC_CHECK_FUNCS([vsnprintf])
95156 #  if test $ac_cv_func_vsnprintf = yes; then
95157 #    gl_SNPRINTF_SIZE1
95158 #    case "$gl_cv_func_snprintf_size1" in
95159 #      *yes)
95160
95161 File: ./m4/vsprintf-posix.m4
95162 Hash: 5de43c845cf229240686251cffa6ebc95a7ff8c99776f41b84e9ab73fd5d27dd
95163 Copyright: 2007-2009 Free Software Foundation, Inc
95164 License: 
95165 Licence_Text:
95166   This file is free software; the Free Software Foundation
95167   gives unlimited permission to copy and/or distribute it,
95168   with or without modifications, as long as this notice is preserved.
95169 #Header: 
95170 ## vsprintf-posix.m4 serial 12
95171 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
95172 #dnl This file is free software; the Free Software Foundation
95173 #dnl gives unlimited permission to copy and/or distribute it,
95174 #dnl with or without modifications, as long as this notice is preserved.
95175 #
95176 #AC_DEFUN([gl_FUNC_VSPRINTF_POSIX],
95177 #[
95178 #  AC_REQUIRE([gl_PRINTF_SIZES_C99])
95179 #  AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
95180 #  AC_REQUIRE([gl_PRINTF_INFINITE])
95181 #  AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE])
95182 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_A])
95183 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_F])
95184 #  AC_REQUIRE([gl_PRINTF_DIRECTIVE_N])
95185
95186 File: ./m4/wait-process.m4
95187 Hash: e95987f7301300836022c3c272ea0fd0f42750837bde9c7077eea97dd7c54f4e
95188 Copyright: 2003, 2008, 2009 Free Software Foundation, Inc
95189 License: 
95190 Licence_Text:
95191   This file is free software; the Free Software Foundation
95192   gives unlimited permission to copy and/or distribute it,
95193   with or without modifications, as long as this notice is preserved.
95194 #Header: 
95195 ## wait-process.m4 serial 4
95196 #dnl Copyright (C) 2003, 2008, 2009 Free Software Foundation, Inc.
95197 #dnl This file is free software; the Free Software Foundation
95198 #dnl gives unlimited permission to copy and/or distribute it,
95199 #dnl with or without modifications, as long as this notice is preserved.
95200 #
95201 #AC_DEFUN([gl_WAIT_PROCESS],
95202 #[
95203 #  dnl Prerequisites of lib/wait-process.c.
95204 #  AC_REQUIRE([gt_TYPE_SIG_ATOMIC_T])
95205 #  AC_CHECK_FUNCS([waitid])
95206 #])
95207
95208 File: ./m4/warnings.m4
95209 Hash: 2ea3219129fd3e764decacbe54defb2ac59c220191cb3dc2e751955671739c87
95210 Copyright: 2008 Free Software Foundation, Inc
95211 License: 
95212 Licence_Text:
95213   This file is free software; the Free Software Foundation
95214   gives unlimited permission to copy and/or distribute it,
95215   with or without modifications, as long as this notice is preserved.
95216 #Header: 
95217 ## warnings.m4 serial 2
95218 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
95219 #dnl This file is free software; the Free Software Foundation
95220 #dnl gives unlimited permission to copy and/or distribute it,
95221 #dnl with or without modifications, as long as this notice is preserved.
95222 #
95223 #dnl From Simon Josefsson
95224 #
95225 ## gl_AS_VAR_IF(VAR, VALUE, [IF-MATCH], [IF-NOT-MATCH])
95226 ## ----------------------------------------------------
95227 ## Provide the functionality of AS_VAR_IF if Autoconf does not have it.
95228 #m4_ifdef([AS_VAR_IF],
95229 #[m4_copy([AS_VAR_IF], [gl_AS_VAR_IF])],
95230 #[m4_define([gl_AS_VAR_IF],
95231 #[AS_IF([test x"AS_VAR_GET([$1])" = x""$2], [$3], [$4])])])
95232
95233 File: ./m4/wchar.m4
95234 Hash: 82235dd92cbc686f19c162e681a3e2d2cd8712415ceb63502f96525e68b68801
95235 Copyright: 2007-2009 Free Software Foundation, Inc
95236 License: 
95237 Licence_Text:
95238   This file is free software; the Free Software Foundation
95239   gives unlimited permission to copy and/or distribute it,
95240   with or without modifications, as long as this notice is preserved.
95241 #Header: 
95242 #dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues.
95243 #
95244 #dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
95245 #dnl This file is free software; the Free Software Foundation
95246 #dnl gives unlimited permission to copy and/or distribute it,
95247 #dnl with or without modifications, as long as this notice is preserved.
95248 #
95249 #dnl Written by Eric Blake.
95250 #
95251 ## wchar.m4 serial 25
95252 #
95253 #AC_DEFUN([gl_WCHAR_H],
95254 #[
95255 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
95256 #  AC_CACHE_CHECK([whether <wchar.h> is standalone],
95257
95258 File: ./m4/wchar_t.m4
95259 Hash: e144a04745a6906677eeb9b8f3c9fb793754a3c55452125a6e24a9668ceb77bc
95260 Copyright: 2002-2003, 2008, 2009 Free Software Foundation, Inc
95261 License: 
95262 Licence_Text:
95263   This file is free software; the Free Software Foundation
95264   gives unlimited permission to copy and/or distribute it,
95265   with or without modifications, as long as this notice is preserved.
95266 #Header: 
95267 ## wchar_t.m4 serial 3 (gettext-0.18)
95268 #dnl Copyright (C) 2002-2003, 2008, 2009 Free Software Foundation, Inc.
95269 #dnl This file is free software; the Free Software Foundation
95270 #dnl gives unlimited permission to copy and/or distribute it,
95271 #dnl with or without modifications, as long as this notice is preserved.
95272 #
95273 #dnl From Bruno Haible.
95274 #dnl Test whether <stddef.h> has the 'wchar_t' type.
95275 #dnl Prerequisite: AC_PROG_CC
95276 #
95277 #AC_DEFUN([gt_TYPE_WCHAR_T],
95278 #[
95279 #  AC_CACHE_CHECK([for wchar_t], [gt_cv_c_wchar_t],
95280 #    [AC_TRY_COMPILE([#include <stddef.h>
95281 #       wchar_t foo = (wchar_t)'\0';], ,
95282
95283 File: ./m4/wcrtomb.m4
95284 Hash: 950cca49712f3c35b6801b3d14be1d94ecdfddaf783aa898b4c0a215c21d1a22
95285 Copyright: 2008-2009 Free Software Foundation, Inc
95286 License: 
95287 Licence_Text:
95288   This file is free software; the Free Software Foundation
95289   gives unlimited permission to copy and/or distribute it,
95290   with or without modifications, as long as this notice is preserved.
95291 #Header: 
95292 ## wcrtomb.m4 serial 4
95293 #dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
95294 #dnl This file is free software; the Free Software Foundation
95295 #dnl gives unlimited permission to copy and/or distribute it,
95296 #dnl with or without modifications, as long as this notice is preserved.
95297 #
95298 #AC_DEFUN([gl_FUNC_WCRTOMB],
95299 #[
95300 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
95301 #
95302 #  AC_REQUIRE([AC_TYPE_MBSTATE_T])
95303 #  gl_MBSTATE_T_BROKEN
95304 #  if test $REPLACE_MBSTATE_T = 1; then
95305 #    REPLACE_WCRTOMB=1
95306 #  fi
95307
95308 File: ./m4/wcsnrtombs.m4
95309 Hash: f1714d805e97204ef9c59bd5306dfb11726dd669488be35000b946750fd6f03d
95310 Copyright: 2008-2009 Free Software Foundation, Inc
95311 License: 
95312 Licence_Text:
95313   This file is free software; the Free Software Foundation
95314   gives unlimited permission to copy and/or distribute it,
95315   with or without modifications, as long as this notice is preserved.
95316 #Header: 
95317 ## wcsnrtombs.m4 serial 2
95318 #dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
95319 #dnl This file is free software; the Free Software Foundation
95320 #dnl gives unlimited permission to copy and/or distribute it,
95321 #dnl with or without modifications, as long as this notice is preserved.
95322 #
95323 #AC_DEFUN([gl_FUNC_WCSNRTOMBS],
95324 #[
95325 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
95326 #
95327 #  AC_REQUIRE([AC_TYPE_MBSTATE_T])
95328 #  gl_MBSTATE_T_BROKEN
95329 #  if test $REPLACE_MBSTATE_T = 1; then
95330 #    REPLACE_WCSNRTOMBS=1
95331 #  fi
95332
95333 File: ./m4/wcsrtombs.m4
95334 Hash: c97f36290b6a78023cc47f8d507dcd18ceec4a4d68fbf704e743231b8d2eb7f1
95335 Copyright: 2008-2009 Free Software Foundation, Inc
95336 License: 
95337 Licence_Text:
95338   This file is free software; the Free Software Foundation
95339   gives unlimited permission to copy and/or distribute it,
95340   with or without modifications, as long as this notice is preserved.
95341 #Header: 
95342 ## wcsrtombs.m4 serial 4
95343 #dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
95344 #dnl This file is free software; the Free Software Foundation
95345 #dnl gives unlimited permission to copy and/or distribute it,
95346 #dnl with or without modifications, as long as this notice is preserved.
95347 #
95348 #AC_DEFUN([gl_FUNC_WCSRTOMBS],
95349 #[
95350 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
95351 #
95352 #  AC_REQUIRE([AC_TYPE_MBSTATE_T])
95353 #  gl_MBSTATE_T_BROKEN
95354 #  if test $REPLACE_MBSTATE_T = 1; then
95355 #    REPLACE_WCSRTOMBS=1
95356 #  fi
95357
95358 File: ./m4/wctob.m4
95359 Hash: d9b6ab0f44f04f22bde90b90ed5287b8f3503b07803bd2469f5e37e32682c1db
95360 Copyright: 2008-2009 Free Software Foundation, Inc
95361 License: 
95362 Licence_Text:
95363   This file is free software; the Free Software Foundation
95364   gives unlimited permission to copy and/or distribute it,
95365   with or without modifications, as long as this notice is preserved.
95366 #Header: 
95367 ## wctob.m4 serial 4
95368 #dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
95369 #dnl This file is free software; the Free Software Foundation
95370 #dnl gives unlimited permission to copy and/or distribute it,
95371 #dnl with or without modifications, as long as this notice is preserved.
95372 #
95373 #AC_DEFUN([gl_FUNC_WCTOB],
95374 #[
95375 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
95376 #
95377 #  AC_CHECK_FUNCS_ONCE([wctob])
95378 #  if test $ac_cv_func_wctob = no; then
95379 #    HAVE_DECL_WCTOB=0
95380 #    gl_REPLACE_WCHAR_H
95381 #    AC_LIBOBJ([wctob])
95382
95383 File: ./m4/wctype.m4
95384 Hash: b223622a4d75488360819355855d86340ef0e7f18d4a3fd37bd74f65b7ef14a8
95385 Copyright: 2006-2008 Free Software Foundation, Inc
95386 License: 
95387 Licence_Text:
95388   This file is free software; the Free Software Foundation
95389   gives unlimited permission to copy and/or distribute it,
95390   with or without modifications, as long as this notice is preserved.
95391 #Header: 
95392 ## wctype.m4 serial 2
95393 #
95394 #dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
95395 #
95396 #dnl Copyright (C) 2006-2008 Free Software Foundation, Inc.
95397 #dnl This file is free software; the Free Software Foundation
95398 #dnl gives unlimited permission to copy and/or distribute it,
95399 #dnl with or without modifications, as long as this notice is preserved.
95400 #
95401 #dnl Written by Paul Eggert.
95402 #
95403 #AC_DEFUN([gl_WCTYPE_H],
95404 #[
95405 #  AC_REQUIRE([AC_PROG_CC])
95406 #  AC_CHECK_FUNCS_ONCE([iswcntrl])
95407
95408 File: ./m4/wcwidth.m4
95409 Hash: 454b784cd3681ceda96891b7832bf461581311bed5d7e6f8c98cbe7371e8da76
95410 Copyright: 2006-2009 Free Software Foundation, Inc
95411 License: 
95412 Licence_Text:
95413   This file is free software; the Free Software Foundation
95414   gives unlimited permission to copy and/or distribute it,
95415   with or without modifications, as long as this notice is preserved.
95416 #Header: 
95417 ## wcwidth.m4 serial 15
95418 #dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
95419 #dnl This file is free software; the Free Software Foundation
95420 #dnl gives unlimited permission to copy and/or distribute it,
95421 #dnl with or without modifications, as long as this notice is preserved.
95422 #
95423 #AC_DEFUN([gl_FUNC_WCWIDTH],
95424 #[
95425 #  AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
95426 #  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
95427 #
95428 #  dnl Persuade glibc <wchar.h> to declare wcwidth().
95429 #  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
95430 #
95431 #  AC_REQUIRE([gt_TYPE_WCHAR_T])
95432
95433 File: ./m4/wint_t.m4
95434 Hash: 542edc258897a8065d2ea6d285047c9e3ff04da8728e2fc4c3ce004076b1bf5d
95435 Copyright: 2003, 2007-2009 Free Software Foundation, Inc
95436 License: 
95437 Licence_Text:
95438   This file is free software; the Free Software Foundation
95439   gives unlimited permission to copy and/or distribute it,
95440   with or without modifications, as long as this notice is preserved.
95441 #Header: 
95442 ## wint_t.m4 serial 4 (gettext-0.18)
95443 #dnl Copyright (C) 2003, 2007-2009 Free Software Foundation, Inc.
95444 #dnl This file is free software; the Free Software Foundation
95445 #dnl gives unlimited permission to copy and/or distribute it,
95446 #dnl with or without modifications, as long as this notice is preserved.
95447 #
95448 #dnl From Bruno Haible.
95449 #dnl Test whether <wchar.h> has the 'wint_t' type.
95450 #dnl Prerequisite: AC_PROG_CC
95451 #
95452 #AC_DEFUN([gt_TYPE_WINT_T],
95453 #[
95454 #  AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t],
95455 #    [AC_TRY_COMPILE([
95456 #/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
95457
95458 File: ./m4/write-any-file.m4
95459 Hash: c5ed5eaed6e0fe94e459ff78fb113b0ff81091be83ecaaeef17f0dfe0ea6b5c4
95460 Copyright: 2007, 2009 Free Software Foundation, Inc
95461 License: 
95462 Licence_Text:
95463   This file is free software; the Free Software Foundation
95464   gives unlimited permission to copy and/or distribute it,
95465   with or without modifications, as long as this notice is preserved.
95466 #Header: 
95467 ## Determine whether we can write any file.
95468 #
95469 ## Copyright (C) 2007, 2009 Free Software Foundation, Inc.
95470 ##
95471 ## This file is free software; the Free Software Foundation
95472 ## gives unlimited permission to copy and/or distribute it,
95473 ## with or without modifications, as long as this notice is preserved.
95474 #
95475 ## Written by Paul Eggert.
95476 #
95477 #AC_DEFUN([gl_WRITE_ANY_FILE],
95478 #[
95479 #  AC_CHECK_HEADERS_ONCE([priv.h])
95480 #  AC_LIBOBJ([write-any-file])
95481 #])
95482
95483 File: ./m4/write.m4
95484 Hash: c5c3bc26fbe2cb6fa61e259bcc8f1b0fdef708a454a07deb6712cb376c2d0b91
95485 Copyright: 2008 Free Software Foundation, Inc
95486 License: 
95487 Licence_Text:
95488   This file is free software; the Free Software Foundation
95489   gives unlimited permission to copy and/or distribute it,
95490   with or without modifications, as long as this notice is preserved.
95491 #Header: 
95492 ## write.m4 serial 1
95493 #dnl Copyright (C) 2008 Free Software Foundation, Inc.
95494 #dnl This file is free software; the Free Software Foundation
95495 #dnl gives unlimited permission to copy and/or distribute it,
95496 #dnl with or without modifications, as long as this notice is preserved.
95497 #
95498 #AC_DEFUN([gl_FUNC_WRITE],
95499 #[
95500 #  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
95501 #  dnl This ifdef is just an optimization, to avoid performing a configure
95502 #  dnl check whose result is not used. It does not make the test of
95503 #  dnl GNULIB_UNISTD_H_SIGPIPE or GNULIB_SIGPIPE redundant.
95504 #  m4_ifdef([gl_SIGNAL_SIGPIPE], [
95505 #    gl_SIGNAL_SIGPIPE
95506 #    if test $gl_cv_header_signal_h_SIGPIPE != yes; then
95507
95508 File: ./m4/xalloc.m4
95509 Hash: 5008bbce8cfeaf98f9413e19e47b1267a7d0d7d21ba9d97bc1bf984f234a4773
95510 Copyright: 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc
95511 License: 
95512 Licence_Text:
95513   This file is free software; the Free Software Foundation
95514   gives unlimited permission to copy and/or distribute it,
95515   with or without modifications, as long as this notice is preserved.
95516 #Header: 
95517 ## xalloc.m4 serial 16
95518 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
95519 #dnl This file is free software; the Free Software Foundation
95520 #dnl gives unlimited permission to copy and/or distribute it,
95521 #dnl with or without modifications, as long as this notice is preserved.
95522 #
95523 #AC_DEFUN([gl_XALLOC],
95524 #[
95525 #  AC_LIBOBJ([xmalloc])
95526 #
95527 #  gl_PREREQ_XALLOC
95528 #  gl_PREREQ_XMALLOC
95529 #])
95530 #
95531 ## Prerequisites of lib/xalloc.h.
95532
95533 File: ./m4/xgetcwd.m4
95534 Hash: 3b5d09234ad0a99b1fce1a5067ecc3c715989640845dd5c38e94d491e4e94090
95535 Copyright: 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc
95536 License: 
95537 Licence_Text:
95538   This file is free software; the Free Software Foundation
95539   gives unlimited permission to copy and/or distribute it,
95540   with or without modifications, as long as this notice is preserved.
95541 #Header: 
95542 ##serial 6
95543 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
95544 #dnl This file is free software; the Free Software Foundation
95545 #dnl gives unlimited permission to copy and/or distribute it,
95546 #dnl with or without modifications, as long as this notice is preserved.
95547 #
95548 #AC_DEFUN([gl_XGETCWD],
95549 #[
95550 #  AC_LIBOBJ([xgetcwd])
95551 #
95552 #  AC_REQUIRE([gl_FUNC_GETCWD])
95553 #])
95554
95555 File: ./m4/xnanosleep.m4
95556 Hash: d11f4adf891d6c7746216e56ef22de12b2f4cdd9765e0f9d3630e52b02fae5f0
95557 Copyright: 2005, 2006 Free Software Foundation, Inc
95558 License: 
95559 Licence_Text:
95560   This file is free software; the Free Software Foundation
95561   gives unlimited permission to copy and/or distribute it,
95562   with or without modifications, as long as this notice is preserved.
95563 #Header: 
95564 ##serial 4
95565 #dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
95566 #dnl This file is free software; the Free Software Foundation
95567 #dnl gives unlimited permission to copy and/or distribute it,
95568 #dnl with or without modifications, as long as this notice is preserved.
95569 #
95570 #dnl Written by Paul Eggert.
95571 #
95572 #AC_DEFUN([gl_XNANOSLEEP],
95573 #[
95574 #  AC_LIBOBJ([xnanosleep])
95575 #])
95576
95577 File: ./m4/xsize.m4
95578 Hash: 9d30e3c52072d3833efaf4d46c531c2b3f801281eb8aead4b3ae7ae011e2cff4
95579 Copyright: 2003-2004, 2008 Free Software Foundation, Inc
95580 License: 
95581 Licence_Text:
95582   This file is free software; the Free Software Foundation
95583   gives unlimited permission to copy and/or distribute it,
95584   with or without modifications, as long as this notice is preserved.
95585 #Header: 
95586 ## xsize.m4 serial 4
95587 #dnl Copyright (C) 2003-2004, 2008 Free Software Foundation, Inc.
95588 #dnl This file is free software; the Free Software Foundation
95589 #dnl gives unlimited permission to copy and/or distribute it,
95590 #dnl with or without modifications, as long as this notice is preserved.
95591 #
95592 #AC_DEFUN([gl_XSIZE],
95593 #[
95594 #  dnl Prerequisites of lib/xsize.h.
95595 #  AC_REQUIRE([gl_SIZE_MAX])
95596 #  AC_REQUIRE([AC_C_INLINE])
95597 #  AC_CHECK_HEADERS([stdint.h])
95598 #])
95599
95600 File: ./m4/xstrndup.m4
95601 Hash: 117f55c31df0fe5f1e79240d94a592eed4a47276060894633b84e8816a1d5056
95602 Copyright: 2003 Free Software Foundation, Inc
95603 License: 
95604 Licence_Text:
95605   This file is free software; the Free Software Foundation
95606   gives unlimited permission to copy and/or distribute it,
95607   with or without modifications, as long as this notice is preserved.
95608 #Header: 
95609 ## xstrndup.m4 serial 2
95610 #dnl Copyright (C) 2003 Free Software Foundation, Inc.
95611 #dnl This file is free software; the Free Software Foundation
95612 #dnl gives unlimited permission to copy and/or distribute it,
95613 #dnl with or without modifications, as long as this notice is preserved.
95614 #
95615 #AC_DEFUN([gl_XSTRNDUP],
95616 #[
95617 #  gl_PREREQ_XSTRNDUP
95618 #])
95619 #
95620 ## Prerequisites of lib/xstrndup.c.
95621 #AC_DEFUN([gl_PREREQ_XSTRNDUP], [
95622 #  :
95623 #])
95624
95625 File: ./m4/xstrtod.m4
95626 Hash: 1ec2cd8d2c6b3de92b55a976bf17831b0daf8d2171c62cfad283954af9f4309f
95627 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
95628 License: 
95629 Licence_Text:
95630   This file is free software; the Free Software Foundation
95631   gives unlimited permission to copy and/or distribute it,
95632   with or without modifications, as long as this notice is preserved.
95633 #Header: 
95634 ##serial 6
95635 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
95636 #dnl This file is free software; the Free Software Foundation
95637 #dnl gives unlimited permission to copy and/or distribute it,
95638 #dnl with or without modifications, as long as this notice is preserved.
95639 #
95640 ## Prerequisites of lib/xstrtod.c.
95641 #AC_DEFUN([gl_XSTRTOD],
95642 #[
95643 #  AC_LIBOBJ([xstrtod])
95644 #])
95645 #
95646 ## Prerequisites of lib/xstrtold.c.
95647 #AC_DEFUN([gl_XSTRTOLD],
95648 #[
95649
95650 File: ./m4/xstrtol.m4
95651 Hash: ef06de197a5a3ac2001bb343095937dc6980e544003adc0f77f3d9f2be17fb82
95652 Copyright: 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
95653 License: 
95654 Licence_Text:
95655   This file is free software; the Free Software Foundation
95656   gives unlimited permission to copy and/or distribute it,
95657   with or without modifications, as long as this notice is preserved.
95658 #Header: 
95659 ##serial 10
95660 #dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software
95661 #dnl Foundation, Inc.
95662 #dnl This file is free software; the Free Software Foundation
95663 #dnl gives unlimited permission to copy and/or distribute it,
95664 #dnl with or without modifications, as long as this notice is preserved.
95665 #
95666 #AC_DEFUN([gl_XSTRTOL],
95667 #[
95668 #  AC_LIBOBJ([xstrtol])
95669 #  AC_LIBOBJ([xstrtoul])
95670 #  AC_LIBOBJ([xstrtol-error])
95671 #])
95672
95673 File: ./m4/xvasprintf.m4
95674 Hash: dae7786d5d9ab5954cee5d5c0847bed861d04af2a98ba67c5945d8085c9c85d0
95675 Copyright: 2006 Free Software Foundation, Inc
95676 License: 
95677 Licence_Text:
95678   This file is free software; the Free Software Foundation
95679   gives unlimited permission to copy and/or distribute it,
95680   with or without modifications, as long as this notice is preserved.
95681 #Header: 
95682 ## xvasprintf.m4 serial 1
95683 #dnl Copyright (C) 2006 Free Software Foundation, Inc.
95684 #dnl This file is free software; the Free Software Foundation
95685 #dnl gives unlimited permission to copy and/or distribute it,
95686 #dnl with or without modifications, as long as this notice is preserved.
95687 #
95688 #AC_DEFUN([gl_XVASPRINTF],
95689 #[
95690 #  dnl Prerequisites of lib/xvasprintf.c.
95691 #  AC_REQUIRE([AC_C_INLINE])
95692 #])
95693
95694 File: ./m4/yesno.m4
95695 Hash: b0dfeda80afab2a3259bde0be3a8994252fd438782e68ef024dfee9eae084ae9
95696 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc
95697 License: 
95698 Licence_Text:
95699   This file is free software; the Free Software Foundation
95700   gives unlimited permission to copy and/or distribute it,
95701   with or without modifications, as long as this notice is preserved.
95702 #Header: 
95703 ## yesno.m4 serial 5
95704 #dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
95705 #dnl This file is free software; the Free Software Foundation
95706 #dnl gives unlimited permission to copy and/or distribute it,
95707 #dnl with or without modifications, as long as this notice is preserved.
95708 #
95709 #AC_DEFUN([gl_YESNO],
95710 #[
95711 #  AC_LIBOBJ([yesno])
95712 #
95713 #  dnl No prerequisites of lib/yesno.c.
95714 #  :
95715 #])
95716
95717 File: ./m4/yield.m4
95718 Hash: 55ae2c6e8e758bd817c625c92a268f6d9e9eded98c0334cd4951f7f16c833c48
95719 Copyright: 2005-2009 Free Software Foundation, Inc
95720 License: 
95721 Licence_Text:
95722   This file is free software; the Free Software Foundation
95723   gives unlimited permission to copy and/or distribute it,
95724   with or without modifications, as long as this notice is preserved.
95725 #Header: 
95726 ## yield.m4 serial 2
95727 #dnl Copyright (C) 2005-2009 Free Software Foundation, Inc.
95728 #dnl This file is free software; the Free Software Foundation
95729 #dnl gives unlimited permission to copy and/or distribute it,
95730 #dnl with or without modifications, as long as this notice is preserved.
95731 #
95732 #AC_DEFUN([gl_YIELD],
95733 #[
95734 #  AC_REQUIRE([gl_THREADLIB])
95735 #  dnl On some systems, sched_yield is in librt, rather than in libpthread.
95736 #  YIELD_LIB=
95737 #  if test $gl_threads_api = posix; then
95738 #    dnl Solaris has sched_yield in librt, not in libpthread or libc.
95739 #    AC_CHECK_LIB([rt], [sched_yield], [YIELD_LIB=-lrt],
95740 #      [dnl Solaris 2.5.1, 2.6 has sched_yield in libposix4, not librt.
95741
95742 ######################################################################
95743 ## UPTOHERE
95744 ######################################################################
95745
95746 File: ./posix-modules
95747 Hash: a5ccaf8a1eb82ecf46eb6b2aa5c191573ba82514eb2a06faae04e262348940c7
95748 Copyright: 2002-2008 Free Software Foundation, Inc
95749 License: GPL-3+ 
95750 Licence_Text: 
95751 #Header: 
95752 ##!/bin/sh
95753 ##
95754 ## Copyright (C) 2002-2008 Free Software Foundation, Inc.
95755 ##
95756 ## This program is free software: you can redistribute it and/or modify
95757 ## it under the terms of the GNU General Public License as published by
95758 ## the Free Software Foundation; either version 3 of the License, or
95759 ## (at your option) any later version.
95760 ##
95761 ## This program is distributed in the hope that it will be useful,
95762 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
95763 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95764 ## GNU General Public License for more details.
95765 ##
95766 ## You should have received a copy of the GNU General Public License
95767
95768 File: ./tests/locale/fr/LC_MESSAGES/test-quotearg.mo
95769 Hash: aa0b83acbe74a54fa3cd8a775c76808e83114c0a544170c7390bce7ef812a035
95770 Copyright: 
95771 License: 
95772 Licence_Text: 
95773 #Header: 
95774
95775 File: ./tests/locale/fr/LC_MESSAGES/test-quotearg.po
95776 Hash: 78381df0a60b4cf5be4ba6df357926269fa34959f18832cdf96c0badc79895e4
95777 Copyright: 
95778 License: 
95779 Licence_Text: 
95780 #Header: 
95781 ## Message catalog that maps the ASCII replacements for single-quote characters
95782 ## to real single-quote characters.
95783 ## The header entry is commented out on purpose, so that gettext() performs no
95784 ## no character set conversion from the PO file's encoding to the locale
95785 ## encoding. This allows us to use the same PO file in various locales.
95786 ##msgid ""
95787 ##msgstr ""
95788 ##"Project-Id-Version: GNU gnulib\n"
95789 ##"PO-Revision-Date: 2009-01-26 01:02+01:00\n"
95790 ##"Last-Translator: Eric Blake <ebb9@byu.net>\n"
95791 ##"Language-Team: Undetermined <und@li.org>\n"
95792 ##"MIME-Version: 1.0\n"
95793 ##"Content-Type: text/plain; charset=UTF-8\n"
95794 ##"Content-Transfer-Encoding: 8bit\n"
95795
95796 File: ./tests/nan.h
95797 Hash: 0e920a53922496135430d09f3bfebfc1f03f63142e1f0ff761e842e96d506a56
95798 Copyright: 2007-2009 Free Software Foundation, Inc
95799 License: GPL-3+ 
95800 Licence_Text: 
95801 #Header: 
95802 #/* Macros for not-a-number.
95803 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
95804 #
95805 #   This program is free software: you can redistribute it and/or modify
95806 #   it under the terms of the GNU General Public License as published by
95807 #   the Free Software Foundation; either version 3 of the License, or
95808 #   (at your option) any later version.
95809 #
95810 #   This program is distributed in the hope that it will be useful,
95811 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
95812 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95813 #   GNU General Public License for more details.
95814 #
95815 #   You should have received a copy of the GNU General Public License
95816 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
95817
95818 File: ./tests/test-alignof.c
95819 Hash: 8bf8f28addd7565ad3f4256848a2aed22f6b4d89ba5b501f5d3e45273b84af36
95820 Copyright: 2009 Free Software Foundation, Inc
95821 License: GPL-3+ 
95822 Licence_Text: 
95823 #Header: 
95824 #/* Test of <alignof.h>.
95825 #   Copyright (C) 2009 Free Software Foundation, Inc.
95826 #
95827 #   This program is free software: you can redistribute it and/or modify
95828 #   it under the terms of the GNU General Public License as published by
95829 #   the Free Software Foundation; either version 3 of the License, or
95830 #   (at your option) any later version.
95831 #
95832 #   This program is distributed in the hope that it will be useful,
95833 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
95834 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95835 #   GNU General Public License for more details.
95836 #
95837 #   You should have received a copy of the GNU General Public License
95838 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
95839
95840 File: ./tests/test-alloca-opt.c
95841 Hash: 7be92bd4805798798cc208871e587c60cff48c8fe695b08405cf2dcc866ddbfc
95842 Copyright: 2005, 2007 Free Software Foundation, Inc
95843 License: GPL-3+ 
95844 Licence_Text: 
95845 #Header: 
95846 #/* Test of optional automatic memory allocation.
95847 #   Copyright (C) 2005, 2007 Free Software Foundation, Inc.
95848 #
95849 #   This program is free software: you can redistribute it and/or modify
95850 #   it under the terms of the GNU General Public License as published by
95851 #   the Free Software Foundation; either version 3 of the License, or
95852 #   (at your option) any later version.
95853 #
95854 #   This program is distributed in the hope that it will be useful,
95855 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
95856 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95857 #   GNU General Public License for more details.
95858 #
95859 #   You should have received a copy of the GNU General Public License
95860 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
95861
95862 File: ./tests/test-arcfour.c
95863 Hash: bd28b67ba8cdd5cd8c4098cbdcf1e85401cbbfadfdb54a5a9b29fc830bcfc77b
95864 Copyright: 2005 Free Software Foundation
95865 License: GPL-3+ 
95866 Licence_Text: 
95867 #Header: 
95868 #/*
95869 # * Copyright (C) 2005 Free Software Foundation
95870 # * Written by Simon Josefsson
95871 # *
95872 # * This program is free software: you can redistribute it and/or modify
95873 # * it under the terms of the GNU General Public License as published by
95874 # * the Free Software Foundation; either version 3 of the License, or
95875 # * (at your option) any later version.
95876 # *
95877 # * This program is distributed in the hope that it will be useful,
95878 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
95879 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95880 # * GNU General Public License for more details.
95881 # *
95882 # * You should have received a copy of the GNU General Public License
95883
95884 File: ./tests/test-arctwo.c
95885 Hash: bd28b67ba8cdd5cd8c4098cbdcf1e85401cbbfadfdb54a5a9b29fc830bcfc77b
95886 Copyright: 2005 Free Software Foundation
95887 License: GPL-3+ 
95888 Licence_Text: 
95889 #Header: 
95890 #/*
95891 # * Copyright (C) 2005 Free Software Foundation
95892 # * Written by Simon Josefsson
95893 # *
95894 # * This program is free software: you can redistribute it and/or modify
95895 # * it under the terms of the GNU General Public License as published by
95896 # * the Free Software Foundation; either version 3 of the License, or
95897 # * (at your option) any later version.
95898 # *
95899 # * This program is distributed in the hope that it will be useful,
95900 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
95901 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95902 # * GNU General Public License for more details.
95903 # *
95904 # * You should have received a copy of the GNU General Public License
95905
95906 File: ./tests/test-argmatch.c
95907 Hash: 374d3cdd98263ea28ad0f3d8c21f8aaf953562d377316a56f32a69534d13603b
95908 Copyright: 1990, 1998-1999, 2001-2008 Free Software Foundation, Inc
95909 License: GPL-3+ 
95910 Licence_Text: 
95911 #Header: 
95912 #/* Test of exact or abbreviated match search.
95913 #   Copyright (C) 1990, 1998-1999, 2001-2008 Free Software Foundation, Inc.
95914 #
95915 #   This program is free software: you can redistribute it and/or modify
95916 #   it under the terms of the GNU General Public License as published by
95917 #   the Free Software Foundation; either version 3 of the License, or
95918 #   (at your option) any later version.
95919 #
95920 #   This program is distributed in the hope that it will be useful,
95921 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
95922 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95923 #   GNU General Public License for more details.
95924 #
95925 #   You should have received a copy of the GNU General Public License
95926 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
95927
95928 File: ./tests/test-argp-2.sh
95929 Hash: aa582c3a737c286f43630868ea734856d5d74809aed1e967403b6d1e21a96ec6
95930 Copyright: 2006-2008 Free Software Foundation, Inc
95931 License: GPL-3+ 
95932 Licence_Text: 
95933 #Header: 
95934 ##! /bin/sh
95935 ## Test suite for argp.
95936 ## Copyright (C) 2006-2008 Free Software Foundation, Inc.
95937 ## This file is part of the GNUlib Library.
95938 ##
95939 ## This program is free software: you can redistribute it and/or modify
95940 ## it under the terms of the GNU General Public License as published by
95941 ## the Free Software Foundation; either version 3 of the License, or
95942 ## (at your option) any later version.
95943 ##
95944 ## This program is distributed in the hope that it will be useful,
95945 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
95946 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95947 ## GNU General Public License for more details.
95948 ##
95949
95950 File: ./tests/test-argp-version-etc-1.sh
95951 Hash: 14124a44a2d4160fc8d3bde7bef3491c53725766368df8d5b97c5473869753bd
95952 Copyright: Free Software Foundation, Inc / [0-9]\{4,4\}//' | / 2009 Free Software Foundation, Inc
95953 License: GPL-3+ 
95954 Licence_Text: 
95955 #Header: 
95956 ##! /bin/sh
95957 ## Test suite for argp-version-etc.
95958 ## Copyright (C) 2009 Free Software Foundation, Inc.
95959 ## This file is part of the GNUlib Library.
95960 ##
95961 ## This program is free software: you can redistribute it and/or modify
95962 ## it under the terms of the GNU General Public License as published by
95963 ## the Free Software Foundation; either version 3 of the License, or
95964 ## (at your option) any later version.
95965 ##
95966 ## This program is distributed in the hope that it will be useful,
95967 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
95968 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95969 ## GNU General Public License for more details.
95970 ##
95971
95972 File: ./tests/test-argp-version-etc.c
95973 Hash: 9894dd1ed11fe0f5567b33d83bddb190020bbbb37e5792cd8a76a9145eb3e7cc
95974 Copyright: 2009 Free Software Foundation, Inc
95975 License: GPL-3+ 
95976 Licence_Text: 
95977 #Header: 
95978 #/* Test suite for argp-version-etc.
95979 #   Copyright (C) 2009 Free Software Foundation, Inc.
95980 #   This file is part of the GNUlib Library.
95981 #
95982 #   This program is free software: you can redistribute it and/or modify
95983 #   it under the terms of the GNU General Public License as published by
95984 #   the Free Software Foundation; either version 3 of the License, or
95985 #   (at your option) any later version.
95986 #
95987 #   This program is distributed in the hope that it will be useful,
95988 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
95989 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95990 #   GNU General Public License for more details.
95991 #
95992 #   You should have received a copy of the GNU General Public License
95993
95994 File: ./tests/test-argp.c
95995 Hash: 3b0ecdaec3be7ac59ab04ba51095836c4843d5fe2016294aef19667d894b0503
95996 Copyright: 2006-2007 Free Software Foundation, Inc
95997 License: GPL-3+ 
95998 Licence_Text: 
95999 #Header: 
96000 #/* Test suite for argp.
96001 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
96002 #   This file is part of the GNUlib Library.
96003 #
96004 #   This program is free software: you can redistribute it and/or modify
96005 #   it under the terms of the GNU General Public License as published by
96006 #   the Free Software Foundation; either version 3 of the License, or
96007 #   (at your option) any later version.
96008 #
96009 #   This program is distributed in the hope that it will be useful,
96010 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96011 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96012 #   GNU General Public License for more details.
96013 #
96014 #   You should have received a copy of the GNU General Public License
96015
96016 File: ./tests/test-argv-iter.c
96017 Hash: 87ef6b17b9a78fc466aa9cc85627af6f6e0ac63b0d7c82998d4dab47a9bd298f
96018 Copyright: 2008-2009 Free Software Foundation, Inc
96019 License: GPL-3+ 
96020 Licence_Text: 
96021 #Header: 
96022 #/* Test argv iterator
96023 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
96024 #
96025 #   This program is free software: you can redistribute it and/or modify
96026 #   it under the terms of the GNU General Public License as published by
96027 #   the Free Software Foundation; either version 3 of the License, or
96028 #   (at your option) any later version.
96029 #
96030 #   This program is distributed in the hope that it will be useful,
96031 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96032 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96033 #   GNU General Public License for more details.
96034 #
96035 #   You should have received a copy of the GNU General Public License
96036 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96037
96038 File: ./tests/test-arpa_inet.c
96039 Hash: 79ac8a737e1a83e3bad62ce1868e706a2b08bf46afa32c67681e91beb53462a1
96040 Copyright: 2007 Free Software Foundation, Inc
96041 License: GPL-3+ 
96042 Licence_Text: 
96043 #Header: 
96044 #/* Test of <arpa/inet.h> substitute.
96045 #   Copyright (C) 2007 Free Software Foundation, Inc.
96046 #
96047 #   This program is free software: you can redistribute it and/or modify
96048 #   it under the terms of the GNU General Public License as published by
96049 #   the Free Software Foundation; either version 3 of the License, or
96050 #   (at your option) any later version.
96051 #
96052 #   This program is distributed in the hope that it will be useful,
96053 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96054 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96055 #   GNU General Public License for more details.
96056 #
96057 #   You should have received a copy of the GNU General Public License
96058 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96059
96060 File: ./tests/test-array-mergesort.c
96061 Hash: f9c4ef4dc591cbeac70eba11e9533d59181f12cf12d362e00782f45ecd9c36ed
96062 Copyright: 2009 Free Software Foundation, Inc
96063 License: LGPL-3+ 
96064 Licence_Text: 
96065 #Header: 
96066 #/* Test of stable-sorting of an array using mergesort.
96067 #   Copyright (C) 2009 Free Software Foundation, Inc.
96068 #
96069 #   This program is free software: you can redistribute it and/or modify it
96070 #   under the terms of the GNU Lesser General Public License as published
96071 #   by the Free Software Foundation; either version 3 of the License, or
96072 #   (at your option) any later version.
96073 #
96074 #   This program is distributed in the hope that it will be useful,
96075 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96076 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
96077 #   Lesser General Public License for more details.
96078 #
96079 #   You should have received a copy of the GNU Lesser General Public License
96080 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96081
96082 File: ./tests/test-array_list.c
96083 Hash: e03fc7928bfbe8781c744e1c21b70a907264b62c59bce976a7ac04694d5ff6a2
96084 Copyright: 2006-2008 Free Software Foundation, Inc
96085 License: GPL-3+ 
96086 Licence_Text: 
96087 #Header: 
96088 #/* Test of sequential list data type implementation.
96089 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
96090 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
96091 #
96092 #   This program is free software: you can redistribute it and/or modify
96093 #   it under the terms of the GNU General Public License as published by
96094 #   the Free Software Foundation; either version 3 of the License, or
96095 #   (at your option) any later version.
96096 #
96097 #   This program is distributed in the hope that it will be useful,
96098 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96099 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96100 #   GNU General Public License for more details.
96101 #
96102 #   You should have received a copy of the GNU General Public License
96103
96104 File: ./tests/test-array_oset.c
96105 Hash: c0bae0da40c7a22d6504b362bb30545716f1f9ad8bd5ca4a817a809f88197808
96106 Copyright: 2006-2008 Free Software Foundation, Inc
96107 License: GPL-3+ 
96108 Licence_Text: 
96109 #Header: 
96110 #/* Test of ordered set data type implementation.
96111 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
96112 #   Written by Bruno Haible <bruno@clisp.org>, 2007.
96113 #
96114 #   This program is free software: you can redistribute it and/or modify
96115 #   it under the terms of the GNU General Public License as published by
96116 #   the Free Software Foundation; either version 3 of the License, or
96117 #   (at your option) any later version.
96118 #
96119 #   This program is distributed in the hope that it will be useful,
96120 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96121 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96122 #   GNU General Public License for more details.
96123 #
96124 #   You should have received a copy of the GNU General Public License
96125
96126 File: ./tests/test-atexit.c
96127 Hash: 03e140710061dad22ceba20a744340059a599decc42a1f0a57061c370b674eeb
96128 Copyright: 2007 Free Software Foundation, Inc
96129 License: GPL-3+ 
96130 Licence_Text: 
96131 #Header: 
96132 #/* Test of execution of program termination handlers.
96133 #   Copyright (C) 2007 Free Software Foundation, Inc.
96134 #
96135 #   This program is free software: you can redistribute it and/or modify
96136 #   it under the terms of the GNU General Public License as published by
96137 #   the Free Software Foundation; either version 3 of the License, or
96138 #   (at your option) any later version.
96139 #
96140 #   This program is distributed in the hope that it will be useful,
96141 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96142 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96143 #   GNU General Public License for more details.
96144 #
96145 #   You should have received a copy of the GNU General Public License
96146 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96147
96148 File: ./tests/test-atexit.sh
96149 Hash: e693dded1c3bbe595a21498a71264cec8bb24a8356518618974847660d760774
96150 Copyright: 
96151 License: 
96152 Licence_Text: 
96153 #Header: 
96154 ##!/bin/sh
96155 #
96156 #tmpfiles=""
96157 #trap 'rm -fr $tmpfiles' 1 2 3 15
96158 #
96159 #tmpfiles="$tmpfiles t-atexit.tmp"
96160 ## Check that an atexit handler is called when main() returns normally.
96161 #echo > t-atexit.tmp
96162 #./test-atexit${EXEEXT}
96163 #if test -f t-atexit.tmp; then
96164 #  exit 1
96165 #fi
96166 #
96167 ## Check that an atexit handler is called when the program is left
96168 ## through exit(0).
96169
96170 File: ./tests/test-avltree_list.c
96171 Hash: 7eda006f64201339fc1716ebf20c065d5bdad5b0c385ae538ed09804b9100628
96172 Copyright: 2006-2009 Free Software Foundation, Inc
96173 License: GPL-3+ 
96174 Licence_Text: 
96175 #Header: 
96176 #/* Test of sequential list data type implementation.
96177 #   Copyright (C) 2006-2009 Free Software Foundation, Inc.
96178 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
96179 #
96180 #   This program is free software: you can redistribute it and/or modify
96181 #   it under the terms of the GNU General Public License as published by
96182 #   the Free Software Foundation; either version 3 of the License, or
96183 #   (at your option) any later version.
96184 #
96185 #   This program is distributed in the hope that it will be useful,
96186 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96187 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96188 #   GNU General Public License for more details.
96189 #
96190 #   You should have received a copy of the GNU General Public License
96191
96192 File: ./tests/test-avltree_oset.c
96193 Hash: 30f270cd2b85bb909eaa7bbd80590b7f31be418ab29815c404aa0266290f320a
96194 Copyright: 2006-2009 Free Software Foundation, Inc
96195 License: GPL-3+ 
96196 Licence_Text: 
96197 #Header: 
96198 #/* Test of ordered set data type implementation.
96199 #   Copyright (C) 2006-2009 Free Software Foundation, Inc.
96200 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
96201 #
96202 #   This program is free software: you can redistribute it and/or modify
96203 #   it under the terms of the GNU General Public License as published by
96204 #   the Free Software Foundation; either version 3 of the License, or
96205 #   (at your option) any later version.
96206 #
96207 #   This program is distributed in the hope that it will be useful,
96208 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96209 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96210 #   GNU General Public License for more details.
96211 #
96212 #   You should have received a copy of the GNU General Public License
96213
96214 File: ./tests/test-avltreehash_list.c
96215 Hash: b585f61497a4fc7c4dfd6e91d04c704703401fecd8b22283b5c421a43a594c37
96216 Copyright: 2006-2008 Free Software Foundation, Inc
96217 License: GPL-3+ 
96218 Licence_Text: 
96219 #Header: 
96220 #/* Test of sequential list data type implementation.
96221 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
96222 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
96223 #
96224 #   This program is free software: you can redistribute it and/or modify
96225 #   it under the terms of the GNU General Public License as published by
96226 #   the Free Software Foundation; either version 3 of the License, or
96227 #   (at your option) any later version.
96228 #
96229 #   This program is distributed in the hope that it will be useful,
96230 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96231 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96232 #   GNU General Public License for more details.
96233 #
96234 #   You should have received a copy of the GNU General Public License
96235
96236 File: ./tests/test-base64.c
96237 Hash: f1a00fd1ea70356a96758211f9ee6ac4b85a24414ac54c1d218c21c6df7f8a15
96238 Copyright: 2004, 2008 Free Software Foundation, Inc
96239 License: GPL-3+ 
96240 Licence_Text: 
96241 #Header: 
96242 #/* Self tests for base64.
96243 #   Copyright (C) 2004, 2008 Free Software Foundation, Inc.
96244 #   Written by Simon Josefsson.
96245 #
96246 #   This program is free software: you can redistribute it and/or modify
96247 #   it under the terms of the GNU General Public License as published by
96248 #   the Free Software Foundation; either version 3 of the License, or
96249 #   (at your option) any later version.
96250 #
96251 #   This program is distributed in the hope that it will be useful,
96252 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96253 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96254 #   GNU General Public License for more details.
96255 #
96256 #   You should have received a copy of the GNU General Public License
96257
96258 File: ./tests/test-binary-io.c
96259 Hash: c45b392e94b4c908c583df305c095c968079bb2bbe726a7feefc0c7400de5a58
96260 Copyright: 2005, 2007-2008 Free Software Foundation, Inc
96261 License: GPL-3+ 
96262 Licence_Text: 
96263 #Header: 
96264 #/* Test of binary mode I/O.
96265 #   Copyright (C) 2005, 2007-2008 Free Software Foundation, Inc.
96266 #
96267 #   This program is free software: you can redistribute it and/or modify
96268 #   it under the terms of the GNU General Public License as published by
96269 #   the Free Software Foundation; either version 3 of the License, or
96270 #   (at your option) any later version.
96271 #
96272 #   This program is distributed in the hope that it will be useful,
96273 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96274 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96275 #   GNU General Public License for more details.
96276 #
96277 #   You should have received a copy of the GNU General Public License
96278 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96279
96280 File: ./tests/test-binary-io.sh
96281 Hash: 1ed5b40114bb55012cd28394883f8711c6a892ec24cc5ae55877736ff7753a9a
96282 Copyright: 
96283 License: 
96284 Licence_Text: 
96285 #Header: 
96286 ##!/bin/sh
96287 #
96288 #tmpfiles=""
96289 #trap 'rm -fr $tmpfiles' 1 2 3 15
96290 #
96291 #tmpfiles="$tmpfiles t-bin-out1.tmp t-bin-out2.tmp"
96292 #./test-binary-io${EXEEXT} > t-bin-out1.tmp || exit 1
96293 #
96294 #rm -fr $tmpfiles
96295 #
96296 #exit 0
96297
96298 File: ./tests/test-bitrotate.c
96299 Hash: b31c900c0b50eeae92b228ab5590bb3f390daf91535632322fe28d791eb1e0b1
96300 Copyright: 2007-2009 Free Software Foundation, Inc
96301 License: GPL-3+ 
96302 Licence_Text: 
96303 #Header: 
96304 #/* Test of <bitrotate.h> substitute.
96305 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
96306 #
96307 #   This program is free software: you can redistribute it and/or modify
96308 #   it under the terms of the GNU General Public License as published by
96309 #   the Free Software Foundation; either version 3 of the License, or
96310 #   (at your option) any later version.
96311 #
96312 #   This program is distributed in the hope that it will be useful,
96313 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96314 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96315 #   GNU General Public License for more details.
96316 #
96317 #   You should have received a copy of the GNU General Public License
96318 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96319
96320 File: ./tests/test-btowc.c
96321 Hash: 5ebcafef18833867faa6529b403f9ea8209c5b226325a645d7f4213d0daf22c1
96322 Copyright: != WEOF); / 2008 Free Software Foundation, Inc / == c);
96323 License: GPL-3+ 
96324 Licence_Text: 
96325 #Header: 
96326 #/* Test of conversion of unibyte character to wide character.
96327 #   Copyright (C) 2008 Free Software Foundation, Inc.
96328 #
96329 #   This program is free software: you can redistribute it and/or modify
96330 #   it under the terms of the GNU General Public License as published by
96331 #   the Free Software Foundation; either version 3 of the License, or
96332 #   (at your option) any later version.
96333 #
96334 #   This program is distributed in the hope that it will be useful,
96335 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96336 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96337 #   GNU General Public License for more details.
96338 #
96339 #   You should have received a copy of the GNU General Public License
96340 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96341
96342 File: ./tests/test-btowc1.sh
96343 Hash: b4bac8f44ded39802e8ffbefa260cde10c90ae2f9cb7a3639bcf747a93fe871e
96344 Copyright: 
96345 License: 
96346 Licence_Text: 
96347 #Header: 
96348 ##!/bin/sh
96349 #
96350 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
96351 #: ${LOCALE_FR=fr_FR}
96352 #if test $LOCALE_FR = none; then
96353 #  if test -f /usr/bin/localedef; then
96354 #    echo "Skipping test: no traditional french locale is installed"
96355 #  else
96356 #    echo "Skipping test: no traditional french locale is supported"
96357 #  fi
96358 #  exit 77
96359 #fi
96360 #
96361 #LC_ALL=$LOCALE_FR \
96362 #./test-btowc${EXEEXT} 1
96363
96364 File: ./tests/test-btowc2.sh
96365 Hash: 0cc0919cbfb0a866d644d13cc08068596b5dac38fb9fe437415b812d0c3b0370
96366 Copyright: 
96367 License: 
96368 Licence_Text: 
96369 #Header: 
96370 ##!/bin/sh
96371 #
96372 ## Test whether a specific UTF-8 locale is installed.
96373 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
96374 #if test $LOCALE_FR_UTF8 = none; then
96375 #  if test -f /usr/bin/localedef; then
96376 #    echo "Skipping test: no french Unicode locale is installed"
96377 #  else
96378 #    echo "Skipping test: no french Unicode locale is supported"
96379 #  fi
96380 #  exit 77
96381 #fi
96382 #
96383 #LC_ALL=$LOCALE_FR_UTF8 \
96384 #./test-btowc${EXEEXT} 2
96385
96386 File: ./tests/test-byteswap.c
96387 Hash: 54ff0c61e08753f6557e58cbd5a9ec794ca5f2e7f51c605f4188f2803a5da67f
96388 Copyright: 2007-2008 Free Software Foundation, Inc
96389 License: GPL-3+ 
96390 Licence_Text: 
96391 #Header: 
96392 #/* Test of <byteswap.h> substitute.
96393 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
96394 #
96395 #   This program is free software: you can redistribute it and/or modify
96396 #   it under the terms of the GNU General Public License as published by
96397 #   the Free Software Foundation; either version 3 of the License, or
96398 #   (at your option) any later version.
96399 #
96400 #   This program is distributed in the hope that it will be useful,
96401 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96402 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96403 #   GNU General Public License for more details.
96404 #
96405 #   You should have received a copy of the GNU General Public License
96406 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96407
96408 File: ./tests/test-c-ctype.c
96409 Hash: 13becd45e283e22f97fac9aa9901241affa9a90f9e2e0a10efd1267cb9bada9e
96410 Copyright: 2005, 2007-2008 Free Software Foundation, Inc / == (c >= 0 && c < 0x80));
96411 License: GPL-3+ 
96412 Licence_Text: 
96413 #Header: 
96414 #/* Test of character handling in C locale.
96415 #   Copyright (C) 2005, 2007-2008 Free Software Foundation, Inc.
96416 #
96417 #   This program is free software: you can redistribute it and/or modify
96418 #   it under the terms of the GNU General Public License as published by
96419 #   the Free Software Foundation; either version 3 of the License, or
96420 #   (at your option) any later version.
96421 #
96422 #   This program is distributed in the hope that it will be useful,
96423 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96424 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96425 #   GNU General Public License for more details.
96426 #
96427 #   You should have received a copy of the GNU General Public License
96428 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96429
96430 File: ./tests/test-c-stack.c
96431 Hash: 3b31d9428c61805262bd02ba033b43f2e82e1152a2cc23f48bae221a7b86dce1
96432 Copyright: 2002, 2004, 2006, 2008 Free Software Foundation, Inc
96433 License: GPL-3+ 
96434 Licence_Text: 
96435 #Header: 
96436 #/* Test of c-stack module.
96437 #   Copyright (C) 2002, 2004, 2006, 2008 Free Software Foundation, Inc.
96438 #
96439 #   This program is free software: you can redistribute it and/or modify
96440 #   it under the terms of the GNU General Public License as published by
96441 #   the Free Software Foundation; either version 3 of the License, or
96442 #   (at your option) any later version.
96443 #
96444 #   This program is distributed in the hope that it will be useful,
96445 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96446 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96447 #   GNU General Public License for more details.
96448 #
96449 #   You should have received a copy of the GNU General Public License
96450 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96451
96452 File: ./tests/test-c-stack.sh
96453 Hash: 5ff4f37644ece982d306be694f3a8f1b7ab0be3f227b9134ed02bf92044cfd94
96454 Copyright: 
96455 License: 
96456 Licence_Text: 
96457 #Header: 
96458 ##!/bin/sh
96459 #
96460 #tmpfiles=""
96461 #trap 'rm -fr $tmpfiles' 1 2 3 15
96462 #
96463 #tmpfiles="t-c-stack.tmp"
96464 #./test-c-stack${EXEEXT} 2> t-c-stack.tmp
96465 #case $? in
96466 #  77) cat t-c-stack.tmp >&2; (exit 77); exit 77 ;;
96467 #  1) ;;
96468 #  *) (exit 1); exit 1 ;;
96469 #esac
96470 #if grep 'stack overflow' t-c-stack.tmp >/dev/null ; then
96471 #  :
96472 #else
96473
96474 File: ./tests/test-c-stack2.sh
96475 Hash: 0f27101d5e51c1531872dbbbfbb5b506368d7d6a144a87856a97f8c6ae1f4ab4
96476 Copyright: 
96477 License: 
96478 Licence_Text: 
96479 #Header: 
96480 ##!/bin/sh
96481 #
96482 #tmpfiles=""
96483 #trap 'rm -fr $tmpfiles' 1 2 3 15
96484 #
96485 #tmpfiles="t-c-stack2.tmp"
96486 #
96487 ## Sanitize exit status within a subshell, since some shells fail to
96488 ## redirect stderr on their message about death due to signal.
96489 #(./test-c-stack${EXEEXT} 1; exit $?) 2> t-c-stack2.tmp
96490 #
96491 #case $? in
96492 #  77) if grep 'stack overflow' t-c-stack2.tmp >/dev/null ; then
96493 #       if test -z "$LIBSIGSEGV"; then
96494 #         echo 'cannot tell stack overflow from crash; consider installing libsigsegv' >&2
96495
96496 File: ./tests/test-c-strcase.sh
96497 Hash: 08c6d116921579362a23059ad95ba47ee824ef9404b810f66d92b225af9669da
96498 Copyright: 
96499 License: 
96500 Licence_Text: 
96501 #Header: 
96502 ##!/bin/sh
96503 #
96504 ## Test in the C locale.
96505 #./test-c-strcasecmp${EXEEXT} || exit 1
96506 #./test-c-strncasecmp${EXEEXT} || exit 1
96507 #
96508 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
96509 #: ${LOCALE_FR=fr_FR}
96510 #if test $LOCALE_FR != none; then
96511 #  LC_ALL=$LOCALE_FR ./test-c-strcasecmp${EXEEXT} locale || exit 1
96512 #  LC_ALL=$LOCALE_FR ./test-c-strncasecmp${EXEEXT} locale || exit 1
96513 #fi
96514 #
96515 ## Test in a Turkish UTF-8 locale.
96516 #: ${LOCALE_TR_UTF8=tr_TR.UTF-8}
96517
96518 File: ./tests/test-c-strcasecmp.c
96519 Hash: 3722b73f000f435b98ba31f09ee5d733d25786e0b91f3a049a38557e0ef46a79
96520 Copyright: 2007-2008 Free Software Foundation, Inc
96521 License: GPL-3+ 
96522 Licence_Text: 
96523 #Header: 
96524 #/* Test of case-insensitive string comparison function.
96525 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
96526 #
96527 #   This program is free software: you can redistribute it and/or modify
96528 #   it under the terms of the GNU General Public License as published by
96529 #   the Free Software Foundation; either version 3 of the License, or
96530 #   (at your option) any later version.
96531 #
96532 #   This program is distributed in the hope that it will be useful,
96533 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96534 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96535 #   GNU General Public License for more details.
96536 #
96537 #   You should have received a copy of the GNU General Public License
96538 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96539
96540 File: ./tests/test-c-strcasestr.c
96541 Hash: 7d2efe1b3c344b9cff561636974f6c473250f1fa6005d9385b9ba4619287ad18
96542 Copyright: 2007, 2008 Free Software Foundation, Inc
96543 License: GPL-3+ 
96544 Licence_Text: 
96545 #Header: 
96546 #/* Test of case-insensitive searching in a string.
96547 #   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
96548 #
96549 #   This program is free software: you can redistribute it and/or modify
96550 #   it under the terms of the GNU General Public License as published by
96551 #   the Free Software Foundation; either version 3 of the License, or
96552 #   (at your option) any later version.
96553 #
96554 #   This program is distributed in the hope that it will be useful,
96555 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96556 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96557 #   GNU General Public License for more details.
96558 #
96559 #   You should have received a copy of the GNU General Public License
96560 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96561
96562 File: ./tests/test-c-strncasecmp.c
96563 Hash: 3722b73f000f435b98ba31f09ee5d733d25786e0b91f3a049a38557e0ef46a79
96564 Copyright: 2007-2008 Free Software Foundation, Inc
96565 License: GPL-3+ 
96566 Licence_Text: 
96567 #Header: 
96568 #/* Test of case-insensitive string comparison function.
96569 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
96570 #
96571 #   This program is free software: you can redistribute it and/or modify
96572 #   it under the terms of the GNU General Public License as published by
96573 #   the Free Software Foundation; either version 3 of the License, or
96574 #   (at your option) any later version.
96575 #
96576 #   This program is distributed in the hope that it will be useful,
96577 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96578 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96579 #   GNU General Public License for more details.
96580 #
96581 #   You should have received a copy of the GNU General Public License
96582 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96583
96584 File: ./tests/test-c-strstr.c
96585 Hash: 7c4cbec68d41161a47f1f02c9953b210c494a45cb3073bad343d95d82441aa02
96586 Copyright: 2007-2008 Free Software Foundation, Inc
96587 License: GPL-3+ 
96588 Licence_Text: 
96589 #Header: 
96590 #/* Test of searching in a string.
96591 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
96592 #
96593 #   This program is free software: you can redistribute it and/or modify
96594 #   it under the terms of the GNU General Public License as published by
96595 #   the Free Software Foundation; either version 3 of the License, or
96596 #   (at your option) any later version.
96597 #
96598 #   This program is distributed in the hope that it will be useful,
96599 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96600 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96601 #   GNU General Public License for more details.
96602 #
96603 #   You should have received a copy of the GNU General Public License
96604 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96605
96606 File: ./tests/test-canonicalize-lgpl.c
96607 Hash: 75c8baa24049fa693e9d21c4e974cbf52f43450a5b050bec610517bc05fe9464
96608 Copyright: 2007-2008 Free Software Foundation, Inc
96609 License: GPL-3+ 
96610 Licence_Text: 
96611 #Header: 
96612 #/* Test of execution of program termination handlers.
96613 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
96614 #
96615 #   This program is free software: you can redistribute it and/or modify
96616 #   it under the terms of the GNU General Public License as published by
96617 #   the Free Software Foundation; either version 3 of the License, or
96618 #   (at your option) any later version.
96619 #
96620 #   This program is distributed in the hope that it will be useful,
96621 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96622 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96623 #   GNU General Public License for more details.
96624 #
96625 #   You should have received a copy of the GNU General Public License
96626 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96627
96628 File: ./tests/test-canonicalize-lgpl.sh
96629 Hash: 81afe45f5b4980a73878cb5e648cd582ecf66655103424ffe60cb82e671243eb
96630 Copyright: 
96631 License: 
96632 Licence_Text: 
96633 #Header: 
96634 ##!/bin/sh
96635 #
96636 #tmpfiles=""
96637 #trap 'rm -fr $tmpfiles' 1 2 3 15
96638 #
96639 #tmpfiles="$tmpfiles t-can-lgpl.tmp ise"
96640 #mkdir t-can-lgpl.tmp
96641 #test "x$HAVE_SYMLINK" = xyes \
96642 #  && ln -s t-can-lgpl.tmp/ket ise \
96643 #  || { echo "Skipping test: symbolic links not supported on this filesystem"
96644 #       rm -fr $tmpfiles
96645 #       exit 77
96646 #     }
96647 #(cd t-can-lgpl.tmp \
96648 # && ln -s bef plo \
96649
96650 File: ./tests/test-canonicalize.c
96651 Hash: 7c61f923516c2bb3723a7449064aadf6b2ecf9568d3e1e05f1869841160852ad
96652 Copyright: 2007-2008 Free Software Foundation, Inc
96653 License: GPL-3+ 
96654 Licence_Text: 
96655 #Header: 
96656 #/* Test of execution of file name canonicalization.
96657 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
96658 #
96659 #   This program is free software: you can redistribute it and/or modify
96660 #   it under the terms of the GNU General Public License as published by
96661 #   the Free Software Foundation; either version 3 of the License, or
96662 #   (at your option) any later version.
96663 #
96664 #   This program is distributed in the hope that it will be useful,
96665 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96666 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96667 #   GNU General Public License for more details.
96668 #
96669 #   You should have received a copy of the GNU General Public License
96670 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96671
96672 File: ./tests/test-canonicalize.sh
96673 Hash: 179eb3794b8e41c6c38fb9483fc9591a1a45870367cf8694ab22293d2a6fb124
96674 Copyright: 
96675 License: 
96676 Licence_Text: 
96677 #Header: 
96678 ##!/bin/sh
96679 #
96680 #tmpfiles=""
96681 #trap 'rm -fr $tmpfiles' 1 2 3 15
96682 #
96683 #tmpfiles="$tmpfiles t-can.tmp ise"
96684 #mkdir t-can.tmp
96685 #test "x$HAVE_SYMLINK" = xyes \
96686 #  && ln -s t-can.tmp/ket ise \
96687 #  || { echo "Skipping test: symbolic links not supported on this filesystem"
96688 #       rm -fr $tmpfiles
96689 #       exit 77
96690 #     }
96691 #(cd t-can.tmp \
96692 # && ln -s bef plo \
96693
96694 File: ./tests/test-carray_list.c
96695 Hash: b585f61497a4fc7c4dfd6e91d04c704703401fecd8b22283b5c421a43a594c37
96696 Copyright: 2006-2008 Free Software Foundation, Inc
96697 License: GPL-3+ 
96698 Licence_Text: 
96699 #Header: 
96700 #/* Test of sequential list data type implementation.
96701 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
96702 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
96703 #
96704 #   This program is free software: you can redistribute it and/or modify
96705 #   it under the terms of the GNU General Public License as published by
96706 #   the Free Software Foundation; either version 3 of the License, or
96707 #   (at your option) any later version.
96708 #
96709 #   This program is distributed in the hope that it will be useful,
96710 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96711 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96712 #   GNU General Public License for more details.
96713 #
96714 #   You should have received a copy of the GNU General Public License
96715
96716 File: ./tests/test-ceilf1.c
96717 Hash: 86a9ed39c606402b92c6f2e5daf06b375f4c08068ac4c300f415df82ff10049a
96718 Copyright: 2007-2008 Free Software Foundation, Inc
96719 License: GPL-3+ 
96720 Licence_Text: 
96721 #Header: 
96722 #/* Test of rounding towards positive infinity.
96723 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
96724 #
96725 #   This program is free software: you can redistribute it and/or modify
96726 #   it under the terms of the GNU General Public License as published by
96727 #   the Free Software Foundation; either version 3 of the License, or
96728 #   (at your option) any later version.
96729 #
96730 #   This program is distributed in the hope that it will be useful,
96731 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96732 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96733 #   GNU General Public License for more details.
96734 #
96735 #   You should have received a copy of the GNU General Public License
96736 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96737
96738 File: ./tests/test-ceilf2.c
96739 Hash: 86a9ed39c606402b92c6f2e5daf06b375f4c08068ac4c300f415df82ff10049a
96740 Copyright: 2007-2008 Free Software Foundation, Inc
96741 License: GPL-3+ 
96742 Licence_Text: 
96743 #Header: 
96744 #/* Test of rounding towards positive infinity.
96745 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
96746 #
96747 #   This program is free software: you can redistribute it and/or modify
96748 #   it under the terms of the GNU General Public License as published by
96749 #   the Free Software Foundation; either version 3 of the License, or
96750 #   (at your option) any later version.
96751 #
96752 #   This program is distributed in the hope that it will be useful,
96753 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96754 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96755 #   GNU General Public License for more details.
96756 #
96757 #   You should have received a copy of the GNU General Public License
96758 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96759
96760 File: ./tests/test-ceill.c
96761 Hash: e09b1df767b4364cee38177843c6dcd444e346b8bb5b5161b90d8acec2dbf97b
96762 Copyright: 2007-2009 Free Software Foundation, Inc
96763 License: GPL-3+ 
96764 Licence_Text: 
96765 #Header: 
96766 #/* Test of rounding towards positive infinity.
96767 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
96768 #
96769 #   This program is free software: you can redistribute it and/or modify
96770 #   it under the terms of the GNU General Public License as published by
96771 #   the Free Software Foundation; either version 3 of the License, or
96772 #   (at your option) any later version.
96773 #
96774 #   This program is distributed in the hope that it will be useful,
96775 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96776 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96777 #   GNU General Public License for more details.
96778 #
96779 #   You should have received a copy of the GNU General Public License
96780 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96781
96782 File: ./tests/test-closein.c
96783 Hash: 60b704da91782d85057f15589b9adc2d33e1d034e212d4fe256a6e2bc65ffab7
96784 Copyright: 2007, 2008 Free Software Foundation, Inc
96785 License: GPL 
96786 Licence_Text: 
96787 #Header: 
96788 #/* Test of closein module.
96789 #   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
96790 #
96791 #   This program is free software; you can redistribute it and/or modify
96792 #   it under the terms of the GNU General Public License as published by
96793 #   the Free Software Foundation; either version 3, or (at your option)
96794 #   any later version.
96795 #
96796 #   This program is distributed in the hope that it will be useful,
96797 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96798 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96799 #   GNU General Public License for more details.
96800 #
96801 #   You should have received a copy of the GNU General Public License
96802 #   along with this program; if not, write to the Free Software Foundation,
96803
96804 File: ./tests/test-closein.sh
96805 Hash: 24747fa1e687723c702708fb4c239cf6e54f59d0a1ba915784eb47e86e4c29ad
96806 Copyright: 
96807 License: 
96808 Licence_Text: 
96809 #Header: 
96810 ##!/bin/sh
96811 #
96812 #tmpfiles=
96813 #trap 'rm -fr $tmpfiles' 1 2 3 15
96814 #
96815 #p=t-closein-
96816 #tmpfiles="${p}in.tmp ${p}xout.tmp ${p}out1.tmp ${p}out2.tmp"
96817 #
96818 #echo Hello world > ${p}in.tmp
96819 #echo world > ${p}xout.tmp
96820 #
96821 ## Test with seekable stdin; followon process must see remaining data
96822 #(./test-closein${EXEEXT}; cat) < ${p}in.tmp > ${p}out1.tmp || exit 1
96823 #cmp ${p}out1.tmp ${p}in.tmp || exit 1
96824
96825 File: ./tests/test-cond.c
96826 Hash: cdf0a1afb208f062d159f0bae1e25a2c661d41e33bae74c541e2bd6700dbd280
96827 Copyright: 2008 Free Software Foundation, Inc
96828 License: GPL-3+ 
96829 Licence_Text: 
96830 #Header: 
96831 #/* Test of condition variables in multithreaded situations.
96832 #   Copyright (C) 2008 Free Software Foundation, Inc.
96833 #
96834 #   This program is free software: you can redistribute it and/or modify
96835 #   it under the terms of the GNU General Public License as published by
96836 #   the Free Software Foundation; either version 3 of the License, or
96837 #   (at your option) any later version.
96838 #
96839 #   This program is distributed in the hope that it will be useful,
96840 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96841 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96842 #   GNU General Public License for more details.
96843 #
96844 #   You should have received a copy of the GNU General Public License
96845 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96846
96847 File: ./tests/test-copy-acl.c
96848 Hash: b07b34ea88cab3fe8cbac959666aac9f3ac02289367135b8bdf8221c2048f83d
96849 Copyright: 2008 Free Software Foundation, Inc
96850 License: GPL-3+ 
96851 Licence_Text: 
96852 #Header: 
96853 #/* Test of copying of files.
96854 #   Copyright (C) 2008 Free Software Foundation, Inc.
96855 #
96856 #   This program is free software: you can redistribute it and/or modify
96857 #   it under the terms of the GNU General Public License as published by
96858 #   the Free Software Foundation; either version 3 of the License, or
96859 #   (at your option) any later version.
96860 #
96861 #   This program is distributed in the hope that it will be useful,
96862 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96863 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96864 #   GNU General Public License for more details.
96865 #
96866 #   You should have received a copy of the GNU General Public License
96867 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96868
96869 File: ./tests/test-copy-acl.sh
96870 Hash: b1467dfc3f8068c2ef6833ef9f6e517dbb8289b1f4c720ab888072f32c7a9636
96871 Copyright: 
96872 License: 
96873 Licence_Text: 
96874 #Header: 
96875 ##!/bin/sh
96876 #
96877 ## Show all commands when run with environment variable VERBOSE=yes.
96878 #test -z "$VERBOSE" || set -x
96879 #
96880 #test "$USE_ACL" = 0 &&
96881 #  {
96882 #    echo "Skipping test: insufficient ACL support"
96883 #    exit 77
96884 #  }
96885 #
96886 ## func_tmpdir
96887 ## creates a temporary directory.
96888 ## Sets variable
96889 ## - tmp             pathname of freshly created temporary directory
96890
96891 File: ./tests/test-copy-file.c
96892 Hash: b07b34ea88cab3fe8cbac959666aac9f3ac02289367135b8bdf8221c2048f83d
96893 Copyright: 2008 Free Software Foundation, Inc
96894 License: GPL-3+ 
96895 Licence_Text: 
96896 #Header: 
96897 #/* Test of copying of files.
96898 #   Copyright (C) 2008 Free Software Foundation, Inc.
96899 #
96900 #   This program is free software: you can redistribute it and/or modify
96901 #   it under the terms of the GNU General Public License as published by
96902 #   the Free Software Foundation; either version 3 of the License, or
96903 #   (at your option) any later version.
96904 #
96905 #   This program is distributed in the hope that it will be useful,
96906 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
96907 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96908 #   GNU General Public License for more details.
96909 #
96910 #   You should have received a copy of the GNU General Public License
96911 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96912
96913 File: ./tests/test-copy-file.sh
96914 Hash: 3454dddf42074bbc9ee4ad92fd4b15d168fe3bd37bc4e8ba740a040441f861ca
96915 Copyright: 
96916 License: 
96917 Licence_Text: 
96918 #Header: 
96919 ##!/bin/sh
96920 #
96921 ## Show all commands when run with environment variable VERBOSE=yes.
96922 #test -z "$VERBOSE" || set -x
96923 #
96924 ## func_tmpdir
96925 ## creates a temporary directory.
96926 ## Sets variable
96927 ## - tmp             pathname of freshly created temporary directory
96928 #func_tmpdir ()
96929 #{
96930 #  # Use the environment variable TMPDIR, falling back to /tmp. This allows
96931 #  # users to specify a different temporary directory, for example, if their
96932 #  # /tmp is filled up or too small.
96933 #  : ${TMPDIR=/tmp}
96934
96935 File: ./tests/test-count-one-bits.c
96936 Hash: 0a1addad31c87ba1dc9b2149bec84703e74bf936dc6807f45f0df6c679c99eba
96937 Copyright: 2007-2008 Free Software Foundation
96938 License: GPL-3+ 
96939 Licence_Text: 
96940 #Header: 
96941 #/*
96942 # * Copyright (C) 2007-2008 Free Software Foundation
96943 # *
96944 # * This program is free software: you can redistribute it and/or modify
96945 # * it under the terms of the GNU General Public License as published by
96946 # * the Free Software Foundation; either version 3 of the License, or
96947 # * (at your option) any later version.
96948 # *
96949 # * This program is distributed in the hope that it will be useful,
96950 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
96951 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96952 # * GNU General Public License for more details.
96953 # *
96954 # * You should have received a copy of the GNU General Public License
96955 # * along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96956
96957 File: ./tests/test-crc.c
96958 Hash: e926964a3909208530797cd9796ec1651f592cdf9925dcc36e6e5a566968712f
96959 Copyright: 2005, 2006, 2007 Free Software Foundation
96960 License: GPL-3+ 
96961 Licence_Text: 
96962 #Header: 
96963 #/*
96964 # * Copyright (C) 2005, 2006, 2007 Free Software Foundation
96965 # *
96966 # * This program is free software: you can redistribute it and/or modify
96967 # * it under the terms of the GNU General Public License as published by
96968 # * the Free Software Foundation; either version 3 of the License, or
96969 # * (at your option) any later version.
96970 # *
96971 # * This program is distributed in the hope that it will be useful,
96972 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
96973 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96974 # * GNU General Public License for more details.
96975 # *
96976 # * You should have received a copy of the GNU General Public License
96977 # * along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
96978
96979 File: ./tests/test-des.c
96980 Hash: 2be8e95b0dea714ec5eea7bb03ba88c5768d2dc5376db963fa25bfaae842c979
96981 Copyright: 2005, 2007 Free Software Foundation
96982 License: GPL 
96983 Licence_Text: 
96984 #Header: 
96985 #/*
96986 # * Copyright (C) 2005, 2007 Free Software Foundation
96987 # * Written by Simon Josefsson
96988 # *
96989 # * This program is free software; you can redistribute it and/or modify
96990 # * it under the terms of the GNU General Public License as published by
96991 # * the Free Software Foundation; either version 2, or (at your option)
96992 # * any later version.
96993 # *
96994 # * This program is distributed in the hope that it will be useful,
96995 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
96996 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96997 # * GNU General Public License for more details.
96998 # *
96999 # * You should have received a copy of the GNU General Public License
97000
97001 File: ./tests/test-dirent-safer.c
97002 Hash: 5a22d0608d61b123ddda55784e14d7d257b9110344b8e19243968d9fa0fd2eff
97003 Copyright: 2009 Free Software Foundation, Inc
97004 License: GPL-3+ 
97005 Licence_Text: 
97006 #Header: 
97007 #/* Test that directory streams leave standard fds alone.
97008 #   Copyright (C) 2009 Free Software Foundation, Inc.
97009 #
97010 #   This program is free software: you can redistribute it and/or modify
97011 #   it under the terms of the GNU General Public License as published by
97012 #   the Free Software Foundation; either version 3 of the License, or
97013 #   (at your option) any later version.
97014 #
97015 #   This program is distributed in the hope that it will be useful,
97016 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97017 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97018 #   GNU General Public License for more details.
97019 #
97020 #   You should have received a copy of the GNU General Public License
97021 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97022
97023 File: ./tests/test-dirname.c
97024 Hash: 502e96f62d9a5b6ce322bbae2e2710d9e0d9865dbc4afa1e08fe7abf01fea73e
97025 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc
97026 License: GPL-3+ 
97027 Licence_Text: 
97028 #Header: 
97029 #/* Test the gnulib dirname module.
97030 #   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
97031 #
97032 #   This program is free software: you can redistribute it and/or modify
97033 #   it under the terms of the GNU General Public License as published by
97034 #   the Free Software Foundation; either version 3 of the License, or
97035 #   (at your option) any later version.
97036 #
97037 #   This program is distributed in the hope that it will be useful,
97038 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97039 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97040 #   GNU General Public License for more details.
97041 #
97042 #   You should have received a copy of the GNU General Public License
97043 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97044
97045 File: ./tests/test-dprintf-posix.c
97046 Hash: e6f0b4694e38d2d1e76dc966dd73d4afb089176883b07410a1b7f22f1e133b33
97047 Copyright: 2007-2009 Free Software Foundation, Inc
97048 License: GPL-3+ 
97049 Licence_Text: 
97050 #Header: 
97051 #/* Test of POSIX compatible dprintf() function.
97052 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
97053 #
97054 #   This program is free software: you can redistribute it and/or modify
97055 #   it under the terms of the GNU General Public License as published by
97056 #   the Free Software Foundation; either version 3 of the License, or
97057 #   (at your option) any later version.
97058 #
97059 #   This program is distributed in the hope that it will be useful,
97060 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97061 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97062 #   GNU General Public License for more details.
97063 #
97064 #   You should have received a copy of the GNU General Public License
97065 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97066
97067 File: ./tests/test-dprintf-posix.sh
97068 Hash: 87cd228811d69c325ed0768128a0b3f461e85a1cf16115f64a097d662d3f21d1
97069 Copyright: 
97070 License: 
97071 Licence_Text: 
97072 #Header: 
97073 ##!/bin/sh
97074 #
97075 #tmpfiles=""
97076 #trap 'rm -fr $tmpfiles' 1 2 3 15
97077 #
97078 #tmpfiles="$tmpfiles t-dprintf-posix.tmp t-dprintf-posix.out"
97079 #./test-dprintf-posix${EXEEXT} > t-dprintf-posix.tmp || exit 1
97080 #LC_ALL=C tr -d '\r' < t-dprintf-posix.tmp > t-dprintf-posix.out || exit 1
97081 #
97082 #: ${DIFF=diff}
97083 #${DIFF} "${srcdir}/test-printf-posix.output" t-dprintf-posix.out
97084 #result=$?
97085 #
97086 #rm -fr $tmpfiles
97087
97088 File: ./tests/test-dup2.c
97089 Hash: 42890de08812375aedcb5743bcd75331fbc8fe7f4d79fd79f5df187ce9e10672
97090 Copyright: 2009 Free Software Foundation, Inc
97091 License: GPL-3+ 
97092 Licence_Text: 
97093 #Header: 
97094 #/* Test duplicating file descriptors.
97095 #   Copyright (C) 2009 Free Software Foundation, Inc.
97096 #
97097 #   This program is free software: you can redistribute it and/or modify
97098 #   it under the terms of the GNU General Public License as published by
97099 #   the Free Software Foundation; either version 3 of the License, or
97100 #   (at your option) any later version.
97101 #
97102 #   This program is distributed in the hope that it will be useful,
97103 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97104 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97105 #   GNU General Public License for more details.
97106 #
97107 #   You should have received a copy of the GNU General Public License
97108 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97109
97110 File: ./tests/test-dup3.c
97111 Hash: 42890de08812375aedcb5743bcd75331fbc8fe7f4d79fd79f5df187ce9e10672
97112 Copyright: 2009 Free Software Foundation, Inc
97113 License: GPL-3+ 
97114 Licence_Text: 
97115 #Header: 
97116 #/* Test duplicating file descriptors.
97117 #   Copyright (C) 2009 Free Software Foundation, Inc.
97118 #
97119 #   This program is free software: you can redistribute it and/or modify
97120 #   it under the terms of the GNU General Public License as published by
97121 #   the Free Software Foundation; either version 3 of the License, or
97122 #   (at your option) any later version.
97123 #
97124 #   This program is distributed in the hope that it will be useful,
97125 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97126 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97127 #   GNU General Public License for more details.
97128 #
97129 #   You should have received a copy of the GNU General Public License
97130 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97131
97132 File: ./tests/test-echo.sh
97133 Hash: 167c0f782ed61e0c577c8644fe6afd5a8c987ce1f93ba3f28228fe90928fddfe
97134 Copyright: 
97135 License: 
97136 Licence_Text: 
97137 #Header: 
97138 ##! /bin/sh
97139 #
97140 ## func_exit STATUS
97141 ## exit with status
97142 #func_exit ()
97143 #{
97144 #  (exit $1); exit $1
97145 #}
97146 #
97147 ## func_fatal_error message
97148 ## outputs to stderr a fatal error message, and terminates the program.
97149 #func_fatal_error ()
97150 #{
97151 #  echo "test-echo.sh: *** $1" 1>&2
97152 #  echo "test-echo.sh: *** Stop." 1>&2
97153
97154 File: ./tests/test-environ.c
97155 Hash: 7f9aff3986d989fd5967abe2d2b072d678411dd664064aef0639f7a7602921bd
97156 Copyright: 2008 Free Software Foundation, Inc
97157 License: GPL-3+ 
97158 Licence_Text: 
97159 #Header: 
97160 #/* Test of environ variable.
97161 #   Copyright (C) 2008 Free Software Foundation, Inc.
97162 #
97163 #   This program is free software: you can redistribute it and/or modify
97164 #   it under the terms of the GNU General Public License as published by
97165 #   the Free Software Foundation; either version 3 of the License, or
97166 #   (at your option) any later version.
97167 #
97168 #   This program is distributed in the hope that it will be useful,
97169 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97170 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97171 #   GNU General Public License for more details.
97172 #
97173 #   You should have received a copy of the GNU General Public License
97174 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97175
97176 File: ./tests/test-errno.c
97177 Hash: ca54e2c0451c2ff331290635dc29a1c8f47a42e28a5e85dec52c78e70fa8e810
97178 Copyright: 2008 Free Software Foundation, Inc
97179 License: GPL-3+ 
97180 Licence_Text: 
97181 #Header: 
97182 #/* Test of <errno.h> substitute.
97183 #   Copyright (C) 2008 Free Software Foundation, Inc.
97184 #
97185 #   This program is free software: you can redistribute it and/or modify
97186 #   it under the terms of the GNU General Public License as published by
97187 #   the Free Software Foundation; either version 3 of the License, or
97188 #   (at your option) any later version.
97189 #
97190 #   This program is distributed in the hope that it will be useful,
97191 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97192 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97193 #   GNU General Public License for more details.
97194 #
97195 #   You should have received a copy of the GNU General Public License
97196 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97197
97198 File: ./tests/test-exclude.c
97199 Hash: 8ebd7047d8c758e1bb24cb360d2ab93d441a88f10b84384950d69c2977c4165d
97200 Copyright: 2009 Free Software Foundation, Inc
97201 License: GPL-3+ 
97202 Licence_Text: 
97203 #Header: 
97204 #/* Test suite for exclude.
97205 #   Copyright (C) 2009 Free Software Foundation, Inc.
97206 #   This file is part of the GNUlib Library.
97207 #
97208 #   This program is free software: you can redistribute it and/or modify
97209 #   it under the terms of the GNU General Public License as published by
97210 #   the Free Software Foundation; either version 3 of the License, or
97211 #   (at your option) any later version.
97212 #
97213 #   This program is distributed in the hope that it will be useful,
97214 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97215 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97216 #   GNU General Public License for more details.
97217 #
97218 #   You should have received a copy of the GNU General Public License
97219
97220 File: ./tests/test-exclude1.sh
97221 Hash: 0eb276c7f21ee98c1d908a6b400b47d53318960c5ef9a28f22236817080414f6
97222 Copyright: 2009 Free Software Foundation, Inc
97223 License: GPL-3+ 
97224 Licence_Text: 
97225 #Header: 
97226 ##! /bin/sh
97227 ## Test suite for exclude.
97228 ## Copyright (C) 2009 Free Software Foundation, Inc.
97229 ## This file is part of the GNUlib Library.
97230 ##
97231 ## This program is free software: you can redistribute it and/or modify
97232 ## it under the terms of the GNU General Public License as published by
97233 ## the Free Software Foundation; either version 3 of the License, or
97234 ## (at your option) any later version.
97235 ##
97236 ## This program is distributed in the hope that it will be useful,
97237 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
97238 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97239 ## GNU General Public License for more details.
97240 ##
97241
97242 File: ./tests/test-exclude2.sh
97243 Hash: 0eb276c7f21ee98c1d908a6b400b47d53318960c5ef9a28f22236817080414f6
97244 Copyright: 2009 Free Software Foundation, Inc
97245 License: GPL-3+ 
97246 Licence_Text: 
97247 #Header: 
97248 ##! /bin/sh
97249 ## Test suite for exclude.
97250 ## Copyright (C) 2009 Free Software Foundation, Inc.
97251 ## This file is part of the GNUlib Library.
97252 ##
97253 ## This program is free software: you can redistribute it and/or modify
97254 ## it under the terms of the GNU General Public License as published by
97255 ## the Free Software Foundation; either version 3 of the License, or
97256 ## (at your option) any later version.
97257 ##
97258 ## This program is distributed in the hope that it will be useful,
97259 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
97260 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97261 ## GNU General Public License for more details.
97262 ##
97263
97264 File: ./tests/test-exclude3.sh
97265 Hash: 0eb276c7f21ee98c1d908a6b400b47d53318960c5ef9a28f22236817080414f6
97266 Copyright: 2009 Free Software Foundation, Inc
97267 License: GPL-3+ 
97268 Licence_Text: 
97269 #Header: 
97270 ##! /bin/sh
97271 ## Test suite for exclude.
97272 ## Copyright (C) 2009 Free Software Foundation, Inc.
97273 ## This file is part of the GNUlib Library.
97274 ##
97275 ## This program is free software: you can redistribute it and/or modify
97276 ## it under the terms of the GNU General Public License as published by
97277 ## the Free Software Foundation; either version 3 of the License, or
97278 ## (at your option) any later version.
97279 ##
97280 ## This program is distributed in the hope that it will be useful,
97281 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
97282 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97283 ## GNU General Public License for more details.
97284 ##
97285
97286 File: ./tests/test-exclude4.sh
97287 Hash: 0eb276c7f21ee98c1d908a6b400b47d53318960c5ef9a28f22236817080414f6
97288 Copyright: 2009 Free Software Foundation, Inc
97289 License: GPL-3+ 
97290 Licence_Text: 
97291 #Header: 
97292 ##! /bin/sh
97293 ## Test suite for exclude.
97294 ## Copyright (C) 2009 Free Software Foundation, Inc.
97295 ## This file is part of the GNUlib Library.
97296 ##
97297 ## This program is free software: you can redistribute it and/or modify
97298 ## it under the terms of the GNU General Public License as published by
97299 ## the Free Software Foundation; either version 3 of the License, or
97300 ## (at your option) any later version.
97301 ##
97302 ## This program is distributed in the hope that it will be useful,
97303 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
97304 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97305 ## GNU General Public License for more details.
97306 ##
97307
97308 File: ./tests/test-exclude5.sh
97309 Hash: 0eb276c7f21ee98c1d908a6b400b47d53318960c5ef9a28f22236817080414f6
97310 Copyright: 2009 Free Software Foundation, Inc
97311 License: GPL-3+ 
97312 Licence_Text: 
97313 #Header: 
97314 ##! /bin/sh
97315 ## Test suite for exclude.
97316 ## Copyright (C) 2009 Free Software Foundation, Inc.
97317 ## This file is part of the GNUlib Library.
97318 ##
97319 ## This program is free software: you can redistribute it and/or modify
97320 ## it under the terms of the GNU General Public License as published by
97321 ## the Free Software Foundation; either version 3 of the License, or
97322 ## (at your option) any later version.
97323 ##
97324 ## This program is distributed in the hope that it will be useful,
97325 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
97326 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97327 ## GNU General Public License for more details.
97328 ##
97329
97330 File: ./tests/test-exclude6.sh
97331 Hash: 0eb276c7f21ee98c1d908a6b400b47d53318960c5ef9a28f22236817080414f6
97332 Copyright: 2009 Free Software Foundation, Inc
97333 License: GPL-3+ 
97334 Licence_Text: 
97335 #Header: 
97336 ##! /bin/sh
97337 ## Test suite for exclude.
97338 ## Copyright (C) 2009 Free Software Foundation, Inc.
97339 ## This file is part of the GNUlib Library.
97340 ##
97341 ## This program is free software: you can redistribute it and/or modify
97342 ## it under the terms of the GNU General Public License as published by
97343 ## the Free Software Foundation; either version 3 of the License, or
97344 ## (at your option) any later version.
97345 ##
97346 ## This program is distributed in the hope that it will be useful,
97347 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
97348 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97349 ## GNU General Public License for more details.
97350 ##
97351
97352 File: ./tests/test-exclude7.sh
97353 Hash: 0eb276c7f21ee98c1d908a6b400b47d53318960c5ef9a28f22236817080414f6
97354 Copyright: 2009 Free Software Foundation, Inc
97355 License: GPL-3+ 
97356 Licence_Text: 
97357 #Header: 
97358 ##! /bin/sh
97359 ## Test suite for exclude.
97360 ## Copyright (C) 2009 Free Software Foundation, Inc.
97361 ## This file is part of the GNUlib Library.
97362 ##
97363 ## This program is free software: you can redistribute it and/or modify
97364 ## it under the terms of the GNU General Public License as published by
97365 ## the Free Software Foundation; either version 3 of the License, or
97366 ## (at your option) any later version.
97367 ##
97368 ## This program is distributed in the hope that it will be useful,
97369 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
97370 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97371 ## GNU General Public License for more details.
97372 ##
97373
97374 File: ./tests/test-fbufmode.c
97375 Hash: f8bb902cbd6174946430fea20f8b499d96ef441a74fe87b603adc43f53b24ba9
97376 Copyright: 2007-2008 Free Software Foundation, Inc
97377 License: GPL-3+ 
97378 Licence_Text: 
97379 #Header: 
97380 #/* Test of fbufmode() function.
97381 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
97382 #
97383 #   This program is free software: you can redistribute it and/or modify
97384 #   it under the terms of the GNU General Public License as published by
97385 #   the Free Software Foundation; either version 3 of the License, or
97386 #   (at your option) any later version.
97387 #
97388 #   This program is distributed in the hope that it will be useful,
97389 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97390 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97391 #   GNU General Public License for more details.
97392 #
97393 #   You should have received a copy of the GNU General Public License
97394 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97395
97396 File: ./tests/test-fchdir.c
97397 Hash: 1ede59e2649f54965b96b11e3defba44f756e66e2f0c750d5f950f4dbe196fa7
97398 Copyright: 2009 Free Software Foundation, Inc
97399 License: GPL-3+ 
97400 Licence_Text: 
97401 #Header: 
97402 #/* Test changing to a directory named by a file descriptor.
97403 #   Copyright (C) 2009 Free Software Foundation, Inc.
97404 #
97405 #   This program is free software: you can redistribute it and/or modify
97406 #   it under the terms of the GNU General Public License as published by
97407 #   the Free Software Foundation; either version 3 of the License, or
97408 #   (at your option) any later version.
97409 #
97410 #   This program is distributed in the hope that it will be useful,
97411 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97412 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97413 #   GNU General Public License for more details.
97414 #
97415 #   You should have received a copy of the GNU General Public License
97416 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97417
97418 File: ./tests/test-fcntl-h.c
97419 Hash: 356ce47d3e2061b396a00244416fae41a78a4ff320458994f76699c2d5b742d2
97420 Copyright: 2007, 2009 Free Software Foundation, Inc
97421 License: GPL-3+ 
97422 Licence_Text: 
97423 #Header: 
97424 #/* Test of <fcntl.h> substitute.
97425 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
97426 #
97427 #   This program is free software: you can redistribute it and/or modify
97428 #   it under the terms of the GNU General Public License as published by
97429 #   the Free Software Foundation; either version 3 of the License, or
97430 #   (at your option) any later version.
97431 #
97432 #   This program is distributed in the hope that it will be useful,
97433 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97434 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97435 #   GNU General Public License for more details.
97436 #
97437 #   You should have received a copy of the GNU General Public License
97438 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97439
97440 File: ./tests/test-fcntl-safer.c
97441 Hash: ea245caf71373385a97aed99b26affea9998f8f14d5bff866ca61e70e0bafed0
97442 Copyright: 2007-2009 Free Software Foundation, Inc
97443 License: GPL-3+ 
97444 Licence_Text: 
97445 #Header: 
97446 #/* Test of opening a file descriptor.
97447 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
97448 #
97449 #   This program is free software: you can redistribute it and/or modify
97450 #   it under the terms of the GNU General Public License as published by
97451 #   the Free Software Foundation; either version 3 of the License, or
97452 #   (at your option) any later version.
97453 #
97454 #   This program is distributed in the hope that it will be useful,
97455 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97456 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97457 #   GNU General Public License for more details.
97458 #
97459 #   You should have received a copy of the GNU General Public License
97460 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97461
97462 File: ./tests/test-fdopendir.c
97463 Hash: 9847782c540349bedfe816a98eff2e2a2b21de374b5eb0bbaa3f59cbb61ae561
97464 Copyright: 2009 Free Software Foundation, Inc
97465 License: GPL-3+ 
97466 Licence_Text: 
97467 #Header: 
97468 #/* Test opening a directory stream from a file descriptor.
97469 #   Copyright (C) 2009 Free Software Foundation, Inc.
97470 #
97471 #   This program is free software: you can redistribute it and/or modify
97472 #   it under the terms of the GNU General Public License as published by
97473 #   the Free Software Foundation; either version 3 of the License, or
97474 #   (at your option) any later version.
97475 #
97476 #   This program is distributed in the hope that it will be useful,
97477 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97478 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97479 #   GNU General Public License for more details.
97480 #
97481 #   You should have received a copy of the GNU General Public License
97482 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97483
97484 File: ./tests/test-fflush.c
97485 Hash: 69eca960097ee5c280d159ba1477c6fdf640149e0e14e210b536524114a79618
97486 Copyright: 2007 Free Software Foundation, Inc
97487 License: GPL-3+ 
97488 Licence_Text: 
97489 #Header: 
97490 #/* Test of POSIX compatible fflush() function.
97491 #   Copyright (C) 2007 Free Software Foundation, Inc.
97492 #
97493 #   This program is free software: you can redistribute it and/or modify
97494 #   it under the terms of the GNU General Public License as published by
97495 #   the Free Software Foundation; either version 3 of the License, or
97496 #   (at your option) any later version.
97497 #
97498 #   This program is distributed in the hope that it will be useful,
97499 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97500 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97501 #   GNU General Public License for more details.
97502 #
97503 #   You should have received a copy of the GNU General Public License
97504 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97505
97506 File: ./tests/test-fflush2.c
97507 Hash: 0cb46425ac00337c0a55933b576d483da8c84792991892297731d9ffc746f4bd
97508 Copyright: 2008-2009 Free Software Foundation, Inc
97509 License: GPL-3+ 
97510 Licence_Text: 
97511 #Header: 
97512 #/* Test of POSIX compatible fflush() function.
97513 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
97514 #
97515 #   This program is free software: you can redistribute it and/or modify
97516 #   it under the terms of the GNU General Public License as published by
97517 #   the Free Software Foundation; either version 3 of the License, or
97518 #   (at your option) any later version.
97519 #
97520 #   This program is distributed in the hope that it will be useful,
97521 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97522 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97523 #   GNU General Public License for more details.
97524 #
97525 #   You should have received a copy of the GNU General Public License
97526 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97527
97528 File: ./tests/test-fflush2.sh
97529 Hash: 9d3df2d637b481f1d5f1437b111dc2061bcf8e995843af8856817103951b1483
97530 Copyright: 
97531 License: 
97532 Licence_Text: 
97533 #Header: 
97534 ##!/bin/sh
97535 #
97536 ## Execute the test only with seekable input stream.
97537 ## The behaviour of fflush() on a non-seekable input stream is undefined.
97538 #./test-fflush2${EXEEXT} 1 < "$srcdir/test-fflush2.sh" || exit $?
97539 #./test-fflush2${EXEEXT} 2 < "$srcdir/test-fflush2.sh" || exit $?
97540 ##cat "$srcdir/test-fflush2.sh" | ./test-fflush2${EXEEXT} || exit $?
97541 #
97542 #exit 0
97543
97544 File: ./tests/test-file-has-acl.c
97545 Hash: 6c2949f3e460929b2f8bf6c01aed469b5cc37a1eb1233352638770c3930df5df
97546 Copyright: 2008-2009 Free Software Foundation, Inc
97547 License: GPL-3+ 
97548 Licence_Text: 
97549 #Header: 
97550 #/* Test for presence of ACL.
97551 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
97552 #
97553 #   This program is free software: you can redistribute it and/or modify
97554 #   it under the terms of the GNU General Public License as published by
97555 #   the Free Software Foundation; either version 3 of the License, or
97556 #   (at your option) any later version.
97557 #
97558 #   This program is distributed in the hope that it will be useful,
97559 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97560 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97561 #   GNU General Public License for more details.
97562 #
97563 #   You should have received a copy of the GNU General Public License
97564 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97565
97566 File: ./tests/test-file-has-acl.sh
97567 Hash: b1467dfc3f8068c2ef6833ef9f6e517dbb8289b1f4c720ab888072f32c7a9636
97568 Copyright: 
97569 License: 
97570 Licence_Text: 
97571 #Header: 
97572 ##!/bin/sh
97573 #
97574 ## Show all commands when run with environment variable VERBOSE=yes.
97575 #test -z "$VERBOSE" || set -x
97576 #
97577 #test "$USE_ACL" = 0 &&
97578 #  {
97579 #    echo "Skipping test: insufficient ACL support"
97580 #    exit 77
97581 #  }
97582 #
97583 ## func_tmpdir
97584 ## creates a temporary directory.
97585 ## Sets variable
97586 ## - tmp             pathname of freshly created temporary directory
97587
97588 File: ./tests/test-filenamecat.c
97589 Hash: 2421876d5280739ca72e375a556c1af16509b646f18f3217c4a71c9539b47234
97590 Copyright: 1996-2007, 2009 Free Software Foundation, Inc
97591 License: GPL-3+ 
97592 Licence_Text: 
97593 #Header: 
97594 #/* Test of concatenation of two arbitrary file names.
97595 #
97596 #   Copyright (C) 1996-2007, 2009 Free Software Foundation, Inc.
97597 #
97598 #   This program is free software: you can redistribute it and/or modify
97599 #   it under the terms of the GNU General Public License as published by
97600 #   the Free Software Foundation; either version 3 of the License, or
97601 #   (at your option) any later version.
97602 #
97603 #   This program is distributed in the hope that it will be useful,
97604 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97605 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97606 #   GNU General Public License for more details.
97607 #
97608 #   You should have received a copy of the GNU General Public License
97609
97610 File: ./tests/test-filevercmp.c
97611 Hash: e9a609c14b8dce43bffbf6d67ec08a74092aa14c279914cd27cf603657ead587
97612 Copyright: 2008-2009 Free Software Foundation, Inc
97613 License: GPL 
97614 Licence_Text: 
97615 #Header: 
97616 #/* Test of filevercmp() function.
97617 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
97618 #
97619 #   This program is free software; you can redistribute it and/or modify
97620 #   it under the terms of the GNU General Public License as published by
97621 #   the Free Software Foundation; either version 3, or (at your option)
97622 #   any later version.
97623 #
97624 #   This program is distributed in the hope that it will be useful,
97625 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97626 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97627 #   GNU General Public License for more details.
97628 #
97629 #   You should have received a copy of the GNU General Public License
97630 #   along with this program; if not, write to the Free Software Foundation,
97631
97632 File: ./tests/test-flock.c
97633 Hash: ed2f3659a200c467c8c3c35b233e01ef87c935180aed9e91946bce9883ea62fe
97634 Copyright: 2008 Free Software Foundation, Inc
97635 License: GPL-2+ 
97636 Licence_Text: 
97637 #Header: 
97638 #/* Test of flock() function.
97639 #   Copyright (C) 2008 Free Software Foundation, Inc.
97640 #
97641 #   This program is free software: you can redistribute it and/or modify
97642 #   it under the terms of the GNU General Public License as published by
97643 #   the Free Software Foundation; either version 2 of the License, or
97644 #   (at your option) any later version.
97645 #
97646 #   This program is distributed in the hope that it will be useful,
97647 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97648 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97649 #   GNU General Public License for more details.
97650 #
97651 #   You should have received a copy of the GNU General Public License
97652 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97653
97654 File: ./tests/test-floorf1.c
97655 Hash: 10a5b305844505ce6609f50929a9808ba6d4138eb48356e0d04de85bdafa6e0a
97656 Copyright: 2007-2008 Free Software Foundation, Inc
97657 License: GPL-3+ 
97658 Licence_Text: 
97659 #Header: 
97660 #/* Test of rounding towards negative infinity.
97661 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
97662 #
97663 #   This program is free software: you can redistribute it and/or modify
97664 #   it under the terms of the GNU General Public License as published by
97665 #   the Free Software Foundation; either version 3 of the License, or
97666 #   (at your option) any later version.
97667 #
97668 #   This program is distributed in the hope that it will be useful,
97669 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97670 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97671 #   GNU General Public License for more details.
97672 #
97673 #   You should have received a copy of the GNU General Public License
97674 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97675
97676 File: ./tests/test-floorf2.c
97677 Hash: 10a5b305844505ce6609f50929a9808ba6d4138eb48356e0d04de85bdafa6e0a
97678 Copyright: 2007-2008 Free Software Foundation, Inc
97679 License: GPL-3+ 
97680 Licence_Text: 
97681 #Header: 
97682 #/* Test of rounding towards negative infinity.
97683 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
97684 #
97685 #   This program is free software: you can redistribute it and/or modify
97686 #   it under the terms of the GNU General Public License as published by
97687 #   the Free Software Foundation; either version 3 of the License, or
97688 #   (at your option) any later version.
97689 #
97690 #   This program is distributed in the hope that it will be useful,
97691 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97692 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97693 #   GNU General Public License for more details.
97694 #
97695 #   You should have received a copy of the GNU General Public License
97696 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97697
97698 File: ./tests/test-floorl.c
97699 Hash: 8dd61603c1d098520aa003282269b173ff24e36a22c995a82098236b60c0bd12
97700 Copyright: 2007-2009 Free Software Foundation, Inc
97701 License: GPL-3+ 
97702 Licence_Text: 
97703 #Header: 
97704 #/* Test of rounding towards negative infinity.
97705 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
97706 #
97707 #   This program is free software: you can redistribute it and/or modify
97708 #   it under the terms of the GNU General Public License as published by
97709 #   the Free Software Foundation; either version 3 of the License, or
97710 #   (at your option) any later version.
97711 #
97712 #   This program is distributed in the hope that it will be useful,
97713 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97714 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97715 #   GNU General Public License for more details.
97716 #
97717 #   You should have received a copy of the GNU General Public License
97718 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97719
97720 File: ./tests/test-fnmatch.c
97721 Hash: 0949276b897ba2ca32389bb684582366b42e011338d888e27529fe47643863a0
97722 Copyright: 2009 Free Software Foundation, Inc
97723 License: GPL-3+ 
97724 Licence_Text: 
97725 #Header: 
97726 #/* Test of fnmatch string matching function.
97727 #   Copyright (C) 2009 Free Software Foundation, Inc.
97728 #
97729 #   This program is free software: you can redistribute it and/or modify
97730 #   it under the terms of the GNU General Public License as published by
97731 #   the Free Software Foundation; either version 3 of the License, or
97732 #   (at your option) any later version.
97733 #
97734 #   This program is distributed in the hope that it will be useful,
97735 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97736 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97737 #   GNU General Public License for more details.
97738 #
97739 #   You should have received a copy of the GNU General Public License
97740 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97741
97742 File: ./tests/test-fopen-safer.c
97743 Hash: 138711fb45460e7540a240101be66a478ca421bceef208b4e4cff039b151e64e
97744 Copyright: 2007-2009 Free Software Foundation, Inc
97745 License: GPL-3+ 
97746 Licence_Text: 
97747 #Header: 
97748 #/* Test of opening a file stream.
97749 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
97750 #
97751 #   This program is free software: you can redistribute it and/or modify
97752 #   it under the terms of the GNU General Public License as published by
97753 #   the Free Software Foundation; either version 3 of the License, or
97754 #   (at your option) any later version.
97755 #
97756 #   This program is distributed in the hope that it will be useful,
97757 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97758 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97759 #   GNU General Public License for more details.
97760 #
97761 #   You should have received a copy of the GNU General Public License
97762 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97763
97764 File: ./tests/test-fopen.c
97765 Hash: 138711fb45460e7540a240101be66a478ca421bceef208b4e4cff039b151e64e
97766 Copyright: 2007-2009 Free Software Foundation, Inc
97767 License: GPL-3+ 
97768 Licence_Text: 
97769 #Header: 
97770 #/* Test of opening a file stream.
97771 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
97772 #
97773 #   This program is free software: you can redistribute it and/or modify
97774 #   it under the terms of the GNU General Public License as published by
97775 #   the Free Software Foundation; either version 3 of the License, or
97776 #   (at your option) any later version.
97777 #
97778 #   This program is distributed in the hope that it will be useful,
97779 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97780 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97781 #   GNU General Public License for more details.
97782 #
97783 #   You should have received a copy of the GNU General Public License
97784 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97785
97786 File: ./tests/test-fopen.h
97787 Hash: 138711fb45460e7540a240101be66a478ca421bceef208b4e4cff039b151e64e
97788 Copyright: 2007-2009 Free Software Foundation, Inc
97789 License: GPL-3+ 
97790 Licence_Text: 
97791 #Header: 
97792 #/* Test of opening a file stream.
97793 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
97794 #
97795 #   This program is free software: you can redistribute it and/or modify
97796 #   it under the terms of the GNU General Public License as published by
97797 #   the Free Software Foundation; either version 3 of the License, or
97798 #   (at your option) any later version.
97799 #
97800 #   This program is distributed in the hope that it will be useful,
97801 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97802 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97803 #   GNU General Public License for more details.
97804 #
97805 #   You should have received a copy of the GNU General Public License
97806 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97807
97808 File: ./tests/test-fpending.c
97809 Hash: f674acf1725bc698a2a895260a0ed04e4e7d75079bc902bc25df4eda4626648c
97810 Copyright: 2004, 2007-2008 Free Software Foundation, Inc
97811 License: GPL-3+ 
97812 Licence_Text: 
97813 #Header: 
97814 #/* Ensure that __fpending works.
97815 #
97816 #   Copyright (C) 2004, 2007-2008 Free Software Foundation, Inc.
97817 #
97818 #   This program is free software: you can redistribute it and/or modify
97819 #   it under the terms of the GNU General Public License as published by
97820 #   the Free Software Foundation, either version 3 of the License, or
97821 #   (at your option) any later version.
97822 #
97823 #   This program is distributed in the hope that it will be useful,
97824 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97825 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97826 #   GNU General Public License for more details.
97827 #
97828 #   You should have received a copy of the GNU General Public License
97829
97830 File: ./tests/test-fpending.sh
97831 Hash: db7046a61b7536849f3d58ac4a230b874a449d61a4f33331d2a39e3eb40cf26f
97832 Copyright: 
97833 License: 
97834 Licence_Text: 
97835 #Header: 
97836 ##!/bin/sh
97837 #
97838 #tmpfile=
97839 #trap 'rm -fr $tmpfile' 1 2 3 15
97840 #
97841 #tmpfile=test-fpending.t
97842 #
97843 #./test-fpending${EXEEXT} > $tmpfile || exit 1
97844 #
97845 #rm -fr $tmpfile
97846 #
97847 #exit 0
97848
97849 File: ./tests/test-fprintf-posix.c
97850 Hash: 745ab000bd06f41a498df49ee0daf9fa7feaa93b9f16156e4b958405becd413b
97851 Copyright: 2007-2008 Free Software Foundation, Inc
97852 License: GPL-3+ 
97853 Licence_Text: 
97854 #Header: 
97855 #/* Test of POSIX compatible fprintf() function.
97856 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
97857 #
97858 #   This program is free software: you can redistribute it and/or modify
97859 #   it under the terms of the GNU General Public License as published by
97860 #   the Free Software Foundation; either version 3 of the License, or
97861 #   (at your option) any later version.
97862 #
97863 #   This program is distributed in the hope that it will be useful,
97864 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97865 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97866 #   GNU General Public License for more details.
97867 #
97868 #   You should have received a copy of the GNU General Public License
97869 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97870
97871 File: ./tests/test-fprintf-posix.h
97872 Hash: 0af8689a85418a5c6f4b302ad44d5339b7b359db9c5010822c8ec3aa0a63559b
97873 Copyright: 2007-2008 Free Software Foundation, Inc
97874 License: GPL-3+ 
97875 Licence_Text: 
97876 #Header: 
97877 #/* Test of POSIX compatible vsprintf() and sprintf() functions.
97878 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
97879 #
97880 #   This program is free software: you can redistribute it and/or modify
97881 #   it under the terms of the GNU General Public License as published by
97882 #   the Free Software Foundation; either version 3 of the License, or
97883 #   (at your option) any later version.
97884 #
97885 #   This program is distributed in the hope that it will be useful,
97886 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97887 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97888 #   GNU General Public License for more details.
97889 #
97890 #   You should have received a copy of the GNU General Public License
97891 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97892
97893 File: ./tests/test-fprintf-posix.sh
97894 Hash: 99530f369d42274f641c5404f05d6eac54cef4816643f576b94631d3bd50e8ab
97895 Copyright: 
97896 License: 
97897 Licence_Text: 
97898 #Header: 
97899 ##!/bin/sh
97900 #
97901 #tmpfiles=""
97902 #trap 'rm -fr $tmpfiles' 1 2 3 15
97903 #
97904 #tmpfiles="$tmpfiles t-fprintf-posix.tmp t-fprintf-posix.out"
97905 #./test-fprintf-posix${EXEEXT} > t-fprintf-posix.tmp || exit 1
97906 #LC_ALL=C tr -d '\r' < t-fprintf-posix.tmp > t-fprintf-posix.out || exit 1
97907 #
97908 #: ${DIFF=diff}
97909 #${DIFF} "${srcdir}/test-printf-posix.output" t-fprintf-posix.out
97910 #result=$?
97911 #
97912 #rm -fr $tmpfiles
97913
97914 File: ./tests/test-fprintf-posix2.c
97915 Hash: 61c448e81f453607a13ca6af87bb998cbde812213f3c001d9ad5bcff9cfe6f57
97916 Copyright: 2007 Free Software Foundation, Inc
97917 License: GPL-3+ 
97918 Licence_Text: 
97919 #Header: 
97920 #/* Test of POSIX compatible fprintf() function.
97921 #   Copyright (C) 2007 Free Software Foundation, Inc.
97922 #
97923 #   This program is free software: you can redistribute it and/or modify
97924 #   it under the terms of the GNU General Public License as published by
97925 #   the Free Software Foundation; either version 3 of the License, or
97926 #   (at your option) any later version.
97927 #
97928 #   This program is distributed in the hope that it will be useful,
97929 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97930 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97931 #   GNU General Public License for more details.
97932 #
97933 #   You should have received a copy of the GNU General Public License
97934 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97935
97936 File: ./tests/test-fprintf-posix2.sh
97937 Hash: 57de5c6be9adb4eb8e8cc416f2c47f934f82f4d3ce6256ce7e72fdfd6a727377
97938 Copyright: 
97939 License: 
97940 Licence_Text: 
97941 #Header: 
97942 ##!/bin/sh
97943 #
97944 ## Test out-of-memory handling.
97945 #
97946 #(./test-fprintf-posix2${EXEEXT} 0
97947 # result=$?
97948 # if test $result != 77 && test $result != 78; then result=1; fi
97949 # exit $result
97950 #) 2>/dev/null
97951 #malloc_result=$?
97952 #if test $malloc_result = 77; then
97953 #  echo "Skipping test: getrlimit and setrlimit don't work"
97954 #  exit 77
97955 #fi
97956
97957 File: ./tests/test-fpurge.c
97958 Hash: fc4f811164270032bce572b9c4f9537ea36963aa67e630a450c0258599c8ddec
97959 Copyright: 2007-2009 Free Software Foundation, Inc
97960 License: GPL-3+ 
97961 Licence_Text: 
97962 #Header: 
97963 #/* Test of fpurge() function.
97964 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
97965 #
97966 #   This program is free software: you can redistribute it and/or modify
97967 #   it under the terms of the GNU General Public License as published by
97968 #   the Free Software Foundation; either version 3 of the License, or
97969 #   (at your option) any later version.
97970 #
97971 #   This program is distributed in the hope that it will be useful,
97972 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97973 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97974 #   GNU General Public License for more details.
97975 #
97976 #   You should have received a copy of the GNU General Public License
97977 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
97978
97979 File: ./tests/test-freadable.c
97980 Hash: 8f818a6a890d5569df82559a4e62b02dfbceff150985e779e219669eebf9ec5a
97981 Copyright: 2007-2008 Free Software Foundation, Inc
97982 License: GPL-3+ 
97983 Licence_Text: 
97984 #Header: 
97985 #/* Test of freadable() function.
97986 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
97987 #
97988 #   This program is free software: you can redistribute it and/or modify
97989 #   it under the terms of the GNU General Public License as published by
97990 #   the Free Software Foundation; either version 3 of the License, or
97991 #   (at your option) any later version.
97992 #
97993 #   This program is distributed in the hope that it will be useful,
97994 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
97995 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
97996 #   GNU General Public License for more details.
97997 #
97998 #   You should have received a copy of the GNU General Public License
97999 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98000
98001 File: ./tests/test-freadahead.c
98002 Hash: 9833934459a057c2572f209afac01879e5ca8a3efda95d6790d17ab9938d1917
98003 Copyright: 2007-2008 Free Software Foundation, Inc
98004 License: GPL-3+ 
98005 Licence_Text: 
98006 #Header: 
98007 #/* Test of freadahead() function.
98008 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
98009 #
98010 #   This program is free software: you can redistribute it and/or modify
98011 #   it under the terms of the GNU General Public License as published by
98012 #   the Free Software Foundation; either version 3 of the License, or
98013 #   (at your option) any later version.
98014 #
98015 #   This program is distributed in the hope that it will be useful,
98016 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98017 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98018 #   GNU General Public License for more details.
98019 #
98020 #   You should have received a copy of the GNU General Public License
98021 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98022
98023 File: ./tests/test-freadahead.sh
98024 Hash: 7d4e9892370ff589533c590bd88ec5f6aea65ce8126c798ab48f96d87cc0de4f
98025 Copyright: 
98026 License: 
98027 Licence_Text: 
98028 #Header: 
98029 ##!/bin/sh
98030 #
98031 #./test-freadahead${EXEEXT} 0 < "$srcdir/test-freadahead.sh" || exit 1
98032 #./test-freadahead${EXEEXT} 5 < "$srcdir/test-freadahead.sh" || exit 1
98033 #exit 0
98034
98035 File: ./tests/test-freading.c
98036 Hash: 36417f8adf8660daefb24719abfcd2d6df61a952656fe82370e243753bce4bd6
98037 Copyright: 2007-2008 Free Software Foundation, Inc
98038 License: GPL-3+ 
98039 Licence_Text: 
98040 #Header: 
98041 #/* Test of freading() function.
98042 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
98043 #
98044 #   This program is free software: you can redistribute it and/or modify
98045 #   it under the terms of the GNU General Public License as published by
98046 #   the Free Software Foundation; either version 3 of the License, or
98047 #   (at your option) any later version.
98048 #
98049 #   This program is distributed in the hope that it will be useful,
98050 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98051 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98052 #   GNU General Public License for more details.
98053 #
98054 #   You should have received a copy of the GNU General Public License
98055 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98056
98057 File: ./tests/test-freadptr.c
98058 Hash: 172582caee47713dffbc5d209a65efb7846049d7b7943b3afde840a9f4a9f210
98059 Copyright: 2007-2008 Free Software Foundation, Inc
98060 License: GPL-3+ 
98061 Licence_Text: 
98062 #Header: 
98063 #/* Test of freadptr() function.
98064 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
98065 #
98066 #   This program is free software: you can redistribute it and/or modify
98067 #   it under the terms of the GNU General Public License as published by
98068 #   the Free Software Foundation; either version 3 of the License, or
98069 #   (at your option) any later version.
98070 #
98071 #   This program is distributed in the hope that it will be useful,
98072 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98073 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98074 #   GNU General Public License for more details.
98075 #
98076 #   You should have received a copy of the GNU General Public License
98077 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98078
98079 File: ./tests/test-freadptr.sh
98080 Hash: d77d62afd49fb9b006aa3f1b2e41fb246f8f4e6ed232637b8c5efb02e31f6e9d
98081 Copyright: 
98082 License: 
98083 Licence_Text: 
98084 #Header: 
98085 ##!/bin/sh
98086 #
98087 #./test-freadptr${EXEEXT} 5 < "$srcdir/test-freadptr.sh" || exit 1
98088 #cat "$srcdir/test-freadptr.sh" | ./test-freadptr${EXEEXT} 5 || exit 1
98089 #exit 0
98090
98091 File: ./tests/test-freadptr2.c
98092 Hash: 172582caee47713dffbc5d209a65efb7846049d7b7943b3afde840a9f4a9f210
98093 Copyright: 2007-2008 Free Software Foundation, Inc
98094 License: GPL-3+ 
98095 Licence_Text: 
98096 #Header: 
98097 #/* Test of freadptr() function.
98098 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
98099 #
98100 #   This program is free software: you can redistribute it and/or modify
98101 #   it under the terms of the GNU General Public License as published by
98102 #   the Free Software Foundation; either version 3 of the License, or
98103 #   (at your option) any later version.
98104 #
98105 #   This program is distributed in the hope that it will be useful,
98106 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98107 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98108 #   GNU General Public License for more details.
98109 #
98110 #   You should have received a copy of the GNU General Public License
98111 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98112
98113 File: ./tests/test-freadptr2.sh
98114 Hash: 9e8bf4b4fdad153f5bcaf5d3d9a51c2b362cc5e21262c769e87e36bf29f6f3d3
98115 Copyright: 
98116 License: 
98117 Licence_Text: 
98118 #Header: 
98119 ##!/bin/sh
98120 #
98121 #./test-freadptr2${EXEEXT} 0 < "$srcdir/test-freadptr2.sh" || exit 1
98122 #./test-freadptr2${EXEEXT} 5 < "$srcdir/test-freadptr2.sh" || exit 1
98123 #exit 0
98124
98125 File: ./tests/test-freadseek.c
98126 Hash: dd89379556b28cba841ae08e74f0d92b1739c31a7e399dcdec050f4e73a51430
98127 Copyright: 2007-2009 Free Software Foundation, Inc
98128 License: GPL-3+ 
98129 Licence_Text: 
98130 #Header: 
98131 #/* Test of freadseek() function.
98132 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
98133 #
98134 #   This program is free software: you can redistribute it and/or modify
98135 #   it under the terms of the GNU General Public License as published by
98136 #   the Free Software Foundation; either version 3 of the License, or
98137 #   (at your option) any later version.
98138 #
98139 #   This program is distributed in the hope that it will be useful,
98140 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98141 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98142 #   GNU General Public License for more details.
98143 #
98144 #   You should have received a copy of the GNU General Public License
98145 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98146
98147 File: ./tests/test-freadseek.sh
98148 Hash: 8c922bdee150c36bbbc68d2273511885bd4f54145ec4e0e0b74333e9ab68c5e1
98149 Copyright: 
98150 License: 
98151 Licence_Text: 
98152 #Header: 
98153 ##!/bin/sh
98154 #
98155 #./test-freadseek${EXEEXT} 5 19 6 7 18 9 19 < "$srcdir/test-freadseek.sh" || exit 1
98156 #cat "$srcdir/test-freadseek.sh" | ./test-freadseek${EXEEXT} 5 19 6 7 18 9 19 || exit 1
98157 #exit 0
98158
98159 File: ./tests/test-freopen.c
98160 Hash: 1794fac0885679928991ce38c01ee4e5e23331ca73e89de6fa05c0d731ac9ae6
98161 Copyright: 2007-2008 Free Software Foundation, Inc
98162 License: GPL-3+ 
98163 Licence_Text: 
98164 #Header: 
98165 #/* Test of opening a file stream.
98166 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
98167 #
98168 #   This program is free software: you can redistribute it and/or modify
98169 #   it under the terms of the GNU General Public License as published by
98170 #   the Free Software Foundation; either version 3 of the License, or
98171 #   (at your option) any later version.
98172 #
98173 #   This program is distributed in the hope that it will be useful,
98174 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98175 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98176 #   GNU General Public License for more details.
98177 #
98178 #   You should have received a copy of the GNU General Public License
98179 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98180
98181 File: ./tests/test-frexp.c
98182 Hash: 063e80a2ed5729ff3b48f9f21fc67274466ae499d1c5ce8bc5835c0147a75e82
98183 Copyright: 2007-2008 Free Software Foundation, Inc
98184 License: GPL-3+ 
98185 Licence_Text: 
98186 #Header: 
98187 #/* Test of splitting a double into fraction and mantissa.
98188 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
98189 #
98190 #   This program is free software: you can redistribute it and/or modify
98191 #   it under the terms of the GNU General Public License as published by
98192 #   the Free Software Foundation; either version 3 of the License, or
98193 #   (at your option) any later version.
98194 #
98195 #   This program is distributed in the hope that it will be useful,
98196 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98197 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98198 #   GNU General Public License for more details.
98199 #
98200 #   You should have received a copy of the GNU General Public License
98201 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98202
98203 File: ./tests/test-frexpl.c
98204 Hash: 06e5c7a95b4f9162db1d74f609c89b24736a09affac663df79cce627cac4355a
98205 Copyright: 2007-2009 Free Software Foundation, Inc
98206 License: GPL-3+ 
98207 Licence_Text: 
98208 #Header: 
98209 #/* Test of splitting a 'long double' into fraction and mantissa.
98210 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
98211 #
98212 #   This program is free software: you can redistribute it and/or modify
98213 #   it under the terms of the GNU General Public License as published by
98214 #   the Free Software Foundation; either version 3 of the License, or
98215 #   (at your option) any later version.
98216 #
98217 #   This program is distributed in the hope that it will be useful,
98218 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98219 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98220 #   GNU General Public License for more details.
98221 #
98222 #   You should have received a copy of the GNU General Public License
98223 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98224
98225 File: ./tests/test-fseek.c
98226 Hash: ae3126d4ce719f8e50ae5bd6defb067f936333ddd967e018d9d63614e1510ba7
98227 Copyright: 2007, 2008, 2009 Free Software Foundation, Inc
98228 License: GPL-3+ 
98229 Licence_Text: 
98230 #Header: 
98231 #/* Test of fseek() function.
98232 #   Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
98233 #
98234 #   This program is free software: you can redistribute it and/or modify
98235 #   it under the terms of the GNU General Public License as published by
98236 #   the Free Software Foundation; either version 3 of the License, or
98237 #   (at your option) any later version.
98238 #
98239 #   This program is distributed in the hope that it will be useful,
98240 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98241 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98242 #   GNU General Public License for more details.
98243 #
98244 #   You should have received a copy of the GNU General Public License
98245 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98246
98247 File: ./tests/test-fseek.sh
98248 Hash: a221109e451414ff3596a9e2fc85ecad8dc9a4b5d41c4be22ca4e8d4bdaaedcf
98249 Copyright: 
98250 License: 
98251 Licence_Text: 
98252 #Header: 
98253 ##!/bin/sh
98254 #
98255 #./test-fseek${EXEEXT} 1 < "$srcdir/test-fseek.sh" || exit 1
98256 #echo hi | ./test-fseek${EXEEXT} || exit 1
98257 #exit 0
98258
98259 File: ./tests/test-fseek2.sh
98260 Hash: 9312e62b8100ef1a5c959e559f4347907430ddca9ad4854cd611110b0768ad4d
98261 Copyright: 
98262 License: 
98263 Licence_Text: 
98264 #Header: 
98265 ##!/bin/sh
98266 #
98267 #exec ./test-fseek${EXEEXT} 1 2 < "$srcdir/test-fseek2.sh"
98268
98269 File: ./tests/test-fseeko.c
98270 Hash: 1560dd162ef0b3cfb7b9b2202b21bf9933c216776fc89f20361e521f162b3ce6
98271 Copyright: 2007, 2008, 2009 Free Software Foundation, Inc
98272 License: GPL-3+ 
98273 Licence_Text: 
98274 #Header: 
98275 #/* Test of fseeko() function.
98276 #   Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
98277 #
98278 #   This program is free software: you can redistribute it and/or modify
98279 #   it under the terms of the GNU General Public License as published by
98280 #   the Free Software Foundation; either version 3 of the License, or
98281 #   (at your option) any later version.
98282 #
98283 #   This program is distributed in the hope that it will be useful,
98284 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98285 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98286 #   GNU General Public License for more details.
98287 #
98288 #   You should have received a copy of the GNU General Public License
98289 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98290
98291 File: ./tests/test-fseeko.sh
98292 Hash: 5d1445019d710edf18f8405db195d0e08c95a9f8bb20b59f25e5f0d22e19dba8
98293 Copyright: 
98294 License: 
98295 Licence_Text: 
98296 #Header: 
98297 ##!/bin/sh
98298 #
98299 #./test-fseeko${EXEEXT} 1 < "$srcdir/test-fseeko.sh" || exit 1
98300 #echo hi | ./test-fseeko${EXEEXT} || exit 1
98301 #exit 0
98302
98303 File: ./tests/test-fseeko2.sh
98304 Hash: 4c322333a62415b01f183b120936fc72916ad98c98b42ee36bc50c14d8651559
98305 Copyright: 
98306 License: 
98307 Licence_Text: 
98308 #Header: 
98309 ##!/bin/sh
98310 #
98311 #exec ./test-fseeko${EXEEXT} 1 2 < "$srcdir/test-fseeko2.sh"
98312
98313 File: ./tests/test-fseterr.c
98314 Hash: 9573252bfae2fe4f10686e73eb86cc0d662f2e25a23b7a4f70036ae38ca30ddf
98315 Copyright: 2007 Free Software Foundation, Inc
98316 License: GPL-3+ 
98317 Licence_Text: 
98318 #Header: 
98319 #/* Test setting the error indicator of a stream.
98320 #   Copyright (C) 2007 Free Software Foundation, Inc.
98321 #
98322 #   This program is free software: you can redistribute it and/or modify
98323 #   it under the terms of the GNU General Public License as published by
98324 #   the Free Software Foundation; either version 3 of the License, or
98325 #   (at your option) any later version.
98326 #
98327 #   This program is distributed in the hope that it will be useful,
98328 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98329 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98330 #   GNU General Public License for more details.
98331 #
98332 #   You should have received a copy of the GNU General Public License
98333 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98334
98335 File: ./tests/test-fstrcmp.c
98336 Hash: a7b983fc8ba0e4d673899f2631eae4461eeb11be8a5a01a6f57ff6790dde39f9
98337 Copyright: 2007-2009 Free Software Foundation, Inc
98338 License: GPL-3+ 
98339 Licence_Text: 
98340 #Header: 
98341 #/* Test of fuzzy string comparison.
98342 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
98343 #
98344 #   This program is free software: you can redistribute it and/or modify
98345 #   it under the terms of the GNU General Public License as published by
98346 #   the Free Software Foundation; either version 3 of the License, or
98347 #   (at your option) any later version.
98348 #
98349 #   This program is distributed in the hope that it will be useful,
98350 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98351 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98352 #   GNU General Public License for more details.
98353 #
98354 #   You should have received a copy of the GNU General Public License
98355 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98356
98357 File: ./tests/test-fsync.c
98358 Hash: c3f28d94e1d2539f92e889ad3322fbc9b5fcb9c406f9840452cf355766627792
98359 Copyright: 2008 Free Software Foundation, Inc
98360 License: GPL-2+ 
98361 Licence_Text: 
98362 #Header: 
98363 #/* Test of fsync() function.
98364 #   Copyright (C) 2008 Free Software Foundation, Inc.
98365 #
98366 #   This program is free software: you can redistribute it and/or modify
98367 #   it under the terms of the GNU General Public License as published by
98368 #   the Free Software Foundation; either version 2 of the License, or
98369 #   (at your option) any later version.
98370 #
98371 #   This program is distributed in the hope that it will be useful,
98372 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98373 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98374 #   GNU General Public License for more details.
98375 #
98376 #   You should have received a copy of the GNU General Public License
98377 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98378
98379 File: ./tests/test-ftell.c
98380 Hash: b7573164fb69e7149847239bf7ceb7db79f453822f1cbda04e22a52283b3281d
98381 Copyright: 2007, 2008, 2009 Free Software Foundation, Inc
98382 License: GPL-3+ 
98383 Licence_Text: 
98384 #Header: 
98385 #/* Test of ftell() function.
98386 #   Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
98387 #
98388 #   This program is free software: you can redistribute it and/or modify
98389 #   it under the terms of the GNU General Public License as published by
98390 #   the Free Software Foundation; either version 3 of the License, or
98391 #   (at your option) any later version.
98392 #
98393 #   This program is distributed in the hope that it will be useful,
98394 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98395 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98396 #   GNU General Public License for more details.
98397 #
98398 #   You should have received a copy of the GNU General Public License
98399 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98400
98401 File: ./tests/test-ftell.sh
98402 Hash: 86795dd7b612958804e50342aecbc2d23222542142f4e6a6408e4f10a1f6a2dc
98403 Copyright: 
98404 License: 
98405 Licence_Text: 
98406 #Header: 
98407 ##!/bin/sh
98408 #
98409 #./test-ftell${EXEEXT} 1 < "$srcdir/test-ftell.sh" || exit 1
98410 #echo hi | ./test-ftell${EXEEXT} || exit 1
98411 #exit 0
98412
98413 File: ./tests/test-ftell2.sh
98414 Hash: 9290b195ad04a0d882c97eea29fb2ce8c5a4a9eedd6b43841d516a027908ccd2
98415 Copyright: 
98416 License: 
98417 Licence_Text: 
98418 #Header: 
98419 ##!/bin/sh
98420 #
98421 #exec ./test-ftell${EXEEXT} 1 2 < "$srcdir/test-ftell2.sh"
98422
98423 File: ./tests/test-ftello.c
98424 Hash: e34687ed84f4523c387c8408a168176c62b7e3da1d7e5c51fd2dbfdd11b61cf9
98425 Copyright: 2007, 2008, 2009 Free Software Foundation, Inc
98426 License: GPL-3+ 
98427 Licence_Text: 
98428 #Header: 
98429 #/* Test of ftello() function.
98430 #   Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
98431 #
98432 #   This program is free software: you can redistribute it and/or modify
98433 #   it under the terms of the GNU General Public License as published by
98434 #   the Free Software Foundation; either version 3 of the License, or
98435 #   (at your option) any later version.
98436 #
98437 #   This program is distributed in the hope that it will be useful,
98438 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98439 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98440 #   GNU General Public License for more details.
98441 #
98442 #   You should have received a copy of the GNU General Public License
98443 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98444
98445 File: ./tests/test-ftello.sh
98446 Hash: 3fecd8a2adefe6f15a998f136266ef37222cf6273ba1da4cce7d097635bde45e
98447 Copyright: 
98448 License: 
98449 Licence_Text: 
98450 #Header: 
98451 ##!/bin/sh
98452 #
98453 #./test-ftello${EXEEXT} 1 < "$srcdir/test-ftello.sh" || exit 1
98454 #echo hi | ./test-ftello${EXEEXT} || exit 1
98455 #exit 0
98456
98457 File: ./tests/test-ftello2.sh
98458 Hash: d6d309f9866760abce0c773c476943b19b6201596ed4ce4b3163ca3c5510c760
98459 Copyright: 
98460 License: 
98461 Licence_Text: 
98462 #Header: 
98463 ##!/bin/sh
98464 #
98465 #exec ./test-ftello${EXEEXT} 1 2 < "$srcdir/test-ftello2.sh"
98466
98467 File: ./tests/test-func.c
98468 Hash: bc81ef2fd91ed0c929de4c4958fe9d6af9f4b08a310f02929b7244bc9c3821db
98469 Copyright: 2008-2009 Free Software Foundation, Inc
98470 License: GPL-3+ 
98471 Licence_Text: 
98472 #Header: 
98473 #/* Test whether __func__ is available
98474 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
98475 #
98476 #   This program is free software: you can redistribute it and/or modify
98477 #   it under the terms of the GNU General Public License as published by
98478 #   the Free Software Foundation; either version 3 of the License, or
98479 #   (at your option) any later version.
98480 #
98481 #   This program is distributed in the hope that it will be useful,
98482 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98483 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98484 #   GNU General Public License for more details.
98485 #
98486 #   You should have received a copy of the GNU General Public License
98487 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98488
98489 File: ./tests/test-fwritable.c
98490 Hash: 319d6c836c355f4f63122cc2f7ba0756183810d27488a8e5a4f09305d31c19d9
98491 Copyright: 2007-2008 Free Software Foundation, Inc
98492 License: GPL-3+ 
98493 Licence_Text: 
98494 #Header: 
98495 #/* Test of fwritable() function.
98496 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
98497 #
98498 #   This program is free software: you can redistribute it and/or modify
98499 #   it under the terms of the GNU General Public License as published by
98500 #   the Free Software Foundation; either version 3 of the License, or
98501 #   (at your option) any later version.
98502 #
98503 #   This program is distributed in the hope that it will be useful,
98504 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98505 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98506 #   GNU General Public License for more details.
98507 #
98508 #   You should have received a copy of the GNU General Public License
98509 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98510
98511 File: ./tests/test-fwriting.c
98512 Hash: 499f0954d31a94d7067eb0be27b75766f56ab69c0494e2845759fb24d1703f4e
98513 Copyright: 2007-2008 Free Software Foundation, Inc
98514 License: GPL-3+ 
98515 Licence_Text: 
98516 #Header: 
98517 #/* Test of fwriting() function.
98518 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
98519 #
98520 #   This program is free software: you can redistribute it and/or modify
98521 #   it under the terms of the GNU General Public License as published by
98522 #   the Free Software Foundation; either version 3 of the License, or
98523 #   (at your option) any later version.
98524 #
98525 #   This program is distributed in the hope that it will be useful,
98526 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98527 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98528 #   GNU General Public License for more details.
98529 #
98530 #   You should have received a copy of the GNU General Public License
98531 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98532
98533 File: ./tests/test-gc-arcfour.c
98534 Hash: 3b45dbe8307316e3b18c89e65279b9440cfb8f43868ed0bc1a72f499799b1465
98535 Copyright: 2005 Free Software Foundation
98536 License: GPL 
98537 Licence_Text: 
98538 #Header: 
98539 #/*
98540 # * Copyright (C) 2005 Free Software Foundation
98541 # * Written by Simon Josefsson
98542 # *
98543 # * This program is free software; you can redistribute it and/or modify
98544 # * it under the terms of the GNU General Public License as published by
98545 # * the Free Software Foundation; either version 2, or (at your option)
98546 # * any later version.
98547 # *
98548 # * This program is distributed in the hope that it will be useful,
98549 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98550 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98551 # * GNU General Public License for more details.
98552 # *
98553 # * You should have received a copy of the GNU General Public License
98554
98555 File: ./tests/test-gc-arctwo.c
98556 Hash: 3b45dbe8307316e3b18c89e65279b9440cfb8f43868ed0bc1a72f499799b1465
98557 Copyright: 2005 Free Software Foundation
98558 License: GPL 
98559 Licence_Text: 
98560 #Header: 
98561 #/*
98562 # * Copyright (C) 2005 Free Software Foundation
98563 # * Written by Simon Josefsson
98564 # *
98565 # * This program is free software; you can redistribute it and/or modify
98566 # * it under the terms of the GNU General Public License as published by
98567 # * the Free Software Foundation; either version 2, or (at your option)
98568 # * any later version.
98569 # *
98570 # * This program is distributed in the hope that it will be useful,
98571 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98572 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98573 # * GNU General Public License for more details.
98574 # *
98575 # * You should have received a copy of the GNU General Public License
98576
98577 File: ./tests/test-gc-des.c
98578 Hash: 3b45dbe8307316e3b18c89e65279b9440cfb8f43868ed0bc1a72f499799b1465
98579 Copyright: 2005 Free Software Foundation
98580 License: GPL 
98581 Licence_Text: 
98582 #Header: 
98583 #/*
98584 # * Copyright (C) 2005 Free Software Foundation
98585 # * Written by Simon Josefsson
98586 # *
98587 # * This program is free software; you can redistribute it and/or modify
98588 # * it under the terms of the GNU General Public License as published by
98589 # * the Free Software Foundation; either version 2, or (at your option)
98590 # * any later version.
98591 # *
98592 # * This program is distributed in the hope that it will be useful,
98593 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98594 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98595 # * GNU General Public License for more details.
98596 # *
98597 # * You should have received a copy of the GNU General Public License
98598
98599 File: ./tests/test-gc-hmac-md5.c
98600 Hash: 3b45dbe8307316e3b18c89e65279b9440cfb8f43868ed0bc1a72f499799b1465
98601 Copyright: 2005 Free Software Foundation
98602 License: GPL 
98603 Licence_Text: 
98604 #Header: 
98605 #/*
98606 # * Copyright (C) 2005 Free Software Foundation
98607 # * Written by Simon Josefsson
98608 # *
98609 # * This program is free software; you can redistribute it and/or modify
98610 # * it under the terms of the GNU General Public License as published by
98611 # * the Free Software Foundation; either version 2, or (at your option)
98612 # * any later version.
98613 # *
98614 # * This program is distributed in the hope that it will be useful,
98615 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98616 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98617 # * GNU General Public License for more details.
98618 # *
98619 # * You should have received a copy of the GNU General Public License
98620
98621 File: ./tests/test-gc-hmac-sha1.c
98622 Hash: 3b45dbe8307316e3b18c89e65279b9440cfb8f43868ed0bc1a72f499799b1465
98623 Copyright: 2005 Free Software Foundation
98624 License: GPL 
98625 Licence_Text: 
98626 #Header: 
98627 #/*
98628 # * Copyright (C) 2005 Free Software Foundation
98629 # * Written by Simon Josefsson
98630 # *
98631 # * This program is free software; you can redistribute it and/or modify
98632 # * it under the terms of the GNU General Public License as published by
98633 # * the Free Software Foundation; either version 2, or (at your option)
98634 # * any later version.
98635 # *
98636 # * This program is distributed in the hope that it will be useful,
98637 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98638 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98639 # * GNU General Public License for more details.
98640 # *
98641 # * You should have received a copy of the GNU General Public License
98642
98643 File: ./tests/test-gc-md2.c
98644 Hash: 3b45dbe8307316e3b18c89e65279b9440cfb8f43868ed0bc1a72f499799b1465
98645 Copyright: 2005 Free Software Foundation
98646 License: GPL 
98647 Licence_Text: 
98648 #Header: 
98649 #/*
98650 # * Copyright (C) 2005 Free Software Foundation
98651 # * Written by Simon Josefsson
98652 # *
98653 # * This program is free software; you can redistribute it and/or modify
98654 # * it under the terms of the GNU General Public License as published by
98655 # * the Free Software Foundation; either version 2, or (at your option)
98656 # * any later version.
98657 # *
98658 # * This program is distributed in the hope that it will be useful,
98659 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98660 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98661 # * GNU General Public License for more details.
98662 # *
98663 # * You should have received a copy of the GNU General Public License
98664
98665 File: ./tests/test-gc-md4.c
98666 Hash: 3b45dbe8307316e3b18c89e65279b9440cfb8f43868ed0bc1a72f499799b1465
98667 Copyright: 2005 Free Software Foundation
98668 License: GPL 
98669 Licence_Text: 
98670 #Header: 
98671 #/*
98672 # * Copyright (C) 2005 Free Software Foundation
98673 # * Written by Simon Josefsson
98674 # *
98675 # * This program is free software; you can redistribute it and/or modify
98676 # * it under the terms of the GNU General Public License as published by
98677 # * the Free Software Foundation; either version 2, or (at your option)
98678 # * any later version.
98679 # *
98680 # * This program is distributed in the hope that it will be useful,
98681 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98682 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98683 # * GNU General Public License for more details.
98684 # *
98685 # * You should have received a copy of the GNU General Public License
98686
98687 File: ./tests/test-gc-md5.c
98688 Hash: 3b45dbe8307316e3b18c89e65279b9440cfb8f43868ed0bc1a72f499799b1465
98689 Copyright: 2005 Free Software Foundation
98690 License: GPL 
98691 Licence_Text: 
98692 #Header: 
98693 #/*
98694 # * Copyright (C) 2005 Free Software Foundation
98695 # * Written by Simon Josefsson
98696 # *
98697 # * This program is free software; you can redistribute it and/or modify
98698 # * it under the terms of the GNU General Public License as published by
98699 # * the Free Software Foundation; either version 2, or (at your option)
98700 # * any later version.
98701 # *
98702 # * This program is distributed in the hope that it will be useful,
98703 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98704 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98705 # * GNU General Public License for more details.
98706 # *
98707 # * You should have received a copy of the GNU General Public License
98708
98709 File: ./tests/test-gc-pbkdf2-sha1.c
98710 Hash: 7799cf357547a841ccf3afeb7e5d9143abc19ee0a898cb087d2de1bb492bae59
98711 Copyright: 2002, 2003, 2004, 2005, 2007 Free Software Foundation
98712 License: GPL 
98713 Licence_Text: 
98714 #Header: 
98715 #/*
98716 # * Copyright (C) 2002, 2003, 2004, 2005, 2007  Free Software Foundation
98717 # *
98718 # * This program is free software; you can redistribute it and/or modify
98719 # * it under the terms of the GNU General Public License as published by
98720 # * the Free Software Foundation; either version 2, or (at your option)
98721 # * any later version.
98722 # *
98723 # * This program is distributed in the hope that it will be useful,
98724 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98725 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98726 # * GNU General Public License for more details.
98727 # *
98728 # * You should have received a copy of the GNU General Public License
98729 # * along with this program; if not, write to the Free Software
98730
98731 File: ./tests/test-gc-rijndael.c
98732 Hash: 3b45dbe8307316e3b18c89e65279b9440cfb8f43868ed0bc1a72f499799b1465
98733 Copyright: 2005 Free Software Foundation
98734 License: GPL 
98735 Licence_Text: 
98736 #Header: 
98737 #/*
98738 # * Copyright (C) 2005 Free Software Foundation
98739 # * Written by Simon Josefsson
98740 # *
98741 # * This program is free software; you can redistribute it and/or modify
98742 # * it under the terms of the GNU General Public License as published by
98743 # * the Free Software Foundation; either version 2, or (at your option)
98744 # * any later version.
98745 # *
98746 # * This program is distributed in the hope that it will be useful,
98747 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98748 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98749 # * GNU General Public License for more details.
98750 # *
98751 # * You should have received a copy of the GNU General Public License
98752
98753 File: ./tests/test-gc-sha1.c
98754 Hash: 3b45dbe8307316e3b18c89e65279b9440cfb8f43868ed0bc1a72f499799b1465
98755 Copyright: 2005 Free Software Foundation
98756 License: GPL 
98757 Licence_Text: 
98758 #Header: 
98759 #/*
98760 # * Copyright (C) 2005 Free Software Foundation
98761 # * Written by Simon Josefsson
98762 # *
98763 # * This program is free software; you can redistribute it and/or modify
98764 # * it under the terms of the GNU General Public License as published by
98765 # * the Free Software Foundation; either version 2, or (at your option)
98766 # * any later version.
98767 # *
98768 # * This program is distributed in the hope that it will be useful,
98769 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98770 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98771 # * GNU General Public License for more details.
98772 # *
98773 # * You should have received a copy of the GNU General Public License
98774
98775 File: ./tests/test-gc.c
98776 Hash: 8cb1d73b6c4bd47920f369b94539807ae13559bf31d128fea4584223d60675a0
98777 Copyright: 2005, 2006 Free Software Foundation
98778 License: GPL 
98779 Licence_Text: 
98780 #Header: 
98781 #/*
98782 # * Copyright (C) 2005, 2006 Free Software Foundation
98783 # * Written by Simon Josefsson
98784 # *
98785 # * This program is free software; you can redistribute it and/or modify
98786 # * it under the terms of the GNU General Public License as published by
98787 # * the Free Software Foundation; either version 2, or (at your option)
98788 # * any later version.
98789 # *
98790 # * This program is distributed in the hope that it will be useful,
98791 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98792 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98793 # * GNU General Public License for more details.
98794 # *
98795 # * You should have received a copy of the GNU General Public License
98796
98797 File: ./tests/test-getaddrinfo.c
98798 Hash: 97815c6bb90ea2860ebdfcd9dfc8554dcbfa522d7aa8ba38ddecbc126e096a8d
98799 Copyright: 2006-2009 Free Software Foundation, Inc
98800 License: GPL-3+ 
98801 Licence_Text: 
98802 #Header: 
98803 #/* Test the getaddrinfo module.
98804 #
98805 #   Copyright (C) 2006-2009 Free Software Foundation, Inc.
98806 #
98807 #   This program is free software: you can redistribute it and/or modify
98808 #   it under the terms of the GNU General Public License as published by
98809 #   the Free Software Foundation; either version 3 of the License, or
98810 #   (at your option) any later version.
98811 #
98812 #   This program is distributed in the hope that it will be useful,
98813 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98814 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98815 #   GNU General Public License for more details.
98816 #
98817 #   You should have received a copy of the GNU General Public License
98818
98819 File: ./tests/test-getdate.c
98820 Hash: 935427c30258eb6e5a9b394cc5d96c1427d7abe260fe0b81fe448b30a4171ba3
98821 Copyright: 2008, 2009 Free Software Foundation, Inc
98822 License: GPL 
98823 Licence_Text: 
98824 #Header: 
98825 #/* Test of getdate() function.
98826 #   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
98827 #
98828 #   This program is free software; you can redistribute it and/or modify
98829 #   it under the terms of the GNU General Public License as published by
98830 #   the Free Software Foundation; either version 3, or (at your option)
98831 #   any later version.
98832 #
98833 #   This program is distributed in the hope that it will be useful,
98834 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98835 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98836 #   GNU General Public License for more details.
98837 #
98838 #   You should have received a copy of the GNU General Public License
98839 #   along with this program; if not, write to the Free Software Foundation,
98840
98841 File: ./tests/test-getdelim.c
98842 Hash: c90cc89f32a451ccbfe0910eb584fd389f60f2b051affa2dbe2bdc9d80097081
98843 Copyright: 2007-2008 Free Software Foundation, Inc
98844 License: GPL 
98845 Licence_Text: 
98846 #Header: 
98847 #/* Test of getdelim() function.
98848 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
98849 #
98850 #   This program is free software; you can redistribute it and/or modify
98851 #   it under the terms of the GNU General Public License as published by
98852 #   the Free Software Foundation; either version 3, or (at your option)
98853 #   any later version.
98854 #
98855 #   This program is distributed in the hope that it will be useful,
98856 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98857 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98858 #   GNU General Public License for more details.
98859 #
98860 #   You should have received a copy of the GNU General Public License
98861 #   along with this program; if not, write to the Free Software Foundation,
98862
98863 File: ./tests/test-getdtablesize.c
98864 Hash: 434e5606cbd9d33002d0e279a6af31645a13f37bf9492b61df63bdd7fac591ce
98865 Copyright: 2008 Free Software Foundation, Inc
98866 License: GPL-3+ 
98867 Licence_Text: 
98868 #Header: 
98869 #/* Test of getdtablesize() function.
98870 #   Copyright (C) 2008 Free Software Foundation, Inc.
98871 #
98872 #   This program is free software: you can redistribute it and/or modify
98873 #   it under the terms of the GNU General Public License as published by
98874 #   the Free Software Foundation; either version 3 of the License, or
98875 #   (at your option) any later version.
98876 #
98877 #   This program is distributed in the hope that it will be useful,
98878 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98879 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98880 #   GNU General Public License for more details.
98881 #
98882 #   You should have received a copy of the GNU General Public License
98883 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98884
98885 File: ./tests/test-gethostname.c
98886 Hash: f651231cb9c8d0c5d7c3feceb6ab023e6fb4719e96d313b5a1611cf222e9552d
98887 Copyright: 2008, 2009 Free Software Foundation
98888 License: GPL-3+ 
98889 Licence_Text: 
98890 #Header: 
98891 #/*
98892 # * Copyright (C) 2008, 2009 Free Software Foundation
98893 # * Written by Simon Josefsson.
98894 # *
98895 # * This program is free software: you can redistribute it and/or modify
98896 # * it under the terms of the GNU General Public License as published by
98897 # * the Free Software Foundation; either version 3 of the License, or
98898 # * (at your option) any later version.
98899 # *
98900 # * This program is distributed in the hope that it will be useful,
98901 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
98902 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98903 # * GNU General Public License for more details.
98904 # *
98905 # * You should have received a copy of the GNU General Public License
98906
98907 File: ./tests/test-getline.c
98908 Hash: 324eb53650a3b992efd3fc0cce526be56e493dac9a686c8f32b40a845358556d
98909 Copyright: 2007-2008 Free Software Foundation, Inc
98910 License: GPL 
98911 Licence_Text: 
98912 #Header: 
98913 #/* Test of getline() function.
98914 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
98915 #
98916 #   This program is free software; you can redistribute it and/or modify
98917 #   it under the terms of the GNU General Public License as published by
98918 #   the Free Software Foundation; either version 3, or (at your option)
98919 #   any later version.
98920 #
98921 #   This program is distributed in the hope that it will be useful,
98922 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98923 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98924 #   GNU General Public License for more details.
98925 #
98926 #   You should have received a copy of the GNU General Public License
98927 #   along with this program; if not, write to the Free Software Foundation,
98928
98929 File: ./tests/test-getndelim2.c
98930 Hash: ad18c635ec03c40547062fe271ebb6703e1d91c537b7adf63937c9ae962c1913
98931 Copyright: 2008 Free Software Foundation, Inc
98932 License: GPL 
98933 Licence_Text: 
98934 #Header: 
98935 #/* Test of getndelim2() function.
98936 #   Copyright (C) 2008 Free Software Foundation, Inc.
98937 #
98938 #   This program is free software; you can redistribute it and/or modify
98939 #   it under the terms of the GNU General Public License as published by
98940 #   the Free Software Foundation; either version 3, or (at your option)
98941 #   any later version.
98942 #
98943 #   This program is distributed in the hope that it will be useful,
98944 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98945 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98946 #   GNU General Public License for more details.
98947 #
98948 #   You should have received a copy of the GNU General Public License
98949 #   along with this program; if not, write to the Free Software Foundation,
98950
98951 File: ./tests/test-getopt.c
98952 Hash: 0b2b47e3d9845bd19c82af5b5e31f5c784ce9d35eb8a8b2807eebee18b770af2
98953 Copyright: 2009 Free Software Foundation, Inc
98954 License: GPL-3+ 
98955 Licence_Text: 
98956 #Header: 
98957 #/* Test of command line argument processing.
98958 #   Copyright (C) 2009 Free Software Foundation, Inc.
98959 #
98960 #   This program is free software: you can redistribute it and/or modify
98961 #   it under the terms of the GNU General Public License as published by
98962 #   the Free Software Foundation; either version 3 of the License, or
98963 #   (at your option) any later version.
98964 #
98965 #   This program is distributed in the hope that it will be useful,
98966 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98967 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98968 #   GNU General Public License for more details.
98969 #
98970 #   You should have received a copy of the GNU General Public License
98971 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98972
98973 File: ./tests/test-getopt.h
98974 Hash: 0b2b47e3d9845bd19c82af5b5e31f5c784ce9d35eb8a8b2807eebee18b770af2
98975 Copyright: 2009 Free Software Foundation, Inc
98976 License: GPL-3+ 
98977 Licence_Text: 
98978 #Header: 
98979 #/* Test of command line argument processing.
98980 #   Copyright (C) 2009 Free Software Foundation, Inc.
98981 #
98982 #   This program is free software: you can redistribute it and/or modify
98983 #   it under the terms of the GNU General Public License as published by
98984 #   the Free Software Foundation; either version 3 of the License, or
98985 #   (at your option) any later version.
98986 #
98987 #   This program is distributed in the hope that it will be useful,
98988 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
98989 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
98990 #   GNU General Public License for more details.
98991 #
98992 #   You should have received a copy of the GNU General Public License
98993 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
98994
98995 File: ./tests/test-getopt_long.h
98996 Hash: 0b2b47e3d9845bd19c82af5b5e31f5c784ce9d35eb8a8b2807eebee18b770af2
98997 Copyright: 2009 Free Software Foundation, Inc
98998 License: GPL-3+ 
98999 Licence_Text: 
99000 #Header: 
99001 #/* Test of command line argument processing.
99002 #   Copyright (C) 2009 Free Software Foundation, Inc.
99003 #
99004 #   This program is free software: you can redistribute it and/or modify
99005 #   it under the terms of the GNU General Public License as published by
99006 #   the Free Software Foundation; either version 3 of the License, or
99007 #   (at your option) any later version.
99008 #
99009 #   This program is distributed in the hope that it will be useful,
99010 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99011 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99012 #   GNU General Public License for more details.
99013 #
99014 #   You should have received a copy of the GNU General Public License
99015 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99016
99017 File: ./tests/test-getpass.c
99018 Hash: 9a0c1937fde38c70927a4eeb336d442bd6127bc5eb69e09a5cd4deb09e2fc195
99019 Copyright: 2005 Free Software Foundation, Inc
99020 License: GPL-3+ 
99021 Licence_Text: 
99022 #Header: 
99023 #/* Test getpass implementation.
99024 #   Copyright (C) 2005 Free Software Foundation, Inc.
99025 #   Written by Simon Josefsson.
99026 #
99027 #   This program is free software: you can redistribute it and/or modify
99028 #   it under the terms of the GNU General Public License as published by
99029 #   the Free Software Foundation; either version 3 of the License, or
99030 #   (at your option) any later version.
99031 #
99032 #   This program is distributed in the hope that it will be useful,
99033 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99034 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99035 #   GNU General Public License for more details.
99036 #
99037 #   You should have received a copy of the GNU General Public License
99038
99039 File: ./tests/test-gettimeofday.c
99040 Hash: 5b419f77d9b7e6e89f7289f386cd548243e4e4adc21e9a52d41d21a027fdf8ee
99041 Copyright: 2005, 2007 Free Software Foundation
99042 License: GPL-3+ 
99043 Licence_Text: 
99044 #Header: 
99045 #/*
99046 # * Copyright (C) 2005, 2007 Free Software Foundation
99047 # * Written by Jim Meyering.
99048 # *
99049 # * This program is free software: you can redistribute it and/or modify
99050 # * it under the terms of the GNU General Public License as published by
99051 # * the Free Software Foundation; either version 3 of the License, or
99052 # * (at your option) any later version.
99053 # *
99054 # * This program is distributed in the hope that it will be useful,
99055 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
99056 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99057 # * GNU General Public License for more details.
99058 # *
99059 # * You should have received a copy of the GNU General Public License
99060
99061 File: ./tests/test-glob.c
99062 Hash: 90a78aa60a23cad4495713152d6c476d4e43d510a6392ab6368173e374d14d04
99063 Copyright: 2009 Free Software Foundation, Inc
99064 License: GPL-3+ 
99065 Licence_Text: 
99066 #Header: 
99067 #/* Test of glob/globfree functions.
99068 #   Copyright (C) 2009 Free Software Foundation, Inc.
99069 #
99070 #   This program is free software: you can redistribute it and/or modify
99071 #   it under the terms of the GNU General Public License as published by
99072 #   the Free Software Foundation; either version 3 of the License, or
99073 #   (at your option) any later version.
99074 #
99075 #   This program is distributed in the hope that it will be useful,
99076 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99077 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99078 #   GNU General Public License for more details.
99079 #
99080 #   You should have received a copy of the GNU General Public License
99081 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99082
99083 File: ./tests/test-hash.c
99084 Hash: a74fab88b5cf12f0e0d435a4a5e3fd5e55078cae553004def0998b9222616a24
99085 Copyright: 2009 Free Software Foundation
99086 License: GPL-3+ 
99087 Licence_Text: 
99088 #Header: 
99089 #/*
99090 # * Copyright (C) 2009 Free Software Foundation
99091 # * Written by Jim Meyering
99092 # *
99093 # * This program is free software: you can redistribute it and/or modify
99094 # * it under the terms of the GNU General Public License as published by
99095 # * the Free Software Foundation; either version 3 of the License, or
99096 # * (at your option) any later version.
99097 # *
99098 # * This program is distributed in the hope that it will be useful,
99099 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
99100 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99101 # * GNU General Public License for more details.
99102 # *
99103 # * You should have received a copy of the GNU General Public License
99104
99105 File: ./tests/test-hmac-md5.c
99106 Hash: 8bb173ef978e327974c698b14b135ff61281311769ed40e2d01fbeb5d581c92d
99107 Copyright: 2005 Free Software Foundation
99108 License: GPL-3+ 
99109 Licence_Text: 
99110 #Header: 
99111 #/*
99112 # * Copyright (C) 2005 Free Software Foundation
99113 # *
99114 # * This program is free software: you can redistribute it and/or modify
99115 # * it under the terms of the GNU General Public License as published by
99116 # * the Free Software Foundation; either version 3 of the License, or
99117 # * (at your option) any later version.
99118 # *
99119 # * This program is distributed in the hope that it will be useful,
99120 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
99121 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99122 # * GNU General Public License for more details.
99123 # *
99124 # * You should have received a copy of the GNU General Public License
99125 # * along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99126
99127 File: ./tests/test-hmac-sha1.c
99128 Hash: 8bb173ef978e327974c698b14b135ff61281311769ed40e2d01fbeb5d581c92d
99129 Copyright: 2005 Free Software Foundation
99130 License: GPL-3+ 
99131 Licence_Text: 
99132 #Header: 
99133 #/*
99134 # * Copyright (C) 2005 Free Software Foundation
99135 # *
99136 # * This program is free software: you can redistribute it and/or modify
99137 # * it under the terms of the GNU General Public License as published by
99138 # * the Free Software Foundation; either version 3 of the License, or
99139 # * (at your option) any later version.
99140 # *
99141 # * This program is distributed in the hope that it will be useful,
99142 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
99143 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99144 # * GNU General Public License for more details.
99145 # *
99146 # * You should have received a copy of the GNU General Public License
99147 # * along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99148
99149 File: ./tests/test-i-ring.c
99150 Hash: 6f100cd5549d218db3fc88df418a556f9aac62f0bcf54163da4ad21c84ccb129
99151 Copyright: 2006-2008 Free Software Foundation, Inc
99152 License: GPL-3+ 
99153 Licence_Text: 
99154 #Header: 
99155 #/* Test the simple ring buffer.
99156 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
99157 #
99158 #   This program is free software: you can redistribute it and/or modify
99159 #   it under the terms of the GNU General Public License as published by
99160 #   the Free Software Foundation; either version 3 of the License, or
99161 #   (at your option) any later version.
99162 #
99163 #   This program is distributed in the hope that it will be useful,
99164 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99165 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99166 #   GNU General Public License for more details.
99167 #
99168 #   You should have received a copy of the GNU General Public License
99169 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99170
99171 File: ./tests/test-iconv-utf.c
99172 Hash: d87272473e825d65b336a572f6879ba7a6bb4eaa0ad053515d8ec0962ec6201b
99173 Copyright: 2007-2008 Free Software Foundation, Inc
99174 License: GPL-3+ 
99175 Licence_Text: 
99176 #Header: 
99177 #/* Test of character set conversion.
99178 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99179 #
99180 #   This program is free software: you can redistribute it and/or modify
99181 #   it under the terms of the GNU General Public License as published by
99182 #   the Free Software Foundation; either version 3 of the License, or
99183 #   (at your option) any later version.
99184 #
99185 #   This program is distributed in the hope that it will be useful,
99186 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99187 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99188 #   GNU General Public License for more details.
99189 #
99190 #   You should have received a copy of the GNU General Public License
99191 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99192
99193 File: ./tests/test-iconv.c
99194 Hash: d87272473e825d65b336a572f6879ba7a6bb4eaa0ad053515d8ec0962ec6201b
99195 Copyright: 2007-2008 Free Software Foundation, Inc
99196 License: GPL-3+ 
99197 Licence_Text: 
99198 #Header: 
99199 #/* Test of character set conversion.
99200 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99201 #
99202 #   This program is free software: you can redistribute it and/or modify
99203 #   it under the terms of the GNU General Public License as published by
99204 #   the Free Software Foundation; either version 3 of the License, or
99205 #   (at your option) any later version.
99206 #
99207 #   This program is distributed in the hope that it will be useful,
99208 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99209 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99210 #   GNU General Public License for more details.
99211 #
99212 #   You should have received a copy of the GNU General Public License
99213 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99214
99215 File: ./tests/test-iconvme.c
99216 Hash: d82c108598a30a83eb25992c35c31945f938c62e30203a312361e842c432d069
99217 Copyright: 2004, 2005 Free Software Foundation, Inc
99218 License: GPL-3+ 
99219 Licence_Text: 
99220 #Header: 
99221 #/* Recode strings between character sets, using iconv.
99222 #   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
99223 #   Written by Simon Josefsson.
99224 #
99225 #   This program is free software: you can redistribute it and/or modify
99226 #   it under the terms of the GNU General Public License as published by
99227 #   the Free Software Foundation; either version 3 of the License, or
99228 #   (at your option) any later version.
99229 #
99230 #   This program is distributed in the hope that it will be useful,
99231 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99232 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99233 #   GNU General Public License for more details.
99234 #
99235 #   You should have received a copy of the GNU General Public License
99236
99237 File: ./tests/test-idpriv-drop.c
99238 Hash: 887a2d06234e0105a076274b1c0cb5a4b97b25977378f755f305ead016dae39e
99239 Copyright: 2009 Free Software Foundation, Inc
99240 License: GPL-3+ 
99241 Licence_Text: 
99242 #Header: 
99243 #/* Test of dropping uid/gid privileges of the current process permanently.
99244 #   Copyright (C) 2009 Free Software Foundation, Inc.
99245 #
99246 #   This program is free software: you can redistribute it and/or modify
99247 #   it under the terms of the GNU General Public License as published by
99248 #   the Free Software Foundation; either version 3 of the License, or
99249 #   (at your option) any later version.
99250 #
99251 #   This program is distributed in the hope that it will be useful,
99252 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99253 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99254 #   GNU General Public License for more details.
99255 #
99256 #   You should have received a copy of the GNU General Public License
99257 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99258
99259 File: ./tests/test-idpriv-drop.sh
99260 Hash: 1b6223eb69f34418350f9987b6bf4b62f92e4629eddbc2fa2099aebf95cf6471
99261 Copyright: 
99262 License: 
99263 Licence_Text: 
99264 #Header: 
99265 ##!/bin/sh
99266 #
99267 ## A POSIX compliant 'id' program.
99268 #if test -f /usr/xpg4/bin/id; then
99269 #  ID=/usr/xpg4/bin/id
99270 #else
99271 #  ID=id
99272 #fi
99273 #
99274 ## The user's original uid and gid.
99275 #uid=`$ID -u`
99276 #gid=`$ID -g`
99277 #
99278 #if test `$ID -u` = 0; then
99279 #  # No need to ask for a password.
99280
99281 File: ./tests/test-idpriv-drop.su.sh
99282 Hash: a12aa9b509fa38494ad1070d79f1131e19b90de504905f5178d209183b8f7d0e
99283 Copyright: 
99284 License: 
99285 Licence_Text: 
99286 #Header: 
99287 ##!/bin/sh
99288 ## This script must be run as superuser.
99289 #
99290 #origuid=$1
99291 #origgid=$2
99292 #
99293 ## A POSIX compliant 'id' program.
99294 #if test -f /usr/xpg4/bin/id; then
99295 #  ID=/usr/xpg4/bin/id
99296 #else
99297 #  ID=id
99298 #fi
99299 #
99300 #if test `$ID -u` != 0; then
99301 #  echo "Skipping test: not superuser"
99302
99303 File: ./tests/test-idpriv-droptemp.c
99304 Hash: 036d78805f967b4753cdba6e50cac8854f7b24390bbf73b5a2d7f0fd6e1c903c
99305 Copyright: 2009 Free Software Foundation, Inc
99306 License: GPL-3+ 
99307 Licence_Text: 
99308 #Header: 
99309 #/* Test of dropping uid/gid privileges of the current process temporarily.
99310 #   Copyright (C) 2009 Free Software Foundation, Inc.
99311 #
99312 #   This program is free software: you can redistribute it and/or modify
99313 #   it under the terms of the GNU General Public License as published by
99314 #   the Free Software Foundation; either version 3 of the License, or
99315 #   (at your option) any later version.
99316 #
99317 #   This program is distributed in the hope that it will be useful,
99318 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99319 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99320 #   GNU General Public License for more details.
99321 #
99322 #   You should have received a copy of the GNU General Public License
99323 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99324
99325 File: ./tests/test-idpriv-droptemp.sh
99326 Hash: 1b6223eb69f34418350f9987b6bf4b62f92e4629eddbc2fa2099aebf95cf6471
99327 Copyright: 
99328 License: 
99329 Licence_Text: 
99330 #Header: 
99331 ##!/bin/sh
99332 #
99333 ## A POSIX compliant 'id' program.
99334 #if test -f /usr/xpg4/bin/id; then
99335 #  ID=/usr/xpg4/bin/id
99336 #else
99337 #  ID=id
99338 #fi
99339 #
99340 ## The user's original uid and gid.
99341 #uid=`$ID -u`
99342 #gid=`$ID -g`
99343 #
99344 #if test `$ID -u` = 0; then
99345 #  # No need to ask for a password.
99346
99347 File: ./tests/test-idpriv-droptemp.su.sh
99348 Hash: a12aa9b509fa38494ad1070d79f1131e19b90de504905f5178d209183b8f7d0e
99349 Copyright: 
99350 License: 
99351 Licence_Text: 
99352 #Header: 
99353 ##!/bin/sh
99354 ## This script must be run as superuser.
99355 #
99356 #origuid=$1
99357 #origgid=$2
99358 #
99359 ## A POSIX compliant 'id' program.
99360 #if test -f /usr/xpg4/bin/id; then
99361 #  ID=/usr/xpg4/bin/id
99362 #else
99363 #  ID=id
99364 #fi
99365 #
99366 #if test `$ID -u` != 0; then
99367 #  echo "Skipping test: not superuser"
99368
99369 File: ./tests/test-inttypes.c
99370 Hash: 8ca6a2b71d7f538cc79e407439bcd512ffca9203636f7cb336cd8c0d12d322fa
99371 Copyright: 2006-2007 Free Software Foundation, Inc
99372 License: GPL-3+ 
99373 Licence_Text: 
99374 #Header: 
99375 #/* Test of <inttypes.h> substitute.
99376 #   Copyright (C) 2006-2007 Free Software Foundation, Inc.
99377 #
99378 #   This program is free software: you can redistribute it and/or modify
99379 #   it under the terms of the GNU General Public License as published by
99380 #   the Free Software Foundation; either version 3 of the License, or
99381 #   (at your option) any later version.
99382 #
99383 #   This program is distributed in the hope that it will be useful,
99384 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99385 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99386 #   GNU General Public License for more details.
99387 #
99388 #   You should have received a copy of the GNU General Public License
99389 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99390
99391 File: ./tests/test-isfinite.c
99392 Hash: 192e0aefe852ad279cf33f30acbf1e6a5a685ea90a52bda5174baf39c06cd339
99393 Copyright: 2007-2008 Free Software Foundation, Inc
99394 License: GPL-3+ 
99395 Licence_Text: 
99396 #Header: 
99397 #/* Test of isfinite() substitute.
99398 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99399 #
99400 #   This program is free software: you can redistribute it and/or modify
99401 #   it under the terms of the GNU General Public License as published by
99402 #   the Free Software Foundation; either version 3 of the License, or
99403 #   (at your option) any later version.
99404 #
99405 #   This program is distributed in the hope that it will be useful,
99406 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99407 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99408 #   GNU General Public License for more details.
99409 #
99410 #   You should have received a copy of the GNU General Public License
99411 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99412
99413 File: ./tests/test-isinf.c
99414 Hash: 467c934361d927c8eb3bb47ae9844379ca009c7ebc4845dd28e567813ab1efcb
99415 Copyright: 2007-2008 Free Software Foundation, Inc
99416 License: GPL-3+ 
99417 Licence_Text: 
99418 #Header: 
99419 #/* Test of isinf() substitute.
99420 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99421 #
99422 #   This program is free software: you can redistribute it and/or modify
99423 #   it under the terms of the GNU General Public License as published by
99424 #   the Free Software Foundation; either version 3 of the License, or
99425 #   (at your option) any later version.
99426 #
99427 #   This program is distributed in the hope that it will be useful,
99428 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99429 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99430 #   GNU General Public License for more details.
99431 #
99432 #   You should have received a copy of the GNU General Public License
99433 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99434
99435 File: ./tests/test-isnan.c
99436 Hash: f1159b7f32f37a46e32fc884afa11c72818e02511e9332ee213bd99ffe3319f8
99437 Copyright: 2007-2009 Free Software Foundation, Inc
99438 License: GPL-3+ 
99439 Licence_Text: 
99440 #Header: 
99441 #/* Test of isnand() substitute.
99442 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
99443 #
99444 #   This program is free software: you can redistribute it and/or modify
99445 #   it under the terms of the GNU General Public License as published by
99446 #   the Free Software Foundation; either version 3 of the License, or
99447 #   (at your option) any later version.
99448 #
99449 #   This program is distributed in the hope that it will be useful,
99450 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99451 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99452 #   GNU General Public License for more details.
99453 #
99454 #   You should have received a copy of the GNU General Public License
99455 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99456
99457 File: ./tests/test-isnand-nolibm.c
99458 Hash: 8e193695226b00df98b39792e5eaf4b761d52c5d7d949a8722164c567b58c68a
99459 Copyright: 2007-2008 Free Software Foundation, Inc
99460 License: GPL-3+ 
99461 Licence_Text: 
99462 #Header: 
99463 #/* Test of isnand() substitute.
99464 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99465 #
99466 #   This program is free software: you can redistribute it and/or modify
99467 #   it under the terms of the GNU General Public License as published by
99468 #   the Free Software Foundation; either version 3 of the License, or
99469 #   (at your option) any later version.
99470 #
99471 #   This program is distributed in the hope that it will be useful,
99472 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99473 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99474 #   GNU General Public License for more details.
99475 #
99476 #   You should have received a copy of the GNU General Public License
99477 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99478
99479 File: ./tests/test-isnand.c
99480 Hash: 8e193695226b00df98b39792e5eaf4b761d52c5d7d949a8722164c567b58c68a
99481 Copyright: 2007-2008 Free Software Foundation, Inc
99482 License: GPL-3+ 
99483 Licence_Text: 
99484 #Header: 
99485 #/* Test of isnand() substitute.
99486 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99487 #
99488 #   This program is free software: you can redistribute it and/or modify
99489 #   it under the terms of the GNU General Public License as published by
99490 #   the Free Software Foundation; either version 3 of the License, or
99491 #   (at your option) any later version.
99492 #
99493 #   This program is distributed in the hope that it will be useful,
99494 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99495 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99496 #   GNU General Public License for more details.
99497 #
99498 #   You should have received a copy of the GNU General Public License
99499 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99500
99501 File: ./tests/test-isnand.h
99502 Hash: 8e193695226b00df98b39792e5eaf4b761d52c5d7d949a8722164c567b58c68a
99503 Copyright: 2007-2008 Free Software Foundation, Inc
99504 License: GPL-3+ 
99505 Licence_Text: 
99506 #Header: 
99507 #/* Test of isnand() substitute.
99508 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99509 #
99510 #   This program is free software: you can redistribute it and/or modify
99511 #   it under the terms of the GNU General Public License as published by
99512 #   the Free Software Foundation; either version 3 of the License, or
99513 #   (at your option) any later version.
99514 #
99515 #   This program is distributed in the hope that it will be useful,
99516 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99517 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99518 #   GNU General Public License for more details.
99519 #
99520 #   You should have received a copy of the GNU General Public License
99521 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99522
99523 File: ./tests/test-isnanf-nolibm.c
99524 Hash: f0bb065f381e27e3b887c65a054d7b492042dbe1770355b5d8f3995d90479aa0
99525 Copyright: 2007-2008 Free Software Foundation, Inc
99526 License: GPL-3+ 
99527 Licence_Text: 
99528 #Header: 
99529 #/* Test of isnanf() substitute.
99530 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99531 #
99532 #   This program is free software: you can redistribute it and/or modify
99533 #   it under the terms of the GNU General Public License as published by
99534 #   the Free Software Foundation; either version 3 of the License, or
99535 #   (at your option) any later version.
99536 #
99537 #   This program is distributed in the hope that it will be useful,
99538 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99539 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99540 #   GNU General Public License for more details.
99541 #
99542 #   You should have received a copy of the GNU General Public License
99543 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99544
99545 File: ./tests/test-isnanf.c
99546 Hash: f0bb065f381e27e3b887c65a054d7b492042dbe1770355b5d8f3995d90479aa0
99547 Copyright: 2007-2008 Free Software Foundation, Inc
99548 License: GPL-3+ 
99549 Licence_Text: 
99550 #Header: 
99551 #/* Test of isnanf() substitute.
99552 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99553 #
99554 #   This program is free software: you can redistribute it and/or modify
99555 #   it under the terms of the GNU General Public License as published by
99556 #   the Free Software Foundation; either version 3 of the License, or
99557 #   (at your option) any later version.
99558 #
99559 #   This program is distributed in the hope that it will be useful,
99560 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99561 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99562 #   GNU General Public License for more details.
99563 #
99564 #   You should have received a copy of the GNU General Public License
99565 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99566
99567 File: ./tests/test-isnanf.h
99568 Hash: f0bb065f381e27e3b887c65a054d7b492042dbe1770355b5d8f3995d90479aa0
99569 Copyright: 2007-2008 Free Software Foundation, Inc
99570 License: GPL-3+ 
99571 Licence_Text: 
99572 #Header: 
99573 #/* Test of isnanf() substitute.
99574 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99575 #
99576 #   This program is free software: you can redistribute it and/or modify
99577 #   it under the terms of the GNU General Public License as published by
99578 #   the Free Software Foundation; either version 3 of the License, or
99579 #   (at your option) any later version.
99580 #
99581 #   This program is distributed in the hope that it will be useful,
99582 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99583 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99584 #   GNU General Public License for more details.
99585 #
99586 #   You should have received a copy of the GNU General Public License
99587 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99588
99589 File: ./tests/test-isnanl-nolibm.c
99590 Hash: d24217e860acd20ff34dacb3bc316ab34a3af4a1d47241da882a51348e4bc34b
99591 Copyright: 2007 Free Software Foundation, Inc
99592 License: GPL-3+ 
99593 Licence_Text: 
99594 #Header: 
99595 #/* Test of isnanl() substitute.
99596 #   Copyright (C) 2007 Free Software Foundation, Inc.
99597 #
99598 #   This program is free software: you can redistribute it and/or modify
99599 #   it under the terms of the GNU General Public License as published by
99600 #   the Free Software Foundation; either version 3 of the License, or
99601 #   (at your option) any later version.
99602 #
99603 #   This program is distributed in the hope that it will be useful,
99604 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99605 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99606 #   GNU General Public License for more details.
99607 #
99608 #   You should have received a copy of the GNU General Public License
99609 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99610
99611 File: ./tests/test-isnanl.c
99612 Hash: a6dad044535d0b8182f8331618c092ddc94769e6aee495678f102047711f05e7
99613 Copyright: 2007-2008 Free Software Foundation, Inc
99614 License: GPL-3+ 
99615 Licence_Text: 
99616 #Header: 
99617 #/* Test of isnanl() substitute.
99618 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99619 #
99620 #   This program is free software: you can redistribute it and/or modify
99621 #   it under the terms of the GNU General Public License as published by
99622 #   the Free Software Foundation; either version 3 of the License, or
99623 #   (at your option) any later version.
99624 #
99625 #   This program is distributed in the hope that it will be useful,
99626 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99627 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99628 #   GNU General Public License for more details.
99629 #
99630 #   You should have received a copy of the GNU General Public License
99631 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99632
99633 File: ./tests/test-isnanl.h
99634 Hash: 1ccd58e1e4f6b9d59404fddbe589f2e34e40ea508081a567040c100b60b197c3
99635 Copyright: 2007-2009 Free Software Foundation, Inc
99636 License: GPL-3+ 
99637 Licence_Text: 
99638 #Header: 
99639 #/* Test of isnanl() substitute.
99640 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
99641 #
99642 #   This program is free software: you can redistribute it and/or modify
99643 #   it under the terms of the GNU General Public License as published by
99644 #   the Free Software Foundation; either version 3 of the License, or
99645 #   (at your option) any later version.
99646 #
99647 #   This program is distributed in the hope that it will be useful,
99648 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99649 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99650 #   GNU General Public License for more details.
99651 #
99652 #   You should have received a copy of the GNU General Public License
99653 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99654
99655 File: ./tests/test-ldexpl.c
99656 Hash: 7ee31a7a49ffebce6a7c8f0225d169567e0be429e67a89882ae1670f5ae9075c
99657 Copyright: 2007-2009 Free Software Foundation, Inc
99658 License: GPL-3+ 
99659 Licence_Text: 
99660 #Header: 
99661 #/* Test of multiplying a 'long double' by a power of 2.
99662 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
99663 #
99664 #   This program is free software: you can redistribute it and/or modify
99665 #   it under the terms of the GNU General Public License as published by
99666 #   the Free Software Foundation; either version 3 of the License, or
99667 #   (at your option) any later version.
99668 #
99669 #   This program is distributed in the hope that it will be useful,
99670 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99671 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99672 #   GNU General Public License for more details.
99673 #
99674 #   You should have received a copy of the GNU General Public License
99675 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99676
99677 File: ./tests/test-link.c
99678 Hash: 26cc2a58a305192996a7e8ee065b4bf8254c9b13d4e9f4efbe3c77777e2fc065
99679 Copyright: 2009 Free Software Foundation, Inc
99680 License: GPL-2+ 
99681 Licence_Text: 
99682 #Header: 
99683 #/* Test of link() function.
99684 #   Copyright (C) 2009 Free Software Foundation, Inc.
99685 #
99686 #   This program is free software: you can redistribute it and/or modify
99687 #   it under the terms of the GNU General Public License as published by
99688 #   the Free Software Foundation; either version 2 of the License, or
99689 #   (at your option) any later version.
99690 #
99691 #   This program is distributed in the hope that it will be useful,
99692 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99693 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99694 #   GNU General Public License for more details.
99695 #
99696 #   You should have received a copy of the GNU General Public License
99697 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99698
99699 File: ./tests/test-link.sh
99700 Hash: 1b15e579dd41f894ef55727093cb2490e586dd857fcd726339f4a59203a8fa68
99701 Copyright: 
99702 License: 
99703 Licence_Text: 
99704 #Header: 
99705 ##!/bin/sh
99706 #
99707 #tmpfiles="test-link-a.txt test-link-b.txt test-link-c.txt"
99708 #trap 'rm -fr $tmpfiles' 1 2 3 15
99709 #
99710 ## Create a file.
99711 #echo "hello" > test-link-a.txt || exit 1
99712 #
99713 ## Use link() to create a new name for it.
99714 #./test-link${EXEEXT} test-link-a.txt test-link-b.txt
99715 #case $? in
99716 #  0) ;;
99717 #  77)
99718 #    echo "Skipping test: hard links are not supported on this file system"
99719 #    rm -fr $tmpfiles
99720
99721 File: ./tests/test-linked_list.c
99722 Hash: b585f61497a4fc7c4dfd6e91d04c704703401fecd8b22283b5c421a43a594c37
99723 Copyright: 2006-2008 Free Software Foundation, Inc
99724 License: GPL-3+ 
99725 Licence_Text: 
99726 #Header: 
99727 #/* Test of sequential list data type implementation.
99728 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
99729 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
99730 #
99731 #   This program is free software: you can redistribute it and/or modify
99732 #   it under the terms of the GNU General Public License as published by
99733 #   the Free Software Foundation; either version 3 of the License, or
99734 #   (at your option) any later version.
99735 #
99736 #   This program is distributed in the hope that it will be useful,
99737 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99738 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99739 #   GNU General Public License for more details.
99740 #
99741 #   You should have received a copy of the GNU General Public License
99742
99743 File: ./tests/test-linkedhash_list.c
99744 Hash: b585f61497a4fc7c4dfd6e91d04c704703401fecd8b22283b5c421a43a594c37
99745 Copyright: 2006-2008 Free Software Foundation, Inc
99746 License: GPL-3+ 
99747 Licence_Text: 
99748 #Header: 
99749 #/* Test of sequential list data type implementation.
99750 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
99751 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
99752 #
99753 #   This program is free software: you can redistribute it and/or modify
99754 #   it under the terms of the GNU General Public License as published by
99755 #   the Free Software Foundation; either version 3 of the License, or
99756 #   (at your option) any later version.
99757 #
99758 #   This program is distributed in the hope that it will be useful,
99759 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99760 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99761 #   GNU General Public License for more details.
99762 #
99763 #   You should have received a copy of the GNU General Public License
99764
99765 File: ./tests/test-locale.c
99766 Hash: 13e3a273bd14c7064068652cb01722dab29c3661de434218afc58cf29f5900d8
99767 Copyright: 2007, 2009 Free Software Foundation, Inc
99768 License: GPL-3+ 
99769 Licence_Text: 
99770 #Header: 
99771 #/* Test of <locale.h> substitute.
99772 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
99773 #
99774 #   This program is free software: you can redistribute it and/or modify
99775 #   it under the terms of the GNU General Public License as published by
99776 #   the Free Software Foundation; either version 3 of the License, or
99777 #   (at your option) any later version.
99778 #
99779 #   This program is distributed in the hope that it will be useful,
99780 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99781 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99782 #   GNU General Public License for more details.
99783 #
99784 #   You should have received a copy of the GNU General Public License
99785 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99786
99787 File: ./tests/test-localename.c
99788 Hash: 7695c1b31209fab6aba6c16e3b612f606d1eae1b0720f1781148cab7fd964e7e
99789 Copyright: 2007, 2008 Free Software Foundation, Inc
99790 License: GPL-3+ 
99791 Licence_Text: 
99792 #Header: 
99793 #/* Test of gl_locale_name function.
99794 #   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
99795 #
99796 #   This program is free software: you can redistribute it and/or modify
99797 #   it under the terms of the GNU General Public License as published by
99798 #   the Free Software Foundation; either version 3 of the License, or
99799 #   (at your option) any later version.
99800 #
99801 #   This program is distributed in the hope that it will be useful,
99802 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99803 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99804 #   GNU General Public License for more details.
99805 #
99806 #   You should have received a copy of the GNU General Public License
99807 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99808
99809 File: ./tests/test-lock.c
99810 Hash: b995e7ccbf41d3f3ae5e9ed223ede35060a5c1ac152baaf9793fd8bd43210b93
99811 Copyright: 2005, 2008 Free Software Foundation, Inc
99812 License: GPL-3+ 
99813 Licence_Text: 
99814 #Header: 
99815 #/* Test of locking in multithreaded situations.
99816 #   Copyright (C) 2005, 2008 Free Software Foundation, Inc.
99817 #
99818 #   This program is free software: you can redistribute it and/or modify
99819 #   it under the terms of the GNU General Public License as published by
99820 #   the Free Software Foundation; either version 3 of the License, or
99821 #   (at your option) any later version.
99822 #
99823 #   This program is distributed in the hope that it will be useful,
99824 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99825 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99826 #   GNU General Public License for more details.
99827 #
99828 #   You should have received a copy of the GNU General Public License
99829 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99830
99831 File: ./tests/test-lseek.c
99832 Hash: 67b2fb2011956d378309801b9f809b54658434eb8b2a5c6a77b87090bfbfa9ef
99833 Copyright: 2007-2008 Free Software Foundation, Inc
99834 License: GPL-3+ 
99835 Licence_Text: 
99836 #Header: 
99837 #/* Test of lseek() function.
99838 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
99839 #
99840 #   This program is free software: you can redistribute it and/or modify
99841 #   it under the terms of the GNU General Public License as published by
99842 #   the Free Software Foundation; either version 3 of the License, or
99843 #   (at your option) any later version.
99844 #
99845 #   This program is distributed in the hope that it will be useful,
99846 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99847 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99848 #   GNU General Public License for more details.
99849 #
99850 #   You should have received a copy of the GNU General Public License
99851 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99852
99853 File: ./tests/test-lseek.sh
99854 Hash: 103b304131e87f84ebdf7fe51ddbca5d1de74d1b231c0e8d0f1f74edb60aacf4
99855 Copyright: 
99856 License: 
99857 Licence_Text: 
99858 #Header: 
99859 ##!/bin/sh
99860 #
99861 #tmpfiles=
99862 #trap 'rm -fr $tmpfiles' 1 2 3 15
99863 #
99864 #tmpfiles=t-lseek.tmp
99865 ## seekable files
99866 #./test-lseek${EXEEXT} 0 < "$srcdir/test-lseek.sh" > t-lseek.tmp || exit 1
99867 #
99868 ## pipes
99869 #echo hi | ./test-lseek${EXEEXT} 1 | cat || exit 1
99870 #
99871 ## closed descriptors
99872 #./test-lseek${EXEEXT} 2 <&- >&- || exit 1
99873
99874 File: ./tests/test-lstat.c
99875 Hash: 9cafdb021e073473c5f16a5b4f74a2ac31579de14aadebbdef5a0f625250d0e8
99876 Copyright: 2008 Free Software Foundation, Inc
99877 License: GPL-3+ 
99878 Licence_Text: 
99879 #Header: 
99880 #/* Test of lstat() function.
99881 #   Copyright (C) 2008 Free Software Foundation, Inc.
99882 #
99883 #   This program is free software: you can redistribute it and/or modify
99884 #   it under the terms of the GNU General Public License as published by
99885 #   the Free Software Foundation; either version 3 of the License, or
99886 #   (at your option) any later version.
99887 #
99888 #   This program is distributed in the hope that it will be useful,
99889 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99890 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99891 #   GNU General Public License for more details.
99892 #
99893 #   You should have received a copy of the GNU General Public License
99894 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99895
99896 File: ./tests/test-malloca.c
99897 Hash: 687b864c60a0a939b2d06d15f71bedc6640551c5a46b9d97cf954b7b9dad01aa
99898 Copyright: 2005, 2007 Free Software Foundation, Inc
99899 License: GPL-3+ 
99900 Licence_Text: 
99901 #Header: 
99902 #/* Test of safe automatic memory allocation.
99903 #   Copyright (C) 2005, 2007 Free Software Foundation, Inc.
99904 #
99905 #   This program is free software: you can redistribute it and/or modify
99906 #   it under the terms of the GNU General Public License as published by
99907 #   the Free Software Foundation; either version 3 of the License, or
99908 #   (at your option) any later version.
99909 #
99910 #   This program is distributed in the hope that it will be useful,
99911 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99912 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99913 #   GNU General Public License for more details.
99914 #
99915 #   You should have received a copy of the GNU General Public License
99916 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99917
99918 File: ./tests/test-math.c
99919 Hash: 5e0b0077a9753a2a6ab13b7d12ba7a95c37cc998e3886d96a0c15b55bd951f48
99920 Copyright: 2007, 2008 Free Software Foundation, Inc
99921 License: GPL-3+ 
99922 Licence_Text: 
99923 #Header: 
99924 #/* Test of <math.h> substitute.
99925 #   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
99926 #
99927 #   This program is free software: you can redistribute it and/or modify
99928 #   it under the terms of the GNU General Public License as published by
99929 #   the Free Software Foundation; either version 3 of the License, or
99930 #   (at your option) any later version.
99931 #
99932 #   This program is distributed in the hope that it will be useful,
99933 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99934 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99935 #   GNU General Public License for more details.
99936 #
99937 #   You should have received a copy of the GNU General Public License
99938 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99939
99940 File: ./tests/test-mbmemcasecmp.c
99941 Hash: e4a14c5260b409ddd924e4524e9dc399f02ce6a6a15956f4cae0cf0838ce4665
99942 Copyright: 2007-2009 Free Software Foundation, Inc
99943 License: GPL-3+ 
99944 Licence_Text: 
99945 #Header: 
99946 #/* Test of case-insensitive memory area comparison function.
99947 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
99948 #
99949 #   This program is free software: you can redistribute it and/or modify
99950 #   it under the terms of the GNU General Public License as published by
99951 #   the Free Software Foundation; either version 3 of the License, or
99952 #   (at your option) any later version.
99953 #
99954 #   This program is distributed in the hope that it will be useful,
99955 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99956 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99957 #   GNU General Public License for more details.
99958 #
99959 #   You should have received a copy of the GNU General Public License
99960 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99961
99962 File: ./tests/test-mbmemcasecmp.h
99963 Hash: e4a14c5260b409ddd924e4524e9dc399f02ce6a6a15956f4cae0cf0838ce4665
99964 Copyright: 2007-2009 Free Software Foundation, Inc
99965 License: GPL-3+ 
99966 Licence_Text: 
99967 #Header: 
99968 #/* Test of case-insensitive memory area comparison function.
99969 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
99970 #
99971 #   This program is free software: you can redistribute it and/or modify
99972 #   it under the terms of the GNU General Public License as published by
99973 #   the Free Software Foundation; either version 3 of the License, or
99974 #   (at your option) any later version.
99975 #
99976 #   This program is distributed in the hope that it will be useful,
99977 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
99978 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99979 #   GNU General Public License for more details.
99980 #
99981 #   You should have received a copy of the GNU General Public License
99982 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
99983
99984 File: ./tests/test-mbmemcasecmp1.sh
99985 Hash: 7304bc74f3d3a258e8210ea8a863f27aab54802b024dabb25a34b9549960b9f5
99986 Copyright: 
99987 License: 
99988 Licence_Text: 
99989 #Header: 
99990 ##!/bin/sh
99991 #
99992 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
99993 #: ${LOCALE_FR=fr_FR}
99994 #if test $LOCALE_FR = none; then
99995 #  if test -f /usr/bin/localedef; then
99996 #    echo "Skipping test: no traditional french locale is installed"
99997 #  else
99998 #    echo "Skipping test: no traditional french locale is supported"
99999 #  fi
100000 #  exit 77
100001 #fi
100002 #
100003 #LC_ALL=$LOCALE_FR \
100004 #./test-mbmemcasecmp${EXEEXT} 1
100005
100006 File: ./tests/test-mbmemcasecmp2.sh
100007 Hash: d16fd0422c4a2d96385d5b90b9c0f2c8f969de1dd4a33c5bb02fa4ac381f6f4d
100008 Copyright: 
100009 License: 
100010 Licence_Text: 
100011 #Header: 
100012 ##!/bin/sh
100013 #
100014 ## Test whether a specific UTF-8 locale is installed.
100015 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
100016 #if test $LOCALE_FR_UTF8 = none; then
100017 #  if test -f /usr/bin/localedef; then
100018 #    echo "Skipping test: no french Unicode locale is installed"
100019 #  else
100020 #    echo "Skipping test: no french Unicode locale is supported"
100021 #  fi
100022 #  exit 77
100023 #fi
100024 #
100025 #LC_ALL=$LOCALE_FR_UTF8 \
100026 #./test-mbmemcasecmp${EXEEXT} 2
100027
100028 File: ./tests/test-mbmemcasecmp3.sh
100029 Hash: eb492e8155da1b1de4e2250f06e478962793d6cabe9a519fd2384d15110677e7
100030 Copyright: 
100031 License: 
100032 Licence_Text: 
100033 #Header: 
100034 ##!/bin/sh
100035 #
100036 ## Test whether a specific Turkish locale is installed.
100037 #: ${LOCALE_TR_UTF8=tr_TR.UTF-8}
100038 #if test $LOCALE_TR_UTF8 = none; then
100039 #  if test -f /usr/bin/localedef; then
100040 #    echo "Skipping test: no turkish Unicode locale is installed"
100041 #  else
100042 #    echo "Skipping test: no turkish Unicode locale is supported"
100043 #  fi
100044 #  exit 77
100045 #fi
100046 #
100047 #LC_ALL=$LOCALE_TR_UTF8 \
100048 #./test-mbmemcasecmp${EXEEXT} 3
100049
100050 File: ./tests/test-mbmemcasecoll.c
100051 Hash: e4a14c5260b409ddd924e4524e9dc399f02ce6a6a15956f4cae0cf0838ce4665
100052 Copyright: 2007-2009 Free Software Foundation, Inc
100053 License: GPL-3+ 
100054 Licence_Text: 
100055 #Header: 
100056 #/* Test of case-insensitive memory area comparison function.
100057 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
100058 #
100059 #   This program is free software: you can redistribute it and/or modify
100060 #   it under the terms of the GNU General Public License as published by
100061 #   the Free Software Foundation; either version 3 of the License, or
100062 #   (at your option) any later version.
100063 #
100064 #   This program is distributed in the hope that it will be useful,
100065 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100066 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100067 #   GNU General Public License for more details.
100068 #
100069 #   You should have received a copy of the GNU General Public License
100070 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100071
100072 File: ./tests/test-mbmemcasecoll1.sh
100073 Hash: faed7a5be2e3810c0ffc7a90a52082c8f5cf3db405497a7e9010d2c719231ff6
100074 Copyright: 
100075 License: 
100076 Licence_Text: 
100077 #Header: 
100078 ##!/bin/sh
100079 #
100080 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
100081 #: ${LOCALE_FR=fr_FR}
100082 #if test $LOCALE_FR = none; then
100083 #  if test -f /usr/bin/localedef; then
100084 #    echo "Skipping test: no traditional french locale is installed"
100085 #  else
100086 #    echo "Skipping test: no traditional french locale is supported"
100087 #  fi
100088 #  exit 77
100089 #fi
100090 #
100091 #LC_ALL=$LOCALE_FR \
100092 #./test-mbmemcasecoll${EXEEXT} 1
100093
100094 File: ./tests/test-mbmemcasecoll2.sh
100095 Hash: f4fab277f9f292c7d753f3600aff43593c48069a4a3f6265958aa87a8c312491
100096 Copyright: 
100097 License: 
100098 Licence_Text: 
100099 #Header: 
100100 ##!/bin/sh
100101 #
100102 ## Test whether a specific UTF-8 locale is installed.
100103 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
100104 #if test $LOCALE_FR_UTF8 = none; then
100105 #  if test -f /usr/bin/localedef; then
100106 #    echo "Skipping test: no french Unicode locale is installed"
100107 #  else
100108 #    echo "Skipping test: no french Unicode locale is supported"
100109 #  fi
100110 #  exit 77
100111 #fi
100112 #
100113 #LC_ALL=$LOCALE_FR_UTF8 \
100114 #./test-mbmemcasecoll${EXEEXT} 2
100115
100116 File: ./tests/test-mbmemcasecoll3.sh
100117 Hash: 331ac5a20f06f5d44432e5fa4396101952cb6e60bbaf36beee49e11ca7933770
100118 Copyright: 
100119 License: 
100120 Licence_Text: 
100121 #Header: 
100122 ##!/bin/sh
100123 #
100124 ## Test whether a specific Turkish locale is installed.
100125 #: ${LOCALE_TR_UTF8=tr_TR.UTF-8}
100126 #if test $LOCALE_TR_UTF8 = none; then
100127 #  if test -f /usr/bin/localedef; then
100128 #    echo "Skipping test: no turkish Unicode locale is installed"
100129 #  else
100130 #    echo "Skipping test: no turkish Unicode locale is supported"
100131 #  fi
100132 #  exit 77
100133 #fi
100134 #
100135 #LC_ALL=$LOCALE_TR_UTF8 \
100136 #./test-mbmemcasecoll${EXEEXT} 3
100137
100138 File: ./tests/test-mbrtowc.c
100139 Hash: 9e6ff6c6e393938dfae1ad3aa59b09a1aff3de7914e1d9b850ea0c62a2865a0a
100140 Copyright: 2008 Free Software Foundation, Inc
100141 License: GPL-3+ 
100142 Licence_Text: 
100143 #Header: 
100144 #/* Test of conversion of multibyte character to wide character.
100145 #   Copyright (C) 2008 Free Software Foundation, Inc.
100146 #
100147 #   This program is free software: you can redistribute it and/or modify
100148 #   it under the terms of the GNU General Public License as published by
100149 #   the Free Software Foundation; either version 3 of the License, or
100150 #   (at your option) any later version.
100151 #
100152 #   This program is distributed in the hope that it will be useful,
100153 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100154 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100155 #   GNU General Public License for more details.
100156 #
100157 #   You should have received a copy of the GNU General Public License
100158 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100159
100160 File: ./tests/test-mbrtowc1.sh
100161 Hash: aa376c39dd66d55e6cbbc2acb3c88909aef3ab2b5dd2b88b64237d1a5113a325
100162 Copyright: 
100163 License: 
100164 Licence_Text: 
100165 #Header: 
100166 ##!/bin/sh
100167 #
100168 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
100169 #: ${LOCALE_FR=fr_FR}
100170 #if test $LOCALE_FR = none; then
100171 #  if test -f /usr/bin/localedef; then
100172 #    echo "Skipping test: no traditional french locale is installed"
100173 #  else
100174 #    echo "Skipping test: no traditional french locale is supported"
100175 #  fi
100176 #  exit 77
100177 #fi
100178 #
100179 #LC_ALL=$LOCALE_FR \
100180 #./test-mbrtowc${EXEEXT} 1
100181
100182 File: ./tests/test-mbrtowc2.sh
100183 Hash: d05e570292161c8c07a2800cbb86f2f1daad410c45f9cc4d75885cb775ef3edd
100184 Copyright: 
100185 License: 
100186 Licence_Text: 
100187 #Header: 
100188 ##!/bin/sh
100189 #
100190 ## Test whether a specific UTF-8 locale is installed.
100191 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
100192 #if test $LOCALE_FR_UTF8 = none; then
100193 #  if test -f /usr/bin/localedef; then
100194 #    echo "Skipping test: no french Unicode locale is installed"
100195 #  else
100196 #    echo "Skipping test: no french Unicode locale is supported"
100197 #  fi
100198 #  exit 77
100199 #fi
100200 #
100201 #LC_ALL=$LOCALE_FR_UTF8 \
100202 #./test-mbrtowc${EXEEXT} 2
100203
100204 File: ./tests/test-mbrtowc3.sh
100205 Hash: a961e18d55829ef9ae6b5b67be607ed9c09ad44805d1958dec5a216b8b2d4dd2
100206 Copyright: 
100207 License: 
100208 Licence_Text: 
100209 #Header: 
100210 ##!/bin/sh
100211 #
100212 ## Test whether a specific EUC-JP locale is installed.
100213 #: ${LOCALE_JA=ja_JP}
100214 #if test $LOCALE_JA = none; then
100215 #  if test -f /usr/bin/localedef; then
100216 #    echo "Skipping test: no traditional japanese locale is installed"
100217 #  else
100218 #    echo "Skipping test: no traditional japanese locale is supported"
100219 #  fi
100220 #  exit 77
100221 #fi
100222 #
100223 #LC_ALL=$LOCALE_JA \
100224 #./test-mbrtowc${EXEEXT} 3
100225
100226 File: ./tests/test-mbrtowc4.sh
100227 Hash: edcefd4d5f047e46e09c57c8f49fd8a5acf6198d6e1457b0b0f8d0a35c8acb36
100228 Copyright: 
100229 License: 
100230 Licence_Text: 
100231 #Header: 
100232 ##!/bin/sh
100233 #
100234 ## Test whether a specific GB18030 locale is installed.
100235 #: ${LOCALE_ZH_CN=zh_CN.GB18030}
100236 #if test $LOCALE_ZH_CN = none; then
100237 #  if test -f /usr/bin/localedef; then
100238 #    echo "Skipping test: no transitional chinese locale is installed"
100239 #  else
100240 #    echo "Skipping test: no transitional chinese locale is supported"
100241 #  fi
100242 #  exit 77
100243 #fi
100244 #
100245 #LC_ALL=$LOCALE_ZH_CN \
100246 #./test-mbrtowc${EXEEXT} 4
100247
100248 File: ./tests/test-mbscasecmp.c
100249 Hash: 3722b73f000f435b98ba31f09ee5d733d25786e0b91f3a049a38557e0ef46a79
100250 Copyright: 2007-2008 Free Software Foundation, Inc
100251 License: GPL-3+ 
100252 Licence_Text: 
100253 #Header: 
100254 #/* Test of case-insensitive string comparison function.
100255 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100256 #
100257 #   This program is free software: you can redistribute it and/or modify
100258 #   it under the terms of the GNU General Public License as published by
100259 #   the Free Software Foundation; either version 3 of the License, or
100260 #   (at your option) any later version.
100261 #
100262 #   This program is distributed in the hope that it will be useful,
100263 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100264 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100265 #   GNU General Public License for more details.
100266 #
100267 #   You should have received a copy of the GNU General Public License
100268 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100269
100270 File: ./tests/test-mbscasecmp.sh
100271 Hash: c400cba3bdc37f57ff59514590ef1c1ffb525def25363dc057cb795350258088
100272 Copyright: 
100273 License: 
100274 Licence_Text: 
100275 #Header: 
100276 ##!/bin/sh
100277 #
100278 ## Test whether a specific Turkish locale is installed.
100279 #: ${LOCALE_TR_UTF8=tr_TR.UTF-8}
100280 #if test $LOCALE_TR_UTF8 = none; then
100281 #  if test -f /usr/bin/localedef; then
100282 #    echo "Skipping test: no turkish Unicode locale is installed"
100283 #  else
100284 #    echo "Skipping test: no turkish Unicode locale is supported"
100285 #  fi
100286 #  exit 77
100287 #fi
100288 #
100289 #LC_ALL=$LOCALE_TR_UTF8 \
100290 #./test-mbscasecmp${EXEEXT}
100291
100292 File: ./tests/test-mbscasestr1.c
100293 Hash: 7d3a2bf92400fa4f1fbd6648bee578f8cbe1004908b60fa9b87c5e03896a02f1
100294 Copyright: 2007-2008 Free Software Foundation, Inc
100295 License: GPL-3+ 
100296 Licence_Text: 
100297 #Header: 
100298 #/* Test of case-insensitive searching in a string.
100299 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100300 #
100301 #   This program is free software: you can redistribute it and/or modify
100302 #   it under the terms of the GNU General Public License as published by
100303 #   the Free Software Foundation; either version 3 of the License, or
100304 #   (at your option) any later version.
100305 #
100306 #   This program is distributed in the hope that it will be useful,
100307 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100308 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100309 #   GNU General Public License for more details.
100310 #
100311 #   You should have received a copy of the GNU General Public License
100312 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100313
100314 File: ./tests/test-mbscasestr2.c
100315 Hash: 7c4cbec68d41161a47f1f02c9953b210c494a45cb3073bad343d95d82441aa02
100316 Copyright: 2007-2008 Free Software Foundation, Inc
100317 License: GPL-3+ 
100318 Licence_Text: 
100319 #Header: 
100320 #/* Test of searching in a string.
100321 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100322 #
100323 #   This program is free software: you can redistribute it and/or modify
100324 #   it under the terms of the GNU General Public License as published by
100325 #   the Free Software Foundation; either version 3 of the License, or
100326 #   (at your option) any later version.
100327 #
100328 #   This program is distributed in the hope that it will be useful,
100329 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100330 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100331 #   GNU General Public License for more details.
100332 #
100333 #   You should have received a copy of the GNU General Public License
100334 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100335
100336 File: ./tests/test-mbscasestr2.sh
100337 Hash: 7625b9217b1cb7efd0991f90f4f63de80e96364a81c197d42ff0ea48ff92474a
100338 Copyright: 
100339 License: 
100340 Licence_Text: 
100341 #Header: 
100342 ##!/bin/sh
100343 #
100344 ## Test whether a specific UTF-8 locale is installed.
100345 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
100346 #if test $LOCALE_FR_UTF8 = none; then
100347 #  if test -f /usr/bin/localedef; then
100348 #    echo "Skipping test: no french Unicode locale is installed"
100349 #  else
100350 #    echo "Skipping test: no french Unicode locale is supported"
100351 #  fi
100352 #  exit 77
100353 #fi
100354 #
100355 #LC_ALL=$LOCALE_FR_UTF8 \
100356 #./test-mbscasestr2${EXEEXT}
100357
100358 File: ./tests/test-mbscasestr3.c
100359 Hash: 7d3a2bf92400fa4f1fbd6648bee578f8cbe1004908b60fa9b87c5e03896a02f1
100360 Copyright: 2007-2008 Free Software Foundation, Inc
100361 License: GPL-3+ 
100362 Licence_Text: 
100363 #Header: 
100364 #/* Test of case-insensitive searching in a string.
100365 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100366 #
100367 #   This program is free software: you can redistribute it and/or modify
100368 #   it under the terms of the GNU General Public License as published by
100369 #   the Free Software Foundation; either version 3 of the License, or
100370 #   (at your option) any later version.
100371 #
100372 #   This program is distributed in the hope that it will be useful,
100373 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100374 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100375 #   GNU General Public License for more details.
100376 #
100377 #   You should have received a copy of the GNU General Public License
100378 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100379
100380 File: ./tests/test-mbscasestr3.sh
100381 Hash: 7bea28d4bcddc0db1d408f47ea4d152507a19397c06a739f5f996b2dcbb95f8c
100382 Copyright: 
100383 License: 
100384 Licence_Text: 
100385 #Header: 
100386 ##!/bin/sh
100387 #
100388 ## Test whether a specific GB18030 locale is installed.
100389 #: ${LOCALE_ZH_CN=zh_CN.GB18030}
100390 #if test $LOCALE_ZH_CN = none; then
100391 #  if test -f /usr/bin/localedef; then
100392 #    echo "Skipping test: no chinese GB18030 locale is installed"
100393 #  else
100394 #    echo "Skipping test: no chinese GB18030 locale is supported"
100395 #  fi
100396 #  exit 77
100397 #fi
100398 #
100399 #LC_ALL=$LOCALE_ZH_CN \
100400 #./test-mbscasestr3${EXEEXT}
100401
100402 File: ./tests/test-mbscasestr4.c
100403 Hash: 7d3a2bf92400fa4f1fbd6648bee578f8cbe1004908b60fa9b87c5e03896a02f1
100404 Copyright: 2007-2008 Free Software Foundation, Inc
100405 License: GPL-3+ 
100406 Licence_Text: 
100407 #Header: 
100408 #/* Test of case-insensitive searching in a string.
100409 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100410 #
100411 #   This program is free software: you can redistribute it and/or modify
100412 #   it under the terms of the GNU General Public License as published by
100413 #   the Free Software Foundation; either version 3 of the License, or
100414 #   (at your option) any later version.
100415 #
100416 #   This program is distributed in the hope that it will be useful,
100417 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100418 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100419 #   GNU General Public License for more details.
100420 #
100421 #   You should have received a copy of the GNU General Public License
100422 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100423
100424 File: ./tests/test-mbscasestr4.sh
100425 Hash: 7499e59252f59878b81950d351ed8786d455589a88cd005e7ff98abd521ae4b7
100426 Copyright: 
100427 License: 
100428 Licence_Text: 
100429 #Header: 
100430 ##!/bin/sh
100431 #
100432 ## Test whether a specific Turkish locale is installed.
100433 #: ${LOCALE_TR_UTF8=tr_TR.UTF-8}
100434 #if test $LOCALE_TR_UTF8 = none; then
100435 #  if test -f /usr/bin/localedef; then
100436 #    echo "Skipping test: no turkish Unicode locale is installed"
100437 #  else
100438 #    echo "Skipping test: no turkish Unicode locale is supported"
100439 #  fi
100440 #  exit 77
100441 #fi
100442 #
100443 #LC_ALL=$LOCALE_TR_UTF8 \
100444 #./test-mbscasestr4${EXEEXT}
100445
100446 File: ./tests/test-mbschr.c
100447 Hash: e5d6bd10ed694e87f1e1f158fda3d9e3bfe798703c35c003123ad801a988cd9e
100448 Copyright: 2007-2008 Free Software Foundation, Inc
100449 License: GPL-3+ 
100450 Licence_Text: 
100451 #Header: 
100452 #/* Test of searching a string for a character.
100453 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100454 #
100455 #   This program is free software: you can redistribute it and/or modify
100456 #   it under the terms of the GNU General Public License as published by
100457 #   the Free Software Foundation; either version 3 of the License, or
100458 #   (at your option) any later version.
100459 #
100460 #   This program is distributed in the hope that it will be useful,
100461 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100462 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100463 #   GNU General Public License for more details.
100464 #
100465 #   You should have received a copy of the GNU General Public License
100466 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100467
100468 File: ./tests/test-mbschr.sh
100469 Hash: 7a680a0884655b6591b91b98d2e0192e1defe778a12f3a5bf271aa6a761692a5
100470 Copyright: 
100471 License: 
100472 Licence_Text: 
100473 #Header: 
100474 ##!/bin/sh
100475 #
100476 ## Test whether a specific GB18030 locale is installed.
100477 #: ${LOCALE_ZH_CN=zh_CN.GB18030}
100478 #if test $LOCALE_ZH_CN = none; then
100479 #  if test -f /usr/bin/localedef; then
100480 #    echo "Skipping test: no chinese GB18030 locale is installed"
100481 #  else
100482 #    echo "Skipping test: no chinese GB18030 locale is supported"
100483 #  fi
100484 #  exit 77
100485 #fi
100486 #
100487 #LC_ALL=$LOCALE_ZH_CN \
100488 #./test-mbschr${EXEEXT}
100489
100490 File: ./tests/test-mbscspn.c
100491 Hash: 618cf2c22123f23c1abd9f63fa989c7a88d22bcdba78e71817640fbfa00fd134
100492 Copyright: 2007-2008 Free Software Foundation, Inc
100493 License: GPL-3+ 
100494 Licence_Text: 
100495 #Header: 
100496 #/* Test of searching a string for a character among a given set of characters.
100497 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100498 #
100499 #   This program is free software: you can redistribute it and/or modify
100500 #   it under the terms of the GNU General Public License as published by
100501 #   the Free Software Foundation; either version 3 of the License, or
100502 #   (at your option) any later version.
100503 #
100504 #   This program is distributed in the hope that it will be useful,
100505 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100506 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100507 #   GNU General Public License for more details.
100508 #
100509 #   You should have received a copy of the GNU General Public License
100510 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100511
100512 File: ./tests/test-mbscspn.sh
100513 Hash: 15cc680a7cb6f0f0f80715a88a5c62b67c5ae2c99589420be9f5a7312d252e3a
100514 Copyright: 
100515 License: 
100516 Licence_Text: 
100517 #Header: 
100518 ##!/bin/sh
100519 #
100520 ## Test whether a specific UTF-8 locale is installed.
100521 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
100522 #if test $LOCALE_FR_UTF8 = none; then
100523 #  if test -f /usr/bin/localedef; then
100524 #    echo "Skipping test: no french Unicode locale is installed"
100525 #  else
100526 #    echo "Skipping test: no french Unicode locale is supported"
100527 #  fi
100528 #  exit 77
100529 #fi
100530 #
100531 #LC_ALL=$LOCALE_FR_UTF8 \
100532 #./test-mbscspn${EXEEXT}
100533
100534 File: ./tests/test-mbsinit.c
100535 Hash: 0a0f9a89e23f44ce8d21a21ec2345e1f3022ba9e3e35e2705f7347e5d3da89c9
100536 Copyright: 2008 Free Software Foundation, Inc
100537 License: GPL-3+ 
100538 Licence_Text: 
100539 #Header: 
100540 #/* Test of test for initial conversion state.
100541 #   Copyright (C) 2008 Free Software Foundation, Inc.
100542 #
100543 #   This program is free software: you can redistribute it and/or modify
100544 #   it under the terms of the GNU General Public License as published by
100545 #   the Free Software Foundation; either version 3 of the License, or
100546 #   (at your option) any later version.
100547 #
100548 #   This program is distributed in the hope that it will be useful,
100549 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100550 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100551 #   GNU General Public License for more details.
100552 #
100553 #   You should have received a copy of the GNU General Public License
100554 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100555
100556 File: ./tests/test-mbsinit.sh
100557 Hash: 104168895eecfbae80f96f8abd4c73822d9dcb2ce305f8020a0424fe2d55a660
100558 Copyright: 
100559 License: 
100560 Licence_Text: 
100561 #Header: 
100562 ##!/bin/sh
100563 #
100564 ## Test whether a specific UTF-8 locale is installed.
100565 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
100566 #if test $LOCALE_FR_UTF8 = none; then
100567 #  if test -f /usr/bin/localedef; then
100568 #    echo "Skipping test: no french Unicode locale is installed"
100569 #  else
100570 #    echo "Skipping test: no french Unicode locale is supported"
100571 #  fi
100572 #  exit 77
100573 #fi
100574 #
100575 #LC_ALL=$LOCALE_FR_UTF8 \
100576 #./test-mbsinit${EXEEXT}
100577
100578 File: ./tests/test-mbsncasecmp.c
100579 Hash: 3722b73f000f435b98ba31f09ee5d733d25786e0b91f3a049a38557e0ef46a79
100580 Copyright: 2007-2008 Free Software Foundation, Inc
100581 License: GPL-3+ 
100582 Licence_Text: 
100583 #Header: 
100584 #/* Test of case-insensitive string comparison function.
100585 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100586 #
100587 #   This program is free software: you can redistribute it and/or modify
100588 #   it under the terms of the GNU General Public License as published by
100589 #   the Free Software Foundation; either version 3 of the License, or
100590 #   (at your option) any later version.
100591 #
100592 #   This program is distributed in the hope that it will be useful,
100593 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100594 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100595 #   GNU General Public License for more details.
100596 #
100597 #   You should have received a copy of the GNU General Public License
100598 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100599
100600 File: ./tests/test-mbsncasecmp.sh
100601 Hash: 50eadc9df534559ed5509be4a6af2522252ace74a00646bceff01daa139b622d
100602 Copyright: 
100603 License: 
100604 Licence_Text: 
100605 #Header: 
100606 ##!/bin/sh
100607 #
100608 ## Test whether a specific Turkish locale is installed.
100609 #: ${LOCALE_TR_UTF8=tr_TR.UTF-8}
100610 #if test $LOCALE_TR_UTF8 = none; then
100611 #  if test -f /usr/bin/localedef; then
100612 #    echo "Skipping test: no turkish Unicode locale is installed"
100613 #  else
100614 #    echo "Skipping test: no turkish Unicode locale is supported"
100615 #  fi
100616 #  exit 77
100617 #fi
100618 #
100619 #LC_ALL=$LOCALE_TR_UTF8 \
100620 #./test-mbsncasecmp${EXEEXT}
100621
100622 File: ./tests/test-mbsnrtowcs.c
100623 Hash: 298af5c52802717a0d5f5823212da83b8472b2c56166a91e1763533a2bec95ad
100624 Copyright: 2008 Free Software Foundation, Inc
100625 License: GPL-3+ 
100626 Licence_Text: 
100627 #Header: 
100628 #/* Test of conversion of string to wide string.
100629 #   Copyright (C) 2008 Free Software Foundation, Inc.
100630 #
100631 #   This program is free software: you can redistribute it and/or modify
100632 #   it under the terms of the GNU General Public License as published by
100633 #   the Free Software Foundation; either version 3 of the License, or
100634 #   (at your option) any later version.
100635 #
100636 #   This program is distributed in the hope that it will be useful,
100637 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100638 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100639 #   GNU General Public License for more details.
100640 #
100641 #   You should have received a copy of the GNU General Public License
100642 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100643
100644 File: ./tests/test-mbsnrtowcs1.sh
100645 Hash: 5db850b49c6897a60588a348aadf7f5ad696f27f58876613cb686088e82065ad
100646 Copyright: 
100647 License: 
100648 Licence_Text: 
100649 #Header: 
100650 ##!/bin/sh
100651 #
100652 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
100653 #: ${LOCALE_FR=fr_FR}
100654 #if test $LOCALE_FR = none; then
100655 #  if test -f /usr/bin/localedef; then
100656 #    echo "Skipping test: no traditional french locale is installed"
100657 #  else
100658 #    echo "Skipping test: no traditional french locale is supported"
100659 #  fi
100660 #  exit 77
100661 #fi
100662 #
100663 #LC_ALL=$LOCALE_FR \
100664 #./test-mbsnrtowcs${EXEEXT} 1
100665
100666 File: ./tests/test-mbsnrtowcs2.sh
100667 Hash: c861368b11ee095bb6d9f0229cc3a369b8a0244e453dc686b3540a954bc1b155
100668 Copyright: 
100669 License: 
100670 Licence_Text: 
100671 #Header: 
100672 ##!/bin/sh
100673 #
100674 ## Test whether a specific UTF-8 locale is installed.
100675 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
100676 #if test $LOCALE_FR_UTF8 = none; then
100677 #  if test -f /usr/bin/localedef; then
100678 #    echo "Skipping test: no french Unicode locale is installed"
100679 #  else
100680 #    echo "Skipping test: no french Unicode locale is supported"
100681 #  fi
100682 #  exit 77
100683 #fi
100684 #
100685 #LC_ALL=$LOCALE_FR_UTF8 \
100686 #./test-mbsnrtowcs${EXEEXT} 2
100687
100688 File: ./tests/test-mbsnrtowcs3.sh
100689 Hash: a8194d6aefb2a02a416354be9e9474c0c19403adf757cb21204119931c188056
100690 Copyright: 
100691 License: 
100692 Licence_Text: 
100693 #Header: 
100694 ##!/bin/sh
100695 #
100696 ## Test whether a specific EUC-JP locale is installed.
100697 #: ${LOCALE_JA=ja_JP}
100698 #if test $LOCALE_JA = none; then
100699 #  if test -f /usr/bin/localedef; then
100700 #    echo "Skipping test: no traditional japanese locale is installed"
100701 #  else
100702 #    echo "Skipping test: no traditional japanese locale is supported"
100703 #  fi
100704 #  exit 77
100705 #fi
100706 #
100707 #LC_ALL=$LOCALE_JA \
100708 #./test-mbsnrtowcs${EXEEXT} 3
100709
100710 File: ./tests/test-mbsnrtowcs4.sh
100711 Hash: db2098f520d0c8aeebc9ec8e24bcb668e5ce3afd425e13c07d4bd7c3a7ab51d6
100712 Copyright: 
100713 License: 
100714 Licence_Text: 
100715 #Header: 
100716 ##!/bin/sh
100717 #
100718 ## Test whether a specific GB18030 locale is installed.
100719 #: ${LOCALE_ZH_CN=zh_CN.GB18030}
100720 #if test $LOCALE_ZH_CN = none; then
100721 #  if test -f /usr/bin/localedef; then
100722 #    echo "Skipping test: no transitional chinese locale is installed"
100723 #  else
100724 #    echo "Skipping test: no transitional chinese locale is supported"
100725 #  fi
100726 #  exit 77
100727 #fi
100728 #
100729 #LC_ALL=$LOCALE_ZH_CN \
100730 #./test-mbsnrtowcs${EXEEXT} 4
100731
100732 File: ./tests/test-mbspbrk.c
100733 Hash: 618cf2c22123f23c1abd9f63fa989c7a88d22bcdba78e71817640fbfa00fd134
100734 Copyright: 2007-2008 Free Software Foundation, Inc
100735 License: GPL-3+ 
100736 Licence_Text: 
100737 #Header: 
100738 #/* Test of searching a string for a character among a given set of characters.
100739 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100740 #
100741 #   This program is free software: you can redistribute it and/or modify
100742 #   it under the terms of the GNU General Public License as published by
100743 #   the Free Software Foundation; either version 3 of the License, or
100744 #   (at your option) any later version.
100745 #
100746 #   This program is distributed in the hope that it will be useful,
100747 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100748 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100749 #   GNU General Public License for more details.
100750 #
100751 #   You should have received a copy of the GNU General Public License
100752 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100753
100754 File: ./tests/test-mbspbrk.sh
100755 Hash: b68f5c5e76fdb5ff39f3a4b137f26afec83fbedd80132cb547663c5113395523
100756 Copyright: 
100757 License: 
100758 Licence_Text: 
100759 #Header: 
100760 ##!/bin/sh
100761 #
100762 ## Test whether a specific UTF-8 locale is installed.
100763 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
100764 #if test $LOCALE_FR_UTF8 = none; then
100765 #  if test -f /usr/bin/localedef; then
100766 #    echo "Skipping test: no french Unicode locale is installed"
100767 #  else
100768 #    echo "Skipping test: no french Unicode locale is supported"
100769 #  fi
100770 #  exit 77
100771 #fi
100772 #
100773 #LC_ALL=$LOCALE_FR_UTF8 \
100774 #./test-mbspbrk${EXEEXT}
100775
100776 File: ./tests/test-mbspcasecmp.c
100777 Hash: 3722b73f000f435b98ba31f09ee5d733d25786e0b91f3a049a38557e0ef46a79
100778 Copyright: 2007-2008 Free Software Foundation, Inc
100779 License: GPL-3+ 
100780 Licence_Text: 
100781 #Header: 
100782 #/* Test of case-insensitive string comparison function.
100783 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100784 #
100785 #   This program is free software: you can redistribute it and/or modify
100786 #   it under the terms of the GNU General Public License as published by
100787 #   the Free Software Foundation; either version 3 of the License, or
100788 #   (at your option) any later version.
100789 #
100790 #   This program is distributed in the hope that it will be useful,
100791 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100792 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100793 #   GNU General Public License for more details.
100794 #
100795 #   You should have received a copy of the GNU General Public License
100796 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100797
100798 File: ./tests/test-mbspcasecmp.sh
100799 Hash: 0dc0b806a5fc1a9d2110db05246da688cf15390dc3d79948a5d6a2bbf2040af3
100800 Copyright: 
100801 License: 
100802 Licence_Text: 
100803 #Header: 
100804 ##!/bin/sh
100805 #
100806 ## Test whether a specific Turkish locale is installed.
100807 #: ${LOCALE_TR_UTF8=tr_TR.UTF-8}
100808 #if test $LOCALE_TR_UTF8 = none; then
100809 #  if test -f /usr/bin/localedef; then
100810 #    echo "Skipping test: no turkish Unicode locale is installed"
100811 #  else
100812 #    echo "Skipping test: no turkish Unicode locale is supported"
100813 #  fi
100814 #  exit 77
100815 #fi
100816 #
100817 #LC_ALL=$LOCALE_TR_UTF8 \
100818 #./test-mbspcasecmp${EXEEXT}
100819
100820 File: ./tests/test-mbsrchr.c
100821 Hash: 336d238f34950347720810d4eba15e4d22a9aa84098f3ec41fd2856d8aedf6d7
100822 Copyright: 2007-2008 Free Software Foundation, Inc
100823 License: GPL-3+ 
100824 Licence_Text: 
100825 #Header: 
100826 #/* Test of searching a string for the last occurrence of a character.
100827 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100828 #
100829 #   This program is free software: you can redistribute it and/or modify
100830 #   it under the terms of the GNU General Public License as published by
100831 #   the Free Software Foundation; either version 3 of the License, or
100832 #   (at your option) any later version.
100833 #
100834 #   This program is distributed in the hope that it will be useful,
100835 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100836 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100837 #   GNU General Public License for more details.
100838 #
100839 #   You should have received a copy of the GNU General Public License
100840 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100841
100842 File: ./tests/test-mbsrchr.sh
100843 Hash: f8f59a2913930da2af1851dc24468f2921742b6091b86a65e284b38b418a1397
100844 Copyright: 
100845 License: 
100846 Licence_Text: 
100847 #Header: 
100848 ##!/bin/sh
100849 #
100850 ## Test whether a specific GB18030 locale is installed.
100851 #: ${LOCALE_ZH_CN=zh_CN.GB18030}
100852 #if test $LOCALE_ZH_CN = none; then
100853 #  if test -f /usr/bin/localedef; then
100854 #    echo "Skipping test: no chinese GB18030 locale is installed"
100855 #  else
100856 #    echo "Skipping test: no chinese GB18030 locale is supported"
100857 #  fi
100858 #  exit 77
100859 #fi
100860 #
100861 #LC_ALL=$LOCALE_ZH_CN \
100862 #./test-mbsrchr${EXEEXT}
100863
100864 File: ./tests/test-mbsrtowcs.c
100865 Hash: 298af5c52802717a0d5f5823212da83b8472b2c56166a91e1763533a2bec95ad
100866 Copyright: 2008 Free Software Foundation, Inc
100867 License: GPL-3+ 
100868 Licence_Text: 
100869 #Header: 
100870 #/* Test of conversion of string to wide string.
100871 #   Copyright (C) 2008 Free Software Foundation, Inc.
100872 #
100873 #   This program is free software: you can redistribute it and/or modify
100874 #   it under the terms of the GNU General Public License as published by
100875 #   the Free Software Foundation; either version 3 of the License, or
100876 #   (at your option) any later version.
100877 #
100878 #   This program is distributed in the hope that it will be useful,
100879 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100880 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100881 #   GNU General Public License for more details.
100882 #
100883 #   You should have received a copy of the GNU General Public License
100884 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100885
100886 File: ./tests/test-mbsrtowcs1.sh
100887 Hash: fb24fa64654c7d2c588311970717aea290a3291349f8a5611aaa761713119cc6
100888 Copyright: 
100889 License: 
100890 Licence_Text: 
100891 #Header: 
100892 ##!/bin/sh
100893 #
100894 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
100895 #: ${LOCALE_FR=fr_FR}
100896 #if test $LOCALE_FR = none; then
100897 #  if test -f /usr/bin/localedef; then
100898 #    echo "Skipping test: no traditional french locale is installed"
100899 #  else
100900 #    echo "Skipping test: no traditional french locale is supported"
100901 #  fi
100902 #  exit 77
100903 #fi
100904 #
100905 #LC_ALL=$LOCALE_FR \
100906 #./test-mbsrtowcs${EXEEXT} 1
100907
100908 File: ./tests/test-mbsrtowcs2.sh
100909 Hash: 8d030f6028e543b4d93dfb8f14b84edd1541dc11d65ce84d512191a78bc1b4fe
100910 Copyright: 
100911 License: 
100912 Licence_Text: 
100913 #Header: 
100914 ##!/bin/sh
100915 #
100916 ## Test whether a specific UTF-8 locale is installed.
100917 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
100918 #if test $LOCALE_FR_UTF8 = none; then
100919 #  if test -f /usr/bin/localedef; then
100920 #    echo "Skipping test: no french Unicode locale is installed"
100921 #  else
100922 #    echo "Skipping test: no french Unicode locale is supported"
100923 #  fi
100924 #  exit 77
100925 #fi
100926 #
100927 #LC_ALL=$LOCALE_FR_UTF8 \
100928 #./test-mbsrtowcs${EXEEXT} 2
100929
100930 File: ./tests/test-mbsrtowcs3.sh
100931 Hash: b23b005a9360d7365bfc10ca426905259d2d38be17a55283e063f01a62ec8332
100932 Copyright: 
100933 License: 
100934 Licence_Text: 
100935 #Header: 
100936 ##!/bin/sh
100937 #
100938 ## Test whether a specific EUC-JP locale is installed.
100939 #: ${LOCALE_JA=ja_JP}
100940 #if test $LOCALE_JA = none; then
100941 #  if test -f /usr/bin/localedef; then
100942 #    echo "Skipping test: no traditional japanese locale is installed"
100943 #  else
100944 #    echo "Skipping test: no traditional japanese locale is supported"
100945 #  fi
100946 #  exit 77
100947 #fi
100948 #
100949 #LC_ALL=$LOCALE_JA \
100950 #./test-mbsrtowcs${EXEEXT} 3
100951
100952 File: ./tests/test-mbsrtowcs4.sh
100953 Hash: 207d7ee682369340ed853b46675579d3be4a2707c2299493f560022e518ab334
100954 Copyright: 
100955 License: 
100956 Licence_Text: 
100957 #Header: 
100958 ##!/bin/sh
100959 #
100960 ## Test whether a specific GB18030 locale is installed.
100961 #: ${LOCALE_ZH_CN=zh_CN.GB18030}
100962 #if test $LOCALE_ZH_CN = none; then
100963 #  if test -f /usr/bin/localedef; then
100964 #    echo "Skipping test: no transitional chinese locale is installed"
100965 #  else
100966 #    echo "Skipping test: no transitional chinese locale is supported"
100967 #  fi
100968 #  exit 77
100969 #fi
100970 #
100971 #LC_ALL=$LOCALE_ZH_CN \
100972 #./test-mbsrtowcs${EXEEXT} 4
100973
100974 File: ./tests/test-mbsspn.c
100975 Hash: 2708b6a1359116604ffd1f0488e510bef6ee687588f481e0cad37ed0ec848913
100976 Copyright: 2007-2008 Free Software Foundation, Inc
100977 License: GPL-3+ 
100978 Licence_Text: 
100979 #Header: 
100980 #/* Test of searching a string for a character outside a given set of characters.
100981 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
100982 #
100983 #   This program is free software: you can redistribute it and/or modify
100984 #   it under the terms of the GNU General Public License as published by
100985 #   the Free Software Foundation; either version 3 of the License, or
100986 #   (at your option) any later version.
100987 #
100988 #   This program is distributed in the hope that it will be useful,
100989 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
100990 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
100991 #   GNU General Public License for more details.
100992 #
100993 #   You should have received a copy of the GNU General Public License
100994 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
100995
100996 File: ./tests/test-mbsspn.sh
100997 Hash: e0bd7e62a91c072db88164046ecd6f42c88ce44a634a76eb1c83c248831dd936
100998 Copyright: 
100999 License: 
101000 Licence_Text: 
101001 #Header: 
101002 ##!/bin/sh
101003 #
101004 ## Test whether a specific UTF-8 locale is installed.
101005 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
101006 #if test $LOCALE_FR_UTF8 = none; then
101007 #  if test -f /usr/bin/localedef; then
101008 #    echo "Skipping test: no french Unicode locale is installed"
101009 #  else
101010 #    echo "Skipping test: no french Unicode locale is supported"
101011 #  fi
101012 #  exit 77
101013 #fi
101014 #
101015 #LC_ALL=$LOCALE_FR_UTF8 \
101016 #./test-mbsspn${EXEEXT}
101017
101018 File: ./tests/test-mbsstr1.c
101019 Hash: 7c4cbec68d41161a47f1f02c9953b210c494a45cb3073bad343d95d82441aa02
101020 Copyright: 2007-2008 Free Software Foundation, Inc
101021 License: GPL-3+ 
101022 Licence_Text: 
101023 #Header: 
101024 #/* Test of searching in a string.
101025 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
101026 #
101027 #   This program is free software: you can redistribute it and/or modify
101028 #   it under the terms of the GNU General Public License as published by
101029 #   the Free Software Foundation; either version 3 of the License, or
101030 #   (at your option) any later version.
101031 #
101032 #   This program is distributed in the hope that it will be useful,
101033 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101034 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101035 #   GNU General Public License for more details.
101036 #
101037 #   You should have received a copy of the GNU General Public License
101038 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101039
101040 File: ./tests/test-mbsstr2.c
101041 Hash: 7c4cbec68d41161a47f1f02c9953b210c494a45cb3073bad343d95d82441aa02
101042 Copyright: 2007-2008 Free Software Foundation, Inc
101043 License: GPL-3+ 
101044 Licence_Text: 
101045 #Header: 
101046 #/* Test of searching in a string.
101047 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
101048 #
101049 #   This program is free software: you can redistribute it and/or modify
101050 #   it under the terms of the GNU General Public License as published by
101051 #   the Free Software Foundation; either version 3 of the License, or
101052 #   (at your option) any later version.
101053 #
101054 #   This program is distributed in the hope that it will be useful,
101055 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101056 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101057 #   GNU General Public License for more details.
101058 #
101059 #   You should have received a copy of the GNU General Public License
101060 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101061
101062 File: ./tests/test-mbsstr2.sh
101063 Hash: 1d805ef1e6eab2c44e8668fa623a5d246869cb3f39a685c4a3135996e45ead77
101064 Copyright: 
101065 License: 
101066 Licence_Text: 
101067 #Header: 
101068 ##!/bin/sh
101069 #
101070 ## Test whether a specific UTF-8 locale is installed.
101071 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
101072 #if test $LOCALE_FR_UTF8 = none; then
101073 #  if test -f /usr/bin/localedef; then
101074 #    echo "Skipping test: no french Unicode locale is installed"
101075 #  else
101076 #    echo "Skipping test: no french Unicode locale is supported"
101077 #  fi
101078 #  exit 77
101079 #fi
101080 #
101081 #LC_ALL=$LOCALE_FR_UTF8 \
101082 #./test-mbsstr2${EXEEXT}
101083
101084 File: ./tests/test-mbsstr3.c
101085 Hash: 7c4cbec68d41161a47f1f02c9953b210c494a45cb3073bad343d95d82441aa02
101086 Copyright: 2007-2008 Free Software Foundation, Inc
101087 License: GPL-3+ 
101088 Licence_Text: 
101089 #Header: 
101090 #/* Test of searching in a string.
101091 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
101092 #
101093 #   This program is free software: you can redistribute it and/or modify
101094 #   it under the terms of the GNU General Public License as published by
101095 #   the Free Software Foundation; either version 3 of the License, or
101096 #   (at your option) any later version.
101097 #
101098 #   This program is distributed in the hope that it will be useful,
101099 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101100 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101101 #   GNU General Public License for more details.
101102 #
101103 #   You should have received a copy of the GNU General Public License
101104 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101105
101106 File: ./tests/test-mbsstr3.sh
101107 Hash: 880ac90918e954ae500cce18004a2592619063b0cb6de41740f197f38df9d415
101108 Copyright: 
101109 License: 
101110 Licence_Text: 
101111 #Header: 
101112 ##!/bin/sh
101113 #
101114 ## Test whether a specific GB18030 locale is installed.
101115 #: ${LOCALE_ZH_CN=zh_CN.GB18030}
101116 #if test $LOCALE_ZH_CN = none; then
101117 #  if test -f /usr/bin/localedef; then
101118 #    echo "Skipping test: no chinese GB18030 locale is installed"
101119 #  else
101120 #    echo "Skipping test: no chinese GB18030 locale is supported"
101121 #  fi
101122 #  exit 77
101123 #fi
101124 #
101125 #LC_ALL=$LOCALE_ZH_CN \
101126 #./test-mbsstr3${EXEEXT}
101127
101128 File: ./tests/test-md2.c
101129 Hash: abf2f70a1887b653b034add8c99c0436a2e3751e63f73929660b24930fa9f795
101130 Copyright: 2005 Free Software Foundation
101131 License: GPL 
101132 Licence_Text: 
101133 #Header: 
101134 #/*
101135 # * Copyright (C) 2005 Free Software Foundation
101136 # *
101137 # * This program is free software; you can redistribute it and/or modify
101138 # * it under the terms of the GNU General Public License as published by
101139 # * the Free Software Foundation; either version 2, or (at your option)
101140 # * any later version.
101141 # *
101142 # * This program is distributed in the hope that it will be useful,
101143 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
101144 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101145 # * GNU General Public License for more details.
101146 # *
101147 # * You should have received a copy of the GNU General Public License
101148 # * along with this program; if not, write to the Free Software
101149
101150 File: ./tests/test-md4.c
101151 Hash: 3b45dbe8307316e3b18c89e65279b9440cfb8f43868ed0bc1a72f499799b1465
101152 Copyright: 2005 Free Software Foundation
101153 License: GPL 
101154 Licence_Text: 
101155 #Header: 
101156 #/*
101157 # * Copyright (C) 2005 Free Software Foundation
101158 # * Written by Simon Josefsson
101159 # *
101160 # * This program is free software; you can redistribute it and/or modify
101161 # * it under the terms of the GNU General Public License as published by
101162 # * the Free Software Foundation; either version 2, or (at your option)
101163 # * any later version.
101164 # *
101165 # * This program is distributed in the hope that it will be useful,
101166 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
101167 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101168 # * GNU General Public License for more details.
101169 # *
101170 # * You should have received a copy of the GNU General Public License
101171
101172 File: ./tests/test-md5.c
101173 Hash: bd28b67ba8cdd5cd8c4098cbdcf1e85401cbbfadfdb54a5a9b29fc830bcfc77b
101174 Copyright: 2005 Free Software Foundation
101175 License: GPL-3+ 
101176 Licence_Text: 
101177 #Header: 
101178 #/*
101179 # * Copyright (C) 2005 Free Software Foundation
101180 # * Written by Simon Josefsson
101181 # *
101182 # * This program is free software: you can redistribute it and/or modify
101183 # * it under the terms of the GNU General Public License as published by
101184 # * the Free Software Foundation; either version 3 of the License, or
101185 # * (at your option) any later version.
101186 # *
101187 # * This program is distributed in the hope that it will be useful,
101188 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
101189 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101190 # * GNU General Public License for more details.
101191 # *
101192 # * You should have received a copy of the GNU General Public License
101193
101194 File: ./tests/test-memchr.c
101195 Hash: 6a3297a0a6e1aa480b23ed4694064bc12682c2631bddac204c2ddba89861bd9a
101196 Copyright: 2008-2009 Free Software Foundation
101197 License: GPL-3+ 
101198 Licence_Text: 
101199 #Header: 
101200 #/*
101201 # * Copyright (C) 2008-2009 Free Software Foundation
101202 # * Written by Eric Blake and Bruno Haible
101203 # *
101204 # * This program is free software: you can redistribute it and/or modify
101205 # * it under the terms of the GNU General Public License as published by
101206 # * the Free Software Foundation; either version 3 of the License, or
101207 # * (at your option) any later version.
101208 # *
101209 # * This program is distributed in the hope that it will be useful,
101210 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
101211 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101212 # * GNU General Public License for more details.
101213 # *
101214 # * You should have received a copy of the GNU General Public License
101215
101216 File: ./tests/test-memchr2.c
101217 Hash: 8d79550f65f0123da4f6be14234e0fe15616b4ddea78f81d77dd51fd37973be6
101218 Copyright: 2008-2009 Free Software Foundation
101219 License: GPL-3+ 
101220 Licence_Text: 
101221 #Header: 
101222 #/*
101223 # * Copyright (C) 2008-2009 Free Software Foundation
101224 # * Written by Eric Blake
101225 # *
101226 # * This program is free software: you can redistribute it and/or modify
101227 # * it under the terms of the GNU General Public License as published by
101228 # * the Free Software Foundation; either version 3 of the License, or
101229 # * (at your option) any later version.
101230 # *
101231 # * This program is distributed in the hope that it will be useful,
101232 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
101233 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101234 # * GNU General Public License for more details.
101235 # *
101236 # * You should have received a copy of the GNU General Public License
101237
101238 File: ./tests/test-memcmp.c
101239 Hash: e18a4806f468c3a8e062e5dce871b138ea023af8f3f3aecc2830380fc2d28f6c
101240 Copyright: 2008-2009 Free Software Foundation
101241 License: GPL-3+ 
101242 Licence_Text: 
101243 #Header: 
101244 #/*
101245 # * Copyright (C) 2008-2009 Free Software Foundation
101246 # * Written by Simon Josefsson
101247 # *
101248 # * This program is free software: you can redistribute it and/or modify
101249 # * it under the terms of the GNU General Public License as published by
101250 # * the Free Software Foundation; either version 3 of the License, or
101251 # * (at your option) any later version.
101252 # *
101253 # * This program is distributed in the hope that it will be useful,
101254 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
101255 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101256 # * GNU General Public License for more details.
101257 # *
101258 # * You should have received a copy of the GNU General Public License
101259
101260 File: ./tests/test-memmem.c
101261 Hash: 382e52373b1850a70886e1a8b5e6036b56dc71e1a7308522c9bc833e27a18406
101262 Copyright: 2004, 2007-2009 Free Software Foundation
101263 License: GPL-3+ 
101264 Licence_Text: 
101265 #Header: 
101266 #/*
101267 # * Copyright (C) 2004, 2007-2009 Free Software Foundation
101268 # * Written by Bruno Haible and Eric Blake
101269 # *
101270 # * This program is free software: you can redistribute it and/or modify
101271 # * it under the terms of the GNU General Public License as published by
101272 # * the Free Software Foundation; either version 3 of the License, or
101273 # * (at your option) any later version.
101274 # *
101275 # * This program is distributed in the hope that it will be useful,
101276 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
101277 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101278 # * GNU General Public License for more details.
101279 # *
101280 # * You should have received a copy of the GNU General Public License
101281
101282 File: ./tests/test-memrchr.c
101283 Hash: 6a3297a0a6e1aa480b23ed4694064bc12682c2631bddac204c2ddba89861bd9a
101284 Copyright: 2008-2009 Free Software Foundation
101285 License: GPL-3+ 
101286 Licence_Text: 
101287 #Header: 
101288 #/*
101289 # * Copyright (C) 2008-2009 Free Software Foundation
101290 # * Written by Eric Blake and Bruno Haible
101291 # *
101292 # * This program is free software: you can redistribute it and/or modify
101293 # * it under the terms of the GNU General Public License as published by
101294 # * the Free Software Foundation; either version 3 of the License, or
101295 # * (at your option) any later version.
101296 # *
101297 # * This program is distributed in the hope that it will be useful,
101298 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
101299 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101300 # * GNU General Public License for more details.
101301 # *
101302 # * You should have received a copy of the GNU General Public License
101303
101304 File: ./tests/test-netdb.c
101305 Hash: cf4bf72aa3b66b389ba6ec0da06aefe83c95f0654339a77a8704612bb9599120
101306 Copyright: 2007-2008 Free Software Foundation, Inc
101307 License: GPL-3+ 
101308 Licence_Text: 
101309 #Header: 
101310 #/* Test of <netdb.h> substitute.
101311 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
101312 #
101313 #   This program is free software: you can redistribute it and/or modify
101314 #   it under the terms of the GNU General Public License as published by
101315 #   the Free Software Foundation; either version 3 of the License, or
101316 #   (at your option) any later version.
101317 #
101318 #   This program is distributed in the hope that it will be useful,
101319 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101320 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101321 #   GNU General Public License for more details.
101322 #
101323 #   You should have received a copy of the GNU General Public License
101324 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101325
101326 File: ./tests/test-netinet_in.c
101327 Hash: a848df8c2e882b20250b3a4d479e8fada3d528f8fce8c5627355d6304c80b4dc
101328 Copyright: 2007 Free Software Foundation, Inc
101329 License: GPL-3+ 
101330 Licence_Text: 
101331 #Header: 
101332 #/* Test of <netinet/in.h> substitute.
101333 #   Copyright (C) 2007 Free Software Foundation, Inc.
101334 #
101335 #   This program is free software: you can redistribute it and/or modify
101336 #   it under the terms of the GNU General Public License as published by
101337 #   the Free Software Foundation; either version 3 of the License, or
101338 #   (at your option) any later version.
101339 #
101340 #   This program is distributed in the hope that it will be useful,
101341 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101342 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101343 #   GNU General Public License for more details.
101344 #
101345 #   You should have received a copy of the GNU General Public License
101346 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101347
101348 File: ./tests/test-obstack-printf.c
101349 Hash: 9feff5ec7cbb16735b6c9d63f6b8c2bd3d3f4c5553f9b996be3f8cfe4240e4c4
101350 Copyright: 2008-2009 Free Software Foundation, Inc
101351 License: GPL-3+ 
101352 Licence_Text: 
101353 #Header: 
101354 #/* Test of obstack_printf() and obstack_vprintf() functions.
101355 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
101356 #
101357 #   This program is free software: you can redistribute it and/or modify
101358 #   it under the terms of the GNU General Public License as published by
101359 #   the Free Software Foundation; either version 3 of the License, or
101360 #   (at your option) any later version.
101361 #
101362 #   This program is distributed in the hope that it will be useful,
101363 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101364 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101365 #   GNU General Public License for more details.
101366 #
101367 #   You should have received a copy of the GNU General Public License
101368 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101369
101370 File: ./tests/test-open.c
101371 Hash: ea245caf71373385a97aed99b26affea9998f8f14d5bff866ca61e70e0bafed0
101372 Copyright: 2007-2009 Free Software Foundation, Inc
101373 License: GPL-3+ 
101374 Licence_Text: 
101375 #Header: 
101376 #/* Test of opening a file descriptor.
101377 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
101378 #
101379 #   This program is free software: you can redistribute it and/or modify
101380 #   it under the terms of the GNU General Public License as published by
101381 #   the Free Software Foundation; either version 3 of the License, or
101382 #   (at your option) any later version.
101383 #
101384 #   This program is distributed in the hope that it will be useful,
101385 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101386 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101387 #   GNU General Public License for more details.
101388 #
101389 #   You should have received a copy of the GNU General Public License
101390 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101391
101392 File: ./tests/test-open.h
101393 Hash: ea245caf71373385a97aed99b26affea9998f8f14d5bff866ca61e70e0bafed0
101394 Copyright: 2007-2009 Free Software Foundation, Inc
101395 License: GPL-3+ 
101396 Licence_Text: 
101397 #Header: 
101398 #/* Test of opening a file descriptor.
101399 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
101400 #
101401 #   This program is free software: you can redistribute it and/or modify
101402 #   it under the terms of the GNU General Public License as published by
101403 #   the Free Software Foundation; either version 3 of the License, or
101404 #   (at your option) any later version.
101405 #
101406 #   This program is distributed in the hope that it will be useful,
101407 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101408 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101409 #   GNU General Public License for more details.
101410 #
101411 #   You should have received a copy of the GNU General Public License
101412 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101413
101414 File: ./tests/test-openat-safer.c
101415 Hash: d06869d5a44b4d7270af94cdbbb1d4190957d4292c3af8b9564002d4e4d1c985
101416 Copyright: 2009 Free Software Foundation, Inc
101417 License: GPL-3+ 
101418 Licence_Text: 
101419 #Header: 
101420 #/* Test that openat_safer leave standard fds alone.
101421 #   Copyright (C) 2009 Free Software Foundation, Inc.
101422 #
101423 #   This program is free software: you can redistribute it and/or modify
101424 #   it under the terms of the GNU General Public License as published by
101425 #   the Free Software Foundation; either version 3 of the License, or
101426 #   (at your option) any later version.
101427 #
101428 #   This program is distributed in the hope that it will be useful,
101429 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101430 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101431 #   GNU General Public License for more details.
101432 #
101433 #   You should have received a copy of the GNU General Public License
101434 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101435
101436 File: ./tests/test-parse-duration.c
101437 Hash: 35362dc2615751df013220bee2763c001ae65724f6a65a56708d422de57273a8
101438 Copyright: 2008-2009 Free Software Foundation, Inc
101439 License: GPL-3+ 
101440 Licence_Text: 
101441 #Header: 
101442 #/* Test of parsing durations.
101443 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
101444 #
101445 #   This program is free software: you can redistribute it and/or modify
101446 #   it under the terms of the GNU General Public License as published by
101447 #   the Free Software Foundation; either version 3 of the License, or
101448 #   (at your option) any later version.
101449 #
101450 #   This program is distributed in the hope that it will be useful,
101451 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101452 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101453 #   GNU General Public License for more details.
101454 #
101455 #   You should have received a copy of the GNU General Public License
101456 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101457
101458 File: ./tests/test-parse-duration.sh
101459 Hash: 2fe603e83804acfadc681a8ed77a25f4146601c1502c37ef8ee8714cfba3919b
101460 Copyright: 
101461 License: 
101462 Licence_Text: 
101463 #Header: 
101464 ##!/bin/sh
101465 #
101466 ## Show all commands when run with environment variable VERBOSE=yes.
101467 #test -z "$VERBOSE" || set -x
101468 #prog=test-parse-duration
101469 #
101470 #exe=`pwd`/${prog}${EXEEXT}
101471 #nl='
101472 #'
101473 #
101474 ## func_tmpdir
101475 ## creates a temporary directory.
101476 ## Sets variable
101477 ## - tmp             pathname of freshly created temporary directory
101478 #func_tmpdir ()
101479
101480 File: ./tests/test-perror.c
101481 Hash: 63d18ff5d46be6478f9569c7270da67595712bcaf5d1057c6948359c2cc04bf5
101482 Copyright: 2008 Free Software Foundation, Inc
101483 License: GPL 
101484 Licence_Text: 
101485 #Header: 
101486 #/* Test of perror() function.
101487 #   Copyright (C) 2008 Free Software Foundation, Inc.
101488 #
101489 #   This program is free software; you can redistribute it and/or modify
101490 #   it under the terms of the GNU General Public License as published by
101491 #   the Free Software Foundation; either version 3, or (at your option)
101492 #   any later version.
101493 #
101494 #   This program is distributed in the hope that it will be useful,
101495 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101496 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101497 #   GNU General Public License for more details.
101498 #
101499 #   You should have received a copy of the GNU General Public License
101500 #   along with this program; if not, write to the Free Software Foundation,
101501
101502 File: ./tests/test-perror.sh
101503 Hash: 83349ba638f6ffc10680f2e78e438f0e6f20a812237b89ded57d8b48a10ffc79
101504 Copyright: 
101505 License: 
101506 Licence_Text: 
101507 #Header: 
101508 ##!/bin/sh
101509 #
101510 #tmpfiles=""
101511 #trap 'rm -fr $tmpfiles' 1 2 3 15
101512 #
101513 ## Test NULL prefix. Result should not contain a number.
101514 #tmpfiles="$tmpfiles t-perror.tmp"
101515 #./test-perror${EXEEXT} 2>&1 >/dev/null | LC_ALL=C tr -d '\r' > t-perror.tmp
101516 #if grep '[0-9]' t-perror.tmp > /dev/null; then
101517 #  rm -fr $tmpfiles; exit 1
101518 #fi
101519 #
101520 ## Test empty prefix. Result should be the same.
101521 #tmpfiles="$tmpfiles t-perror1.tmp"
101522 #./test-perror${EXEEXT} '' 2>&1 >/dev/null | LC_ALL=C tr -d '\r' > t-perror1.tmp
101523
101524 File: ./tests/test-pipe-filter-gi1.c
101525 Hash: a02120c35e5a3a364635f9fc70e55dc18f30a39ff1aeacd184d8446d5512fdc4
101526 Copyright: 2009 Free Software Foundation, Inc
101527 License: GPL-3+ 
101528 Licence_Text: 
101529 #Header: 
101530 #/* Test of filtering of data through a subprocess.
101531 #   Copyright (C) 2009 Free Software Foundation, Inc.
101532 #   Written by Bruno Haible <haible@clisp.cons.org>, 2009.
101533 #
101534 #   This program is free software: you can redistribute it and/or modify
101535 #   it under the terms of the GNU General Public License as published by
101536 #   the Free Software Foundation; either version 3 of the License, or
101537 #   (at your option) any later version.
101538 #
101539 #   This program is distributed in the hope that it will be useful,
101540 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101541 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101542 #   GNU General Public License for more details.
101543 #
101544 #   You should have received a copy of the GNU General Public License
101545
101546 File: ./tests/test-pipe-filter-gi1.sh
101547 Hash: 558b591a3e9e99e92c5b2778f3c06730308aae08234e69612d078c25bcfbb2e0
101548 Copyright: 
101549 License: 
101550 Licence_Text: 
101551 #Header: 
101552 ##!/bin/sh
101553 #
101554 ## Find a 'tr' program that supports character ranges in the POSIX syntax.
101555 ## Solaris /usr/bin/tr does not.
101556 #if test -f /usr/xpg6/bin/tr; then
101557 #  TR=/usr/xpg6/bin/tr
101558 #else
101559 #  if test -f /usr/xpg4/bin/tr; then
101560 #    TR=/usr/xpg4/bin/tr
101561 #  else
101562 #    TR=tr
101563 #  fi
101564 #fi
101565 #
101566 ## A small file.
101567
101568 File: ./tests/test-pipe-filter-gi2-child.c
101569 Hash: 00ffadb86a75c8f0e27d3d9e7c2c7061b6f4fd0bf9f0ab3ea26323aa6824c621
101570 Copyright: 2009 Free Software Foundation, Inc
101571 License: GPL-3+ 
101572 Licence_Text: 
101573 #Header: 
101574 #/* Child program invoked by test-pipe-filter-gi2-main.
101575 #
101576 #   Copyright (C) 2009 Free Software Foundation, Inc.
101577 #   Written by Paolo Bonzini <bonzini@gnu.org>, 2009.
101578 #
101579 #   This program is free software: you can redistribute it and/or modify
101580 #   it under the terms of the GNU General Public License as published by
101581 #   the Free Software Foundation; either version 3 of the License, or
101582 #   (at your option) any later version.
101583 #
101584 #   This program is distributed in the hope that it will be useful,
101585 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101586 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101587 #   GNU General Public License for more details.
101588
101589 File: ./tests/test-pipe-filter-gi2-main.c
101590 Hash: c786b65d8861d3f3889afb7eb1b454ce25bce48f093eee46d8d331939cc7ba71
101591 Copyright: 2009 Free Software Foundation, Inc
101592 License: GPL-3+ 
101593 Licence_Text: 
101594 #Header: 
101595 #/* Test harness for pipe-filter-gi.
101596 #
101597 #   Copyright (C) 2009 Free Software Foundation, Inc.
101598 #   Written by Paolo Bonzini <bonzini@gnu.org>, 2009.
101599 #
101600 #   This program is free software: you can redistribute it and/or modify
101601 #   it under the terms of the GNU General Public License as published by
101602 #   the Free Software Foundation; either version 3 of the License, or
101603 #   (at your option) any later version.
101604 #
101605 #   This program is distributed in the hope that it will be useful,
101606 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101607 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101608 #   GNU General Public License for more details.
101609
101610 File: ./tests/test-pipe-filter-gi2.sh
101611 Hash: 9762a231a7639d601ecc6d6a9866b7b3b280dc2f64294a8558007c73fa232900
101612 Copyright: 2009 Free Software Foundation, Inc
101613 License: GPL-3+ 
101614 Licence_Text: 
101615 #Header: 
101616 ##! /bin/sh
101617 #
101618 ## pipe-filter test driver.
101619 ##
101620 ## Copyright (C) 2009 Free Software Foundation, Inc.
101621 ## Written by Paolo Bonzini <bonzini@gnu.org>, 2009.
101622 ##
101623 ## This program is free software: you can redistribute it and/or modify
101624 ## it under the terms of the GNU General Public License as published by
101625 ## the Free Software Foundation; either version 3 of the License, or
101626 ## (at your option) any later version.
101627 ##
101628 ## This program is distributed in the hope that it will be useful,
101629 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
101630 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101631
101632 File: ./tests/test-pipe-filter-ii1.c
101633 Hash: a02120c35e5a3a364635f9fc70e55dc18f30a39ff1aeacd184d8446d5512fdc4
101634 Copyright: 2009 Free Software Foundation, Inc
101635 License: GPL-3+ 
101636 Licence_Text: 
101637 #Header: 
101638 #/* Test of filtering of data through a subprocess.
101639 #   Copyright (C) 2009 Free Software Foundation, Inc.
101640 #   Written by Bruno Haible <haible@clisp.cons.org>, 2009.
101641 #
101642 #   This program is free software: you can redistribute it and/or modify
101643 #   it under the terms of the GNU General Public License as published by
101644 #   the Free Software Foundation; either version 3 of the License, or
101645 #   (at your option) any later version.
101646 #
101647 #   This program is distributed in the hope that it will be useful,
101648 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101649 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101650 #   GNU General Public License for more details.
101651 #
101652 #   You should have received a copy of the GNU General Public License
101653
101654 File: ./tests/test-pipe-filter-ii1.sh
101655 Hash: 558b591a3e9e99e92c5b2778f3c06730308aae08234e69612d078c25bcfbb2e0
101656 Copyright: 
101657 License: 
101658 Licence_Text: 
101659 #Header: 
101660 ##!/bin/sh
101661 #
101662 ## Find a 'tr' program that supports character ranges in the POSIX syntax.
101663 ## Solaris /usr/bin/tr does not.
101664 #if test -f /usr/xpg6/bin/tr; then
101665 #  TR=/usr/xpg6/bin/tr
101666 #else
101667 #  if test -f /usr/xpg4/bin/tr; then
101668 #    TR=/usr/xpg4/bin/tr
101669 #  else
101670 #    TR=tr
101671 #  fi
101672 #fi
101673 #
101674 ## A small file.
101675
101676 File: ./tests/test-pipe-filter-ii2-child.c
101677 Hash: bac3649c854de7b46c60ca030b7a379e4abe24edddb70e3dc6e6cf9f1bfc7e8c
101678 Copyright: 2009 Free Software Foundation, Inc
101679 License: GPL-3+ 
101680 Licence_Text: 
101681 #Header: 
101682 #/* Child program invoked by test-pipe-filter-ii2-main.
101683 #
101684 #   Copyright (C) 2009 Free Software Foundation, Inc.
101685 #   Written by Paolo Bonzini <bonzini@gnu.org>, 2009.
101686 #
101687 #   This program is free software: you can redistribute it and/or modify
101688 #   it under the terms of the GNU General Public License as published by
101689 #   the Free Software Foundation; either version 3 of the License, or
101690 #   (at your option) any later version.
101691 #
101692 #   This program is distributed in the hope that it will be useful,
101693 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101694 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101695 #   GNU General Public License for more details.
101696
101697 File: ./tests/test-pipe-filter-ii2-main.c
101698 Hash: 8c157d6df939e6d434fec71cdf844cfe366d062d871530d04c05a4f12ae9559d
101699 Copyright: 2009 Free Software Foundation, Inc
101700 License: GPL-3+ 
101701 Licence_Text: 
101702 #Header: 
101703 #/* Test harness for pipe-filter-ii.
101704 #
101705 #   Copyright (C) 2009 Free Software Foundation, Inc.
101706 #   Written by Paolo Bonzini <bonzini@gnu.org>, 2009.
101707 #
101708 #   This program is free software: you can redistribute it and/or modify
101709 #   it under the terms of the GNU General Public License as published by
101710 #   the Free Software Foundation; either version 3 of the License, or
101711 #   (at your option) any later version.
101712 #
101713 #   This program is distributed in the hope that it will be useful,
101714 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101715 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101716 #   GNU General Public License for more details.
101717
101718 File: ./tests/test-pipe-filter-ii2.sh
101719 Hash: 9762a231a7639d601ecc6d6a9866b7b3b280dc2f64294a8558007c73fa232900
101720 Copyright: 2009 Free Software Foundation, Inc
101721 License: GPL-3+ 
101722 Licence_Text: 
101723 #Header: 
101724 ##! /bin/sh
101725 #
101726 ## pipe-filter test driver.
101727 ##
101728 ## Copyright (C) 2009 Free Software Foundation, Inc.
101729 ## Written by Paolo Bonzini <bonzini@gnu.org>, 2009.
101730 ##
101731 ## This program is free software: you can redistribute it and/or modify
101732 ## it under the terms of the GNU General Public License as published by
101733 ## the Free Software Foundation; either version 3 of the License, or
101734 ## (at your option) any later version.
101735 ##
101736 ## This program is distributed in the hope that it will be useful,
101737 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
101738 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101739
101740 File: ./tests/test-pipe.c
101741 Hash: 87b0ce6f07c7dc998dccca7755d36b68474a4fa9fa1c5479346bbd2a228eeaf9
101742 Copyright: 2009 Free Software Foundation, Inc
101743 License: GPL 
101744 Licence_Text: 
101745 #Header: 
101746 #/* Test of create_pipe_bidi/wait_subprocess.
101747 #   Copyright (C) 2009 Free Software Foundation, Inc.
101748 #
101749 #   This program is free software; you can redistribute it and/or modify
101750 #   it under the terms of the GNU General Public License as published by
101751 #   the Free Software Foundation; either version 3, or (at your option)
101752 #   any later version.
101753 #
101754 #   This program is distributed in the hope that it will be useful,
101755 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101756 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101757 #   GNU General Public License for more details.
101758 #
101759 #   You should have received a copy of the GNU General Public License
101760 #   along with this program; if not, write to the Free Software Foundation,
101761
101762 File: ./tests/test-pipe.sh
101763 Hash: 5dbadef404d16dd74e75f251acc266a81438820ea0ab58d558a96804b6d1dd30
101764 Copyright: 
101765 License: 
101766 Licence_Text: 
101767 #Header: 
101768 ##!/bin/sh
101769 #
101770 #st=0
101771 #for i in 0 1 2 3 4 5 6 7 ; do
101772 #  ./test-pipe${EXEEXT} $i \
101773 #    || { echo test-pipe.sh: iteration $i failed >&2; st=1; }
101774 #done
101775 #exit $st
101776
101777 File: ./tests/test-pipe2.c
101778 Hash: 73c73a849418178f4ce6c9ad2e85a4a66257efbeeb4c1848901ab0c3bcd6a2cd
101779 Copyright: 2009 Free Software Foundation, Inc
101780 License: GPL 
101781 Licence_Text: 
101782 #Header: 
101783 #/* Test of pipe2.
101784 #   Copyright (C) 2009 Free Software Foundation, Inc.
101785 #
101786 #   This program is free software; you can redistribute it and/or modify
101787 #   it under the terms of the GNU General Public License as published by
101788 #   the Free Software Foundation; either version 3, or (at your option)
101789 #   any later version.
101790 #
101791 #   This program is distributed in the hope that it will be useful,
101792 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101793 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101794 #   GNU General Public License for more details.
101795 #
101796 #   You should have received a copy of the GNU General Public License
101797 #   along with this program; if not, write to the Free Software Foundation,
101798
101799 File: ./tests/test-poll.c
101800 Hash: 7970e5d5d232352391d076f73881bb98e1eaa9346930e8f191a49ce549b152eb
101801 Copyright: 2008-2009 Free Software Foundation, Inc
101802 License: GPL 
101803 Licence_Text: 
101804 #Header: 
101805 #/* Test of poll() function.
101806 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
101807 #
101808 #   This program is free software; you can redistribute it and/or modify
101809 #   it under the terms of the GNU General Public License as published by
101810 #   the Free Software Foundation; either version 3, or (at your option)
101811 #   any later version.
101812 #
101813 #   This program is distributed in the hope that it will be useful,
101814 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101815 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101816 #   GNU General Public License for more details.
101817 #
101818 #   You should have received a copy of the GNU General Public License
101819 #   along with this program; if not, write to the Free Software Foundation,
101820
101821 File: ./tests/test-popen-safer.c
101822 Hash: 83b3e1e7703775ee7387143862cd73ab87ced55399043db6e3ffb96dfccc14a6
101823 Copyright: 2009 Free Software Foundation, Inc
101824 License: GPL-3+ 
101825 Licence_Text: 
101826 #Header: 
101827 #/* Test of opening a subcommand stream.
101828 #   Copyright (C) 2009 Free Software Foundation, Inc.
101829 #
101830 #   This program is free software: you can redistribute it and/or modify
101831 #   it under the terms of the GNU General Public License as published by
101832 #   the Free Software Foundation; either version 3 of the License, or
101833 #   (at your option) any later version.
101834 #
101835 #   This program is distributed in the hope that it will be useful,
101836 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101837 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101838 #   GNU General Public License for more details.
101839 #
101840 #   You should have received a copy of the GNU General Public License
101841 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101842
101843 File: ./tests/test-popen-safer2.c
101844 Hash: 83b3e1e7703775ee7387143862cd73ab87ced55399043db6e3ffb96dfccc14a6
101845 Copyright: 2009 Free Software Foundation, Inc
101846 License: GPL-3+ 
101847 Licence_Text: 
101848 #Header: 
101849 #/* Test of opening a subcommand stream.
101850 #   Copyright (C) 2009 Free Software Foundation, Inc.
101851 #
101852 #   This program is free software: you can redistribute it and/or modify
101853 #   it under the terms of the GNU General Public License as published by
101854 #   the Free Software Foundation; either version 3 of the License, or
101855 #   (at your option) any later version.
101856 #
101857 #   This program is distributed in the hope that it will be useful,
101858 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101859 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101860 #   GNU General Public License for more details.
101861 #
101862 #   You should have received a copy of the GNU General Public License
101863 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101864
101865 File: ./tests/test-popen.c
101866 Hash: 83b3e1e7703775ee7387143862cd73ab87ced55399043db6e3ffb96dfccc14a6
101867 Copyright: 2009 Free Software Foundation, Inc
101868 License: GPL-3+ 
101869 Licence_Text: 
101870 #Header: 
101871 #/* Test of opening a subcommand stream.
101872 #   Copyright (C) 2009 Free Software Foundation, Inc.
101873 #
101874 #   This program is free software: you can redistribute it and/or modify
101875 #   it under the terms of the GNU General Public License as published by
101876 #   the Free Software Foundation; either version 3 of the License, or
101877 #   (at your option) any later version.
101878 #
101879 #   This program is distributed in the hope that it will be useful,
101880 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101881 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101882 #   GNU General Public License for more details.
101883 #
101884 #   You should have received a copy of the GNU General Public License
101885 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101886
101887 File: ./tests/test-popen.h
101888 Hash: 83b3e1e7703775ee7387143862cd73ab87ced55399043db6e3ffb96dfccc14a6
101889 Copyright: 2009 Free Software Foundation, Inc
101890 License: GPL-3+ 
101891 Licence_Text: 
101892 #Header: 
101893 #/* Test of opening a subcommand stream.
101894 #   Copyright (C) 2009 Free Software Foundation, Inc.
101895 #
101896 #   This program is free software: you can redistribute it and/or modify
101897 #   it under the terms of the GNU General Public License as published by
101898 #   the Free Software Foundation; either version 3 of the License, or
101899 #   (at your option) any later version.
101900 #
101901 #   This program is distributed in the hope that it will be useful,
101902 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101903 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101904 #   GNU General Public License for more details.
101905 #
101906 #   You should have received a copy of the GNU General Public License
101907 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101908
101909 File: ./tests/test-posix_spawn1.c
101910 Hash: 4afb8fa049de31774a7f48407d018183bb6714cd8cd2ad86110cbb339c5ad559
101911 Copyright: 2008, 2009 Free Software Foundation, Inc
101912 License: GPL-3+ 
101913 Licence_Text: 
101914 #Header: 
101915 #/* Test of posix_spawn() function.
101916 #   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
101917 #
101918 #   This program is free software: you can redistribute it and/or modify
101919 #   it under the terms of the GNU General Public License as published by
101920 #   the Free Software Foundation; either version 3 of the License, or
101921 #   (at your option) any later version.
101922 #
101923 #   This program is distributed in the hope that it will be useful,
101924 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101925 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101926 #   GNU General Public License for more details.
101927 #
101928 #   You should have received a copy of the GNU General Public License
101929 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101930
101931 File: ./tests/test-posix_spawn1.in.sh
101932 Hash: 7e7d5c66755ac83d083956f83bfe65ca2c9536cd8b0bd4555a6ba2a03e118aae
101933 Copyright: 
101934 License: 
101935 Licence_Text: 
101936 #Header: 
101937 ##!/bin/sh
101938 #echo "Halle Potta"
101939
101940 File: ./tests/test-posix_spawn2.c
101941 Hash: 4afb8fa049de31774a7f48407d018183bb6714cd8cd2ad86110cbb339c5ad559
101942 Copyright: 2008, 2009 Free Software Foundation, Inc
101943 License: GPL-3+ 
101944 Licence_Text: 
101945 #Header: 
101946 #/* Test of posix_spawn() function.
101947 #   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
101948 #
101949 #   This program is free software: you can redistribute it and/or modify
101950 #   it under the terms of the GNU General Public License as published by
101951 #   the Free Software Foundation; either version 3 of the License, or
101952 #   (at your option) any later version.
101953 #
101954 #   This program is distributed in the hope that it will be useful,
101955 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101956 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101957 #   GNU General Public License for more details.
101958 #
101959 #   You should have received a copy of the GNU General Public License
101960 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101961
101962 File: ./tests/test-posix_spawn2.in.sh
101963 Hash: 781d49e1169694f7f7b1db78fc097258bfd1c59d1af21f695f2159606a696251
101964 Copyright: 
101965 License: 
101966 Licence_Text: 
101967 #Header: 
101968 ##!/bin/sh
101969 #read line
101970 #test "$line" = "Halle Potta"
101971
101972 File: ./tests/test-posix_spawn3.c
101973 Hash: 4afb8fa049de31774a7f48407d018183bb6714cd8cd2ad86110cbb339c5ad559
101974 Copyright: 2008, 2009 Free Software Foundation, Inc
101975 License: GPL-3+ 
101976 Licence_Text: 
101977 #Header: 
101978 #/* Test of posix_spawn() function.
101979 #   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
101980 #
101981 #   This program is free software: you can redistribute it and/or modify
101982 #   it under the terms of the GNU General Public License as published by
101983 #   the Free Software Foundation; either version 3 of the License, or
101984 #   (at your option) any later version.
101985 #
101986 #   This program is distributed in the hope that it will be useful,
101987 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
101988 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
101989 #   GNU General Public License for more details.
101990 #
101991 #   You should have received a copy of the GNU General Public License
101992 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
101993
101994 File: ./tests/test-printf-frexp.c
101995 Hash: 063e80a2ed5729ff3b48f9f21fc67274466ae499d1c5ce8bc5835c0147a75e82
101996 Copyright: 2007-2008 Free Software Foundation, Inc
101997 License: GPL-3+ 
101998 Licence_Text: 
101999 #Header: 
102000 #/* Test of splitting a double into fraction and mantissa.
102001 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
102002 #
102003 #   This program is free software: you can redistribute it and/or modify
102004 #   it under the terms of the GNU General Public License as published by
102005 #   the Free Software Foundation; either version 3 of the License, or
102006 #   (at your option) any later version.
102007 #
102008 #   This program is distributed in the hope that it will be useful,
102009 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102010 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102011 #   GNU General Public License for more details.
102012 #
102013 #   You should have received a copy of the GNU General Public License
102014 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102015
102016 File: ./tests/test-printf-frexpl.c
102017 Hash: d9ae7fb6f3efade21dd6bd4f8e39296b78ebe14a2b6904928a9ef5f08847f210
102018 Copyright: 2007-2008 Free Software Foundation, Inc
102019 License: GPL-3+ 
102020 Licence_Text: 
102021 #Header: 
102022 #/* Test of splitting a 'long double' into fraction and mantissa.
102023 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
102024 #
102025 #   This program is free software: you can redistribute it and/or modify
102026 #   it under the terms of the GNU General Public License as published by
102027 #   the Free Software Foundation; either version 3 of the License, or
102028 #   (at your option) any later version.
102029 #
102030 #   This program is distributed in the hope that it will be useful,
102031 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102032 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102033 #   GNU General Public License for more details.
102034 #
102035 #   You should have received a copy of the GNU General Public License
102036 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102037
102038 File: ./tests/test-printf-posix.c
102039 Hash: e0609f5e2368ee405f7f4a205a106a397a6c889e06ede598f31189fd2786ea64
102040 Copyright: 2007-2008 Free Software Foundation, Inc
102041 License: GPL-3+ 
102042 Licence_Text: 
102043 #Header: 
102044 #/* Test of POSIX compatible printf() function.
102045 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
102046 #
102047 #   This program is free software: you can redistribute it and/or modify
102048 #   it under the terms of the GNU General Public License as published by
102049 #   the Free Software Foundation; either version 3 of the License, or
102050 #   (at your option) any later version.
102051 #
102052 #   This program is distributed in the hope that it will be useful,
102053 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102054 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102055 #   GNU General Public License for more details.
102056 #
102057 #   You should have received a copy of the GNU General Public License
102058 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102059
102060 File: ./tests/test-printf-posix.h
102061 Hash: 0af8689a85418a5c6f4b302ad44d5339b7b359db9c5010822c8ec3aa0a63559b
102062 Copyright: 2007-2008 Free Software Foundation, Inc
102063 License: GPL-3+ 
102064 Licence_Text: 
102065 #Header: 
102066 #/* Test of POSIX compatible vsprintf() and sprintf() functions.
102067 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
102068 #
102069 #   This program is free software: you can redistribute it and/or modify
102070 #   it under the terms of the GNU General Public License as published by
102071 #   the Free Software Foundation; either version 3 of the License, or
102072 #   (at your option) any later version.
102073 #
102074 #   This program is distributed in the hope that it will be useful,
102075 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102076 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102077 #   GNU General Public License for more details.
102078 #
102079 #   You should have received a copy of the GNU General Public License
102080 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102081
102082 File: ./tests/test-printf-posix.output
102083 Hash: 213315ade646809669a3e177d40a9b01d9430eb55ba1cd18dbc5b5e154433a5a
102084 Copyright: 
102085 License: 
102086 Licence_Text: 
102087 #Header: 
102088 #12345671 33
102089 #12345672 33
102090 #12345673 33
102091 #0x0p+0 33
102092 #inf 33
102093 #-inf 33
102094 #       inf 33
102095 #12.750000 33
102096 #1234567.000000 33
102097 #-0.031250 33
102098 #0.000000 33
102099 #00001234.000000 33
102100 #1234 33
102101 #999.95 33
102102 #1000.00 33
102103
102104 File: ./tests/test-printf-posix.sh
102105 Hash: 239e312ff4456b546521d2f0bd0ef84e7286d685ba3477b95b13b0f8aa071f84
102106 Copyright: 
102107 License: 
102108 Licence_Text: 
102109 #Header: 
102110 ##!/bin/sh
102111 #
102112 #tmpfiles=""
102113 #trap 'rm -fr $tmpfiles' 1 2 3 15
102114 #
102115 #tmpfiles="$tmpfiles t-printf-posix.tmp t-printf-posix.out"
102116 #./test-printf-posix${EXEEXT} > t-printf-posix.tmp || exit 1
102117 #LC_ALL=C tr -d '\r' < t-printf-posix.tmp > t-printf-posix.out || exit 1
102118 #
102119 #: ${DIFF=diff}
102120 #${DIFF} "${srcdir}/test-printf-posix.output" t-printf-posix.out
102121 #result=$?
102122 #
102123 #rm -fr $tmpfiles
102124
102125 File: ./tests/test-printf-posix2.c
102126 Hash: f0fff3bfac69b0e70b8370a65b5668bb8c0049c0bd3c7d673c22591f45effae1
102127 Copyright: 2007 Free Software Foundation, Inc
102128 License: GPL-3+ 
102129 Licence_Text: 
102130 #Header: 
102131 #/* Test of POSIX compatible printf() function.
102132 #   Copyright (C) 2007 Free Software Foundation, Inc.
102133 #
102134 #   This program is free software: you can redistribute it and/or modify
102135 #   it under the terms of the GNU General Public License as published by
102136 #   the Free Software Foundation; either version 3 of the License, or
102137 #   (at your option) any later version.
102138 #
102139 #   This program is distributed in the hope that it will be useful,
102140 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102141 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102142 #   GNU General Public License for more details.
102143 #
102144 #   You should have received a copy of the GNU General Public License
102145 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102146
102147 File: ./tests/test-printf-posix2.sh
102148 Hash: 5c422546366bb292df14233c6829abd4a7154bbc5b7dbf1b21fe2dd4601b8f6f
102149 Copyright: 
102150 License: 
102151 Licence_Text: 
102152 #Header: 
102153 ##!/bin/sh
102154 #
102155 ## Test out-of-memory handling.
102156 #
102157 #(./test-printf-posix2${EXEEXT} 0
102158 # result=$?
102159 # if test $result != 77 && test $result != 78; then result=1; fi
102160 # exit $result
102161 #) 2>/dev/null
102162 #malloc_result=$?
102163 #if test $malloc_result = 77; then
102164 #  echo "Skipping test: getrlimit and setrlimit don't work"
102165 #  exit 77
102166 #fi
102167
102168 File: ./tests/test-priv-set.c
102169 Hash: 459b0d2a4e2ca34dd43609ddf4f6fc9da4ac8485be1f363e50eac88501417fcc
102170 Copyright: 2009 Free Software Foundation, Inc
102171 License: GPL-3+ 
102172 Licence_Text: 
102173 #Header: 
102174 #/* Test the priv-set module.
102175 #   Copyright (C) 2009 Free Software Foundation, Inc.
102176 #
102177 #   This program is free software: you can redistribute it and/or modify
102178 #   it under the terms of the GNU General Public License as published by
102179 #   the Free Software Foundation; either version 3 of the License, or
102180 #   (at your option) any later version.
102181 #
102182 #   This program is distributed in the hope that it will be useful,
102183 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102184 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102185 #   GNU General Public License for more details.
102186 #
102187 #   You should have received a copy of the GNU General Public License
102188 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102189
102190 File: ./tests/test-quotearg.c
102191 Hash: 104703e4201fb5c043c5e3504cebdaf76bee31f82635cd179c12eb576cb8e015
102192 Copyright: 2008-2009 Free Software Foundation, Inc
102193 License: GPL 
102194 Licence_Text: 
102195 #Header: 
102196 #/* Test of quotearg family of functions.
102197 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
102198 #
102199 #   This program is free software; you can redistribute it and/or modify
102200 #   it under the terms of the GNU General Public License as published by
102201 #   the Free Software Foundation; either version 3, or (at your option)
102202 #   any later version.
102203 #
102204 #   This program is distributed in the hope that it will be useful,
102205 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102206 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102207 #   GNU General Public License for more details.
102208 #
102209 #   You should have received a copy of the GNU General Public License
102210 #   along with this program; if not, write to the Free Software Foundation,
102211
102212 File: ./tests/test-quotearg.sh
102213 Hash: 7e0d01aab336e5acc014edc2ff951d5234d4e4bad05e5680cca7931c706e5172
102214 Copyright: 
102215 License: 
102216 Licence_Text: 
102217 #Header: 
102218 ##!/bin/sh
102219 #
102220 ## Choose an existing locale. The locale encoding does not matter; see the
102221 ## comment in test-quotearg.po.
102222 #if test $LOCALE_FR_UTF8 != none; then
102223 #  locale=$LOCALE_FR_UTF8
102224 #else
102225 #  if test $LOCALE_FR != none; then
102226 #    locale=$LOCALE_FR
102227 #  else
102228 #    locale=none
102229 #  fi
102230 #fi
102231 #
102232 #LOCALE=$locale LOCALEDIR="$srcdir/locale" \
102233
102234 File: ./tests/test-random_r.c
102235 Hash: 6a99ec02e3274e3054358cfae33be3f646de66a86a4c1190e2459dd79154f0c5
102236 Copyright: 2008 Free Software Foundation, Inc
102237 License: GPL-3+ 
102238 Licence_Text: 
102239 #Header: 
102240 #/* Test random_r.
102241 #   Copyright (C) 2008 Free Software Foundation, Inc.
102242 #
102243 #   This program is free software: you can redistribute it and/or modify
102244 #   it under the terms of the GNU General Public License as published by
102245 #   the Free Software Foundation; either version 3 of the License, or
102246 #   (at your option) any later version.
102247 #
102248 #   This program is distributed in the hope that it will be useful,
102249 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102250 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102251 #   GNU General Public License for more details.
102252 #
102253 #   You should have received a copy of the GNU General Public License
102254 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102255
102256 File: ./tests/test-rawmemchr.c
102257 Hash: 6664f2f7050ac1601e5eb6ca9c1a1d53c958740d1b2421053223a890bea7a97a
102258 Copyright: 2008 Free Software Foundation
102259 License: GPL-3+ 
102260 Licence_Text: 
102261 #Header: 
102262 #/*
102263 # * Copyright (C) 2008 Free Software Foundation
102264 # * Written by Eric Blake and Bruno Haible
102265 # *
102266 # * This program is free software: you can redistribute it and/or modify
102267 # * it under the terms of the GNU General Public License as published by
102268 # * the Free Software Foundation; either version 3 of the License, or
102269 # * (at your option) any later version.
102270 # *
102271 # * This program is distributed in the hope that it will be useful,
102272 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
102273 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102274 # * GNU General Public License for more details.
102275 # *
102276 # * You should have received a copy of the GNU General Public License
102277
102278 File: ./tests/test-rbtree_list.c
102279 Hash: b585f61497a4fc7c4dfd6e91d04c704703401fecd8b22283b5c421a43a594c37
102280 Copyright: 2006-2008 Free Software Foundation, Inc
102281 License: GPL-3+ 
102282 Licence_Text: 
102283 #Header: 
102284 #/* Test of sequential list data type implementation.
102285 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
102286 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
102287 #
102288 #   This program is free software: you can redistribute it and/or modify
102289 #   it under the terms of the GNU General Public License as published by
102290 #   the Free Software Foundation; either version 3 of the License, or
102291 #   (at your option) any later version.
102292 #
102293 #   This program is distributed in the hope that it will be useful,
102294 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102295 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102296 #   GNU General Public License for more details.
102297 #
102298 #   You should have received a copy of the GNU General Public License
102299
102300 File: ./tests/test-rbtree_oset.c
102301 Hash: e04eacd107bad187ffb5fdb4d4955f66622e0e7f6cee9eb82e80d40657f6cffb
102302 Copyright: 2006-2008 Free Software Foundation, Inc
102303 License: GPL-3+ 
102304 Licence_Text: 
102305 #Header: 
102306 #/* Test of ordered set data type implementation.
102307 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
102308 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
102309 #
102310 #   This program is free software: you can redistribute it and/or modify
102311 #   it under the terms of the GNU General Public License as published by
102312 #   the Free Software Foundation; either version 3 of the License, or
102313 #   (at your option) any later version.
102314 #
102315 #   This program is distributed in the hope that it will be useful,
102316 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102317 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102318 #   GNU General Public License for more details.
102319 #
102320 #   You should have received a copy of the GNU General Public License
102321
102322 File: ./tests/test-rbtreehash_list.c
102323 Hash: b585f61497a4fc7c4dfd6e91d04c704703401fecd8b22283b5c421a43a594c37
102324 Copyright: 2006-2008 Free Software Foundation, Inc
102325 License: GPL-3+ 
102326 Licence_Text: 
102327 #Header: 
102328 #/* Test of sequential list data type implementation.
102329 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
102330 #   Written by Bruno Haible <bruno@clisp.org>, 2006.
102331 #
102332 #   This program is free software: you can redistribute it and/or modify
102333 #   it under the terms of the GNU General Public License as published by
102334 #   the Free Software Foundation; either version 3 of the License, or
102335 #   (at your option) any later version.
102336 #
102337 #   This program is distributed in the hope that it will be useful,
102338 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102339 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102340 #   GNU General Public License for more details.
102341 #
102342 #   You should have received a copy of the GNU General Public License
102343
102344 File: ./tests/test-read-file.c
102345 Hash: fe25f8bab073df345c729dec8f6148396d6926783db8a074ab9b9f120ebacd68
102346 Copyright: 2006-2007 Free Software Foundation
102347 License: GPL-3+ 
102348 Licence_Text: 
102349 #Header: 
102350 #/*
102351 # * Copyright (C) 2006-2007 Free Software Foundation
102352 # * Written by Simon Josefsson
102353 # *
102354 # * This program is free software: you can redistribute it and/or modify
102355 # * it under the terms of the GNU General Public License as published by
102356 # * the Free Software Foundation; either version 3 of the License, or
102357 # * (at your option) any later version.
102358 # *
102359 # * This program is distributed in the hope that it will be useful,
102360 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
102361 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102362 # * GNU General Public License for more details.
102363 # *
102364 # * You should have received a copy of the GNU General Public License
102365
102366 File: ./tests/test-rijndael.c
102367 Hash: bd28b67ba8cdd5cd8c4098cbdcf1e85401cbbfadfdb54a5a9b29fc830bcfc77b
102368 Copyright: 2005 Free Software Foundation
102369 License: GPL-3+ 
102370 Licence_Text: 
102371 #Header: 
102372 #/*
102373 # * Copyright (C) 2005 Free Software Foundation
102374 # * Written by Simon Josefsson
102375 # *
102376 # * This program is free software: you can redistribute it and/or modify
102377 # * it under the terms of the GNU General Public License as published by
102378 # * the Free Software Foundation; either version 3 of the License, or
102379 # * (at your option) any later version.
102380 # *
102381 # * This program is distributed in the hope that it will be useful,
102382 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
102383 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102384 # * GNU General Public License for more details.
102385 # *
102386 # * You should have received a copy of the GNU General Public License
102387
102388 File: ./tests/test-round1.c
102389 Hash: d481632fac56dafed412331dc1d3c962088c31ca9c3b36086d3667160fd6d480
102390 Copyright: 2007-2008 Free Software Foundation, Inc
102391 License: GPL 
102392 Licence_Text: 
102393 #Header: 
102394 #/* Test of rounding to nearest, breaking ties away from zero.
102395 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
102396 #
102397 #   This program is free software; you can redistribute it and/or modify
102398 #   it under the terms of the GNU General Public License as published by
102399 #   the Free Software Foundation; either version 3, or (at your option)
102400 #   any later version.
102401 #
102402 #   This program is distributed in the hope that it will be useful,
102403 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102404 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102405 #   GNU General Public License for more details.
102406 #
102407 #   You should have received a copy of the GNU General Public License
102408 #   along with this program; if not, write to the Free Software Foundation,
102409
102410 File: ./tests/test-round2.c
102411 Hash: 78cd3c59fce9fcf77a9e67787f5add6ab91b27cb39939cec7db1472ba23e07da
102412 Copyright: 2007-2008 Free Software Foundation, Inc
102413 License: GPL-3+ 
102414 Licence_Text: 
102415 #Header: 
102416 #/* Test of rounding to nearest, breaking ties away from zero.
102417 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
102418 #
102419 #   This program is free software: you can redistribute it and/or modify
102420 #   it under the terms of the GNU General Public License as published by
102421 #   the Free Software Foundation; either version 3 of the License, or
102422 #   (at your option) any later version.
102423 #
102424 #   This program is distributed in the hope that it will be useful,
102425 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102426 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102427 #   GNU General Public License for more details.
102428 #
102429 #   You should have received a copy of the GNU General Public License
102430 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102431
102432 File: ./tests/test-roundf1.c
102433 Hash: 3d1da36b9e0486cd4e508d505e52d43a8e69194525626087e0570a15fb56bd69
102434 Copyright: 2007, 2008 Free Software Foundation, Inc
102435 License: GPL 
102436 Licence_Text: 
102437 #Header: 
102438 #/* Test of rounding to nearest, breaking ties away from zero.
102439 #   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
102440 #
102441 #   This program is free software; you can redistribute it and/or modify
102442 #   it under the terms of the GNU General Public License as published by
102443 #   the Free Software Foundation; either version 3, or (at your option)
102444 #   any later version.
102445 #
102446 #   This program is distributed in the hope that it will be useful,
102447 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102448 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102449 #   GNU General Public License for more details.
102450 #
102451 #   You should have received a copy of the GNU General Public License
102452 #   along with this program; if not, write to the Free Software Foundation,
102453
102454 File: ./tests/test-roundf2.c
102455 Hash: 2b662978b800617f406056d17c4f610c9ac9a637fe6b41e53db7b8728d9a3386
102456 Copyright: 
102457 License: 
102458 Licence_Text: 
102459 #Header: 
102460 ##define USE_FLOAT
102461 ##include "test-round2.c"
102462
102463 File: ./tests/test-roundl.c
102464 Hash: 78692de38971d672500f95f537d99c3625af5e163292a68f569e9b1c0db3deba
102465 Copyright: 2007-2009 Free Software Foundation, Inc
102466 License: GPL 
102467 Licence_Text: 
102468 #Header: 
102469 #/* Test of rounding to nearest, breaking ties away from zero.
102470 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
102471 #
102472 #   This program is free software; you can redistribute it and/or modify
102473 #   it under the terms of the GNU General Public License as published by
102474 #   the Free Software Foundation; either version 3, or (at your option)
102475 #   any later version.
102476 #
102477 #   This program is distributed in the hope that it will be useful,
102478 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102479 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102480 #   GNU General Public License for more details.
102481 #
102482 #   You should have received a copy of the GNU General Public License
102483 #   along with this program; if not, write to the Free Software Foundation,
102484
102485 File: ./tests/test-safe-alloc.c
102486 Hash: 06fa48a371192b3703bb2e5e10ccd93a9034d93b7dcff205253b40547dc5f425
102487 Copyright: 2009 Free Software Foundation, Inc
102488 License: LGPL-2.1+ (with incorrect FSF address) 
102489 Licence_Text: 
102490 #Header: 
102491 #/*
102492 # * Test the safe-alloc macros
102493 # *
102494 # * Copyright (C) 2009 Free Software Foundation, Inc.
102495 # *
102496 # * This library is free software; you can redistribute it and/or
102497 # * modify it under the terms of the GNU Lesser General Public
102498 # * License as published by the Free Software Foundation; either
102499 # * version 2.1 of the License, or (at your option) any later version.
102500 # *
102501 # * This library is distributed in the hope that it will be useful,
102502 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
102503 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
102504 # * Lesser General Public License for more details.
102505 # *
102506
102507 File: ./tests/test-sameacls.c
102508 Hash: 1df2ca38b822fca6b61b6dc422c4b420e8b7ef60e85c53952d92ac21156b8c65
102509 Copyright: 2008 Free Software Foundation, Inc
102510 License: GPL-3+ 
102511 Licence_Text: 
102512 #Header: 
102513 #/* Test whether two files have the same ACLs.
102514 #   Copyright (C) 2008 Free Software Foundation, Inc.
102515 #
102516 #   This program is free software: you can redistribute it and/or modify
102517 #   it under the terms of the GNU General Public License as published by
102518 #   the Free Software Foundation; either version 3 of the License, or
102519 #   (at your option) any later version.
102520 #
102521 #   This program is distributed in the hope that it will be useful,
102522 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102523 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102524 #   GNU General Public License for more details.
102525 #
102526 #   You should have received a copy of the GNU General Public License
102527 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102528
102529 File: ./tests/test-sched.c
102530 Hash: a1d056a4d72baa204719a7171a5f9cb61426312897c83f8d72c0d329008fe2a6
102531 Copyright: 2008-2009 Free Software Foundation, Inc
102532 License: GPL-3+ 
102533 Licence_Text: 
102534 #Header: 
102535 #/* Test of <sched.h> substitute.
102536 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
102537 #
102538 #   This program is free software: you can redistribute it and/or modify
102539 #   it under the terms of the GNU General Public License as published by
102540 #   the Free Software Foundation; either version 3 of the License, or
102541 #   (at your option) any later version.
102542 #
102543 #   This program is distributed in the hope that it will be useful,
102544 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102545 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102546 #   GNU General Public License for more details.
102547 #
102548 #   You should have received a copy of the GNU General Public License
102549 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102550
102551 File: ./tests/test-search.c
102552 Hash: a75b46b1de8003eaa9822f8ee5de3e28bfd9dfa3808094ed1476e96a9f8b0d9b
102553 Copyright: 2007 Free Software Foundation, Inc
102554 License: GPL-3+ 
102555 Licence_Text: 
102556 #Header: 
102557 #/* Test of <search.h> substitute.
102558 #   Copyright (C) 2007 Free Software Foundation, Inc.
102559 #
102560 #   This program is free software: you can redistribute it and/or modify
102561 #   it under the terms of the GNU General Public License as published by
102562 #   the Free Software Foundation; either version 3 of the License, or
102563 #   (at your option) any later version.
102564 #
102565 #   This program is distributed in the hope that it will be useful,
102566 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102567 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102568 #   GNU General Public License for more details.
102569 #
102570 #   You should have received a copy of the GNU General Public License
102571 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102572
102573 File: ./tests/test-select-fd.c
102574 Hash: c39dad9c674c2b86a8b6fabc120a1231d76298f5616852e8ca555a36d57dd057
102575 Copyright: 2008 Free Software Foundation, Inc
102576 License: GPL-3+ 
102577 Licence_Text: 
102578 #Header: 
102579 #/* Test of select() substitute, reading or writing from a given file descriptor.
102580 #   Copyright (C) 2008 Free Software Foundation, Inc.
102581 #
102582 #   This program is free software: you can redistribute it and/or modify
102583 #   it under the terms of the GNU General Public License as published by
102584 #   the Free Software Foundation; either version 3 of the License, or
102585 #   (at your option) any later version.
102586 #
102587 #   This program is distributed in the hope that it will be useful,
102588 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102589 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102590 #   GNU General Public License for more details.
102591 #
102592 #   You should have received a copy of the GNU General Public License
102593 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102594
102595 File: ./tests/test-select-in.sh
102596 Hash: 900e4c2984ffcf50df1cf8f155327f6fc7f9fb45b05e89a8e6117c6615fa0bef
102597 Copyright: 
102598 License: 
102599 Licence_Text: 
102600 #Header: 
102601 ##!/bin/sh
102602 ## Test select() on file descriptors opened for reading.
102603 #
102604 ## This test is known to fail on Solaris 2.6 and older, due to its handling
102605 ## of /dev/null.
102606 #
102607 #tmpfiles=""
102608 #trap 'rm -fr $tmpfiles' 1 2 3 15
102609 #
102610 #tmpfiles="$tmpfiles t-select-in.tmp"
102611 #
102612 ## Regular files.
102613 #
102614 #rm -f t-select-in.tmp
102615 #./test-select-fd${EXEEXT} r 0 t-select-in.tmp < ./test-select-fd${EXEEXT}
102616
102617 File: ./tests/test-select-out.sh
102618 Hash: 81a7eb6dd45c11e05d7d72c30afe3a86103b6f785beccfede7592fbece606a1f
102619 Copyright: 
102620 License: 
102621 Licence_Text: 
102622 #Header: 
102623 ##!/bin/sh
102624 ## Test select() on file descriptors opened for writing.
102625 #
102626 #tmpfiles=""
102627 #trap 'rm -fr $tmpfiles' 1 2 3 15
102628 #
102629 #tmpfiles="$tmpfiles t-select-out.out t-select-out.tmp"
102630 #
102631 ## Regular files.
102632 #
102633 #rm -f t-select-out.tmp
102634 #./test-select-fd${EXEEXT} w 1 t-select-out.tmp > t-select-out.out
102635 #test `cat t-select-out.tmp` = "1" || exit 1
102636 #
102637 ## Pipes.
102638
102639 File: ./tests/test-select-stdin.c
102640 Hash: 2233f158677785767dc09bb2110060927bc2c348fc26ffc95bc44b538dd69287
102641 Copyright: 2008 Free Software Foundation, Inc
102642 License: GPL-3+ 
102643 Licence_Text: 
102644 #Header: 
102645 #/* Test of select() substitute, reading from stdin.
102646 #   Copyright (C) 2008 Free Software Foundation, Inc.
102647 #
102648 #   This program is free software: you can redistribute it and/or modify
102649 #   it under the terms of the GNU General Public License as published by
102650 #   the Free Software Foundation; either version 3 of the License, or
102651 #   (at your option) any later version.
102652 #
102653 #   This program is distributed in the hope that it will be useful,
102654 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102655 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102656 #   GNU General Public License for more details.
102657 #
102658 #   You should have received a copy of the GNU General Public License
102659 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102660
102661 File: ./tests/test-select.c
102662 Hash: 919c5a7db661553ac0cd6de0a423e3fc6d9c988e0a86fa524fae055862fd6ec8
102663 Copyright: 2008-2009 Free Software Foundation, Inc
102664 License: GPL-3+ 
102665 Licence_Text: 
102666 #Header: 
102667 #/* Test of select() substitute.
102668 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
102669 #
102670 #   This program is free software: you can redistribute it and/or modify
102671 #   it under the terms of the GNU General Public License as published by
102672 #   the Free Software Foundation; either version 3 of the License, or
102673 #   (at your option) any later version.
102674 #
102675 #   This program is distributed in the hope that it will be useful,
102676 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102677 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102678 #   GNU General Public License for more details.
102679 #
102680 #   You should have received a copy of the GNU General Public License
102681 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102682
102683 File: ./tests/test-set-mode-acl.c
102684 Hash: cd6ee6081a51d9b3f3794b017a6b074ff3bc14d6825fd5f251c5fd2d46841250
102685 Copyright: 2008 Free Software Foundation, Inc
102686 License: GPL-3+ 
102687 Licence_Text: 
102688 #Header: 
102689 #/* Test of setting an ACL equivalent to a mode.
102690 #   Copyright (C) 2008 Free Software Foundation, Inc.
102691 #
102692 #   This program is free software: you can redistribute it and/or modify
102693 #   it under the terms of the GNU General Public License as published by
102694 #   the Free Software Foundation; either version 3 of the License, or
102695 #   (at your option) any later version.
102696 #
102697 #   This program is distributed in the hope that it will be useful,
102698 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102699 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102700 #   GNU General Public License for more details.
102701 #
102702 #   You should have received a copy of the GNU General Public License
102703 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102704
102705 File: ./tests/test-set-mode-acl.sh
102706 Hash: 3454dddf42074bbc9ee4ad92fd4b15d168fe3bd37bc4e8ba740a040441f861ca
102707 Copyright: 
102708 License: 
102709 Licence_Text: 
102710 #Header: 
102711 ##!/bin/sh
102712 #
102713 ## Show all commands when run with environment variable VERBOSE=yes.
102714 #test -z "$VERBOSE" || set -x
102715 #
102716 ## func_tmpdir
102717 ## creates a temporary directory.
102718 ## Sets variable
102719 ## - tmp             pathname of freshly created temporary directory
102720 #func_tmpdir ()
102721 #{
102722 #  # Use the environment variable TMPDIR, falling back to /tmp. This allows
102723 #  # users to specify a different temporary directory, for example, if their
102724 #  # /tmp is filled up or too small.
102725 #  : ${TMPDIR=/tmp}
102726
102727 File: ./tests/test-sha1.c
102728 Hash: e18f52207f18a229817e86984ad67f9af48bc951d8a18ad1ba9665584fa5d716
102729 Copyright: 2005, 2008, 2009 Free Software Foundation, Inc
102730 License: GPL-3+ 
102731 Licence_Text: 
102732 #Header: 
102733 #/*
102734 # * Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
102735 # * Written by Simon Josefsson
102736 # *
102737 # * This program is free software: you can redistribute it and/or modify
102738 # * it under the terms of the GNU General Public License as published by
102739 # * the Free Software Foundation; either version 3 of the License, or
102740 # * (at your option) any later version.
102741 # *
102742 # * This program is distributed in the hope that it will be useful,
102743 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
102744 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102745 # * GNU General Public License for more details.
102746 # *
102747 # * You should have received a copy of the GNU General Public License
102748
102749 File: ./tests/test-sigaction.c
102750 Hash: 26868ca82f9158a85f3775c877b40da4441122e03a940c9d02dfc347ff66b161
102751 Copyright: 2008 Free Software Foundation, Inc
102752 License: GPL-3+ 
102753 Licence_Text: 
102754 #Header: 
102755 #/* Test of sigaction() function.
102756 #   Copyright (C) 2008 Free Software Foundation, Inc.
102757 #
102758 #   This program is free software: you can redistribute it and/or modify
102759 #   it under the terms of the GNU General Public License as published by
102760 #   the Free Software Foundation; either version 3 of the License, or
102761 #   (at your option) any later version.
102762 #
102763 #   This program is distributed in the hope that it will be useful,
102764 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102765 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102766 #   GNU General Public License for more details.
102767 #
102768 #   You should have received a copy of the GNU General Public License
102769 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102770
102771 File: ./tests/test-signal.c
102772 Hash: a2a63d1070f8da740d3d59dd751aef9681d8f4a1b47d41d92c5258448a7902a0
102773 Copyright: 2009 Free Software Foundation, Inc
102774 License: GPL-3+ 
102775 Licence_Text: 
102776 #Header: 
102777 #/* Test of <signal.h> substitute.
102778 #   Copyright (C) 2009 Free Software Foundation, Inc.
102779 #
102780 #   This program is free software: you can redistribute it and/or modify
102781 #   it under the terms of the GNU General Public License as published by
102782 #   the Free Software Foundation; either version 3 of the License, or
102783 #   (at your option) any later version.
102784 #
102785 #   This program is distributed in the hope that it will be useful,
102786 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102787 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102788 #   GNU General Public License for more details.
102789 #
102790 #   You should have received a copy of the GNU General Public License
102791 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102792
102793 File: ./tests/test-signbit.c
102794 Hash: fa9d9d09e834d032dab7e5344a9125bc3a844d179a74b3eac76bc464ca94566e
102795 Copyright: 2007, 2008, 2009 Free Software Foundation, Inc
102796 License: GPL-3+ 
102797 Licence_Text: 
102798 #Header: 
102799 #/* Test of signbit() substitute.
102800 #   Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
102801 #
102802 #   This program is free software: you can redistribute it and/or modify
102803 #   it under the terms of the GNU General Public License as published by
102804 #   the Free Software Foundation; either version 3 of the License, or
102805 #   (at your option) any later version.
102806 #
102807 #   This program is distributed in the hope that it will be useful,
102808 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102809 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102810 #   GNU General Public License for more details.
102811 #
102812 #   You should have received a copy of the GNU General Public License
102813 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102814
102815 File: ./tests/test-sigpipe.c
102816 Hash: 8babbc5c4c5cf6baadd089082b26b393e84a3d336446bdf26c6170bb3b86fd55
102817 Copyright: 2008 Free Software Foundation, Inc
102818 License: GPL 
102819 Licence_Text: 
102820 #Header: 
102821 #/* Test of SIGPIPE handling.
102822 #   Copyright (C) 2008 Free Software Foundation, Inc.
102823 #
102824 #   This program is free software; you can redistribute it and/or modify
102825 #   it under the terms of the GNU General Public License as published by
102826 #   the Free Software Foundation; either version 3, or (at your option)
102827 #   any later version.
102828 #
102829 #   This program is distributed in the hope that it will be useful,
102830 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102831 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102832 #   GNU General Public License for more details.
102833 #
102834 #   You should have received a copy of the GNU General Public License
102835 #   along with this program; if not, write to the Free Software Foundation,
102836
102837 File: ./tests/test-sigpipe.sh
102838 Hash: d27845fc8088e77081e32717c8dd8327ed122194c62751c93ef8faff8ee9218c
102839 Copyright: 
102840 License: 
102841 Licence_Text: 
102842 #Header: 
102843 ##!/bin/sh
102844 #
102845 #tmpfiles=""
102846 #trap 'rm -fr $tmpfiles' 1 2 3 15
102847 #
102848 ## Test signal's default behaviour.
102849 #tmpfiles="$tmpfiles t-sigpipeA.tmp"
102850 #./test-sigpipe${EXEEXT} A 2> t-sigpipeA.tmp | head -1 > /dev/null
102851 #if test -s t-sigpipeA.tmp; then
102852 #  LC_ALL=C tr -d '\r' < t-sigpipeA.tmp
102853 #  rm -fr $tmpfiles; exit 1
102854 #fi
102855 #
102856 ## Test signal's ignored behaviour.
102857 #tmpfiles="$tmpfiles t-sigpipeB.tmp"
102858
102859 File: ./tests/test-sleep.c
102860 Hash: c4c76435bbec1e1ae7a9b8292a1bf834366e04668c11ff07e19eda173e195eb2
102861 Copyright: 2007-2008 Free Software Foundation, Inc
102862 License: GPL-3+ 
102863 Licence_Text: 
102864 #Header: 
102865 #/* Test of sleep() function.
102866 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
102867 #
102868 #   This program is free software: you can redistribute it and/or modify
102869 #   it under the terms of the GNU General Public License as published by
102870 #   the Free Software Foundation; either version 3 of the License, or
102871 #   (at your option) any later version.
102872 #
102873 #   This program is distributed in the hope that it will be useful,
102874 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102875 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102876 #   GNU General Public License for more details.
102877 #
102878 #   You should have received a copy of the GNU General Public License
102879 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102880
102881 File: ./tests/test-snprintf-posix.c
102882 Hash: 7fce32e7bb5b8d3bda5a1df8212fb1d14ec7a02dc5e72ebb28dd9225dad5e397
102883 Copyright: 2007-2008 Free Software Foundation, Inc
102884 License: GPL-3+ 
102885 Licence_Text: 
102886 #Header: 
102887 #/* Test of POSIX compatible snprintf() function.
102888 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
102889 #
102890 #   This program is free software: you can redistribute it and/or modify
102891 #   it under the terms of the GNU General Public License as published by
102892 #   the Free Software Foundation; either version 3 of the License, or
102893 #   (at your option) any later version.
102894 #
102895 #   This program is distributed in the hope that it will be useful,
102896 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102897 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102898 #   GNU General Public License for more details.
102899 #
102900 #   You should have received a copy of the GNU General Public License
102901 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102902
102903 File: ./tests/test-snprintf-posix.h
102904 Hash: 9c968e1b41c6112dfd570d39aae8c0902a54036c53b751224852c002c65aada0
102905 Copyright: 2007-2009 Free Software Foundation, Inc
102906 License: GPL-3+ 
102907 Licence_Text: 
102908 #Header: 
102909 #/* Test of POSIX compatible vsnprintf() and snprintf() functions.
102910 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
102911 #
102912 #   This program is free software: you can redistribute it and/or modify
102913 #   it under the terms of the GNU General Public License as published by
102914 #   the Free Software Foundation; either version 3 of the License, or
102915 #   (at your option) any later version.
102916 #
102917 #   This program is distributed in the hope that it will be useful,
102918 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102919 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102920 #   GNU General Public License for more details.
102921 #
102922 #   You should have received a copy of the GNU General Public License
102923 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102924
102925 File: ./tests/test-snprintf.c
102926 Hash: a8fc7710afcd71af941318a653e85e172eb11dcf342d0362c2bee74cc1361c0a
102927 Copyright: 2007-2008 Free Software Foundation, Inc
102928 License: GPL-3+ 
102929 Licence_Text: 
102930 #Header: 
102931 #/* Test of snprintf() function.
102932 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
102933 #
102934 #   This program is free software: you can redistribute it and/or modify
102935 #   it under the terms of the GNU General Public License as published by
102936 #   the Free Software Foundation; either version 3 of the License, or
102937 #   (at your option) any later version.
102938 #
102939 #   This program is distributed in the hope that it will be useful,
102940 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102941 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102942 #   GNU General Public License for more details.
102943 #
102944 #   You should have received a copy of the GNU General Public License
102945 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102946
102947 File: ./tests/test-sockets.c
102948 Hash: f651231cb9c8d0c5d7c3feceb6ab023e6fb4719e96d313b5a1611cf222e9552d
102949 Copyright: 2008, 2009 Free Software Foundation
102950 License: GPL-3+ 
102951 Licence_Text: 
102952 #Header: 
102953 #/*
102954 # * Copyright (C) 2008, 2009 Free Software Foundation
102955 # * Written by Simon Josefsson.
102956 # *
102957 # * This program is free software: you can redistribute it and/or modify
102958 # * it under the terms of the GNU General Public License as published by
102959 # * the Free Software Foundation; either version 3 of the License, or
102960 # * (at your option) any later version.
102961 # *
102962 # * This program is distributed in the hope that it will be useful,
102963 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
102964 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102965 # * GNU General Public License for more details.
102966 # *
102967 # * You should have received a copy of the GNU General Public License
102968
102969 File: ./tests/test-sprintf-posix.c
102970 Hash: bfa4989be540f363296df2cabc7bf499303561023475f1a5272b0a1898cf4746
102971 Copyright: 2007-2008 Free Software Foundation, Inc
102972 License: GPL-3+ 
102973 Licence_Text: 
102974 #Header: 
102975 #/* Test of POSIX compatible sprintf() function.
102976 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
102977 #
102978 #   This program is free software: you can redistribute it and/or modify
102979 #   it under the terms of the GNU General Public License as published by
102980 #   the Free Software Foundation; either version 3 of the License, or
102981 #   (at your option) any later version.
102982 #
102983 #   This program is distributed in the hope that it will be useful,
102984 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
102985 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102986 #   GNU General Public License for more details.
102987 #
102988 #   You should have received a copy of the GNU General Public License
102989 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
102990
102991 File: ./tests/test-sprintf-posix.h
102992 Hash: 643c16861240bef0649dd4bcefe6ef1d9996a7d9bf4e16d3f70ecd7d22619764
102993 Copyright: 2007-2009 Free Software Foundation, Inc
102994 License: GPL-3+ 
102995 Licence_Text: 
102996 #Header: 
102997 #/* Test of POSIX compatible vsprintf() and sprintf() functions.
102998 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
102999 #
103000 #   This program is free software: you can redistribute it and/or modify
103001 #   it under the terms of the GNU General Public License as published by
103002 #   the Free Software Foundation; either version 3 of the License, or
103003 #   (at your option) any later version.
103004 #
103005 #   This program is distributed in the hope that it will be useful,
103006 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103007 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103008 #   GNU General Public License for more details.
103009 #
103010 #   You should have received a copy of the GNU General Public License
103011 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103012
103013 File: ./tests/test-stat-time.c
103014 Hash: 13ed608bac62ec91a2526f569107d3f2c029da8a2935eca78a4cc53839419da8
103015 Copyright: 2007-2008 Free Software Foundation, Inc
103016 License: GPL-3+ 
103017 Licence_Text: 
103018 #Header: 
103019 #/* Test of <stat-time.h>.
103020 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
103021 #
103022 #   This program is free software: you can redistribute it and/or modify
103023 #   it under the terms of the GNU General Public License as published by
103024 #   the Free Software Foundation; either version 3 of the License, or
103025 #   (at your option) any later version.
103026 #
103027 #   This program is distributed in the hope that it will be useful,
103028 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103029 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103030 #   GNU General Public License for more details.
103031 #
103032 #   You should have received a copy of the GNU General Public License
103033 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103034
103035 File: ./tests/test-stdbool.c
103036 Hash: c84624aac5e8ef0d17ac6cfba2d9902112d8652ff84f75943bbaab5483a15104
103037 Copyright: 2002-2007 Free Software Foundation, Inc
103038 License: GPL-3+ 
103039 Licence_Text: 
103040 #Header: 
103041 #/* Test of <stdbool.h> substitute.
103042 #   Copyright (C) 2002-2007 Free Software Foundation, Inc.
103043 #
103044 #   This program is free software: you can redistribute it and/or modify
103045 #   it under the terms of the GNU General Public License as published by
103046 #   the Free Software Foundation; either version 3 of the License, or
103047 #   (at your option) any later version.
103048 #
103049 #   This program is distributed in the hope that it will be useful,
103050 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103051 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103052 #   GNU General Public License for more details.
103053 #
103054 #   You should have received a copy of the GNU General Public License
103055 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103056
103057 File: ./tests/test-stddef.c
103058 Hash: a7f33ad88ddc3e59c999ce92e4d5c33162876f2dbd2f812612f5f875e098a0e1
103059 Copyright: 2009 Free Software Foundation, Inc
103060 License: GPL-3+ 
103061 Licence_Text: 
103062 #Header: 
103063 #/* Test of <stddef.h> substitute.
103064 #   Copyright (C) 2009 Free Software Foundation, Inc.
103065 #
103066 #   This program is free software: you can redistribute it and/or modify
103067 #   it under the terms of the GNU General Public License as published by
103068 #   the Free Software Foundation; either version 3 of the License, or
103069 #   (at your option) any later version.
103070 #
103071 #   This program is distributed in the hope that it will be useful,
103072 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103073 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103074 #   GNU General Public License for more details.
103075 #
103076 #   You should have received a copy of the GNU General Public License
103077 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103078
103079 File: ./tests/test-stdint.c
103080 Hash: 23f2d98a74e19ebc217c7540652a726c29f8393ff93360bc7d491d73ef222896
103081 Copyright: 2006-2008 Free Software Foundation, Inc
103082 License: GPL-3+ 
103083 Licence_Text: 
103084 #Header: 
103085 #/* Test of <stdint.h> substitute.
103086 #   Copyright (C) 2006-2008 Free Software Foundation, Inc.
103087 #
103088 #   This program is free software: you can redistribute it and/or modify
103089 #   it under the terms of the GNU General Public License as published by
103090 #   the Free Software Foundation; either version 3 of the License, or
103091 #   (at your option) any later version.
103092 #
103093 #   This program is distributed in the hope that it will be useful,
103094 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103095 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103096 #   GNU General Public License for more details.
103097 #
103098 #   You should have received a copy of the GNU General Public License
103099 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103100
103101 File: ./tests/test-stdio.c
103102 Hash: 2ac4b9dd417d2756a7b7531075a8de408eaa834699dcacc33968d0acd485708a
103103 Copyright: 2007, 2009 Free Software Foundation, Inc
103104 License: GPL-3+ 
103105 Licence_Text: 
103106 #Header: 
103107 #/* Test of <stdio.h> substitute.
103108 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
103109 #
103110 #   This program is free software: you can redistribute it and/or modify
103111 #   it under the terms of the GNU General Public License as published by
103112 #   the Free Software Foundation; either version 3 of the License, or
103113 #   (at your option) any later version.
103114 #
103115 #   This program is distributed in the hope that it will be useful,
103116 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103117 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103118 #   GNU General Public License for more details.
103119 #
103120 #   You should have received a copy of the GNU General Public License
103121 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103122
103123 File: ./tests/test-stdlib.c
103124 Hash: 054829fa60196e2c3f2af8a2ae7f5906b69a5ca770ea3f67f4bf20e58459cc39
103125 Copyright: 2007, 2009 Free Software Foundation, Inc
103126 License: GPL-3+ 
103127 Licence_Text: 
103128 #Header: 
103129 #/* Test of <stdlib.h> substitute.
103130 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
103131 #
103132 #   This program is free software: you can redistribute it and/or modify
103133 #   it under the terms of the GNU General Public License as published by
103134 #   the Free Software Foundation; either version 3 of the License, or
103135 #   (at your option) any later version.
103136 #
103137 #   This program is distributed in the hope that it will be useful,
103138 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103139 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103140 #   GNU General Public License for more details.
103141 #
103142 #   You should have received a copy of the GNU General Public License
103143 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103144
103145 File: ./tests/test-stpncpy.c
103146 Hash: f0900ada3225a1fce15fe1f412789c086482da205d663e8d29b7d44f0a74ff6c
103147 Copyright: 2003, 2008 Free Software Foundation, Inc
103148 License: GPL-3+ 
103149 Licence_Text: 
103150 #Header: 
103151 #/* Test the system defined function stpncpy().
103152 #   Copyright (C) 2003, 2008 Free Software Foundation, Inc.
103153 #
103154 #   This program is free software: you can redistribute it and/or modify
103155 #   it under the terms of the GNU General Public License as published by
103156 #   the Free Software Foundation; either version 3 of the License, or
103157 #   (at your option) any later version.
103158 #
103159 #   This program is distributed in the hope that it will be useful,
103160 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103161 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103162 #   GNU General Public License for more details.
103163 #
103164 #   You should have received a copy of the GNU General Public License
103165 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103166
103167 File: ./tests/test-stpncpy.out.aix433
103168 Hash: 42a7b74a76cafd8a6d2fbc513026ecb27bf8c70c9eb0a9eb4eeedf421ac6150b
103169 Copyright: 
103170 License: 
103171 Licence_Text: 
103172 #Header: 
103173 #i =  0, j =  0, k =  0:  from = \x00XXXXXXXXX  to = \x00YYYYYYYYY  ret = to + 0
103174 #i =  0, j =  0, k =  1:  from = \x00XXXXXXXXX  to = D\x00YYYYYYYY  ret = to + 0
103175 #i =  0, j =  0, k =  2:  from = \x00XXXXXXXXX  to = De\x00YYYYYYY  ret = to + 0
103176 #i =  0, j =  0, k =  3:  from = \x00XXXXXXXXX  to = Des\x00YYYYYY  ret = to + 0
103177 #i =  0, j =  0, k =  4:  from = \x00XXXXXXXXX  to = Dest\x00YYYYY  ret = to + 0
103178 #i =  0, j =  0, k =  5:  from = \x00XXXXXXXXX  to = Desti\x00YYYY  ret = to + 0
103179 #i =  0, j =  0, k =  6:  from = \x00XXXXXXXXX  to = Destin\x00YYY  ret = to + 0
103180 #i =  0, j =  0, k =  7:  from = \x00XXXXXXXXX  to = Destina\x00YY  ret = to + 0
103181 #i =  0, j =  0, k =  8:  from = \x00XXXXXXXXX  to = Destinat\x00Y  ret = to + 0
103182 #i =  0, j =  0, k =  9:  from = \x00XXXXXXXXX  to = Destinati\x00  ret = to + 0
103183 #i =  0, j =  1, k =  0:  from = \x00XXXXXXXXX  to = \x00YYYYYYYYY  ret = to + 0
103184 #i =  0, j =  1, k =  1:  from = \x00XXXXXXXXX  to = \x00\x00YYYYYYYY  ret = to + 0
103185 #i =  0, j =  1, k =  2:  from = \x00XXXXXXXXX  to = \x00e\x00YYYYYYY  ret = to + 0
103186 #i =  0, j =  1, k =  3:  from = \x00XXXXXXXXX  to = \x00es\x00YYYYYY  ret = to + 0
103187 #i =  0, j =  1, k =  4:  from = \x00XXXXXXXXX  to = \x00est\x00YYYYY  ret = to + 0
103188
103189 File: ./tests/test-stpncpy.out.glibc
103190 Hash: 42a7b74a76cafd8a6d2fbc513026ecb27bf8c70c9eb0a9eb4eeedf421ac6150b
103191 Copyright: 
103192 License: 
103193 Licence_Text: 
103194 #Header: 
103195 #i =  0, j =  0, k =  0:  from = \x00XXXXXXXXX  to = \x00YYYYYYYYY  ret = to + 0
103196 #i =  0, j =  0, k =  1:  from = \x00XXXXXXXXX  to = D\x00YYYYYYYY  ret = to + 0
103197 #i =  0, j =  0, k =  2:  from = \x00XXXXXXXXX  to = De\x00YYYYYYY  ret = to + 0
103198 #i =  0, j =  0, k =  3:  from = \x00XXXXXXXXX  to = Des\x00YYYYYY  ret = to + 0
103199 #i =  0, j =  0, k =  4:  from = \x00XXXXXXXXX  to = Dest\x00YYYYY  ret = to + 0
103200 #i =  0, j =  0, k =  5:  from = \x00XXXXXXXXX  to = Desti\x00YYYY  ret = to + 0
103201 #i =  0, j =  0, k =  6:  from = \x00XXXXXXXXX  to = Destin\x00YYY  ret = to + 0
103202 #i =  0, j =  0, k =  7:  from = \x00XXXXXXXXX  to = Destina\x00YY  ret = to + 0
103203 #i =  0, j =  0, k =  8:  from = \x00XXXXXXXXX  to = Destinat\x00Y  ret = to + 0
103204 #i =  0, j =  0, k =  9:  from = \x00XXXXXXXXX  to = Destinati\x00  ret = to + 0
103205 #i =  0, j =  1, k =  0:  from = \x00XXXXXXXXX  to = \x00YYYYYYYYY  ret = to + 0
103206 #i =  0, j =  1, k =  1:  from = \x00XXXXXXXXX  to = \x00\x00YYYYYYYY  ret = to + 0
103207 #i =  0, j =  1, k =  2:  from = \x00XXXXXXXXX  to = \x00e\x00YYYYYYY  ret = to + 0
103208 #i =  0, j =  1, k =  3:  from = \x00XXXXXXXXX  to = \x00es\x00YYYYYY  ret = to + 0
103209 #i =  0, j =  1, k =  4:  from = \x00XXXXXXXXX  to = \x00est\x00YYYYY  ret = to + 0
103210
103211 File: ./tests/test-strcasestr.c
103212 Hash: 7d2efe1b3c344b9cff561636974f6c473250f1fa6005d9385b9ba4619287ad18
103213 Copyright: 2007, 2008 Free Software Foundation, Inc
103214 License: GPL-3+ 
103215 Licence_Text: 
103216 #Header: 
103217 #/* Test of case-insensitive searching in a string.
103218 #   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
103219 #
103220 #   This program is free software: you can redistribute it and/or modify
103221 #   it under the terms of the GNU General Public License as published by
103222 #   the Free Software Foundation; either version 3 of the License, or
103223 #   (at your option) any later version.
103224 #
103225 #   This program is distributed in the hope that it will be useful,
103226 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103227 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103228 #   GNU General Public License for more details.
103229 #
103230 #   You should have received a copy of the GNU General Public License
103231 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103232
103233 File: ./tests/test-strchrnul.c
103234 Hash: 6664f2f7050ac1601e5eb6ca9c1a1d53c958740d1b2421053223a890bea7a97a
103235 Copyright: 2008 Free Software Foundation
103236 License: GPL-3+ 
103237 Licence_Text: 
103238 #Header: 
103239 #/*
103240 # * Copyright (C) 2008 Free Software Foundation
103241 # * Written by Eric Blake and Bruno Haible
103242 # *
103243 # * This program is free software: you can redistribute it and/or modify
103244 # * it under the terms of the GNU General Public License as published by
103245 # * the Free Software Foundation; either version 3 of the License, or
103246 # * (at your option) any later version.
103247 # *
103248 # * This program is distributed in the hope that it will be useful,
103249 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
103250 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103251 # * GNU General Public License for more details.
103252 # *
103253 # * You should have received a copy of the GNU General Public License
103254
103255 File: ./tests/test-strerror.c
103256 Hash: 14a1d27bf7519c28518b2fa09cdbff600099f8fbbdcdd31d19f1e17abd42eec1
103257 Copyright: 2007-2008 Free Software Foundation, Inc
103258 License: GPL 
103259 Licence_Text: 
103260 #Header: 
103261 #/* Test of strerror() function.
103262 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
103263 #
103264 #   This program is free software; you can redistribute it and/or modify
103265 #   it under the terms of the GNU General Public License as published by
103266 #   the Free Software Foundation; either version 3, or (at your option)
103267 #   any later version.
103268 #
103269 #   This program is distributed in the hope that it will be useful,
103270 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103271 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103272 #   GNU General Public License for more details.
103273 #
103274 #   You should have received a copy of the GNU General Public License
103275 #   along with this program; if not, write to the Free Software Foundation,
103276
103277 File: ./tests/test-striconv.c
103278 Hash: d87272473e825d65b336a572f6879ba7a6bb4eaa0ad053515d8ec0962ec6201b
103279 Copyright: 2007-2008 Free Software Foundation, Inc
103280 License: GPL-3+ 
103281 Licence_Text: 
103282 #Header: 
103283 #/* Test of character set conversion.
103284 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
103285 #
103286 #   This program is free software: you can redistribute it and/or modify
103287 #   it under the terms of the GNU General Public License as published by
103288 #   the Free Software Foundation; either version 3 of the License, or
103289 #   (at your option) any later version.
103290 #
103291 #   This program is distributed in the hope that it will be useful,
103292 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103293 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103294 #   GNU General Public License for more details.
103295 #
103296 #   You should have received a copy of the GNU General Public License
103297 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103298
103299 File: ./tests/test-striconveh.c
103300 Hash: d58780303b58b650191816c9c6f6d31acc192c6b06da016cd940a1daaad76347
103301 Copyright: 2007-2009 Free Software Foundation, Inc
103302 License: GPL-3+ 
103303 Licence_Text: 
103304 #Header: 
103305 #/* Test of character set conversion with error handling.
103306 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
103307 #
103308 #   This program is free software: you can redistribute it and/or modify
103309 #   it under the terms of the GNU General Public License as published by
103310 #   the Free Software Foundation; either version 3 of the License, or
103311 #   (at your option) any later version.
103312 #
103313 #   This program is distributed in the hope that it will be useful,
103314 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103315 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103316 #   GNU General Public License for more details.
103317 #
103318 #   You should have received a copy of the GNU General Public License
103319 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103320
103321 File: ./tests/test-striconveha.c
103322 Hash: 5613eb13fd03278f3cfae673d2742357a77a24e39aa5464290122bd1f5cc17e9
103323 Copyright: 2007-2008 Free Software Foundation, Inc
103324 License: GPL-3+ 
103325 Licence_Text: 
103326 #Header: 
103327 #/* Test of character set conversion with error handling and autodetection.
103328 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
103329 #
103330 #   This program is free software: you can redistribute it and/or modify
103331 #   it under the terms of the GNU General Public License as published by
103332 #   the Free Software Foundation; either version 3 of the License, or
103333 #   (at your option) any later version.
103334 #
103335 #   This program is distributed in the hope that it will be useful,
103336 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103337 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103338 #   GNU General Public License for more details.
103339 #
103340 #   You should have received a copy of the GNU General Public License
103341 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103342
103343 File: ./tests/test-string.c
103344 Hash: 0ba6f6d137f27b2f588c41cd0dd4a7f44a8611d2b5650a7623304eb04f2a985c
103345 Copyright: 2007, 2009 Free Software Foundation, Inc
103346 License: GPL-3+ 
103347 Licence_Text: 
103348 #Header: 
103349 #/* Test of <string.h> substitute.
103350 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
103351 #
103352 #   This program is free software: you can redistribute it and/or modify
103353 #   it under the terms of the GNU General Public License as published by
103354 #   the Free Software Foundation; either version 3 of the License, or
103355 #   (at your option) any later version.
103356 #
103357 #   This program is distributed in the hope that it will be useful,
103358 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103359 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103360 #   GNU General Public License for more details.
103361 #
103362 #   You should have received a copy of the GNU General Public License
103363 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103364
103365 File: ./tests/test-strings.c
103366 Hash: 1218735581f6fd81e89c932786b84ad7efdb3fd0a98b512cfb6ef7179ee629b9
103367 Copyright: 2007 Free Software Foundation, Inc
103368 License: GPL-3+ 
103369 Licence_Text: 
103370 #Header: 
103371 #/* Test of <strings.h> substitute.
103372 #   Copyright (C) 2007 Free Software Foundation, Inc.
103373 #
103374 #   This program is free software: you can redistribute it and/or modify
103375 #   it under the terms of the GNU General Public License as published by
103376 #   the Free Software Foundation; either version 3 of the License, or
103377 #   (at your option) any later version.
103378 #
103379 #   This program is distributed in the hope that it will be useful,
103380 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103381 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103382 #   GNU General Public License for more details.
103383 #
103384 #   You should have received a copy of the GNU General Public License
103385 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103386
103387 File: ./tests/test-strsignal.c
103388 Hash: 911cff60ea0d2142906a8b6e37b8e316a82700ce9dc6f4419abb1544eeb16255
103389 Copyright: 2008 Free Software Foundation, Inc
103390 License: GPL 
103391 Licence_Text: 
103392 #Header: 
103393 #/* Test of strsignal() function.
103394 #   Copyright (C) 2008 Free Software Foundation, Inc.
103395 #
103396 #   This program is free software; you can redistribute it and/or modify
103397 #   it under the terms of the GNU General Public License as published by
103398 #   the Free Software Foundation; either version 3, or (at your option)
103399 #   any later version.
103400 #
103401 #   This program is distributed in the hope that it will be useful,
103402 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103403 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103404 #   GNU General Public License for more details.
103405 #
103406 #   You should have received a copy of the GNU General Public License
103407 #   along with this program; if not, write to the Free Software Foundation,
103408
103409 File: ./tests/test-strstr.c
103410 Hash: 921b584d5b441ef5314ef79cacb914b5734b212d15a5d3e34d83a3cac45985c7
103411 Copyright: 2004, 2007, 2008, 2009 Free Software Foundation
103412 License: GPL-3+ 
103413 Licence_Text: 
103414 #Header: 
103415 #/*
103416 # * Copyright (C) 2004, 2007, 2008, 2009 Free Software Foundation
103417 # * Written by Bruno Haible and Eric Blake
103418 # *
103419 # * This program is free software: you can redistribute it and/or modify
103420 # * it under the terms of the GNU General Public License as published by
103421 # * the Free Software Foundation; either version 3 of the License, or
103422 # * (at your option) any later version.
103423 # *
103424 # * This program is distributed in the hope that it will be useful,
103425 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
103426 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103427 # * GNU General Public License for more details.
103428 # *
103429 # * You should have received a copy of the GNU General Public License
103430
103431 File: ./tests/test-strtod.c
103432 Hash: 94d0b9d07d2cb7df156fa576ff2f5508151924b4eec0f0394e315fc6c43fde83
103433 Copyright: 2008 Free Software Foundation
103434 License: GPL-3+ 
103435 Licence_Text: 
103436 #Header: 
103437 #/*
103438 # * Copyright (C) 2008 Free Software Foundation
103439 # * Written by Eric Blake
103440 # *
103441 # * This program is free software: you can redistribute it and/or modify
103442 # * it under the terms of the GNU General Public License as published by
103443 # * the Free Software Foundation; either version 3 of the License, or
103444 # * (at your option) any later version.
103445 # *
103446 # * This program is distributed in the hope that it will be useful,
103447 # * but WITHOUT ANY WARRANTY; without even the implied warranty of
103448 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103449 # * GNU General Public License for more details.
103450 # *
103451 # * You should have received a copy of the GNU General Public License
103452
103453 File: ./tests/test-strverscmp.c
103454 Hash: 73715c12c4e50afe8feb14d326eb9d0092f449850bf20bda4a2a09965c37fd2d
103455 Copyright: 2008 Free Software Foundation, Inc
103456 License: GPL 
103457 Licence_Text: 
103458 #Header: 
103459 #/* Test of strverscmp() function.
103460 #   Copyright (C) 2008 Free Software Foundation, Inc.
103461 #
103462 #   This program is free software; you can redistribute it and/or modify
103463 #   it under the terms of the GNU General Public License as published by
103464 #   the Free Software Foundation; either version 3, or (at your option)
103465 #   any later version.
103466 #
103467 #   This program is distributed in the hope that it will be useful,
103468 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103469 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103470 #   GNU General Public License for more details.
103471 #
103472 #   You should have received a copy of the GNU General Public License
103473 #   along with this program; if not, write to the Free Software Foundation,
103474
103475 File: ./tests/test-symlinkat.c
103476 Hash: 688324a6ce6943ee6fcd5c4bbc12a6ed11ead304de5c082acac34fa5d620244a
103477 Copyright: 2009 Free Software Foundation, Inc
103478 License: GPL-3+ 
103479 Licence_Text: 
103480 #Header: 
103481 #/* Tests of symlinkat and readlinkat.
103482 #   Copyright (C) 2009 Free Software Foundation, Inc.
103483 #
103484 #   This program is free software: you can redistribute it and/or modify
103485 #   it under the terms of the GNU General Public License as published by
103486 #   the Free Software Foundation; either version 3 of the License, or
103487 #   (at your option) any later version.
103488 #
103489 #   This program is distributed in the hope that it will be useful,
103490 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103491 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103492 #   GNU General Public License for more details.
103493 #
103494 #   You should have received a copy of the GNU General Public License
103495 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103496
103497 File: ./tests/test-sys_select.c
103498 Hash: e6cbee138afbf2346834176c831267687d1d62f0cc1c182a06b826921c4a2a0b
103499 Copyright: 2007-2009 Free Software Foundation, Inc
103500 License: GPL-3+ 
103501 Licence_Text: 
103502 #Header: 
103503 #/* Test of <sys/select.h> substitute.
103504 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
103505 #
103506 #   This program is free software: you can redistribute it and/or modify
103507 #   it under the terms of the GNU General Public License as published by
103508 #   the Free Software Foundation; either version 3 of the License, or
103509 #   (at your option) any later version.
103510 #
103511 #   This program is distributed in the hope that it will be useful,
103512 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103513 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103514 #   GNU General Public License for more details.
103515 #
103516 #   You should have received a copy of the GNU General Public License
103517 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103518
103519 File: ./tests/test-sys_socket.c
103520 Hash: 27b064bea275a251fd55f12386c38305cfa83d0e2ce5d9b781fc898d400773c6
103521 Copyright: 2007, 2009 Free Software Foundation, Inc
103522 License: GPL-3+ 
103523 Licence_Text: 
103524 #Header: 
103525 #/* Test of <sys/socket.h> substitute.
103526 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
103527 #
103528 #   This program is free software: you can redistribute it and/or modify
103529 #   it under the terms of the GNU General Public License as published by
103530 #   the Free Software Foundation; either version 3 of the License, or
103531 #   (at your option) any later version.
103532 #
103533 #   This program is distributed in the hope that it will be useful,
103534 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103535 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103536 #   GNU General Public License for more details.
103537 #
103538 #   You should have received a copy of the GNU General Public License
103539 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103540
103541 File: ./tests/test-sys_stat.c
103542 Hash: 04013ed74812f946e4b59b34d20190ec2cd9ceb8574f5fc52edcd6eac76c352a
103543 Copyright: 2007-2008 Free Software Foundation, Inc
103544 License: GPL-3+ 
103545 Licence_Text: 
103546 #Header: 
103547 #/* Test of <sys/stat.h> substitute.
103548 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
103549 #
103550 #   This program is free software: you can redistribute it and/or modify
103551 #   it under the terms of the GNU General Public License as published by
103552 #   the Free Software Foundation; either version 3 of the License, or
103553 #   (at your option) any later version.
103554 #
103555 #   This program is distributed in the hope that it will be useful,
103556 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103557 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103558 #   GNU General Public License for more details.
103559 #
103560 #   You should have received a copy of the GNU General Public License
103561 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103562
103563 File: ./tests/test-sys_time.c
103564 Hash: 3ebfc9d43b3f8649e84a73cd567fca4c7ae4d825da72da4ed90e6e5a99d94fff
103565 Copyright: 2007 Free Software Foundation, Inc
103566 License: GPL-3+ 
103567 Licence_Text: 
103568 #Header: 
103569 #/* Test of <sys/time.h> substitute.
103570 #   Copyright (C) 2007 Free Software Foundation, Inc.
103571 #
103572 #   This program is free software: you can redistribute it and/or modify
103573 #   it under the terms of the GNU General Public License as published by
103574 #   the Free Software Foundation; either version 3 of the License, or
103575 #   (at your option) any later version.
103576 #
103577 #   This program is distributed in the hope that it will be useful,
103578 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103579 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103580 #   GNU General Public License for more details.
103581 #
103582 #   You should have received a copy of the GNU General Public License
103583 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103584
103585 File: ./tests/test-sys_times.c
103586 Hash: b4313ff79695d9b7f87cdd1971b9abde2045f25322923a3e6489c6feea1eacdc
103587 Copyright: 2008 Free Software Foundation, Inc
103588 License: GPL-3+ 
103589 Licence_Text: 
103590 #Header: 
103591 #/* Test of <sys/times.h> substitute.
103592 #   Copyright (C) 2008 Free Software Foundation, Inc.
103593 #
103594 #   This program is free software: you can redistribute it and/or modify
103595 #   it under the terms of the GNU General Public License as published by
103596 #   the Free Software Foundation; either version 3 of the License, or
103597 #   (at your option) any later version.
103598 #
103599 #   This program is distributed in the hope that it will be useful,
103600 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103601 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103602 #   GNU General Public License for more details.
103603 #
103604 #   You should have received a copy of the GNU General Public License
103605 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103606
103607 File: ./tests/test-sys_utsname.c
103608 Hash: b1a0f7f5778c07e508753fb8758e87eccbf547386a4590bc130135b051293a38
103609 Copyright: 2009 Free Software Foundation, Inc
103610 License: GPL-3+ 
103611 Licence_Text: 
103612 #Header: 
103613 #/* Test of <sys/utsname.h> substitute.
103614 #   Copyright (C) 2009 Free Software Foundation, Inc.
103615 #
103616 #   This program is free software: you can redistribute it and/or modify
103617 #   it under the terms of the GNU General Public License as published by
103618 #   the Free Software Foundation; either version 3 of the License, or
103619 #   (at your option) any later version.
103620 #
103621 #   This program is distributed in the hope that it will be useful,
103622 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103623 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103624 #   GNU General Public License for more details.
103625 #
103626 #   You should have received a copy of the GNU General Public License
103627 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103628
103629 File: ./tests/test-sysexits.c
103630 Hash: 7c3f18282922b3f9c1ebb90c97f14450d340a78ca9e554109d2696866155c1d4
103631 Copyright: 2007 Free Software Foundation, Inc
103632 License: GPL-3+ 
103633 Licence_Text: 
103634 #Header: 
103635 #/* Test of <sysexits.h> substitute.
103636 #   Copyright (C) 2007 Free Software Foundation, Inc.
103637 #
103638 #   This program is free software: you can redistribute it and/or modify
103639 #   it under the terms of the GNU General Public License as published by
103640 #   the Free Software Foundation; either version 3 of the License, or
103641 #   (at your option) any later version.
103642 #
103643 #   This program is distributed in the hope that it will be useful,
103644 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103645 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103646 #   GNU General Public License for more details.
103647 #
103648 #   You should have received a copy of the GNU General Public License
103649 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103650
103651 File: ./tests/test-time.c
103652 Hash: e2a57979e9a7175aef1b8845af8f151674553744316aac9805c8db52cbb6dfb2
103653 Copyright: 2007, 2009 Free Software Foundation, Inc
103654 License: GPL-3+ 
103655 Licence_Text: 
103656 #Header: 
103657 #/* Test of <time.h> substitute.
103658 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
103659 #
103660 #   This program is free software: you can redistribute it and/or modify
103661 #   it under the terms of the GNU General Public License as published by
103662 #   the Free Software Foundation; either version 3 of the License, or
103663 #   (at your option) any later version.
103664 #
103665 #   This program is distributed in the hope that it will be useful,
103666 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103667 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103668 #   GNU General Public License for more details.
103669 #
103670 #   You should have received a copy of the GNU General Public License
103671 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103672
103673 File: ./tests/test-times.c
103674 Hash: f96de125f14181292c4c8e2e4c0974b25583ad38f9ef6a77d6460b0a6be47bb8
103675 Copyright: 2008 Free Software Foundation, Inc
103676 License: GPL-3+ 
103677 Licence_Text: 
103678 #Header: 
103679 #/* Test of times function.
103680 #   Copyright (C) 2008 Free Software Foundation, Inc.
103681 #
103682 #   This program is free software: you can redistribute it and/or modify
103683 #   it under the terms of the GNU General Public License as published by
103684 #   the Free Software Foundation; either version 3 of the License, or
103685 #   (at your option) any later version.
103686 #
103687 #   This program is distributed in the hope that it will be useful,
103688 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103689 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103690 #   GNU General Public License for more details.
103691 #
103692 #   You should have received a copy of the GNU General Public License
103693 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103694
103695 File: ./tests/test-tls.c
103696 Hash: a371f1638584ea868f8774f0863ed063f15ec220e756dc6cd961ac59be40da55
103697 Copyright: 2005, 2008 Free Software Foundation, Inc
103698 License: GPL-3+ 
103699 Licence_Text: 
103700 #Header: 
103701 #/* Test of thread-local storage in multithreaded situations.
103702 #   Copyright (C) 2005, 2008 Free Software Foundation, Inc.
103703 #
103704 #   This program is free software: you can redistribute it and/or modify
103705 #   it under the terms of the GNU General Public License as published by
103706 #   the Free Software Foundation; either version 3 of the License, or
103707 #   (at your option) any later version.
103708 #
103709 #   This program is distributed in the hope that it will be useful,
103710 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103711 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103712 #   GNU General Public License for more details.
103713 #
103714 #   You should have received a copy of the GNU General Public License
103715 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103716
103717 File: ./tests/test-trunc1.c
103718 Hash: 79e959413538618ee4120057654f81868c89cbff2de55d6ff1219e6fd6e3d82e
103719 Copyright: 2007-2008 Free Software Foundation, Inc
103720 License: GPL-3+ 
103721 Licence_Text: 
103722 #Header: 
103723 #/* Test of rounding towards zero.
103724 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
103725 #
103726 #   This program is free software: you can redistribute it and/or modify
103727 #   it under the terms of the GNU General Public License as published by
103728 #   the Free Software Foundation; either version 3 of the License, or
103729 #   (at your option) any later version.
103730 #
103731 #   This program is distributed in the hope that it will be useful,
103732 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103733 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103734 #   GNU General Public License for more details.
103735 #
103736 #   You should have received a copy of the GNU General Public License
103737 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103738
103739 File: ./tests/test-trunc2.c
103740 Hash: 79e959413538618ee4120057654f81868c89cbff2de55d6ff1219e6fd6e3d82e
103741 Copyright: 2007-2008 Free Software Foundation, Inc
103742 License: GPL-3+ 
103743 Licence_Text: 
103744 #Header: 
103745 #/* Test of rounding towards zero.
103746 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
103747 #
103748 #   This program is free software: you can redistribute it and/or modify
103749 #   it under the terms of the GNU General Public License as published by
103750 #   the Free Software Foundation; either version 3 of the License, or
103751 #   (at your option) any later version.
103752 #
103753 #   This program is distributed in the hope that it will be useful,
103754 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103755 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103756 #   GNU General Public License for more details.
103757 #
103758 #   You should have received a copy of the GNU General Public License
103759 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103760
103761 File: ./tests/test-truncf1.c
103762 Hash: 79e959413538618ee4120057654f81868c89cbff2de55d6ff1219e6fd6e3d82e
103763 Copyright: 2007-2008 Free Software Foundation, Inc
103764 License: GPL-3+ 
103765 Licence_Text: 
103766 #Header: 
103767 #/* Test of rounding towards zero.
103768 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
103769 #
103770 #   This program is free software: you can redistribute it and/or modify
103771 #   it under the terms of the GNU General Public License as published by
103772 #   the Free Software Foundation; either version 3 of the License, or
103773 #   (at your option) any later version.
103774 #
103775 #   This program is distributed in the hope that it will be useful,
103776 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103777 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103778 #   GNU General Public License for more details.
103779 #
103780 #   You should have received a copy of the GNU General Public License
103781 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103782
103783 File: ./tests/test-truncf2.c
103784 Hash: 79e959413538618ee4120057654f81868c89cbff2de55d6ff1219e6fd6e3d82e
103785 Copyright: 2007-2008 Free Software Foundation, Inc
103786 License: GPL-3+ 
103787 Licence_Text: 
103788 #Header: 
103789 #/* Test of rounding towards zero.
103790 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
103791 #
103792 #   This program is free software: you can redistribute it and/or modify
103793 #   it under the terms of the GNU General Public License as published by
103794 #   the Free Software Foundation; either version 3 of the License, or
103795 #   (at your option) any later version.
103796 #
103797 #   This program is distributed in the hope that it will be useful,
103798 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103799 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103800 #   GNU General Public License for more details.
103801 #
103802 #   You should have received a copy of the GNU General Public License
103803 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103804
103805 File: ./tests/test-truncl.c
103806 Hash: 503c95b4810a0f30ba1704d1103337c932b495da73ef6c06c21d7a26583b3d60
103807 Copyright: 2007-2009 Free Software Foundation, Inc
103808 License: GPL-3+ 
103809 Licence_Text: 
103810 #Header: 
103811 #/* Test of rounding towards zero.
103812 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
103813 #
103814 #   This program is free software: you can redistribute it and/or modify
103815 #   it under the terms of the GNU General Public License as published by
103816 #   the Free Software Foundation; either version 3 of the License, or
103817 #   (at your option) any later version.
103818 #
103819 #   This program is distributed in the hope that it will be useful,
103820 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103821 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103822 #   GNU General Public License for more details.
103823 #
103824 #   You should have received a copy of the GNU General Public License
103825 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103826
103827 File: ./tests/test-tsearch.c
103828 Hash: 5fc9ed83fc429236699dce56057e9d206682791a0228c09393bd282e8874f20b
103829 Copyright: 1997, 2000-2001, 2007-2008 Free Software Foundation, Inc
103830 License: LGPL-3+ 
103831 Licence_Text: 
103832 #Header: 
103833 #/* Test program for tsearch et al.
103834 #   Copyright (C) 1997, 2000-2001, 2007-2008 Free Software Foundation, Inc.
103835 #   This file is part of the GNU C Library.
103836 #
103837 #   The GNU C Library is free software: you can redistribute it and/or
103838 #   modify it under the terms of the GNU Lesser General Public License as
103839 #   published by the Free Software Foundation; either version 3 of the
103840 #   License, or (at your option) any later version.
103841 #
103842 #   The GNU C Library is distributed in the hope that it will be useful,
103843 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103844 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
103845 #   Lesser General Public License for more details.
103846 #
103847 #   You should have received a copy of the GNU Lesser General Public License
103848
103849 File: ./tests/test-tsearch.sh
103850 Hash: 4a91b1aa51229c44027a90338ac75c18482cd83b1c5a42abbbd5e586cc77bdde
103851 Copyright: 
103852 License: 
103853 Licence_Text: 
103854 #Header: 
103855 ##!/bin/sh
103856 #
103857 #tmpfiles=""
103858 #trap 'rm -fr $tmpfiles' 1 2 3 15
103859 #
103860 #tmpfiles="$tmpfiles t-tsearch.out"
103861 #./test-tsearch${EXEEXT} > t-tsearch.out 2>&1
103862 #test $? = 0 || { cat t-tsearch.out 1>&2; rm -f $tmpfiles; exit 1; }
103863 #
103864 #rm -f $tmpfiles
103865 #
103866 #exit 0
103867
103868 File: ./tests/test-u64.c
103869 Hash: e479b4ed53ff1ef1ddb7c68c062cc0b016685511ba81a14bfa6c2971d06cab71
103870 Copyright: 2009 Free Software Foundation, Inc
103871 License: GPL-3+ 
103872 Licence_Text: 
103873 #Header: 
103874 #/* Test of <u64.h>
103875 #   Copyright (C) 2009 Free Software Foundation, Inc.
103876 #
103877 #   This program is free software: you can redistribute it and/or modify
103878 #   it under the terms of the GNU General Public License as published by
103879 #   the Free Software Foundation; either version 3 of the License, or
103880 #   (at your option) any later version.
103881 #
103882 #   This program is distributed in the hope that it will be useful,
103883 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103884 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103885 #   GNU General Public License for more details.
103886 #
103887 #   You should have received a copy of the GNU General Public License
103888 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103889
103890 File: ./tests/test-uname.c
103891 Hash: 95dd080068a87ec7a8f8dd8f9c52cfcc3eb411fdc69747e76099b7f55491e9e0
103892 Copyright: 2009 Free Software Foundation, Inc
103893 License: GPL-3+ 
103894 Licence_Text: 
103895 #Header: 
103896 #/* Test of system information.
103897 #   Copyright (C) 2009 Free Software Foundation, Inc.
103898 #
103899 #   This program is free software: you can redistribute it and/or modify
103900 #   it under the terms of the GNU General Public License as published by
103901 #   the Free Software Foundation; either version 3 of the License, or
103902 #   (at your option) any later version.
103903 #
103904 #   This program is distributed in the hope that it will be useful,
103905 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103906 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103907 #   GNU General Public License for more details.
103908 #
103909 #   You should have received a copy of the GNU General Public License
103910 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103911
103912 File: ./tests/test-unistd.c
103913 Hash: 9dec8ae8ec34dede0933ebdae6fea6044297491dfbba7df3544444a73b7cf7fb
103914 Copyright: 2007, 2009 Free Software Foundation, Inc
103915 License: GPL-3+ 
103916 Licence_Text: 
103917 #Header: 
103918 #/* Test of <unistd.h> substitute.
103919 #   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
103920 #
103921 #   This program is free software: you can redistribute it and/or modify
103922 #   it under the terms of the GNU General Public License as published by
103923 #   the Free Software Foundation; either version 3 of the License, or
103924 #   (at your option) any later version.
103925 #
103926 #   This program is distributed in the hope that it will be useful,
103927 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103928 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103929 #   GNU General Public License for more details.
103930 #
103931 #   You should have received a copy of the GNU General Public License
103932 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103933
103934 File: ./tests/test-update-copyright.sh
103935 Hash: 31a6cf464a511c9f798d56d6107ef0eb41dafac06037c8e04649f9ae2d9f2e67
103936 Copyright: 1990-2005, 2007-2009 Free Software / @{} 1990-2005, 2007-2009 Free Software / 2009 Free Software Foundation, Inc / &copy; 90,2005,2007-2009
103937 License: GPL-3+ 
103938 Licence_Text: 
103939 #Header: 
103940 ##!/bin/sh
103941 ## Test suite for update-copyright.
103942 ## Copyright (C) 2009 Free Software Foundation, Inc.
103943 ## This file is part of the GNUlib Library.
103944 ##
103945 ## This program is free software: you can redistribute it and/or modify
103946 ## it under the terms of the GNU General Public License as published by
103947 ## the Free Software Foundation; either version 3 of the License, or
103948 ## (at your option) any later version.
103949 ##
103950 ## This program is distributed in the hope that it will be useful,
103951 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
103952 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103953 ## GNU General Public License for more details.
103954 ##
103955
103956 File: ./tests/test-vasnprintf-posix.c
103957 Hash: 4033ae875db9b7dec68ccfb88dc9e8ac872f79ccd3ff8c1bbf475994065a67a3
103958 Copyright: 2007-2009 Free Software Foundation, Inc
103959 License: GPL-3+ 
103960 Licence_Text: 
103961 #Header: 
103962 #/* Test of POSIX compatible vasnprintf() and asnprintf() functions.
103963 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
103964 #
103965 #   This program is free software: you can redistribute it and/or modify
103966 #   it under the terms of the GNU General Public License as published by
103967 #   the Free Software Foundation; either version 3 of the License, or
103968 #   (at your option) any later version.
103969 #
103970 #   This program is distributed in the hope that it will be useful,
103971 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103972 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103973 #   GNU General Public License for more details.
103974 #
103975 #   You should have received a copy of the GNU General Public License
103976 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103977
103978 File: ./tests/test-vasnprintf-posix2.c
103979 Hash: 264ce034a6a0e2af38dd9a7f56d3fc621770b161c40e4868673d2197175d7e9d
103980 Copyright: 2007-2008 Free Software Foundation, Inc
103981 License: GPL-3+ 
103982 Licence_Text: 
103983 #Header: 
103984 #/* Test of POSIX compatible vasnprintf() and asnprintf() functions.
103985 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
103986 #
103987 #   This program is free software: you can redistribute it and/or modify
103988 #   it under the terms of the GNU General Public License as published by
103989 #   the Free Software Foundation; either version 3 of the License, or
103990 #   (at your option) any later version.
103991 #
103992 #   This program is distributed in the hope that it will be useful,
103993 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
103994 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
103995 #   GNU General Public License for more details.
103996 #
103997 #   You should have received a copy of the GNU General Public License
103998 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
103999
104000 File: ./tests/test-vasnprintf-posix2.sh
104001 Hash: a2853f3c4b9322d67eeb514a02f551027226143c613f10e2f07141cea27ef400
104002 Copyright: 
104003 License: 
104004 Licence_Text: 
104005 #Header: 
104006 ##!/bin/sh
104007 #
104008 ## Test whether a french locale is installed.
104009 #: ${LOCALE_FR=fr_FR}
104010 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
104011 #if test $LOCALE_FR != none; then
104012 #  testlocale=$LOCALE_FR
104013 #else
104014 #  if test $LOCALE_FR_UTF8 != none; then
104015 #    testlocale=$LOCALE_FR_UTF8
104016 #  else
104017 #    if test -f /usr/bin/localedef; then
104018 #      echo "Skipping test: no french locale is installed"
104019 #    else
104020 #      echo "Skipping test: no french locale is supported"
104021
104022 File: ./tests/test-vasnprintf.c
104023 Hash: 61a80e32eb8210bc664d982ac7156c97f5b068023f47eeef9b2712eaa0cf5358
104024 Copyright: 2007-2008 Free Software Foundation, Inc
104025 License: GPL-3+ 
104026 Licence_Text: 
104027 #Header: 
104028 #/* Test of vasnprintf() and asnprintf() functions.
104029 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104030 #
104031 #   This program is free software: you can redistribute it and/or modify
104032 #   it under the terms of the GNU General Public License as published by
104033 #   the Free Software Foundation; either version 3 of the License, or
104034 #   (at your option) any later version.
104035 #
104036 #   This program is distributed in the hope that it will be useful,
104037 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104038 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104039 #   GNU General Public License for more details.
104040 #
104041 #   You should have received a copy of the GNU General Public License
104042 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104043
104044 File: ./tests/test-vasprintf-posix.c
104045 Hash: ec33ca31cf67dba4a443c9cd11bebb34a58110f2c2c15ffb891f9d22b628f47a
104046 Copyright: 2007-2009 Free Software Foundation, Inc
104047 License: GPL-3+ 
104048 Licence_Text: 
104049 #Header: 
104050 #/* Test of POSIX compatible vasprintf() and asprintf() functions.
104051 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
104052 #
104053 #   This program is free software: you can redistribute it and/or modify
104054 #   it under the terms of the GNU General Public License as published by
104055 #   the Free Software Foundation; either version 3 of the License, or
104056 #   (at your option) any later version.
104057 #
104058 #   This program is distributed in the hope that it will be useful,
104059 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104060 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104061 #   GNU General Public License for more details.
104062 #
104063 #   You should have received a copy of the GNU General Public License
104064 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104065
104066 File: ./tests/test-vasprintf.c
104067 Hash: 2bd69a93dc485bffe1c49f3d6e4b411651ed41f823fb47f163b9487c35df55e9
104068 Copyright: 2007-2008 Free Software Foundation, Inc
104069 License: GPL-3+ 
104070 Licence_Text: 
104071 #Header: 
104072 #/* Test of vasprintf() and asprintf() functions.
104073 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104074 #
104075 #   This program is free software: you can redistribute it and/or modify
104076 #   it under the terms of the GNU General Public License as published by
104077 #   the Free Software Foundation; either version 3 of the License, or
104078 #   (at your option) any later version.
104079 #
104080 #   This program is distributed in the hope that it will be useful,
104081 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104082 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104083 #   GNU General Public License for more details.
104084 #
104085 #   You should have received a copy of the GNU General Public License
104086 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104087
104088 File: ./tests/test-vc-list-files-cvs.sh
104089 Hash: 5592779105d6e3c84009c3743f19ba267e3c947df43bd05fce6250d51d38acd8
104090 Copyright: 2008 Free Software Foundation, Inc
104091 License: GPL-3+ 
104092 Licence_Text: 
104093 #Header: 
104094 ##!/bin/sh
104095 ## Unit tests for vc-list-files
104096 ## Copyright (C) 2008 Free Software Foundation, Inc.
104097 ## This file is part of the GNUlib Library.
104098 ##
104099 ## This program is free software: you can redistribute it and/or modify
104100 ## it under the terms of the GNU General Public License as published by
104101 ## the Free Software Foundation; either version 3 of the License, or
104102 ## (at your option) any later version.
104103 ##
104104 ## This program is distributed in the hope that it will be useful,
104105 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
104106 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104107 ## GNU General Public License for more details.
104108 ##
104109
104110 File: ./tests/test-vc-list-files-git.sh
104111 Hash: cba59ad2fc05be9c59e16bb50f191c185f4d87a147deb9477fab63dbeaba6169
104112 Copyright: 2008, 2009 Free Software Foundation, Inc
104113 License: GPL-3+ 
104114 Licence_Text: 
104115 #Header: 
104116 ##!/bin/sh
104117 ## Unit tests for vc-list-files
104118 ## Copyright (C) 2008, 2009 Free Software Foundation, Inc.
104119 ## This file is part of the GNUlib Library.
104120 ##
104121 ## This program is free software: you can redistribute it and/or modify
104122 ## it under the terms of the GNU General Public License as published by
104123 ## the Free Software Foundation; either version 3 of the License, or
104124 ## (at your option) any later version.
104125 ##
104126 ## This program is distributed in the hope that it will be useful,
104127 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
104128 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104129 ## GNU General Public License for more details.
104130 ##
104131
104132 File: ./tests/test-vdprintf-posix.c
104133 Hash: 8fc71c626ad4e8b2da0fb5b1661b55fc288ffc3242744e43fd24edf0b22d8d03
104134 Copyright: 2007-2009 Free Software Foundation, Inc
104135 License: GPL-3+ 
104136 Licence_Text: 
104137 #Header: 
104138 #/* Test of POSIX compatible vdprintf() function.
104139 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
104140 #
104141 #   This program is free software: you can redistribute it and/or modify
104142 #   it under the terms of the GNU General Public License as published by
104143 #   the Free Software Foundation; either version 3 of the License, or
104144 #   (at your option) any later version.
104145 #
104146 #   This program is distributed in the hope that it will be useful,
104147 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104148 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104149 #   GNU General Public License for more details.
104150 #
104151 #   You should have received a copy of the GNU General Public License
104152 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104153
104154 File: ./tests/test-vdprintf-posix.sh
104155 Hash: f3166adb33bacdb3b2da94ac726284ed8403a179c0f69b2e9490d82210ef3ed6
104156 Copyright: 
104157 License: 
104158 Licence_Text: 
104159 #Header: 
104160 ##!/bin/sh
104161 #
104162 #tmpfiles=""
104163 #trap 'rm -fr $tmpfiles' 1 2 3 15
104164 #
104165 #tmpfiles="$tmpfiles t-vdprintf-posix.tmp t-vdprintf-posix.out"
104166 #./test-vdprintf-posix${EXEEXT} > t-vdprintf-posix.tmp || exit 1
104167 #LC_ALL=C tr -d '\r' < t-vdprintf-posix.tmp > t-vdprintf-posix.out || exit 1
104168 #
104169 #: ${DIFF=diff}
104170 #${DIFF} "${srcdir}/test-printf-posix.output" t-vdprintf-posix.out
104171 #result=$?
104172 #
104173 #rm -fr $tmpfiles
104174
104175 File: ./tests/test-verify.c
104176 Hash: 17fec5a9ababc4561b627d90f689ea9e12ae05c2cabf962750d3472bb98dcc3c
104177 Copyright: 2005 Free Software Foundation, Inc
104178 License: GPL-3+ 
104179 Licence_Text: 
104180 #Header: 
104181 #/* Test the "verify" module.
104182 #
104183 #   Copyright (C) 2005 Free Software Foundation, Inc.
104184 #
104185 #   This program is free software: you can redistribute it and/or modify
104186 #   it under the terms of the GNU General Public License as published by
104187 #   the Free Software Foundation; either version 3 of the License, or
104188 #   (at your option) any later version.
104189 #
104190 #   This program is distributed in the hope that it will be useful,
104191 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104192 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104193 #   GNU General Public License for more details.
104194 #
104195 #   You should have received a copy of the GNU General Public License
104196
104197 File: ./tests/test-version-etc.c
104198 Hash: 166966c01aec43b6eea70f77889719b4ca98d4f9333c9e7b8ff9fb10235eaf2b
104199 Copyright: 2009 Free Software Foundation, Inc
104200 License: GPL-3+ 
104201 Licence_Text: 
104202 #Header: 
104203 #/* Test suite for version-etc.
104204 #   Copyright (C) 2009 Free Software Foundation, Inc.
104205 #   This file is part of the GNUlib Library.
104206 #
104207 #   This program is free software: you can redistribute it and/or modify
104208 #   it under the terms of the GNU General Public License as published by
104209 #   the Free Software Foundation; either version 3 of the License, or
104210 #   (at your option) any later version.
104211 #
104212 #   This program is distributed in the hope that it will be useful,
104213 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104214 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104215 #   GNU General Public License for more details.
104216 #
104217 #   You should have received a copy of the GNU General Public License
104218
104219 File: ./tests/test-version-etc.sh
104220 Hash: c2dcff71edecfe89df84edb38bc7cf657c88b91a82456014937488b7eed9cf8c
104221 Copyright: Free Software Foundation, Inc / [0-9]\{4,4\}//' | / 2009 Free Software Foundation, Inc
104222 License: GPL-3+ 
104223 Licence_Text: 
104224 #Header: 
104225 ##! /bin/sh
104226 ## Test suite for version-etc.
104227 ## Copyright (C) 2009 Free Software Foundation, Inc.
104228 ## This file is part of the GNUlib Library.
104229 ##
104230 ## This program is free software: you can redistribute it and/or modify
104231 ## it under the terms of the GNU General Public License as published by
104232 ## the Free Software Foundation; either version 3 of the License, or
104233 ## (at your option) any later version.
104234 ##
104235 ## This program is distributed in the hope that it will be useful,
104236 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
104237 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104238 ## GNU General Public License for more details.
104239 ##
104240
104241 File: ./tests/test-vfprintf-posix.c
104242 Hash: 5d5a15a85eb26d79e87f3c8cc92fbe8952b0b180ccba1adf8b979128bec9f60a
104243 Copyright: 2007-2008 Free Software Foundation, Inc
104244 License: GPL-3+ 
104245 Licence_Text: 
104246 #Header: 
104247 #/* Test of POSIX compatible vfprintf() function.
104248 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104249 #
104250 #   This program is free software: you can redistribute it and/or modify
104251 #   it under the terms of the GNU General Public License as published by
104252 #   the Free Software Foundation; either version 3 of the License, or
104253 #   (at your option) any later version.
104254 #
104255 #   This program is distributed in the hope that it will be useful,
104256 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104257 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104258 #   GNU General Public License for more details.
104259 #
104260 #   You should have received a copy of the GNU General Public License
104261 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104262
104263 File: ./tests/test-vfprintf-posix.sh
104264 Hash: 51b6714415c10dd04271db0038eb39b1bd3c5881b43025900606e5ae92334fc2
104265 Copyright: 
104266 License: 
104267 Licence_Text: 
104268 #Header: 
104269 ##!/bin/sh
104270 #
104271 #tmpfiles=""
104272 #trap 'rm -fr $tmpfiles' 1 2 3 15
104273 #
104274 #tmpfiles="$tmpfiles t-vfprintf-posix.tmp t-vfprintf-posix.out"
104275 #./test-vfprintf-posix${EXEEXT} > t-vfprintf-posix.tmp || exit 1
104276 #LC_ALL=C tr -d '\r' < t-vfprintf-posix.tmp > t-vfprintf-posix.out || exit 1
104277 #
104278 #: ${DIFF=diff}
104279 #${DIFF} "${srcdir}/test-printf-posix.output" t-vfprintf-posix.out
104280 #result=$?
104281 #
104282 #rm -fr $tmpfiles
104283
104284 File: ./tests/test-vprintf-posix.c
104285 Hash: 5d5a15a85eb26d79e87f3c8cc92fbe8952b0b180ccba1adf8b979128bec9f60a
104286 Copyright: 2007-2008 Free Software Foundation, Inc
104287 License: GPL-3+ 
104288 Licence_Text: 
104289 #Header: 
104290 #/* Test of POSIX compatible vfprintf() function.
104291 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104292 #
104293 #   This program is free software: you can redistribute it and/or modify
104294 #   it under the terms of the GNU General Public License as published by
104295 #   the Free Software Foundation; either version 3 of the License, or
104296 #   (at your option) any later version.
104297 #
104298 #   This program is distributed in the hope that it will be useful,
104299 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104300 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104301 #   GNU General Public License for more details.
104302 #
104303 #   You should have received a copy of the GNU General Public License
104304 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104305
104306 File: ./tests/test-vprintf-posix.sh
104307 Hash: a6ebb7e5988deb06cbc675b3be4c82c3366db7423e770607fdb9e5079331a9bc
104308 Copyright: 
104309 License: 
104310 Licence_Text: 
104311 #Header: 
104312 ##!/bin/sh
104313 #
104314 #tmpfiles=""
104315 #trap 'rm -fr $tmpfiles' 1 2 3 15
104316 #
104317 #tmpfiles="$tmpfiles t-vprintf-posix.tmp t-vprintf-posix.out"
104318 #./test-vprintf-posix${EXEEXT} > t-vprintf-posix.tmp || exit 1
104319 #LC_ALL=C tr -d '\r' < t-vprintf-posix.tmp > t-vprintf-posix.out || exit 1
104320 #
104321 #: ${DIFF=diff}
104322 #${DIFF} "${srcdir}/test-printf-posix.output" t-vprintf-posix.out
104323 #result=$?
104324 #
104325 #rm -fr $tmpfiles
104326
104327 File: ./tests/test-vsnprintf-posix.c
104328 Hash: 08921df8083c6cf72f8107df0955a905c1cfc1a7639420651e479889b858372f
104329 Copyright: 2007-2008 Free Software Foundation, Inc
104330 License: GPL-3+ 
104331 Licence_Text: 
104332 #Header: 
104333 #/* Test of POSIX compatible vsnprintf() function.
104334 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104335 #
104336 #   This program is free software: you can redistribute it and/or modify
104337 #   it under the terms of the GNU General Public License as published by
104338 #   the Free Software Foundation; either version 3 of the License, or
104339 #   (at your option) any later version.
104340 #
104341 #   This program is distributed in the hope that it will be useful,
104342 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104343 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104344 #   GNU General Public License for more details.
104345 #
104346 #   You should have received a copy of the GNU General Public License
104347 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104348
104349 File: ./tests/test-vsnprintf.c
104350 Hash: 38a886365a5b7333bcddff2e6f7e078b4ccd8affc79c69d525fb628b81e77163
104351 Copyright: 2007-2008 Free Software Foundation, Inc
104352 License: GPL-3+ 
104353 Licence_Text: 
104354 #Header: 
104355 #/* Test of vsnprintf() function.
104356 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104357 #
104358 #   This program is free software: you can redistribute it and/or modify
104359 #   it under the terms of the GNU General Public License as published by
104360 #   the Free Software Foundation; either version 3 of the License, or
104361 #   (at your option) any later version.
104362 #
104363 #   This program is distributed in the hope that it will be useful,
104364 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104365 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104366 #   GNU General Public License for more details.
104367 #
104368 #   You should have received a copy of the GNU General Public License
104369 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104370
104371 File: ./tests/test-vsprintf-posix.c
104372 Hash: 5ff40ad8122a4316b3880b33fa58711292cfe9daf80cf886bc3bf7b4c8b8f7b6
104373 Copyright: 2007-2008 Free Software Foundation, Inc
104374 License: GPL-3+ 
104375 Licence_Text: 
104376 #Header: 
104377 #/* Test of POSIX compatible vsprintf() function.
104378 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104379 #
104380 #   This program is free software: you can redistribute it and/or modify
104381 #   it under the terms of the GNU General Public License as published by
104382 #   the Free Software Foundation; either version 3 of the License, or
104383 #   (at your option) any later version.
104384 #
104385 #   This program is distributed in the hope that it will be useful,
104386 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104387 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104388 #   GNU General Public License for more details.
104389 #
104390 #   You should have received a copy of the GNU General Public License
104391 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104392
104393 File: ./tests/test-wchar.c
104394 Hash: b9f590d320dde15ebc89d1b241f7f1affa3e77afaf21eb72b9d0d848c666aa15
104395 Copyright: 2007-2009 Free Software Foundation, Inc
104396 License: GPL-3+ 
104397 Licence_Text: 
104398 #Header: 
104399 #/* Test of <wchar.h> substitute.
104400 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
104401 #
104402 #   This program is free software: you can redistribute it and/or modify
104403 #   it under the terms of the GNU General Public License as published by
104404 #   the Free Software Foundation; either version 3 of the License, or
104405 #   (at your option) any later version.
104406 #
104407 #   This program is distributed in the hope that it will be useful,
104408 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104409 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104410 #   GNU General Public License for more details.
104411 #
104412 #   You should have received a copy of the GNU General Public License
104413 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104414
104415 File: ./tests/test-wcrtomb.c
104416 Hash: a7e09560f0d1bcf0d97e0961f8aea91e910f34af271cf323261f13ffa0ae7711
104417 Copyright: 2008 Free Software Foundation, Inc
104418 License: GPL-3+ 
104419 Licence_Text: 
104420 #Header: 
104421 #/* Test of conversion of wide character to multibyte character.
104422 #   Copyright (C) 2008 Free Software Foundation, Inc.
104423 #
104424 #   This program is free software: you can redistribute it and/or modify
104425 #   it under the terms of the GNU General Public License as published by
104426 #   the Free Software Foundation; either version 3 of the License, or
104427 #   (at your option) any later version.
104428 #
104429 #   This program is distributed in the hope that it will be useful,
104430 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104431 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104432 #   GNU General Public License for more details.
104433 #
104434 #   You should have received a copy of the GNU General Public License
104435 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104436
104437 File: ./tests/test-wcrtomb.sh
104438 Hash: a44d114e1ecf5712c05a7280fb46e7eed4ba1d93c1afbd19f628ee14485c0f17
104439 Copyright: 
104440 License: 
104441 Licence_Text: 
104442 #Header: 
104443 ##!/bin/sh
104444 #
104445 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
104446 #: ${LOCALE_FR=fr_FR}
104447 #if test $LOCALE_FR != none; then
104448 #  LC_ALL=$LOCALE_FR \
104449 #  ./test-wcrtomb${EXEEXT} 1 \
104450 #  || exit 1
104451 #fi
104452 #
104453 ## Test whether a specific UTF-8 locale is installed.
104454 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
104455 #if test $LOCALE_FR_UTF8 != none; then
104456 #  LC_ALL=$LOCALE_FR_UTF8 \
104457 #  ./test-wcrtomb${EXEEXT} 2 \
104458
104459 File: ./tests/test-wcsnrtombs.c
104460 Hash: 37b4cc2e441f42d13537cda4ca54023b9ed4282d26d402721caa7ca7298841a1
104461 Copyright: 2008 Free Software Foundation, Inc
104462 License: GPL-3+ 
104463 Licence_Text: 
104464 #Header: 
104465 #/* Test of conversion of wide string to string.
104466 #   Copyright (C) 2008 Free Software Foundation, Inc.
104467 #
104468 #   This program is free software: you can redistribute it and/or modify
104469 #   it under the terms of the GNU General Public License as published by
104470 #   the Free Software Foundation; either version 3 of the License, or
104471 #   (at your option) any later version.
104472 #
104473 #   This program is distributed in the hope that it will be useful,
104474 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104475 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104476 #   GNU General Public License for more details.
104477 #
104478 #   You should have received a copy of the GNU General Public License
104479 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104480
104481 File: ./tests/test-wcsnrtombs1.sh
104482 Hash: 33a1c921605c916d076531d447e2cd6371d22857bb403db1f372526fb35fa98f
104483 Copyright: 
104484 License: 
104485 Licence_Text: 
104486 #Header: 
104487 ##!/bin/sh
104488 #
104489 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
104490 #: ${LOCALE_FR=fr_FR}
104491 #if test $LOCALE_FR = none; then
104492 #  if test -f /usr/bin/localedef; then
104493 #    echo "Skipping test: no traditional french locale is installed"
104494 #  else
104495 #    echo "Skipping test: no traditional french locale is supported"
104496 #  fi
104497 #  exit 77
104498 #fi
104499 #
104500 #LC_ALL=$LOCALE_FR \
104501 #./test-wcsnrtombs${EXEEXT} 1
104502
104503 File: ./tests/test-wcsnrtombs2.sh
104504 Hash: 4ee200893e30f53de0d3366bbac9c7e8524cc201b1d9debd643ad7c3acb63aba
104505 Copyright: 
104506 License: 
104507 Licence_Text: 
104508 #Header: 
104509 ##!/bin/sh
104510 #
104511 ## Test whether a specific UTF-8 locale is installed.
104512 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
104513 #if test $LOCALE_FR_UTF8 = none; then
104514 #  if test -f /usr/bin/localedef; then
104515 #    echo "Skipping test: no french Unicode locale is installed"
104516 #  else
104517 #    echo "Skipping test: no french Unicode locale is supported"
104518 #  fi
104519 #  exit 77
104520 #fi
104521 #
104522 #LC_ALL=$LOCALE_FR_UTF8 \
104523 #./test-wcsnrtombs${EXEEXT} 2
104524
104525 File: ./tests/test-wcsnrtombs3.sh
104526 Hash: a593e2317d40fa30cf64732ee7d952ddc68ef2f69e9d9130b17b10f28e8d3d6f
104527 Copyright: 
104528 License: 
104529 Licence_Text: 
104530 #Header: 
104531 ##!/bin/sh
104532 #
104533 ## Test whether a specific EUC-JP locale is installed.
104534 #: ${LOCALE_JA=ja_JP}
104535 #if test $LOCALE_JA = none; then
104536 #  if test -f /usr/bin/localedef; then
104537 #    echo "Skipping test: no traditional japanese locale is installed"
104538 #  else
104539 #    echo "Skipping test: no traditional japanese locale is supported"
104540 #  fi
104541 #  exit 77
104542 #fi
104543 #
104544 #LC_ALL=$LOCALE_JA \
104545 #./test-wcsnrtombs${EXEEXT} 3
104546
104547 File: ./tests/test-wcsnrtombs4.sh
104548 Hash: de5e3b2ff8be87faf053ba51d5846ac4e10322c76bc4b4f2a20357eae2a0489b
104549 Copyright: 
104550 License: 
104551 Licence_Text: 
104552 #Header: 
104553 ##!/bin/sh
104554 #
104555 ## Test whether a specific GB18030 locale is installed.
104556 #: ${LOCALE_ZH_CN=zh_CN.GB18030}
104557 #if test $LOCALE_ZH_CN = none; then
104558 #  if test -f /usr/bin/localedef; then
104559 #    echo "Skipping test: no transitional chinese locale is installed"
104560 #  else
104561 #    echo "Skipping test: no transitional chinese locale is supported"
104562 #  fi
104563 #  exit 77
104564 #fi
104565 #
104566 #LC_ALL=$LOCALE_ZH_CN \
104567 #./test-wcsnrtombs${EXEEXT} 4
104568
104569 File: ./tests/test-wcsrtombs.c
104570 Hash: 37b4cc2e441f42d13537cda4ca54023b9ed4282d26d402721caa7ca7298841a1
104571 Copyright: 2008 Free Software Foundation, Inc
104572 License: GPL-3+ 
104573 Licence_Text: 
104574 #Header: 
104575 #/* Test of conversion of wide string to string.
104576 #   Copyright (C) 2008 Free Software Foundation, Inc.
104577 #
104578 #   This program is free software: you can redistribute it and/or modify
104579 #   it under the terms of the GNU General Public License as published by
104580 #   the Free Software Foundation; either version 3 of the License, or
104581 #   (at your option) any later version.
104582 #
104583 #   This program is distributed in the hope that it will be useful,
104584 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104585 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104586 #   GNU General Public License for more details.
104587 #
104588 #   You should have received a copy of the GNU General Public License
104589 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104590
104591 File: ./tests/test-wcsrtombs1.sh
104592 Hash: 7f6c7ca6878d2632a37f8f54060bcc41aa415a85487a76f7a374ba03a218e71a
104593 Copyright: 
104594 License: 
104595 Licence_Text: 
104596 #Header: 
104597 ##!/bin/sh
104598 #
104599 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
104600 #: ${LOCALE_FR=fr_FR}
104601 #if test $LOCALE_FR = none; then
104602 #  if test -f /usr/bin/localedef; then
104603 #    echo "Skipping test: no traditional french locale is installed"
104604 #  else
104605 #    echo "Skipping test: no traditional french locale is supported"
104606 #  fi
104607 #  exit 77
104608 #fi
104609 #
104610 #LC_ALL=$LOCALE_FR \
104611 #./test-wcsrtombs${EXEEXT} 1
104612
104613 File: ./tests/test-wcsrtombs2.sh
104614 Hash: 738099bbea2049911db3bee0ae7d1cba4043ff740759d77197cfca1f5743d55a
104615 Copyright: 
104616 License: 
104617 Licence_Text: 
104618 #Header: 
104619 ##!/bin/sh
104620 #
104621 ## Test whether a specific UTF-8 locale is installed.
104622 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
104623 #if test $LOCALE_FR_UTF8 = none; then
104624 #  if test -f /usr/bin/localedef; then
104625 #    echo "Skipping test: no french Unicode locale is installed"
104626 #  else
104627 #    echo "Skipping test: no french Unicode locale is supported"
104628 #  fi
104629 #  exit 77
104630 #fi
104631 #
104632 #LC_ALL=$LOCALE_FR_UTF8 \
104633 #./test-wcsrtombs${EXEEXT} 2
104634
104635 File: ./tests/test-wcsrtombs3.sh
104636 Hash: b5b4068a795461636f1fca1ce581a918e6298eb6d915f6fd5f9ec34597d9397f
104637 Copyright: 
104638 License: 
104639 Licence_Text: 
104640 #Header: 
104641 ##!/bin/sh
104642 #
104643 ## Test whether a specific EUC-JP locale is installed.
104644 #: ${LOCALE_JA=ja_JP}
104645 #if test $LOCALE_JA = none; then
104646 #  if test -f /usr/bin/localedef; then
104647 #    echo "Skipping test: no traditional japanese locale is installed"
104648 #  else
104649 #    echo "Skipping test: no traditional japanese locale is supported"
104650 #  fi
104651 #  exit 77
104652 #fi
104653 #
104654 #LC_ALL=$LOCALE_JA \
104655 #./test-wcsrtombs${EXEEXT} 3
104656
104657 File: ./tests/test-wcsrtombs4.sh
104658 Hash: a3a4b7ceb64d8c8d819c6552cc46779e6264e5dd6bf3e0774d71504aeb22a135
104659 Copyright: 
104660 License: 
104661 Licence_Text: 
104662 #Header: 
104663 ##!/bin/sh
104664 #
104665 ## Test whether a specific GB18030 locale is installed.
104666 #: ${LOCALE_ZH_CN=zh_CN.GB18030}
104667 #if test $LOCALE_ZH_CN = none; then
104668 #  if test -f /usr/bin/localedef; then
104669 #    echo "Skipping test: no transitional chinese locale is installed"
104670 #  else
104671 #    echo "Skipping test: no transitional chinese locale is supported"
104672 #  fi
104673 #  exit 77
104674 #fi
104675 #
104676 #LC_ALL=$LOCALE_ZH_CN \
104677 #./test-wcsrtombs${EXEEXT} 4
104678
104679 File: ./tests/test-wctype.c
104680 Hash: 3913b2dadee190c3c7363a11f4698e6dc6e54e77ff0f6f815989f716687b8c66
104681 Copyright: 2007-2009 Free Software Foundation, Inc
104682 License: GPL-3+ 
104683 Licence_Text: 
104684 #Header: 
104685 #/* Test of <wctype.h> substitute.
104686 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
104687 #
104688 #   This program is free software: you can redistribute it and/or modify
104689 #   it under the terms of the GNU General Public License as published by
104690 #   the Free Software Foundation; either version 3 of the License, or
104691 #   (at your option) any later version.
104692 #
104693 #   This program is distributed in the hope that it will be useful,
104694 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104695 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104696 #   GNU General Public License for more details.
104697 #
104698 #   You should have received a copy of the GNU General Public License
104699 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104700
104701 File: ./tests/test-wcwidth.c
104702 Hash: 621775bd4bf289a67327498e46edf2e12d578a8ba977b62f871f1957de3e43c5
104703 Copyright: 2007-2008 Free Software Foundation, Inc
104704 License: GPL-3+ 
104705 Licence_Text: 
104706 #Header: 
104707 #/* Test of wcwidth() function.
104708 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104709 #
104710 #   This program is free software: you can redistribute it and/or modify
104711 #   it under the terms of the GNU General Public License as published by
104712 #   the Free Software Foundation; either version 3 of the License, or
104713 #   (at your option) any later version.
104714 #
104715 #   This program is distributed in the hope that it will be useful,
104716 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104717 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104718 #   GNU General Public License for more details.
104719 #
104720 #   You should have received a copy of the GNU General Public License
104721 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104722
104723 File: ./tests/test-xfprintf-posix.c
104724 Hash: 2a603870f561fd13002c29e2de6553989048d747097638326de087abc5d9c70d
104725 Copyright: 2007-2008 Free Software Foundation, Inc
104726 License: GPL-3+ 
104727 Licence_Text: 
104728 #Header: 
104729 #/* Test of error-checking xfprintf() function with POSIX compatible formatting.
104730 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104731 #
104732 #   This program is free software: you can redistribute it and/or modify
104733 #   it under the terms of the GNU General Public License as published by
104734 #   the Free Software Foundation; either version 3 of the License, or
104735 #   (at your option) any later version.
104736 #
104737 #   This program is distributed in the hope that it will be useful,
104738 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104739 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104740 #   GNU General Public License for more details.
104741 #
104742 #   You should have received a copy of the GNU General Public License
104743 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104744
104745 File: ./tests/test-xmemdup0.c
104746 Hash: 4b2575757caf38d863f415b5079c56fd838ffe4a807c81bc83bd296dcbfcaee6
104747 Copyright: 2008-2009 Free Software Foundation, Inc
104748 License: GPL 
104749 Licence_Text: 
104750 #Header: 
104751 #/* Test of xmemdup0() function.
104752 #   Copyright (C) 2008-2009 Free Software Foundation, Inc.
104753 #
104754 #   This program is free software; you can redistribute it and/or modify
104755 #   it under the terms of the GNU General Public License as published by
104756 #   the Free Software Foundation; either version 3, or (at your option)
104757 #   any later version.
104758 #
104759 #   This program is distributed in the hope that it will be useful,
104760 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104761 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104762 #   GNU General Public License for more details.
104763 #
104764 #   You should have received a copy of the GNU General Public License
104765 #   along with this program; if not, write to the Free Software Foundation,
104766
104767 File: ./tests/test-xprintf-posix.c
104768 Hash: a3af7c6b24629c4787aa5231313b8f64c3b33cf955dc694a5294ae299c3d0ca5
104769 Copyright: 2007-2008 Free Software Foundation, Inc
104770 License: GPL-3+ 
104771 Licence_Text: 
104772 #Header: 
104773 #/* Test of error-checking xprintf() function with POSIX compatible formatting.
104774 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104775 #
104776 #   This program is free software: you can redistribute it and/or modify
104777 #   it under the terms of the GNU General Public License as published by
104778 #   the Free Software Foundation; either version 3 of the License, or
104779 #   (at your option) any later version.
104780 #
104781 #   This program is distributed in the hope that it will be useful,
104782 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104783 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104784 #   GNU General Public License for more details.
104785 #
104786 #   You should have received a copy of the GNU General Public License
104787 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104788
104789 File: ./tests/test-xprintf-posix.sh
104790 Hash: 1ce067e6f56dcb6a5a56ce1246d36be56fcc7f66b31106e803156fd220d3e1d0
104791 Copyright: 
104792 License: 
104793 Licence_Text: 
104794 #Header: 
104795 ##!/bin/sh
104796 #
104797 #tmpfiles=""
104798 #trap 'rm -fr $tmpfiles' 1 2 3 15
104799 #
104800 #tmpfiles="$tmpfiles t-xprintf-posix.tmp t-xprintf-posix.out"
104801 #./test-xprintf-posix${EXEEXT} > t-xprintf-posix.tmp || exit 1
104802 #LC_ALL=C tr -d '\r' < t-xprintf-posix.tmp > t-xprintf-posix.out || exit 1
104803 #
104804 #: ${DIFF=diff}
104805 #${DIFF} "${srcdir}/test-printf-posix.output" t-xprintf-posix.out
104806 #test $? = 0 || { rm -fr $tmpfiles; exit 1; }
104807 #
104808 #tmpfiles="$tmpfiles t-xfprintf-posix.tmp t-xfprintf-posix.out"
104809 #./test-xfprintf-posix${EXEEXT} > t-xfprintf-posix.tmp || exit 1
104810
104811 File: ./tests/test-xstrtoimax.c
104812 Hash: c5c3852fa55a1f51008c37b7783d23de2f4d137cf90ff959870b62f6e59587ac
104813 Copyright: 
104814 License: 
104815 Licence_Text: 
104816 #Header: 
104817 ##define __xstrtol xstrtoimax
104818 ##define __strtol_t intmax_t
104819 ##define __spec PRIdMAX
104820 ##include "test-xstrtol.c"
104821
104822 File: ./tests/test-xstrtoimax.sh
104823 Hash: 5d15991c8b4c13c05fc12f220e26c34f702a317d8998b1d016379ce9e18b3565
104824 Copyright: 
104825 License: 
104826 Licence_Text: 
104827 #Header: 
104828 ##!/bin/sh
104829 #
104830 #tmpfiles=""
104831 #trap 'rm -fr $tmpfiles' 1 2 3 15
104832 #
104833 #tmpfiles="t-xstrtoimax.tmp t-xstrtoimax.xo"
104834 #: > t-xstrtoimax.tmp
104835 #too_big=99999999999999999999999999999999999999999999999999999999999999999999
104836 #result=0
104837 #
104838 ## test xstrtoimax
104839 #./test-xstrtoimax${EXEEXT} 1 >> t-xstrtoimax.tmp 2>&1 || result=1
104840 #./test-xstrtoimax${EXEEXT} -1 >> t-xstrtoimax.tmp 2>&1 || result=1
104841 #./test-xstrtoimax${EXEEXT} 1k >> t-xstrtoimax.tmp 2>&1 || result=1
104842 #./test-xstrtoimax${EXEEXT} ${too_big}h >> t-xstrtoimax.tmp 2>&1 && result=1
104843
104844 File: ./tests/test-xstrtol.c
104845 Hash: de7b5c726b634ae4f59358f375b594790755ca1a9cc5ca12cd7192f7ad89d763
104846 Copyright: 1995, 1996, 1998, 1999, 2000, 2001, 2003, 2004, 2005
104847 License: GPL-3+ 
104848 Licence_Text: 
104849 #Header: 
104850 #/* Test of xstrtol module.
104851 #   Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
104852 #   2006, 2007, 2008 Free Software Foundation, Inc.
104853 #
104854 #   This program is free software: you can redistribute it and/or modify
104855 #   it under the terms of the GNU General Public License as published by
104856 #   the Free Software Foundation; either version 3 of the License, or
104857 #   (at your option) any later version.
104858 #
104859 #   This program is distributed in the hope that it will be useful,
104860 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104861 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104862 #   GNU General Public License for more details.
104863 #
104864 #   You should have received a copy of the GNU General Public License
104865
104866 File: ./tests/test-xstrtol.sh
104867 Hash: 79873e8a91e9b9088083cb4ef4d0909822f0d7ba1ecbbc98bcb63322735abcbf
104868 Copyright: 
104869 License: 
104870 Licence_Text: 
104871 #Header: 
104872 ##!/bin/sh
104873 #
104874 #tmpfiles=""
104875 #trap 'rm -fr $tmpfiles' 1 2 3 15
104876 #
104877 #tmpfiles="t-xstrtol.tmp t-xstrtol.xo"
104878 #: > t-xstrtol.tmp
104879 #too_big=99999999999999999999999999999999999999999999999999999999999999999999
104880 #result=0
104881 #
104882 ## test xstrtol
104883 #./test-xstrtol${EXEEXT} 1 >> t-xstrtol.tmp 2>&1 || result=1
104884 #./test-xstrtol${EXEEXT} -1 >> t-xstrtol.tmp 2>&1 || result=1
104885 #./test-xstrtol${EXEEXT} 1k >> t-xstrtol.tmp 2>&1 || result=1
104886 #./test-xstrtol${EXEEXT} ${too_big}h >> t-xstrtol.tmp 2>&1 && result=1
104887
104888 File: ./tests/test-xstrtoul.c
104889 Hash: 54c2b16099a222e6bc15d83a1911f4725f1e7ba22a3f302408dacfd3bd5c05a5
104890 Copyright: 
104891 License: 
104892 Licence_Text: 
104893 #Header: 
104894 ##define __xstrtol xstrtoul
104895 ##define __strtol_t unsigned long int
104896 ##define __spec "lu"
104897 ##include "test-xstrtol.c"
104898
104899 File: ./tests/test-xstrtoumax.c
104900 Hash: 257441d9c0f1b24b0d758658b014fae6ae1c9f17a4453ccd246dde4897eaa45a
104901 Copyright: 
104902 License: 
104903 Licence_Text: 
104904 #Header: 
104905 ##define __xstrtol xstrtoumax
104906 ##define __strtol_t uintmax_t
104907 ##define __spec PRIuMAX
104908 ##include "test-xstrtol.c"
104909
104910 File: ./tests/test-xstrtoumax.sh
104911 Hash: 4ad7ec4f7631fa5d7ab92d91e1ff3b565a3a8b6f75e0f1b86d89d8030d8252c8
104912 Copyright: 
104913 License: 
104914 Licence_Text: 
104915 #Header: 
104916 ##!/bin/sh
104917 #
104918 #tmpfiles=""
104919 #trap 'rm -fr $tmpfiles' 1 2 3 15
104920 #
104921 #tmpfiles="t-xstrtoumax.tmp t-xstrtoumax.xo"
104922 #: > t-xstrtoumax.tmp
104923 #too_big=99999999999999999999999999999999999999999999999999999999999999999999
104924 #result=0
104925 #
104926 ## test xstrtoumax
104927 #./test-xstrtoumax${EXEEXT} 1 >> t-xstrtoumax.tmp 2>&1 || result=1
104928 #./test-xstrtoumax${EXEEXT} -1 >> t-xstrtoumax.tmp 2>&1 && result=1
104929 #./test-xstrtoumax${EXEEXT} 1k >> t-xstrtoumax.tmp 2>&1 || result=1
104930 #./test-xstrtoumax${EXEEXT} ${too_big}h >> t-xstrtoumax.tmp 2>&1 && result=1
104931
104932 File: ./tests/test-xvasprintf.c
104933 Hash: ac9ad8e875af014830c20d9e09da1311639c83e409ad8db3f4ffebd240e713f4
104934 Copyright: 2007-2008 Free Software Foundation, Inc
104935 License: GPL-3+ 
104936 Licence_Text: 
104937 #Header: 
104938 #/* Test of xvasprintf() and xasprintf() functions.
104939 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104940 #
104941 #   This program is free software: you can redistribute it and/or modify
104942 #   it under the terms of the GNU General Public License as published by
104943 #   the Free Software Foundation; either version 3 of the License, or
104944 #   (at your option) any later version.
104945 #
104946 #   This program is distributed in the hope that it will be useful,
104947 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104948 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104949 #   GNU General Public License for more details.
104950 #
104951 #   You should have received a copy of the GNU General Public License
104952 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
104953
104954 File: ./tests/test-yesno.c
104955 Hash: 3f971eee932cdc6643afc7e82875800dbd694b7d7cce5e5898866d3838e5f8e6
104956 Copyright: 2007-2008 Free Software Foundation, Inc
104957 License: GPL 
104958 Licence_Text: 
104959 #Header: 
104960 #/* Test of yesno module.
104961 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
104962 #
104963 #   This program is free software; you can redistribute it and/or modify
104964 #   it under the terms of the GNU General Public License as published by
104965 #   the Free Software Foundation; either version 3, or (at your option)
104966 #   any later version.
104967 #
104968 #   This program is distributed in the hope that it will be useful,
104969 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
104970 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
104971 #   GNU General Public License for more details.
104972 #
104973 #   You should have received a copy of the GNU General Public License
104974 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
104975
104976 File: ./tests/test-yesno.sh
104977 Hash: 6d197acd4b62c8295898322d0a74a7d9b6af375c6612d23e8c718d7d3e034d32
104978 Copyright: 
104979 License: 
104980 Licence_Text: 
104981 #Header: 
104982 ##!/bin/sh
104983 #
104984 #tmpfiles=
104985 #trap 'rm -fr $tmpfiles' 1 2 3 15
104986 #
104987 #p=t-yesno-
104988 #tmpfiles="${p}in.tmp ${p}xout.tmp ${p}out1.tmp ${p}out.tmp ${p}err.tmp"
104989 #
104990 ## For now, only test with C locale
104991 #LC_ALL=C
104992 #export LC_ALL
104993 #
104994 ## Find out how to remove carriage returns from output. Solaris /usr/ucb/tr
104995 ## does not understand '\r'.
104996 #if echo solaris | tr -d '\r' | grep solais > /dev/null; then
104997
104998 File: ./tests/unicase/test-casecmp.h
104999 Hash: 087298e7ab0c96019fc4bbda3234ee52643b112a91685571bec731d121ff32a9
105000 Copyright: 2009 Free Software Foundation, Inc
105001 License: GPL-3+ 
105002 Licence_Text: 
105003 #Header: 
105004 #/* Test of case and normalization insensitive comparison of Unicode strings.
105005 #   Copyright (C) 2009 Free Software Foundation, Inc.
105006 #
105007 #   This program is free software: you can redistribute it and/or modify
105008 #   it under the terms of the GNU General Public License as published by
105009 #   the Free Software Foundation; either version 3 of the License, or
105010 #   (at your option) any later version.
105011 #
105012 #   This program is distributed in the hope that it will be useful,
105013 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105014 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105015 #   GNU General Public License for more details.
105016 #
105017 #   You should have received a copy of the GNU General Public License
105018 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105019
105020 File: ./tests/unicase/test-cased.c
105021 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
105022 Copyright: 2007 Free Software Foundation, Inc
105023 License: GPL-3+ GENERATED FILE
105024 Licence_Text: 
105025 #Header: 
105026 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
105027 #/* Test the Unicode character type functions.
105028 #   Copyright (C) 2007 Free Software Foundation, Inc.
105029 #
105030 #   This program is free software: you can redistribute it and/or modify
105031 #   it under the terms of the GNU General Public License as published by
105032 #   the Free Software Foundation; either version 3 of the License, or
105033 #   (at your option) any later version.
105034 #
105035 #   This program is distributed in the hope that it will be useful,
105036 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105037 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105038 #   GNU General Public License for more details.
105039 #
105040 #   You should have received a copy of the GNU General Public License
105041
105042 File: ./tests/unicase/test-ignorable.c
105043 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
105044 Copyright: 2007 Free Software Foundation, Inc
105045 License: GPL-3+ GENERATED FILE
105046 Licence_Text: 
105047 #Header: 
105048 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
105049 #/* Test the Unicode character type functions.
105050 #   Copyright (C) 2007 Free Software Foundation, Inc.
105051 #
105052 #   This program is free software: you can redistribute it and/or modify
105053 #   it under the terms of the GNU General Public License as published by
105054 #   the Free Software Foundation; either version 3 of the License, or
105055 #   (at your option) any later version.
105056 #
105057 #   This program is distributed in the hope that it will be useful,
105058 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105059 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105060 #   GNU General Public License for more details.
105061 #
105062 #   You should have received a copy of the GNU General Public License
105063
105064 File: ./tests/unicase/test-is-cased.h
105065 Hash: 77f0f5c8da18d68e55012ca31cd200ccaaf62ce13a0437f969525b324746cab9
105066 Copyright: 2009 Free Software Foundation, Inc
105067 License: GPL-3+ 
105068 Licence_Text: 
105069 #Header: 
105070 #/* Test of test whether case matters for a Unicode string.
105071 #   Copyright (C) 2009 Free Software Foundation, Inc.
105072 #
105073 #   This program is free software: you can redistribute it and/or modify
105074 #   it under the terms of the GNU General Public License as published by
105075 #   the Free Software Foundation; either version 3 of the License, or
105076 #   (at your option) any later version.
105077 #
105078 #   This program is distributed in the hope that it will be useful,
105079 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105080 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105081 #   GNU General Public License for more details.
105082 #
105083 #   You should have received a copy of the GNU General Public License
105084 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105085
105086 File: ./tests/unicase/test-is-casefolded.h
105087 Hash: 8a64df7d2b39cf72a790f65a4380a5257f3906c479a5c7ff2866e2caf521459e
105088 Copyright: 2009 Free Software Foundation, Inc
105089 License: GPL-3+ 
105090 Licence_Text: 
105091 #Header: 
105092 #/* Test of test whether a Unicode string is already case-folded.
105093 #   Copyright (C) 2009 Free Software Foundation, Inc.
105094 #
105095 #   This program is free software: you can redistribute it and/or modify
105096 #   it under the terms of the GNU General Public License as published by
105097 #   the Free Software Foundation; either version 3 of the License, or
105098 #   (at your option) any later version.
105099 #
105100 #   This program is distributed in the hope that it will be useful,
105101 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105102 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105103 #   GNU General Public License for more details.
105104 #
105105 #   You should have received a copy of the GNU General Public License
105106 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105107
105108 File: ./tests/unicase/test-is-lowercase.h
105109 Hash: e780f461c5ab26573a2f7a337d9dea72d1b535ce9b8c99aa74286904c35e5350
105110 Copyright: 2009 Free Software Foundation, Inc
105111 License: GPL-3+ 
105112 Licence_Text: 
105113 #Header: 
105114 #/* Test of test whether a Unicode string is entirely lower case.
105115 #   Copyright (C) 2009 Free Software Foundation, Inc.
105116 #
105117 #   This program is free software: you can redistribute it and/or modify
105118 #   it under the terms of the GNU General Public License as published by
105119 #   the Free Software Foundation; either version 3 of the License, or
105120 #   (at your option) any later version.
105121 #
105122 #   This program is distributed in the hope that it will be useful,
105123 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105124 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105125 #   GNU General Public License for more details.
105126 #
105127 #   You should have received a copy of the GNU General Public License
105128 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105129
105130 File: ./tests/unicase/test-is-titlecase.h
105131 Hash: ed0e9f7db4df9c5e31d50ff099af7ffd491810832336d9a7b1fa2af8405d927b
105132 Copyright: 2009 Free Software Foundation, Inc
105133 License: GPL-3+ 
105134 Licence_Text: 
105135 #Header: 
105136 #/* Test of test whether a Unicode string is entirely title case.
105137 #   Copyright (C) 2009 Free Software Foundation, Inc.
105138 #
105139 #   This program is free software: you can redistribute it and/or modify
105140 #   it under the terms of the GNU General Public License as published by
105141 #   the Free Software Foundation; either version 3 of the License, or
105142 #   (at your option) any later version.
105143 #
105144 #   This program is distributed in the hope that it will be useful,
105145 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105146 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105147 #   GNU General Public License for more details.
105148 #
105149 #   You should have received a copy of the GNU General Public License
105150 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105151
105152 File: ./tests/unicase/test-is-uppercase.h
105153 Hash: c166575b45c29d58756309538901f3ca2bc4976a7afe7bc9d5c96c2a940702a6
105154 Copyright: 2009 Free Software Foundation, Inc
105155 License: GPL-3+ 
105156 Licence_Text: 
105157 #Header: 
105158 #/* Test of test whether a Unicode string is entirely upper case.
105159 #   Copyright (C) 2009 Free Software Foundation, Inc.
105160 #
105161 #   This program is free software: you can redistribute it and/or modify
105162 #   it under the terms of the GNU General Public License as published by
105163 #   the Free Software Foundation; either version 3 of the License, or
105164 #   (at your option) any later version.
105165 #
105166 #   This program is distributed in the hope that it will be useful,
105167 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105168 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105169 #   GNU General Public License for more details.
105170 #
105171 #   You should have received a copy of the GNU General Public License
105172 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105173
105174 File: ./tests/unicase/test-locale-language.c
105175 Hash: 7902cd50a3a989d21413e91019f1101ca387732e3a3549e9ee5142a2968122a2
105176 Copyright: 2007-2009 Free Software Foundation, Inc
105177 License: GPL-3+ 
105178 Licence_Text: 
105179 #Header: 
105180 #/* Test of language code determination.
105181 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
105182 #
105183 #   This program is free software: you can redistribute it and/or modify
105184 #   it under the terms of the GNU General Public License as published by
105185 #   the Free Software Foundation; either version 3 of the License, or
105186 #   (at your option) any later version.
105187 #
105188 #   This program is distributed in the hope that it will be useful,
105189 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105190 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105191 #   GNU General Public License for more details.
105192 #
105193 #   You should have received a copy of the GNU General Public License
105194 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105195
105196 File: ./tests/unicase/test-locale-language.sh
105197 Hash: 028ff70d75eaa2008146f1da86917178198eacf5cd2951201c91392e88636645
105198 Copyright: 
105199 License: 
105200 Licence_Text: 
105201 #Header: 
105202 ##!/bin/sh
105203 #
105204 #LC_ALL=C                       ./test-locale-language${EXEEXT} '' || exit 1
105205 #
105206 #: ${LOCALE_FR=fr_FR}
105207 #if test $LOCALE_FR_UTF8 != none; then
105208 #  LC_ALL=$LOCALE_FR_UTF8       ./test-locale-language${EXEEXT} fr || exit 1
105209 #fi
105210 #
105211 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
105212 #if test $LOCALE_FR_UTF8 != none; then
105213 #  LC_ALL=$LOCALE_FR_UTF8       ./test-locale-language${EXEEXT} fr || exit 1
105214 #fi
105215 #
105216 #: ${LOCALE_JA=ja_JP}
105217
105218 File: ./tests/unicase/test-mapping-part1.h
105219 Hash: d94069b7317bd4b0d2ee6c070d817fbf6eeb80367cede56f39e0cd77bc50d820
105220 Copyright: 2007-2009 Free Software Foundation, Inc
105221 License: GPL-3+ 
105222 Licence_Text: 
105223 #Header: 
105224 #/* Test of single character case mapping functions.
105225 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
105226 #
105227 #   This program is free software: you can redistribute it and/or modify
105228 #   it under the terms of the GNU General Public License as published by
105229 #   the Free Software Foundation; either version 3 of the License, or
105230 #   (at your option) any later version.
105231 #
105232 #   This program is distributed in the hope that it will be useful,
105233 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105234 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105235 #   GNU General Public License for more details.
105236 #
105237 #   You should have received a copy of the GNU General Public License
105238 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105239
105240 File: ./tests/unicase/test-mapping-part2.h
105241 Hash: d94069b7317bd4b0d2ee6c070d817fbf6eeb80367cede56f39e0cd77bc50d820
105242 Copyright: == c); / == mapping[i].value); / 2007-2009 Free Software Foundation, Inc
105243 License: GPL-3+ 
105244 Licence_Text: 
105245 #Header: 
105246 #/* Test of single character case mapping functions.
105247 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
105248 #
105249 #   This program is free software: you can redistribute it and/or modify
105250 #   it under the terms of the GNU General Public License as published by
105251 #   the Free Software Foundation; either version 3 of the License, or
105252 #   (at your option) any later version.
105253 #
105254 #   This program is distributed in the hope that it will be useful,
105255 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105256 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105257 #   GNU General Public License for more details.
105258 #
105259 #   You should have received a copy of the GNU General Public License
105260 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105261
105262 File: ./tests/unicase/test-predicate-part1.h
105263 Hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
105264 Copyright: 2007-2009 Free Software Foundation, Inc
105265 License: GPL-3+ 
105266 Licence_Text: 
105267 #Header: 
105268 #/* Test the Unicode character type functions.
105269 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
105270 #
105271 #   This program is free software: you can redistribute it and/or modify
105272 #   it under the terms of the GNU General Public License as published by
105273 #   the Free Software Foundation; either version 3 of the License, or
105274 #   (at your option) any later version.
105275 #
105276 #   This program is distributed in the hope that it will be useful,
105277 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105278 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105279 #   GNU General Public License for more details.
105280 #
105281 #   You should have received a copy of the GNU General Public License
105282 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105283
105284 File: ./tests/unicase/test-predicate-part2.h
105285 Hash: 777a2f9f28424e3cb85bb6e7c65b8fc4311d91b1d8e2c1382b9d007defff1286
105286 Copyright: 2007 Free Software Foundation, Inc
105287 License: GPL-3+ 
105288 Licence_Text: 
105289 #Header: 
105290 #/* Test the Unicode character type functions.
105291 #   Copyright (C) 2007 Free Software Foundation, Inc.
105292 #
105293 #   This program is free software: you can redistribute it and/or modify
105294 #   it under the terms of the GNU General Public License as published by
105295 #   the Free Software Foundation; either version 3 of the License, or
105296 #   (at your option) any later version.
105297 #
105298 #   This program is distributed in the hope that it will be useful,
105299 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105300 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105301 #   GNU General Public License for more details.
105302 #
105303 #   You should have received a copy of the GNU General Public License
105304 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105305
105306 File: ./tests/unicase/test-u16-casecmp.c
105307 Hash: fbaf1cf87ef4e2cb6c22e345726fbeca61d4f4fde17fe328cd36f69e383210ff
105308 Copyright: 2009 Free Software Foundation, Inc
105309 License: GPL-3+ 
105310 Licence_Text: 
105311 #Header: 
105312 #/* Test of case and normalization insensitive comparison of UTF-16 strings.
105313 #   Copyright (C) 2009 Free Software Foundation, Inc.
105314 #
105315 #   This program is free software: you can redistribute it and/or modify
105316 #   it under the terms of the GNU General Public License as published by
105317 #   the Free Software Foundation; either version 3 of the License, or
105318 #   (at your option) any later version.
105319 #
105320 #   This program is distributed in the hope that it will be useful,
105321 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105322 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105323 #   GNU General Public License for more details.
105324 #
105325 #   You should have received a copy of the GNU General Public License
105326 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105327
105328 File: ./tests/unicase/test-u16-casecoll.c
105329 Hash: a478780b48f6135ed858b897f9cd56b995fa2bea4331f359e845712e7a921b9b
105330 Copyright: 2009 Free Software Foundation, Inc
105331 License: GPL-3+ 
105332 Licence_Text: 
105333 #Header: 
105334 #/* Test of locale dependent, case and normalization insensitive comparison of
105335 #   UTF-16 strings.
105336 #   Copyright (C) 2009 Free Software Foundation, Inc.
105337 #
105338 #   This program is free software: you can redistribute it and/or modify
105339 #   it under the terms of the GNU General Public License as published by
105340 #   the Free Software Foundation; either version 3 of the License, or
105341 #   (at your option) any later version.
105342 #
105343 #   This program is distributed in the hope that it will be useful,
105344 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105345 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105346 #   GNU General Public License for more details.
105347 #
105348 #   You should have received a copy of the GNU General Public License
105349
105350 File: ./tests/unicase/test-u16-casefold.c
105351 Hash: 780d80975734f219ef2f735b4735e8977dca243032a3d46705d14bea69577b74
105352 Copyright: 2009 Free Software Foundation, Inc
105353 License: GPL-3+ 
105354 Licence_Text: 
105355 #Header: 
105356 #/* Test of casefolding mapping for UTF-16 strings.
105357 #   Copyright (C) 2009 Free Software Foundation, Inc.
105358 #
105359 #   This program is free software: you can redistribute it and/or modify
105360 #   it under the terms of the GNU General Public License as published by
105361 #   the Free Software Foundation; either version 3 of the License, or
105362 #   (at your option) any later version.
105363 #
105364 #   This program is distributed in the hope that it will be useful,
105365 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105366 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105367 #   GNU General Public License for more details.
105368 #
105369 #   You should have received a copy of the GNU General Public License
105370 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105371
105372 File: ./tests/unicase/test-u16-is-cased.c
105373 Hash: 4234fb2ee9a3330beba45d579838054b73cb027a32343e6a5bfecb31cb63b5a0
105374 Copyright: 2009 Free Software Foundation, Inc
105375 License: GPL-3+ 
105376 Licence_Text: 
105377 #Header: 
105378 #/* Test of test whether case matters for an UTF-16 string.
105379 #   Copyright (C) 2009 Free Software Foundation, Inc.
105380 #
105381 #   This program is free software: you can redistribute it and/or modify
105382 #   it under the terms of the GNU General Public License as published by
105383 #   the Free Software Foundation; either version 3 of the License, or
105384 #   (at your option) any later version.
105385 #
105386 #   This program is distributed in the hope that it will be useful,
105387 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105388 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105389 #   GNU General Public License for more details.
105390 #
105391 #   You should have received a copy of the GNU General Public License
105392 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105393
105394 File: ./tests/unicase/test-u16-is-casefolded.c
105395 Hash: f43cf1df76813ed4ff41af0649ec88984148a1a58474b0510aaef5991f58e476
105396 Copyright: 2009 Free Software Foundation, Inc
105397 License: GPL-3+ 
105398 Licence_Text: 
105399 #Header: 
105400 #/* Test of test whether an UTF-16 string is already case-folded.
105401 #   Copyright (C) 2009 Free Software Foundation, Inc.
105402 #
105403 #   This program is free software: you can redistribute it and/or modify
105404 #   it under the terms of the GNU General Public License as published by
105405 #   the Free Software Foundation; either version 3 of the License, or
105406 #   (at your option) any later version.
105407 #
105408 #   This program is distributed in the hope that it will be useful,
105409 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105410 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105411 #   GNU General Public License for more details.
105412 #
105413 #   You should have received a copy of the GNU General Public License
105414 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105415
105416 File: ./tests/unicase/test-u16-is-lowercase.c
105417 Hash: 41ab69760cda76f92490056f713aa78ab1fc91f29b6e85dc11364f4d52cea2cd
105418 Copyright: 2009 Free Software Foundation, Inc
105419 License: GPL-3+ 
105420 Licence_Text: 
105421 #Header: 
105422 #/* Test of test whether an UTF-16 string is entirely lower case.
105423 #   Copyright (C) 2009 Free Software Foundation, Inc.
105424 #
105425 #   This program is free software: you can redistribute it and/or modify
105426 #   it under the terms of the GNU General Public License as published by
105427 #   the Free Software Foundation; either version 3 of the License, or
105428 #   (at your option) any later version.
105429 #
105430 #   This program is distributed in the hope that it will be useful,
105431 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105432 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105433 #   GNU General Public License for more details.
105434 #
105435 #   You should have received a copy of the GNU General Public License
105436 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105437
105438 File: ./tests/unicase/test-u16-is-titlecase.c
105439 Hash: 7082f5c82633a0a232479102690aec07d560deb2fa2febf9433eb417b2893b6e
105440 Copyright: 2009 Free Software Foundation, Inc
105441 License: GPL-3+ 
105442 Licence_Text: 
105443 #Header: 
105444 #/* Test of test whether an UTF-16 string is entirely title case.
105445 #   Copyright (C) 2009 Free Software Foundation, Inc.
105446 #
105447 #   This program is free software: you can redistribute it and/or modify
105448 #   it under the terms of the GNU General Public License as published by
105449 #   the Free Software Foundation; either version 3 of the License, or
105450 #   (at your option) any later version.
105451 #
105452 #   This program is distributed in the hope that it will be useful,
105453 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105454 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105455 #   GNU General Public License for more details.
105456 #
105457 #   You should have received a copy of the GNU General Public License
105458 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105459
105460 File: ./tests/unicase/test-u16-is-uppercase.c
105461 Hash: beeb3d8e2907686e31ae7bcacffa24dabd5b8341e95e71008118a27c965127a9
105462 Copyright: 2009 Free Software Foundation, Inc
105463 License: GPL-3+ 
105464 Licence_Text: 
105465 #Header: 
105466 #/* Test of test whether an UTF-16 string is entirely upper case.
105467 #   Copyright (C) 2009 Free Software Foundation, Inc.
105468 #
105469 #   This program is free software: you can redistribute it and/or modify
105470 #   it under the terms of the GNU General Public License as published by
105471 #   the Free Software Foundation; either version 3 of the License, or
105472 #   (at your option) any later version.
105473 #
105474 #   This program is distributed in the hope that it will be useful,
105475 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105476 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105477 #   GNU General Public License for more details.
105478 #
105479 #   You should have received a copy of the GNU General Public License
105480 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105481
105482 File: ./tests/unicase/test-u16-tolower.c
105483 Hash: ec459a8224c2ed7f817f50477cce68cd280caadf3f43fdc758e094ba738dad44
105484 Copyright: 2009 Free Software Foundation, Inc
105485 License: GPL-3+ 
105486 Licence_Text: 
105487 #Header: 
105488 #/* Test of lowercase mapping for UTF-16 strings.
105489 #   Copyright (C) 2009 Free Software Foundation, Inc.
105490 #
105491 #   This program is free software: you can redistribute it and/or modify
105492 #   it under the terms of the GNU General Public License as published by
105493 #   the Free Software Foundation; either version 3 of the License, or
105494 #   (at your option) any later version.
105495 #
105496 #   This program is distributed in the hope that it will be useful,
105497 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105498 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105499 #   GNU General Public License for more details.
105500 #
105501 #   You should have received a copy of the GNU General Public License
105502 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105503
105504 File: ./tests/unicase/test-u16-totitle.c
105505 Hash: 364955699731118e15b5c015a5b0e2a0ca481108df690c7d2ca72113bdef9bbd
105506 Copyright: 2009 Free Software Foundation, Inc
105507 License: GPL-3+ 
105508 Licence_Text: 
105509 #Header: 
105510 #/* Test of titlecase mapping for UTF-16 strings.
105511 #   Copyright (C) 2009 Free Software Foundation, Inc.
105512 #
105513 #   This program is free software: you can redistribute it and/or modify
105514 #   it under the terms of the GNU General Public License as published by
105515 #   the Free Software Foundation; either version 3 of the License, or
105516 #   (at your option) any later version.
105517 #
105518 #   This program is distributed in the hope that it will be useful,
105519 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105520 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105521 #   GNU General Public License for more details.
105522 #
105523 #   You should have received a copy of the GNU General Public License
105524 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105525
105526 File: ./tests/unicase/test-u16-toupper.c
105527 Hash: 256d31e7737c279ab0a7fe336bbc2d8a3b2f5c3646a923645408fb5cd647232f
105528 Copyright: 2009 Free Software Foundation, Inc
105529 License: GPL-3+ 
105530 Licence_Text: 
105531 #Header: 
105532 #/* Test of uppercase mapping for UTF-16 strings.
105533 #   Copyright (C) 2009 Free Software Foundation, Inc.
105534 #
105535 #   This program is free software: you can redistribute it and/or modify
105536 #   it under the terms of the GNU General Public License as published by
105537 #   the Free Software Foundation; either version 3 of the License, or
105538 #   (at your option) any later version.
105539 #
105540 #   This program is distributed in the hope that it will be useful,
105541 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105542 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105543 #   GNU General Public License for more details.
105544 #
105545 #   You should have received a copy of the GNU General Public License
105546 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105547
105548 File: ./tests/unicase/test-u32-casecmp.c
105549 Hash: 9179bf8a4dd90067464a8a095910c5a6f53ff0c8b7d4d4d970fb9905caeccab6
105550 Copyright: 2009 Free Software Foundation, Inc
105551 License: GPL-3+ 
105552 Licence_Text: 
105553 #Header: 
105554 #/* Test of case and normalization insensitive comparison of UTF-32 strings.
105555 #   Copyright (C) 2009 Free Software Foundation, Inc.
105556 #
105557 #   This program is free software: you can redistribute it and/or modify
105558 #   it under the terms of the GNU General Public License as published by
105559 #   the Free Software Foundation; either version 3 of the License, or
105560 #   (at your option) any later version.
105561 #
105562 #   This program is distributed in the hope that it will be useful,
105563 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105564 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105565 #   GNU General Public License for more details.
105566 #
105567 #   You should have received a copy of the GNU General Public License
105568 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105569
105570 File: ./tests/unicase/test-u32-casecoll.c
105571 Hash: 46cde4ad2bde5e77ddf09650e34490837d03ffa5566c3665745417de0e7d3a1f
105572 Copyright: 2009 Free Software Foundation, Inc
105573 License: GPL-3+ 
105574 Licence_Text: 
105575 #Header: 
105576 #/* Test of locale dependent, case and normalization insensitive comparison of
105577 #   UTF-32 strings.
105578 #   Copyright (C) 2009 Free Software Foundation, Inc.
105579 #
105580 #   This program is free software: you can redistribute it and/or modify
105581 #   it under the terms of the GNU General Public License as published by
105582 #   the Free Software Foundation; either version 3 of the License, or
105583 #   (at your option) any later version.
105584 #
105585 #   This program is distributed in the hope that it will be useful,
105586 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105587 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105588 #   GNU General Public License for more details.
105589 #
105590 #   You should have received a copy of the GNU General Public License
105591
105592 File: ./tests/unicase/test-u32-casefold.c
105593 Hash: 4d907542dd3a62d941844298dfe70f36057246c130a8906db2071703fcc5ea26
105594 Copyright: 2009 Free Software Foundation, Inc
105595 License: GPL-3+ 
105596 Licence_Text: 
105597 #Header: 
105598 #/* Test of casefolding mapping for UTF-32 strings.
105599 #   Copyright (C) 2009 Free Software Foundation, Inc.
105600 #
105601 #   This program is free software: you can redistribute it and/or modify
105602 #   it under the terms of the GNU General Public License as published by
105603 #   the Free Software Foundation; either version 3 of the License, or
105604 #   (at your option) any later version.
105605 #
105606 #   This program is distributed in the hope that it will be useful,
105607 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105608 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105609 #   GNU General Public License for more details.
105610 #
105611 #   You should have received a copy of the GNU General Public License
105612 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105613
105614 File: ./tests/unicase/test-u32-is-cased.c
105615 Hash: afdd64c3cbdb2db2a6d0a0385c23cadd7acde81fe68ef08c39d1af0e65c1c302
105616 Copyright: 2009 Free Software Foundation, Inc
105617 License: GPL-3+ 
105618 Licence_Text: 
105619 #Header: 
105620 #/* Test of test whether case matters for an UTF-32 string.
105621 #   Copyright (C) 2009 Free Software Foundation, Inc.
105622 #
105623 #   This program is free software: you can redistribute it and/or modify
105624 #   it under the terms of the GNU General Public License as published by
105625 #   the Free Software Foundation; either version 3 of the License, or
105626 #   (at your option) any later version.
105627 #
105628 #   This program is distributed in the hope that it will be useful,
105629 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105630 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105631 #   GNU General Public License for more details.
105632 #
105633 #   You should have received a copy of the GNU General Public License
105634 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105635
105636 File: ./tests/unicase/test-u32-is-casefolded.c
105637 Hash: 406ff64a31f1889065d2f75d3e1352d13da79827438f5af6f72920b26e01be5e
105638 Copyright: 2009 Free Software Foundation, Inc
105639 License: GPL-3+ 
105640 Licence_Text: 
105641 #Header: 
105642 #/* Test of test whether an UTF-32 string is already case-folded.
105643 #   Copyright (C) 2009 Free Software Foundation, Inc.
105644 #
105645 #   This program is free software: you can redistribute it and/or modify
105646 #   it under the terms of the GNU General Public License as published by
105647 #   the Free Software Foundation; either version 3 of the License, or
105648 #   (at your option) any later version.
105649 #
105650 #   This program is distributed in the hope that it will be useful,
105651 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105652 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105653 #   GNU General Public License for more details.
105654 #
105655 #   You should have received a copy of the GNU General Public License
105656 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105657
105658 File: ./tests/unicase/test-u32-is-lowercase.c
105659 Hash: 925d3f074e4eba6fd371968cdf931e8f266dc18f42c4da065890ec4059e99eb9
105660 Copyright: 2009 Free Software Foundation, Inc
105661 License: GPL-3+ 
105662 Licence_Text: 
105663 #Header: 
105664 #/* Test of test whether an UTF-32 string is entirely lower case.
105665 #   Copyright (C) 2009 Free Software Foundation, Inc.
105666 #
105667 #   This program is free software: you can redistribute it and/or modify
105668 #   it under the terms of the GNU General Public License as published by
105669 #   the Free Software Foundation; either version 3 of the License, or
105670 #   (at your option) any later version.
105671 #
105672 #   This program is distributed in the hope that it will be useful,
105673 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105674 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105675 #   GNU General Public License for more details.
105676 #
105677 #   You should have received a copy of the GNU General Public License
105678 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105679
105680 File: ./tests/unicase/test-u32-is-titlecase.c
105681 Hash: 7093a37ec59985094b8e3315f0f3195d83b1656d652ebc113e5d419c996cf396
105682 Copyright: 2009 Free Software Foundation, Inc
105683 License: GPL-3+ 
105684 Licence_Text: 
105685 #Header: 
105686 #/* Test of test whether an UTF-32 string is entirely title case.
105687 #   Copyright (C) 2009 Free Software Foundation, Inc.
105688 #
105689 #   This program is free software: you can redistribute it and/or modify
105690 #   it under the terms of the GNU General Public License as published by
105691 #   the Free Software Foundation; either version 3 of the License, or
105692 #   (at your option) any later version.
105693 #
105694 #   This program is distributed in the hope that it will be useful,
105695 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105696 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105697 #   GNU General Public License for more details.
105698 #
105699 #   You should have received a copy of the GNU General Public License
105700 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105701
105702 File: ./tests/unicase/test-u32-is-uppercase.c
105703 Hash: 1378c386b1283dfea9232ebf982922c37fc43e31aa750dbcae3a513d599a37f6
105704 Copyright: 2009 Free Software Foundation, Inc
105705 License: GPL-3+ 
105706 Licence_Text: 
105707 #Header: 
105708 #/* Test of test whether an UTF-32 string is entirely upper case.
105709 #   Copyright (C) 2009 Free Software Foundation, Inc.
105710 #
105711 #   This program is free software: you can redistribute it and/or modify
105712 #   it under the terms of the GNU General Public License as published by
105713 #   the Free Software Foundation; either version 3 of the License, or
105714 #   (at your option) any later version.
105715 #
105716 #   This program is distributed in the hope that it will be useful,
105717 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105718 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105719 #   GNU General Public License for more details.
105720 #
105721 #   You should have received a copy of the GNU General Public License
105722 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105723
105724 File: ./tests/unicase/test-u32-tolower.c
105725 Hash: d7cfcd257ced2d32004af0d357e3e5dfcd9299fdc83447b6fd59f2b0430cb2b9
105726 Copyright: 2009 Free Software Foundation, Inc
105727 License: GPL-3+ 
105728 Licence_Text: 
105729 #Header: 
105730 #/* Test of lowercase mapping for UTF-32 strings.
105731 #   Copyright (C) 2009 Free Software Foundation, Inc.
105732 #
105733 #   This program is free software: you can redistribute it and/or modify
105734 #   it under the terms of the GNU General Public License as published by
105735 #   the Free Software Foundation; either version 3 of the License, or
105736 #   (at your option) any later version.
105737 #
105738 #   This program is distributed in the hope that it will be useful,
105739 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105740 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105741 #   GNU General Public License for more details.
105742 #
105743 #   You should have received a copy of the GNU General Public License
105744 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105745
105746 File: ./tests/unicase/test-u32-totitle.c
105747 Hash: 54ba07d46dd17204c8df179dae285eae06fc47dac38440471866ccfb285780b7
105748 Copyright: 2009 Free Software Foundation, Inc
105749 License: GPL-3+ 
105750 Licence_Text: 
105751 #Header: 
105752 #/* Test of titlecase mapping for UTF-32 strings.
105753 #   Copyright (C) 2009 Free Software Foundation, Inc.
105754 #
105755 #   This program is free software: you can redistribute it and/or modify
105756 #   it under the terms of the GNU General Public License as published by
105757 #   the Free Software Foundation; either version 3 of the License, or
105758 #   (at your option) any later version.
105759 #
105760 #   This program is distributed in the hope that it will be useful,
105761 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105762 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105763 #   GNU General Public License for more details.
105764 #
105765 #   You should have received a copy of the GNU General Public License
105766 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105767
105768 File: ./tests/unicase/test-u32-toupper.c
105769 Hash: 9517acce3a3c32363be5998282902d14b76512c2d95007ae0426073b0ae3e66d
105770 Copyright: 2009 Free Software Foundation, Inc
105771 License: GPL-3+ 
105772 Licence_Text: 
105773 #Header: 
105774 #/* Test of uppercase mapping for UTF-32 strings.
105775 #   Copyright (C) 2009 Free Software Foundation, Inc.
105776 #
105777 #   This program is free software: you can redistribute it and/or modify
105778 #   it under the terms of the GNU General Public License as published by
105779 #   the Free Software Foundation; either version 3 of the License, or
105780 #   (at your option) any later version.
105781 #
105782 #   This program is distributed in the hope that it will be useful,
105783 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105784 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105785 #   GNU General Public License for more details.
105786 #
105787 #   You should have received a copy of the GNU General Public License
105788 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105789
105790 File: ./tests/unicase/test-u8-casecmp.c
105791 Hash: e55c357f7afbc9a0cfe0f69c8736e09ac327cf0efa110bd54358b26552c15d91
105792 Copyright: 2009 Free Software Foundation, Inc
105793 License: GPL-3+ 
105794 Licence_Text: 
105795 #Header: 
105796 #/* Test of case and normalization insensitive comparison of UTF-8 strings.
105797 #   Copyright (C) 2009 Free Software Foundation, Inc.
105798 #
105799 #   This program is free software: you can redistribute it and/or modify
105800 #   it under the terms of the GNU General Public License as published by
105801 #   the Free Software Foundation; either version 3 of the License, or
105802 #   (at your option) any later version.
105803 #
105804 #   This program is distributed in the hope that it will be useful,
105805 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105806 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105807 #   GNU General Public License for more details.
105808 #
105809 #   You should have received a copy of the GNU General Public License
105810 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105811
105812 File: ./tests/unicase/test-u8-casecoll.c
105813 Hash: cb8087d7a4cd6f72c7df00d9b74cbb14bbe7ff92f76de65ad5e2688c4008f1cc
105814 Copyright: 2009 Free Software Foundation, Inc
105815 License: GPL-3+ 
105816 Licence_Text: 
105817 #Header: 
105818 #/* Test of locale dependent, case and normalization insensitive comparison of
105819 #   UTF-8 strings.
105820 #   Copyright (C) 2009 Free Software Foundation, Inc.
105821 #
105822 #   This program is free software: you can redistribute it and/or modify
105823 #   it under the terms of the GNU General Public License as published by
105824 #   the Free Software Foundation; either version 3 of the License, or
105825 #   (at your option) any later version.
105826 #
105827 #   This program is distributed in the hope that it will be useful,
105828 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105829 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105830 #   GNU General Public License for more details.
105831 #
105832 #   You should have received a copy of the GNU General Public License
105833
105834 File: ./tests/unicase/test-u8-casefold.c
105835 Hash: 46aa95b956c978d68693a6a7d28e6119e702da6d5852b422cae8ac60feb56e7a
105836 Copyright: 2009 Free Software Foundation, Inc
105837 License: GPL-3+ 
105838 Licence_Text: 
105839 #Header: 
105840 #/* Test of casefolding mapping for UTF-8 strings.
105841 #   Copyright (C) 2009 Free Software Foundation, Inc.
105842 #
105843 #   This program is free software: you can redistribute it and/or modify
105844 #   it under the terms of the GNU General Public License as published by
105845 #   the Free Software Foundation; either version 3 of the License, or
105846 #   (at your option) any later version.
105847 #
105848 #   This program is distributed in the hope that it will be useful,
105849 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105850 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105851 #   GNU General Public License for more details.
105852 #
105853 #   You should have received a copy of the GNU General Public License
105854 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105855
105856 File: ./tests/unicase/test-u8-is-cased.c
105857 Hash: d2e06421cfef63befc22d5867d91edcde0be66c6e5da6ab56407c62655210ad4
105858 Copyright: 2009 Free Software Foundation, Inc
105859 License: GPL-3+ 
105860 Licence_Text: 
105861 #Header: 
105862 #/* Test of test whether case matters for an UTF-8 string.
105863 #   Copyright (C) 2009 Free Software Foundation, Inc.
105864 #
105865 #   This program is free software: you can redistribute it and/or modify
105866 #   it under the terms of the GNU General Public License as published by
105867 #   the Free Software Foundation; either version 3 of the License, or
105868 #   (at your option) any later version.
105869 #
105870 #   This program is distributed in the hope that it will be useful,
105871 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105872 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105873 #   GNU General Public License for more details.
105874 #
105875 #   You should have received a copy of the GNU General Public License
105876 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105877
105878 File: ./tests/unicase/test-u8-is-casefolded.c
105879 Hash: 8847ed4d063cb5ef6b9ad3824c768719bf92ceb9dc999867a7e22fe80da46a62
105880 Copyright: 2009 Free Software Foundation, Inc
105881 License: GPL-3+ 
105882 Licence_Text: 
105883 #Header: 
105884 #/* Test of test whether an UTF-8 string is already case-folded.
105885 #   Copyright (C) 2009 Free Software Foundation, Inc.
105886 #
105887 #   This program is free software: you can redistribute it and/or modify
105888 #   it under the terms of the GNU General Public License as published by
105889 #   the Free Software Foundation; either version 3 of the License, or
105890 #   (at your option) any later version.
105891 #
105892 #   This program is distributed in the hope that it will be useful,
105893 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105894 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105895 #   GNU General Public License for more details.
105896 #
105897 #   You should have received a copy of the GNU General Public License
105898 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105899
105900 File: ./tests/unicase/test-u8-is-lowercase.c
105901 Hash: 40b3b6176251c3ba3f01a9dfd5ad1e90fc294c6d2187e04c7623d12dbd036e75
105902 Copyright: 2009 Free Software Foundation, Inc
105903 License: GPL-3+ 
105904 Licence_Text: 
105905 #Header: 
105906 #/* Test of test whether an UTF-8 string is entirely lower case.
105907 #   Copyright (C) 2009 Free Software Foundation, Inc.
105908 #
105909 #   This program is free software: you can redistribute it and/or modify
105910 #   it under the terms of the GNU General Public License as published by
105911 #   the Free Software Foundation; either version 3 of the License, or
105912 #   (at your option) any later version.
105913 #
105914 #   This program is distributed in the hope that it will be useful,
105915 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105916 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105917 #   GNU General Public License for more details.
105918 #
105919 #   You should have received a copy of the GNU General Public License
105920 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105921
105922 File: ./tests/unicase/test-u8-is-titlecase.c
105923 Hash: 4addcc8d4a006652f4e0af349822acb9ceabab38e19f7bf45f2264ce526c734e
105924 Copyright: 2009 Free Software Foundation, Inc
105925 License: GPL-3+ 
105926 Licence_Text: 
105927 #Header: 
105928 #/* Test of test whether an UTF-8 string is entirely title case.
105929 #   Copyright (C) 2009 Free Software Foundation, Inc.
105930 #
105931 #   This program is free software: you can redistribute it and/or modify
105932 #   it under the terms of the GNU General Public License as published by
105933 #   the Free Software Foundation; either version 3 of the License, or
105934 #   (at your option) any later version.
105935 #
105936 #   This program is distributed in the hope that it will be useful,
105937 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105938 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105939 #   GNU General Public License for more details.
105940 #
105941 #   You should have received a copy of the GNU General Public License
105942 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105943
105944 File: ./tests/unicase/test-u8-is-uppercase.c
105945 Hash: d647fd8d839c47edffa85a2edc6a9b5f9d740295d42b861e2097069fc1d973cd
105946 Copyright: 2009 Free Software Foundation, Inc
105947 License: GPL-3+ 
105948 Licence_Text: 
105949 #Header: 
105950 #/* Test of test whether an UTF-8 string is entirely upper case.
105951 #   Copyright (C) 2009 Free Software Foundation, Inc.
105952 #
105953 #   This program is free software: you can redistribute it and/or modify
105954 #   it under the terms of the GNU General Public License as published by
105955 #   the Free Software Foundation; either version 3 of the License, or
105956 #   (at your option) any later version.
105957 #
105958 #   This program is distributed in the hope that it will be useful,
105959 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105960 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105961 #   GNU General Public License for more details.
105962 #
105963 #   You should have received a copy of the GNU General Public License
105964 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105965
105966 File: ./tests/unicase/test-u8-tolower.c
105967 Hash: 40ee18dae3078615adcadd02bc1525436c511d80eb00a52c9c7e44cb0e260d19
105968 Copyright: 2009 Free Software Foundation, Inc
105969 License: GPL-3+ 
105970 Licence_Text: 
105971 #Header: 
105972 #/* Test of lowercase mapping for UTF-8 strings.
105973 #   Copyright (C) 2009 Free Software Foundation, Inc.
105974 #
105975 #   This program is free software: you can redistribute it and/or modify
105976 #   it under the terms of the GNU General Public License as published by
105977 #   the Free Software Foundation; either version 3 of the License, or
105978 #   (at your option) any later version.
105979 #
105980 #   This program is distributed in the hope that it will be useful,
105981 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
105982 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105983 #   GNU General Public License for more details.
105984 #
105985 #   You should have received a copy of the GNU General Public License
105986 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
105987
105988 File: ./tests/unicase/test-u8-totitle.c
105989 Hash: daea8586484638f8dff9c0f3972a5e1cc4632eb4c26528f93972f8ba9f1c0435
105990 Copyright: 2009 Free Software Foundation, Inc
105991 License: GPL-3+ 
105992 Licence_Text: 
105993 #Header: 
105994 #/* Test of titlecase mapping for UTF-8 strings.
105995 #   Copyright (C) 2009 Free Software Foundation, Inc.
105996 #
105997 #   This program is free software: you can redistribute it and/or modify
105998 #   it under the terms of the GNU General Public License as published by
105999 #   the Free Software Foundation; either version 3 of the License, or
106000 #   (at your option) any later version.
106001 #
106002 #   This program is distributed in the hope that it will be useful,
106003 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106004 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106005 #   GNU General Public License for more details.
106006 #
106007 #   You should have received a copy of the GNU General Public License
106008 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106009
106010 File: ./tests/unicase/test-u8-toupper.c
106011 Hash: 92775e814bc7c28fd54cd36641f38bacbb6e32645a9901abb6d77a7dd3266e15
106012 Copyright: 2009 Free Software Foundation, Inc
106013 License: GPL-3+ 
106014 Licence_Text: 
106015 #Header: 
106016 #/* Test of uppercase mapping for UTF-8 strings.
106017 #   Copyright (C) 2009 Free Software Foundation, Inc.
106018 #
106019 #   This program is free software: you can redistribute it and/or modify
106020 #   it under the terms of the GNU General Public License as published by
106021 #   the Free Software Foundation; either version 3 of the License, or
106022 #   (at your option) any later version.
106023 #
106024 #   This program is distributed in the hope that it will be useful,
106025 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106026 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106027 #   GNU General Public License for more details.
106028 #
106029 #   You should have received a copy of the GNU General Public License
106030 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106031
106032 File: ./tests/unicase/test-uc_tolower.c
106033 Hash: c2a4263e856558e5d834ff3dfe49b5d3c58de269067e9a3b352162b896a1b27c
106034 Copyright: 2009 Free Software Foundation, Inc
106035 License: GPL-3+ GENERATED FILE
106036 Licence_Text: 
106037 #Header: 
106038 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106039 #/* Test the Unicode character mapping functions.
106040 #   Copyright (C) 2009 Free Software Foundation, Inc.
106041 #
106042 #   This program is free software: you can redistribute it and/or modify
106043 #   it under the terms of the GNU General Public License as published by
106044 #   the Free Software Foundation; either version 3 of the License, or
106045 #   (at your option) any later version.
106046 #
106047 #   This program is distributed in the hope that it will be useful,
106048 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106049 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106050 #   GNU General Public License for more details.
106051 #
106052 #   You should have received a copy of the GNU General Public License
106053
106054 File: ./tests/unicase/test-uc_totitle.c
106055 Hash: c2a4263e856558e5d834ff3dfe49b5d3c58de269067e9a3b352162b896a1b27c
106056 Copyright: 2009 Free Software Foundation, Inc
106057 License: GPL-3+ GENERATED FILE
106058 Licence_Text: 
106059 #Header: 
106060 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106061 #/* Test the Unicode character mapping functions.
106062 #   Copyright (C) 2009 Free Software Foundation, Inc.
106063 #
106064 #   This program is free software: you can redistribute it and/or modify
106065 #   it under the terms of the GNU General Public License as published by
106066 #   the Free Software Foundation; either version 3 of the License, or
106067 #   (at your option) any later version.
106068 #
106069 #   This program is distributed in the hope that it will be useful,
106070 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106071 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106072 #   GNU General Public License for more details.
106073 #
106074 #   You should have received a copy of the GNU General Public License
106075
106076 File: ./tests/unicase/test-uc_toupper.c
106077 Hash: c2a4263e856558e5d834ff3dfe49b5d3c58de269067e9a3b352162b896a1b27c
106078 Copyright: 2009 Free Software Foundation, Inc
106079 License: GPL-3+ GENERATED FILE
106080 Licence_Text: 
106081 #Header: 
106082 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106083 #/* Test the Unicode character mapping functions.
106084 #   Copyright (C) 2009 Free Software Foundation, Inc.
106085 #
106086 #   This program is free software: you can redistribute it and/or modify
106087 #   it under the terms of the GNU General Public License as published by
106088 #   the Free Software Foundation; either version 3 of the License, or
106089 #   (at your option) any later version.
106090 #
106091 #   This program is distributed in the hope that it will be useful,
106092 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106093 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106094 #   GNU General Public License for more details.
106095 #
106096 #   You should have received a copy of the GNU General Public License
106097
106098 File: ./tests/unicase/test-ulc-casecmp.c
106099 Hash: a70362d42f608ae8519496f614eab7f6840506198a7b35a54688aae06f8ec537
106100 Copyright: 2009 Free Software Foundation, Inc
106101 License: GPL-3+ 
106102 Licence_Text: 
106103 #Header: 
106104 #/* Test of case and normalization insensitive comparison of strings.
106105 #   Copyright (C) 2009 Free Software Foundation, Inc.
106106 #
106107 #   This program is free software: you can redistribute it and/or modify
106108 #   it under the terms of the GNU General Public License as published by
106109 #   the Free Software Foundation; either version 3 of the License, or
106110 #   (at your option) any later version.
106111 #
106112 #   This program is distributed in the hope that it will be useful,
106113 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106114 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106115 #   GNU General Public License for more details.
106116 #
106117 #   You should have received a copy of the GNU General Public License
106118 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106119
106120 File: ./tests/unicase/test-ulc-casecmp1.sh
106121 Hash: e11e26a26c3195042709f1c53297ff0ee32afb9250cee9144746a30ed82ac770
106122 Copyright: 
106123 License: 
106124 Licence_Text: 
106125 #Header: 
106126 ##!/bin/sh
106127 #
106128 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
106129 #: ${LOCALE_FR=fr_FR}
106130 #if test $LOCALE_FR = none; then
106131 #  if test -f /usr/bin/localedef; then
106132 #    echo "Skipping test: no traditional french locale is installed"
106133 #  else
106134 #    echo "Skipping test: no traditional french locale is supported"
106135 #  fi
106136 #  exit 77
106137 #fi
106138 #
106139 #LC_ALL=$LOCALE_FR \
106140 #./test-ulc-casecmp${EXEEXT} 1
106141
106142 File: ./tests/unicase/test-ulc-casecmp2.sh
106143 Hash: c5f5915062ac34dd725d099fa932f794f216eb1ba89a42b3c10f1c017f83e698
106144 Copyright: 
106145 License: 
106146 Licence_Text: 
106147 #Header: 
106148 ##!/bin/sh
106149 #
106150 ## Test whether a specific UTF-8 locale is installed.
106151 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
106152 #if test $LOCALE_FR_UTF8 = none; then
106153 #  if test -f /usr/bin/localedef; then
106154 #    echo "Skipping test: no french Unicode locale is installed"
106155 #  else
106156 #    echo "Skipping test: no french Unicode locale is supported"
106157 #  fi
106158 #  exit 77
106159 #fi
106160 #
106161 #LC_ALL=$LOCALE_FR_UTF8 \
106162 #./test-ulc-casecmp${EXEEXT} 2
106163
106164 File: ./tests/unicase/test-ulc-casecoll.c
106165 Hash: 4889e501871ae3a0ada5fb5a8099116bbf289c47ced06d26b7d1bcb98f805e51
106166 Copyright: 2009 Free Software Foundation, Inc
106167 License: GPL-3+ 
106168 Licence_Text: 
106169 #Header: 
106170 #/* Test of locale dependent, case and normalization insensitive comparison of
106171 #   strings.
106172 #   Copyright (C) 2009 Free Software Foundation, Inc.
106173 #
106174 #   This program is free software: you can redistribute it and/or modify
106175 #   it under the terms of the GNU General Public License as published by
106176 #   the Free Software Foundation; either version 3 of the License, or
106177 #   (at your option) any later version.
106178 #
106179 #   This program is distributed in the hope that it will be useful,
106180 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106181 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106182 #   GNU General Public License for more details.
106183 #
106184 #   You should have received a copy of the GNU General Public License
106185
106186 File: ./tests/unicase/test-ulc-casecoll1.sh
106187 Hash: 60778acf09ad204d99a6e1e57b880e68d7f53c81bc1dc0473c865922ff99020b
106188 Copyright: 
106189 License: 
106190 Licence_Text: 
106191 #Header: 
106192 ##!/bin/sh
106193 #
106194 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
106195 #: ${LOCALE_FR=fr_FR}
106196 #if test $LOCALE_FR = none; then
106197 #  if test -f /usr/bin/localedef; then
106198 #    echo "Skipping test: no traditional french locale is installed"
106199 #  else
106200 #    echo "Skipping test: no traditional french locale is supported"
106201 #  fi
106202 #  exit 77
106203 #fi
106204 #
106205 #LC_ALL=$LOCALE_FR \
106206 #./test-ulc-casecoll${EXEEXT}
106207
106208 File: ./tests/unicase/test-ulc-casecoll2.sh
106209 Hash: 085a2bd9d34dba3e6eb2f389ff01804bfde543909a631b591f44799a8632ce0c
106210 Copyright: 
106211 License: 
106212 Licence_Text: 
106213 #Header: 
106214 ##!/bin/sh
106215 #
106216 ## Test whether a specific UTF-8 locale is installed.
106217 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
106218 #if test $LOCALE_FR_UTF8 = none; then
106219 #  if test -f /usr/bin/localedef; then
106220 #    echo "Skipping test: no french Unicode locale is installed"
106221 #  else
106222 #    echo "Skipping test: no french Unicode locale is supported"
106223 #  fi
106224 #  exit 77
106225 #fi
106226 #
106227 #LC_ALL=$LOCALE_FR_UTF8 \
106228 #./test-ulc-casecoll${EXEEXT}
106229
106230 File: ./tests/uniconv/test-u16-conv-from-enc.c
106231 Hash: 5334901c00ae1a449f18bb31d4c0c978f79a30d0cb6673480295af5a5ac067b1
106232 Copyright: 2007-2009 Free Software Foundation, Inc
106233 License: GPL-3+ 
106234 Licence_Text: 
106235 #Header: 
106236 #/* Test of conversion to UTF-16 from legacy encodings.
106237 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
106238 #
106239 #   This program is free software: you can redistribute it and/or modify
106240 #   it under the terms of the GNU General Public License as published by
106241 #   the Free Software Foundation; either version 3 of the License, or
106242 #   (at your option) any later version.
106243 #
106244 #   This program is distributed in the hope that it will be useful,
106245 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106246 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106247 #   GNU General Public License for more details.
106248 #
106249 #   You should have received a copy of the GNU General Public License
106250 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106251
106252 File: ./tests/uniconv/test-u16-conv-to-enc.c
106253 Hash: ee723fe33867bbe1788462de1e330317d6949f49144cabd6e8e38efca0d447cb
106254 Copyright: 2007-2009 Free Software Foundation, Inc
106255 License: GPL-3+ 
106256 Licence_Text: 
106257 #Header: 
106258 #/* Test of conversion from UTF-16 to legacy encodings.
106259 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
106260 #
106261 #   This program is free software: you can redistribute it and/or modify
106262 #   it under the terms of the GNU General Public License as published by
106263 #   the Free Software Foundation; either version 3 of the License, or
106264 #   (at your option) any later version.
106265 #
106266 #   This program is distributed in the hope that it will be useful,
106267 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106268 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106269 #   GNU General Public License for more details.
106270 #
106271 #   You should have received a copy of the GNU General Public License
106272 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106273
106274 File: ./tests/uniconv/test-u16-strconv-from-enc.c
106275 Hash: 5334901c00ae1a449f18bb31d4c0c978f79a30d0cb6673480295af5a5ac067b1
106276 Copyright: 2007-2009 Free Software Foundation, Inc
106277 License: GPL-3+ 
106278 Licence_Text: 
106279 #Header: 
106280 #/* Test of conversion to UTF-16 from legacy encodings.
106281 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
106282 #
106283 #   This program is free software: you can redistribute it and/or modify
106284 #   it under the terms of the GNU General Public License as published by
106285 #   the Free Software Foundation; either version 3 of the License, or
106286 #   (at your option) any later version.
106287 #
106288 #   This program is distributed in the hope that it will be useful,
106289 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106290 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106291 #   GNU General Public License for more details.
106292 #
106293 #   You should have received a copy of the GNU General Public License
106294 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106295
106296 File: ./tests/uniconv/test-u16-strconv-to-enc.c
106297 Hash: 7cc68dc5f7b4f76a27bf80ef26a988398dd0a4288934033f8e604467ebbbddc1
106298 Copyright: 2007-2008 Free Software Foundation, Inc
106299 License: GPL-3+ 
106300 Licence_Text: 
106301 #Header: 
106302 #/* Test of conversion from UTF-16 to legacy encodings.
106303 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
106304 #
106305 #   This program is free software: you can redistribute it and/or modify
106306 #   it under the terms of the GNU General Public License as published by
106307 #   the Free Software Foundation; either version 3 of the License, or
106308 #   (at your option) any later version.
106309 #
106310 #   This program is distributed in the hope that it will be useful,
106311 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106312 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106313 #   GNU General Public License for more details.
106314 #
106315 #   You should have received a copy of the GNU General Public License
106316 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106317
106318 File: ./tests/uniconv/test-u32-conv-from-enc.c
106319 Hash: d8df4ee62d144e51a363a58f8a7bc9b51372887757e6ae5f6e6c42c5b6a64ed9
106320 Copyright: 2007-2009 Free Software Foundation, Inc
106321 License: GPL-3+ 
106322 Licence_Text: 
106323 #Header: 
106324 #/* Test of conversion to UTF-32 from legacy encodings.
106325 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
106326 #
106327 #   This program is free software: you can redistribute it and/or modify
106328 #   it under the terms of the GNU General Public License as published by
106329 #   the Free Software Foundation; either version 3 of the License, or
106330 #   (at your option) any later version.
106331 #
106332 #   This program is distributed in the hope that it will be useful,
106333 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106334 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106335 #   GNU General Public License for more details.
106336 #
106337 #   You should have received a copy of the GNU General Public License
106338 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106339
106340 File: ./tests/uniconv/test-u32-conv-to-enc.c
106341 Hash: 9d55d78e2f579b4085948278faa02c153cf2889171a763786c40a320053fefb9
106342 Copyright: 2007-2009 Free Software Foundation, Inc
106343 License: GPL-3+ 
106344 Licence_Text: 
106345 #Header: 
106346 #/* Test of conversion from UTF-32 to legacy encodings.
106347 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
106348 #
106349 #   This program is free software: you can redistribute it and/or modify
106350 #   it under the terms of the GNU General Public License as published by
106351 #   the Free Software Foundation; either version 3 of the License, or
106352 #   (at your option) any later version.
106353 #
106354 #   This program is distributed in the hope that it will be useful,
106355 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106356 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106357 #   GNU General Public License for more details.
106358 #
106359 #   You should have received a copy of the GNU General Public License
106360 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106361
106362 File: ./tests/uniconv/test-u32-strconv-from-enc.c
106363 Hash: d8df4ee62d144e51a363a58f8a7bc9b51372887757e6ae5f6e6c42c5b6a64ed9
106364 Copyright: 2007-2009 Free Software Foundation, Inc
106365 License: GPL-3+ 
106366 Licence_Text: 
106367 #Header: 
106368 #/* Test of conversion to UTF-32 from legacy encodings.
106369 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
106370 #
106371 #   This program is free software: you can redistribute it and/or modify
106372 #   it under the terms of the GNU General Public License as published by
106373 #   the Free Software Foundation; either version 3 of the License, or
106374 #   (at your option) any later version.
106375 #
106376 #   This program is distributed in the hope that it will be useful,
106377 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106378 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106379 #   GNU General Public License for more details.
106380 #
106381 #   You should have received a copy of the GNU General Public License
106382 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106383
106384 File: ./tests/uniconv/test-u32-strconv-to-enc.c
106385 Hash: f046bf7ce16400906bfb439be832a1e91647af489a78820eb57d0b4ca94f0810
106386 Copyright: 2007-2008 Free Software Foundation, Inc
106387 License: GPL-3+ 
106388 Licence_Text: 
106389 #Header: 
106390 #/* Test of conversion from UTF-32 to legacy encodings.
106391 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
106392 #
106393 #   This program is free software: you can redistribute it and/or modify
106394 #   it under the terms of the GNU General Public License as published by
106395 #   the Free Software Foundation; either version 3 of the License, or
106396 #   (at your option) any later version.
106397 #
106398 #   This program is distributed in the hope that it will be useful,
106399 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106400 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106401 #   GNU General Public License for more details.
106402 #
106403 #   You should have received a copy of the GNU General Public License
106404 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106405
106406 File: ./tests/uniconv/test-u8-conv-from-enc.c
106407 Hash: 50fbf2a5ca6fa1aa3e8ed9121d28fdaafdeb1fdbcd58cc280fb64f76dc481401
106408 Copyright: 2007-2009 Free Software Foundation, Inc
106409 License: GPL-3+ 
106410 Licence_Text: 
106411 #Header: 
106412 #/* Test of conversion to UTF-8 from legacy encodings.
106413 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
106414 #
106415 #   This program is free software: you can redistribute it and/or modify
106416 #   it under the terms of the GNU General Public License as published by
106417 #   the Free Software Foundation; either version 3 of the License, or
106418 #   (at your option) any later version.
106419 #
106420 #   This program is distributed in the hope that it will be useful,
106421 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106422 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106423 #   GNU General Public License for more details.
106424 #
106425 #   You should have received a copy of the GNU General Public License
106426 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106427
106428 File: ./tests/uniconv/test-u8-conv-to-enc.c
106429 Hash: b699c5da15c5e1fdb4bf45482b3895de5a4bdf4febbf595cfe241f5eca8d335a
106430 Copyright: 2007-2009 Free Software Foundation, Inc
106431 License: GPL-3+ 
106432 Licence_Text: 
106433 #Header: 
106434 #/* Test of conversion from UTF-8 to legacy encodings.
106435 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
106436 #
106437 #   This program is free software: you can redistribute it and/or modify
106438 #   it under the terms of the GNU General Public License as published by
106439 #   the Free Software Foundation; either version 3 of the License, or
106440 #   (at your option) any later version.
106441 #
106442 #   This program is distributed in the hope that it will be useful,
106443 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106444 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106445 #   GNU General Public License for more details.
106446 #
106447 #   You should have received a copy of the GNU General Public License
106448 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106449
106450 File: ./tests/uniconv/test-u8-strconv-from-enc.c
106451 Hash: 50fbf2a5ca6fa1aa3e8ed9121d28fdaafdeb1fdbcd58cc280fb64f76dc481401
106452 Copyright: 2007-2009 Free Software Foundation, Inc
106453 License: GPL-3+ 
106454 Licence_Text: 
106455 #Header: 
106456 #/* Test of conversion to UTF-8 from legacy encodings.
106457 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
106458 #
106459 #   This program is free software: you can redistribute it and/or modify
106460 #   it under the terms of the GNU General Public License as published by
106461 #   the Free Software Foundation; either version 3 of the License, or
106462 #   (at your option) any later version.
106463 #
106464 #   This program is distributed in the hope that it will be useful,
106465 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106466 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106467 #   GNU General Public License for more details.
106468 #
106469 #   You should have received a copy of the GNU General Public License
106470 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106471
106472 File: ./tests/uniconv/test-u8-strconv-to-enc.c
106473 Hash: 92b274f28c6b1980e1ffc2bce550639bea47dd069072090dfbbf3db06ee6ab96
106474 Copyright: 2007-2008 Free Software Foundation, Inc
106475 License: GPL-3+ 
106476 Licence_Text: 
106477 #Header: 
106478 #/* Test of conversion from UTF-8 to legacy encodings.
106479 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
106480 #
106481 #   This program is free software: you can redistribute it and/or modify
106482 #   it under the terms of the GNU General Public License as published by
106483 #   the Free Software Foundation; either version 3 of the License, or
106484 #   (at your option) any later version.
106485 #
106486 #   This program is distributed in the hope that it will be useful,
106487 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106488 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106489 #   GNU General Public License for more details.
106490 #
106491 #   You should have received a copy of the GNU General Public License
106492 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106493
106494 File: ./tests/unictype/test-bidi_byname.c
106495 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
106496 Copyright: 2007-2008 Free Software Foundation, Inc
106497 License: GPL-3+ 
106498 Licence_Text: 
106499 #Header: 
106500 #/* Test the Unicode character type functions.
106501 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
106502 #
106503 #   This program is free software: you can redistribute it and/or modify
106504 #   it under the terms of the GNU General Public License as published by
106505 #   the Free Software Foundation; either version 3 of the License, or
106506 #   (at your option) any later version.
106507 #
106508 #   This program is distributed in the hope that it will be useful,
106509 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106510 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106511 #   GNU General Public License for more details.
106512 #
106513 #   You should have received a copy of the GNU General Public License
106514 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106515
106516 File: ./tests/unictype/test-bidi_name.c
106517 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
106518 Copyright: 2007-2008 Free Software Foundation, Inc
106519 License: GPL-3+ 
106520 Licence_Text: 
106521 #Header: 
106522 #/* Test the Unicode character type functions.
106523 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
106524 #
106525 #   This program is free software: you can redistribute it and/or modify
106526 #   it under the terms of the GNU General Public License as published by
106527 #   the Free Software Foundation; either version 3 of the License, or
106528 #   (at your option) any later version.
106529 #
106530 #   This program is distributed in the hope that it will be useful,
106531 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106532 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106533 #   GNU General Public License for more details.
106534 #
106535 #   You should have received a copy of the GNU General Public License
106536 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106537
106538 File: ./tests/unictype/test-bidi_of.c
106539 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
106540 Copyright: 2007-2008 Free Software Foundation, Inc
106541 License: GPL-3+ 
106542 Licence_Text: 
106543 #Header: 
106544 #/* Test the Unicode character type functions.
106545 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
106546 #
106547 #   This program is free software: you can redistribute it and/or modify
106548 #   it under the terms of the GNU General Public License as published by
106549 #   the Free Software Foundation; either version 3 of the License, or
106550 #   (at your option) any later version.
106551 #
106552 #   This program is distributed in the hope that it will be useful,
106553 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106554 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106555 #   GNU General Public License for more details.
106556 #
106557 #   You should have received a copy of the GNU General Public License
106558 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106559
106560 File: ./tests/unictype/test-bidi_test.c
106561 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
106562 Copyright: 2007-2008 Free Software Foundation, Inc
106563 License: GPL-3+ 
106564 Licence_Text: 
106565 #Header: 
106566 #/* Test the Unicode character type functions.
106567 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
106568 #
106569 #   This program is free software: you can redistribute it and/or modify
106570 #   it under the terms of the GNU General Public License as published by
106571 #   the Free Software Foundation; either version 3 of the License, or
106572 #   (at your option) any later version.
106573 #
106574 #   This program is distributed in the hope that it will be useful,
106575 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106576 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106577 #   GNU General Public License for more details.
106578 #
106579 #   You should have received a copy of the GNU General Public License
106580 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106581
106582 File: ./tests/unictype/test-block_list.c
106583 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
106584 Copyright: 2007-2008 Free Software Foundation, Inc
106585 License: GPL-3+ 
106586 Licence_Text: 
106587 #Header: 
106588 #/* Test the Unicode character type functions.
106589 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
106590 #
106591 #   This program is free software: you can redistribute it and/or modify
106592 #   it under the terms of the GNU General Public License as published by
106593 #   the Free Software Foundation; either version 3 of the License, or
106594 #   (at your option) any later version.
106595 #
106596 #   This program is distributed in the hope that it will be useful,
106597 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106598 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106599 #   GNU General Public License for more details.
106600 #
106601 #   You should have received a copy of the GNU General Public License
106602 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106603
106604 File: ./tests/unictype/test-block_of.c
106605 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
106606 Copyright: 2007-2008 Free Software Foundation, Inc
106607 License: GPL-3+ 
106608 Licence_Text: 
106609 #Header: 
106610 #/* Test the Unicode character type functions.
106611 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
106612 #
106613 #   This program is free software: you can redistribute it and/or modify
106614 #   it under the terms of the GNU General Public License as published by
106615 #   the Free Software Foundation; either version 3 of the License, or
106616 #   (at your option) any later version.
106617 #
106618 #   This program is distributed in the hope that it will be useful,
106619 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106620 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106621 #   GNU General Public License for more details.
106622 #
106623 #   You should have received a copy of the GNU General Public License
106624 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106625
106626 File: ./tests/unictype/test-block_test.c
106627 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
106628 Copyright: 2007-2008 Free Software Foundation, Inc
106629 License: GPL-3+ 
106630 Licence_Text: 
106631 #Header: 
106632 #/* Test the Unicode character type functions.
106633 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
106634 #
106635 #   This program is free software: you can redistribute it and/or modify
106636 #   it under the terms of the GNU General Public License as published by
106637 #   the Free Software Foundation; either version 3 of the License, or
106638 #   (at your option) any later version.
106639 #
106640 #   This program is distributed in the hope that it will be useful,
106641 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106642 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106643 #   GNU General Public License for more details.
106644 #
106645 #   You should have received a copy of the GNU General Public License
106646 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
106647
106648 File: ./tests/unictype/test-categ_C.c
106649 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106650 Copyright: 2007 Free Software Foundation, Inc
106651 License: GPL-3+ GENERATED FILE
106652 Licence_Text: 
106653 #Header: 
106654 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106655 #/* Test the Unicode character type functions.
106656 #   Copyright (C) 2007 Free Software Foundation, Inc.
106657 #
106658 #   This program is free software: you can redistribute it and/or modify
106659 #   it under the terms of the GNU General Public License as published by
106660 #   the Free Software Foundation; either version 3 of the License, or
106661 #   (at your option) any later version.
106662 #
106663 #   This program is distributed in the hope that it will be useful,
106664 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106665 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106666 #   GNU General Public License for more details.
106667 #
106668 #   You should have received a copy of the GNU General Public License
106669
106670 File: ./tests/unictype/test-categ_Cc.c
106671 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106672 Copyright: uc_is_general_category (c, UC_CATEGORY_Cc) / 2007 Free Software Foundation, Inc
106673 License: GPL-3+ GENERATED FILE
106674 Licence_Text: 
106675 #Header: 
106676 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106677 #/* Test the Unicode character type functions.
106678 #   Copyright (C) 2007 Free Software Foundation, Inc.
106679 #
106680 #   This program is free software: you can redistribute it and/or modify
106681 #   it under the terms of the GNU General Public License as published by
106682 #   the Free Software Foundation; either version 3 of the License, or
106683 #   (at your option) any later version.
106684 #
106685 #   This program is distributed in the hope that it will be useful,
106686 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106687 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106688 #   GNU General Public License for more details.
106689 #
106690 #   You should have received a copy of the GNU General Public License
106691
106692 File: ./tests/unictype/test-categ_Cf.c
106693 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106694 Copyright: uc_is_general_category (c, UC_CATEGORY_Cf) / 2007 Free Software Foundation, Inc
106695 License: GPL-3+ GENERATED FILE
106696 Licence_Text: 
106697 #Header: 
106698 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106699 #/* Test the Unicode character type functions.
106700 #   Copyright (C) 2007 Free Software Foundation, Inc.
106701 #
106702 #   This program is free software: you can redistribute it and/or modify
106703 #   it under the terms of the GNU General Public License as published by
106704 #   the Free Software Foundation; either version 3 of the License, or
106705 #   (at your option) any later version.
106706 #
106707 #   This program is distributed in the hope that it will be useful,
106708 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106709 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106710 #   GNU General Public License for more details.
106711 #
106712 #   You should have received a copy of the GNU General Public License
106713
106714 File: ./tests/unictype/test-categ_Cn.c
106715 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106716 Copyright: 2007 Free Software Foundation, Inc
106717 License: GPL-3+ GENERATED FILE
106718 Licence_Text: 
106719 #Header: 
106720 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106721 #/* Test the Unicode character type functions.
106722 #   Copyright (C) 2007 Free Software Foundation, Inc.
106723 #
106724 #   This program is free software: you can redistribute it and/or modify
106725 #   it under the terms of the GNU General Public License as published by
106726 #   the Free Software Foundation; either version 3 of the License, or
106727 #   (at your option) any later version.
106728 #
106729 #   This program is distributed in the hope that it will be useful,
106730 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106731 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106732 #   GNU General Public License for more details.
106733 #
106734 #   You should have received a copy of the GNU General Public License
106735
106736 File: ./tests/unictype/test-categ_Co.c
106737 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106738 Copyright: uc_is_general_category (c, UC_CATEGORY_Co) / 2007 Free Software Foundation, Inc
106739 License: GPL-3+ GENERATED FILE
106740 Licence_Text: 
106741 #Header: 
106742 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106743 #/* Test the Unicode character type functions.
106744 #   Copyright (C) 2007 Free Software Foundation, Inc.
106745 #
106746 #   This program is free software: you can redistribute it and/or modify
106747 #   it under the terms of the GNU General Public License as published by
106748 #   the Free Software Foundation; either version 3 of the License, or
106749 #   (at your option) any later version.
106750 #
106751 #   This program is distributed in the hope that it will be useful,
106752 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106753 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106754 #   GNU General Public License for more details.
106755 #
106756 #   You should have received a copy of the GNU General Public License
106757
106758 File: ./tests/unictype/test-categ_Cs.c
106759 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106760 Copyright: uc_is_general_category (c, UC_CATEGORY_Cs) / 2007 Free Software Foundation, Inc
106761 License: GPL-3+ GENERATED FILE
106762 Licence_Text: 
106763 #Header: 
106764 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106765 #/* Test the Unicode character type functions.
106766 #   Copyright (C) 2007 Free Software Foundation, Inc.
106767 #
106768 #   This program is free software: you can redistribute it and/or modify
106769 #   it under the terms of the GNU General Public License as published by
106770 #   the Free Software Foundation; either version 3 of the License, or
106771 #   (at your option) any later version.
106772 #
106773 #   This program is distributed in the hope that it will be useful,
106774 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106775 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106776 #   GNU General Public License for more details.
106777 #
106778 #   You should have received a copy of the GNU General Public License
106779
106780 File: ./tests/unictype/test-categ_L.c
106781 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106782 Copyright: 2007 Free Software Foundation, Inc
106783 License: GPL-3+ GENERATED FILE
106784 Licence_Text: 
106785 #Header: 
106786 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106787 #/* Test the Unicode character type functions.
106788 #   Copyright (C) 2007 Free Software Foundation, Inc.
106789 #
106790 #   This program is free software: you can redistribute it and/or modify
106791 #   it under the terms of the GNU General Public License as published by
106792 #   the Free Software Foundation; either version 3 of the License, or
106793 #   (at your option) any later version.
106794 #
106795 #   This program is distributed in the hope that it will be useful,
106796 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106797 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106798 #   GNU General Public License for more details.
106799 #
106800 #   You should have received a copy of the GNU General Public License
106801
106802 File: ./tests/unictype/test-categ_Ll.c
106803 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106804 Copyright: 2007 Free Software Foundation, Inc
106805 License: GPL-3+ GENERATED FILE
106806 Licence_Text: 
106807 #Header: 
106808 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106809 #/* Test the Unicode character type functions.
106810 #   Copyright (C) 2007 Free Software Foundation, Inc.
106811 #
106812 #   This program is free software: you can redistribute it and/or modify
106813 #   it under the terms of the GNU General Public License as published by
106814 #   the Free Software Foundation; either version 3 of the License, or
106815 #   (at your option) any later version.
106816 #
106817 #   This program is distributed in the hope that it will be useful,
106818 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106819 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106820 #   GNU General Public License for more details.
106821 #
106822 #   You should have received a copy of the GNU General Public License
106823
106824 File: ./tests/unictype/test-categ_Lm.c
106825 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106826 Copyright: uc_is_general_category (c, UC_CATEGORY_Lm) / 2007 Free Software Foundation, Inc
106827 License: GPL-3+ GENERATED FILE
106828 Licence_Text: 
106829 #Header: 
106830 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106831 #/* Test the Unicode character type functions.
106832 #   Copyright (C) 2007 Free Software Foundation, Inc.
106833 #
106834 #   This program is free software: you can redistribute it and/or modify
106835 #   it under the terms of the GNU General Public License as published by
106836 #   the Free Software Foundation; either version 3 of the License, or
106837 #   (at your option) any later version.
106838 #
106839 #   This program is distributed in the hope that it will be useful,
106840 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106841 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106842 #   GNU General Public License for more details.
106843 #
106844 #   You should have received a copy of the GNU General Public License
106845
106846 File: ./tests/unictype/test-categ_Lo.c
106847 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106848 Copyright: 2007 Free Software Foundation, Inc
106849 License: GPL-3+ GENERATED FILE
106850 Licence_Text: 
106851 #Header: 
106852 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106853 #/* Test the Unicode character type functions.
106854 #   Copyright (C) 2007 Free Software Foundation, Inc.
106855 #
106856 #   This program is free software: you can redistribute it and/or modify
106857 #   it under the terms of the GNU General Public License as published by
106858 #   the Free Software Foundation; either version 3 of the License, or
106859 #   (at your option) any later version.
106860 #
106861 #   This program is distributed in the hope that it will be useful,
106862 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106863 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106864 #   GNU General Public License for more details.
106865 #
106866 #   You should have received a copy of the GNU General Public License
106867
106868 File: ./tests/unictype/test-categ_Lt.c
106869 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106870 Copyright: uc_is_general_category (c, UC_CATEGORY_Lt) / 2007 Free Software Foundation, Inc
106871 License: GPL-3+ GENERATED FILE
106872 Licence_Text: 
106873 #Header: 
106874 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106875 #/* Test the Unicode character type functions.
106876 #   Copyright (C) 2007 Free Software Foundation, Inc.
106877 #
106878 #   This program is free software: you can redistribute it and/or modify
106879 #   it under the terms of the GNU General Public License as published by
106880 #   the Free Software Foundation; either version 3 of the License, or
106881 #   (at your option) any later version.
106882 #
106883 #   This program is distributed in the hope that it will be useful,
106884 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106885 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106886 #   GNU General Public License for more details.
106887 #
106888 #   You should have received a copy of the GNU General Public License
106889
106890 File: ./tests/unictype/test-categ_Lu.c
106891 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106892 Copyright: 2007 Free Software Foundation, Inc
106893 License: GPL-3+ GENERATED FILE
106894 Licence_Text: 
106895 #Header: 
106896 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106897 #/* Test the Unicode character type functions.
106898 #   Copyright (C) 2007 Free Software Foundation, Inc.
106899 #
106900 #   This program is free software: you can redistribute it and/or modify
106901 #   it under the terms of the GNU General Public License as published by
106902 #   the Free Software Foundation; either version 3 of the License, or
106903 #   (at your option) any later version.
106904 #
106905 #   This program is distributed in the hope that it will be useful,
106906 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106907 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106908 #   GNU General Public License for more details.
106909 #
106910 #   You should have received a copy of the GNU General Public License
106911
106912 File: ./tests/unictype/test-categ_M.c
106913 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106914 Copyright: 2007 Free Software Foundation, Inc
106915 License: GPL-3+ GENERATED FILE
106916 Licence_Text: 
106917 #Header: 
106918 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106919 #/* Test the Unicode character type functions.
106920 #   Copyright (C) 2007 Free Software Foundation, Inc.
106921 #
106922 #   This program is free software: you can redistribute it and/or modify
106923 #   it under the terms of the GNU General Public License as published by
106924 #   the Free Software Foundation; either version 3 of the License, or
106925 #   (at your option) any later version.
106926 #
106927 #   This program is distributed in the hope that it will be useful,
106928 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106929 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106930 #   GNU General Public License for more details.
106931 #
106932 #   You should have received a copy of the GNU General Public License
106933
106934 File: ./tests/unictype/test-categ_Mc.c
106935 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106936 Copyright: 2007 Free Software Foundation, Inc
106937 License: GPL-3+ GENERATED FILE
106938 Licence_Text: 
106939 #Header: 
106940 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106941 #/* Test the Unicode character type functions.
106942 #   Copyright (C) 2007 Free Software Foundation, Inc.
106943 #
106944 #   This program is free software: you can redistribute it and/or modify
106945 #   it under the terms of the GNU General Public License as published by
106946 #   the Free Software Foundation; either version 3 of the License, or
106947 #   (at your option) any later version.
106948 #
106949 #   This program is distributed in the hope that it will be useful,
106950 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106951 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106952 #   GNU General Public License for more details.
106953 #
106954 #   You should have received a copy of the GNU General Public License
106955
106956 File: ./tests/unictype/test-categ_Me.c
106957 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106958 Copyright: 2007 Free Software Foundation, Inc / uc_is_general_category (c, UC_CATEGORY_Me)
106959 License: GPL-3+ GENERATED FILE
106960 Licence_Text: 
106961 #Header: 
106962 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106963 #/* Test the Unicode character type functions.
106964 #   Copyright (C) 2007 Free Software Foundation, Inc.
106965 #
106966 #   This program is free software: you can redistribute it and/or modify
106967 #   it under the terms of the GNU General Public License as published by
106968 #   the Free Software Foundation; either version 3 of the License, or
106969 #   (at your option) any later version.
106970 #
106971 #   This program is distributed in the hope that it will be useful,
106972 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106973 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106974 #   GNU General Public License for more details.
106975 #
106976 #   You should have received a copy of the GNU General Public License
106977
106978 File: ./tests/unictype/test-categ_Mn.c
106979 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
106980 Copyright: 2007 Free Software Foundation, Inc
106981 License: GPL-3+ GENERATED FILE
106982 Licence_Text: 
106983 #Header: 
106984 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
106985 #/* Test the Unicode character type functions.
106986 #   Copyright (C) 2007 Free Software Foundation, Inc.
106987 #
106988 #   This program is free software: you can redistribute it and/or modify
106989 #   it under the terms of the GNU General Public License as published by
106990 #   the Free Software Foundation; either version 3 of the License, or
106991 #   (at your option) any later version.
106992 #
106993 #   This program is distributed in the hope that it will be useful,
106994 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
106995 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
106996 #   GNU General Public License for more details.
106997 #
106998 #   You should have received a copy of the GNU General Public License
106999
107000 File: ./tests/unictype/test-categ_N.c
107001 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107002 Copyright: 2007 Free Software Foundation, Inc
107003 License: GPL-3+ GENERATED FILE
107004 Licence_Text: 
107005 #Header: 
107006 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107007 #/* Test the Unicode character type functions.
107008 #   Copyright (C) 2007 Free Software Foundation, Inc.
107009 #
107010 #   This program is free software: you can redistribute it and/or modify
107011 #   it under the terms of the GNU General Public License as published by
107012 #   the Free Software Foundation; either version 3 of the License, or
107013 #   (at your option) any later version.
107014 #
107015 #   This program is distributed in the hope that it will be useful,
107016 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107017 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107018 #   GNU General Public License for more details.
107019 #
107020 #   You should have received a copy of the GNU General Public License
107021
107022 File: ./tests/unictype/test-categ_Nd.c
107023 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107024 Copyright: 2007 Free Software Foundation, Inc / uc_is_general_category (c, UC_CATEGORY_Nd)
107025 License: GPL-3+ GENERATED FILE
107026 Licence_Text: 
107027 #Header: 
107028 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107029 #/* Test the Unicode character type functions.
107030 #   Copyright (C) 2007 Free Software Foundation, Inc.
107031 #
107032 #   This program is free software: you can redistribute it and/or modify
107033 #   it under the terms of the GNU General Public License as published by
107034 #   the Free Software Foundation; either version 3 of the License, or
107035 #   (at your option) any later version.
107036 #
107037 #   This program is distributed in the hope that it will be useful,
107038 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107039 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107040 #   GNU General Public License for more details.
107041 #
107042 #   You should have received a copy of the GNU General Public License
107043
107044 File: ./tests/unictype/test-categ_Nl.c
107045 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107046 Copyright: uc_is_general_category (c, UC_CATEGORY_Nl) / 2007 Free Software Foundation, Inc
107047 License: GPL-3+ GENERATED FILE
107048 Licence_Text: 
107049 #Header: 
107050 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107051 #/* Test the Unicode character type functions.
107052 #   Copyright (C) 2007 Free Software Foundation, Inc.
107053 #
107054 #   This program is free software: you can redistribute it and/or modify
107055 #   it under the terms of the GNU General Public License as published by
107056 #   the Free Software Foundation; either version 3 of the License, or
107057 #   (at your option) any later version.
107058 #
107059 #   This program is distributed in the hope that it will be useful,
107060 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107061 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107062 #   GNU General Public License for more details.
107063 #
107064 #   You should have received a copy of the GNU General Public License
107065
107066 File: ./tests/unictype/test-categ_No.c
107067 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107068 Copyright: 2007 Free Software Foundation, Inc / uc_is_general_category (c, UC_CATEGORY_No)
107069 License: GPL-3+ GENERATED FILE
107070 Licence_Text: 
107071 #Header: 
107072 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107073 #/* Test the Unicode character type functions.
107074 #   Copyright (C) 2007 Free Software Foundation, Inc.
107075 #
107076 #   This program is free software: you can redistribute it and/or modify
107077 #   it under the terms of the GNU General Public License as published by
107078 #   the Free Software Foundation; either version 3 of the License, or
107079 #   (at your option) any later version.
107080 #
107081 #   This program is distributed in the hope that it will be useful,
107082 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107083 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107084 #   GNU General Public License for more details.
107085 #
107086 #   You should have received a copy of the GNU General Public License
107087
107088 File: ./tests/unictype/test-categ_P.c
107089 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107090 Copyright: 2007 Free Software Foundation, Inc
107091 License: GPL-3+ GENERATED FILE
107092 Licence_Text: 
107093 #Header: 
107094 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107095 #/* Test the Unicode character type functions.
107096 #   Copyright (C) 2007 Free Software Foundation, Inc.
107097 #
107098 #   This program is free software: you can redistribute it and/or modify
107099 #   it under the terms of the GNU General Public License as published by
107100 #   the Free Software Foundation; either version 3 of the License, or
107101 #   (at your option) any later version.
107102 #
107103 #   This program is distributed in the hope that it will be useful,
107104 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107105 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107106 #   GNU General Public License for more details.
107107 #
107108 #   You should have received a copy of the GNU General Public License
107109
107110 File: ./tests/unictype/test-categ_Pc.c
107111 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107112 Copyright: uc_is_general_category (c, UC_CATEGORY_Pc) / 2007 Free Software Foundation, Inc
107113 License: GPL-3+ GENERATED FILE
107114 Licence_Text: 
107115 #Header: 
107116 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107117 #/* Test the Unicode character type functions.
107118 #   Copyright (C) 2007 Free Software Foundation, Inc.
107119 #
107120 #   This program is free software: you can redistribute it and/or modify
107121 #   it under the terms of the GNU General Public License as published by
107122 #   the Free Software Foundation; either version 3 of the License, or
107123 #   (at your option) any later version.
107124 #
107125 #   This program is distributed in the hope that it will be useful,
107126 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107127 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107128 #   GNU General Public License for more details.
107129 #
107130 #   You should have received a copy of the GNU General Public License
107131
107132 File: ./tests/unictype/test-categ_Pd.c
107133 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107134 Copyright: 2007 Free Software Foundation, Inc / uc_is_general_category (c, UC_CATEGORY_Pd)
107135 License: GPL-3+ GENERATED FILE
107136 Licence_Text: 
107137 #Header: 
107138 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107139 #/* Test the Unicode character type functions.
107140 #   Copyright (C) 2007 Free Software Foundation, Inc.
107141 #
107142 #   This program is free software: you can redistribute it and/or modify
107143 #   it under the terms of the GNU General Public License as published by
107144 #   the Free Software Foundation; either version 3 of the License, or
107145 #   (at your option) any later version.
107146 #
107147 #   This program is distributed in the hope that it will be useful,
107148 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107149 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107150 #   GNU General Public License for more details.
107151 #
107152 #   You should have received a copy of the GNU General Public License
107153
107154 File: ./tests/unictype/test-categ_Pe.c
107155 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107156 Copyright: 2007 Free Software Foundation, Inc
107157 License: GPL-3+ GENERATED FILE
107158 Licence_Text: 
107159 #Header: 
107160 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107161 #/* Test the Unicode character type functions.
107162 #   Copyright (C) 2007 Free Software Foundation, Inc.
107163 #
107164 #   This program is free software: you can redistribute it and/or modify
107165 #   it under the terms of the GNU General Public License as published by
107166 #   the Free Software Foundation; either version 3 of the License, or
107167 #   (at your option) any later version.
107168 #
107169 #   This program is distributed in the hope that it will be useful,
107170 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107171 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107172 #   GNU General Public License for more details.
107173 #
107174 #   You should have received a copy of the GNU General Public License
107175
107176 File: ./tests/unictype/test-categ_Pf.c
107177 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107178 Copyright: 2007 Free Software Foundation, Inc / uc_is_general_category (c, UC_CATEGORY_Pf)
107179 License: GPL-3+ GENERATED FILE
107180 Licence_Text: 
107181 #Header: 
107182 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107183 #/* Test the Unicode character type functions.
107184 #   Copyright (C) 2007 Free Software Foundation, Inc.
107185 #
107186 #   This program is free software: you can redistribute it and/or modify
107187 #   it under the terms of the GNU General Public License as published by
107188 #   the Free Software Foundation; either version 3 of the License, or
107189 #   (at your option) any later version.
107190 #
107191 #   This program is distributed in the hope that it will be useful,
107192 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107193 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107194 #   GNU General Public License for more details.
107195 #
107196 #   You should have received a copy of the GNU General Public License
107197
107198 File: ./tests/unictype/test-categ_Pi.c
107199 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107200 Copyright: uc_is_general_category (c, UC_CATEGORY_Pi) / 2007 Free Software Foundation, Inc
107201 License: GPL-3+ GENERATED FILE
107202 Licence_Text: 
107203 #Header: 
107204 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107205 #/* Test the Unicode character type functions.
107206 #   Copyright (C) 2007 Free Software Foundation, Inc.
107207 #
107208 #   This program is free software: you can redistribute it and/or modify
107209 #   it under the terms of the GNU General Public License as published by
107210 #   the Free Software Foundation; either version 3 of the License, or
107211 #   (at your option) any later version.
107212 #
107213 #   This program is distributed in the hope that it will be useful,
107214 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107215 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107216 #   GNU General Public License for more details.
107217 #
107218 #   You should have received a copy of the GNU General Public License
107219
107220 File: ./tests/unictype/test-categ_Po.c
107221 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107222 Copyright: 2007 Free Software Foundation, Inc
107223 License: GPL-3+ GENERATED FILE
107224 Licence_Text: 
107225 #Header: 
107226 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107227 #/* Test the Unicode character type functions.
107228 #   Copyright (C) 2007 Free Software Foundation, Inc.
107229 #
107230 #   This program is free software: you can redistribute it and/or modify
107231 #   it under the terms of the GNU General Public License as published by
107232 #   the Free Software Foundation; either version 3 of the License, or
107233 #   (at your option) any later version.
107234 #
107235 #   This program is distributed in the hope that it will be useful,
107236 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107237 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107238 #   GNU General Public License for more details.
107239 #
107240 #   You should have received a copy of the GNU General Public License
107241
107242 File: ./tests/unictype/test-categ_Ps.c
107243 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107244 Copyright: 2007 Free Software Foundation, Inc
107245 License: GPL-3+ GENERATED FILE
107246 Licence_Text: 
107247 #Header: 
107248 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107249 #/* Test the Unicode character type functions.
107250 #   Copyright (C) 2007 Free Software Foundation, Inc.
107251 #
107252 #   This program is free software: you can redistribute it and/or modify
107253 #   it under the terms of the GNU General Public License as published by
107254 #   the Free Software Foundation; either version 3 of the License, or
107255 #   (at your option) any later version.
107256 #
107257 #   This program is distributed in the hope that it will be useful,
107258 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107259 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107260 #   GNU General Public License for more details.
107261 #
107262 #   You should have received a copy of the GNU General Public License
107263
107264 File: ./tests/unictype/test-categ_S.c
107265 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107266 Copyright: 2007 Free Software Foundation, Inc
107267 License: GPL-3+ GENERATED FILE
107268 Licence_Text: 
107269 #Header: 
107270 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107271 #/* Test the Unicode character type functions.
107272 #   Copyright (C) 2007 Free Software Foundation, Inc.
107273 #
107274 #   This program is free software: you can redistribute it and/or modify
107275 #   it under the terms of the GNU General Public License as published by
107276 #   the Free Software Foundation; either version 3 of the License, or
107277 #   (at your option) any later version.
107278 #
107279 #   This program is distributed in the hope that it will be useful,
107280 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107281 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107282 #   GNU General Public License for more details.
107283 #
107284 #   You should have received a copy of the GNU General Public License
107285
107286 File: ./tests/unictype/test-categ_Sc.c
107287 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107288 Copyright: 2007 Free Software Foundation, Inc / uc_is_general_category (c, UC_CATEGORY_Sc)
107289 License: GPL-3+ GENERATED FILE
107290 Licence_Text: 
107291 #Header: 
107292 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107293 #/* Test the Unicode character type functions.
107294 #   Copyright (C) 2007 Free Software Foundation, Inc.
107295 #
107296 #   This program is free software: you can redistribute it and/or modify
107297 #   it under the terms of the GNU General Public License as published by
107298 #   the Free Software Foundation; either version 3 of the License, or
107299 #   (at your option) any later version.
107300 #
107301 #   This program is distributed in the hope that it will be useful,
107302 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107303 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107304 #   GNU General Public License for more details.
107305 #
107306 #   You should have received a copy of the GNU General Public License
107307
107308 File: ./tests/unictype/test-categ_Sk.c
107309 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107310 Copyright: uc_is_general_category (c, UC_CATEGORY_Sk) / 2007 Free Software Foundation, Inc
107311 License: GPL-3+ GENERATED FILE
107312 Licence_Text: 
107313 #Header: 
107314 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107315 #/* Test the Unicode character type functions.
107316 #   Copyright (C) 2007 Free Software Foundation, Inc.
107317 #
107318 #   This program is free software: you can redistribute it and/or modify
107319 #   it under the terms of the GNU General Public License as published by
107320 #   the Free Software Foundation; either version 3 of the License, or
107321 #   (at your option) any later version.
107322 #
107323 #   This program is distributed in the hope that it will be useful,
107324 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107325 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107326 #   GNU General Public License for more details.
107327 #
107328 #   You should have received a copy of the GNU General Public License
107329
107330 File: ./tests/unictype/test-categ_Sm.c
107331 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107332 Copyright: 2007 Free Software Foundation, Inc
107333 License: GPL-3+ GENERATED FILE
107334 Licence_Text: 
107335 #Header: 
107336 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107337 #/* Test the Unicode character type functions.
107338 #   Copyright (C) 2007 Free Software Foundation, Inc.
107339 #
107340 #   This program is free software: you can redistribute it and/or modify
107341 #   it under the terms of the GNU General Public License as published by
107342 #   the Free Software Foundation; either version 3 of the License, or
107343 #   (at your option) any later version.
107344 #
107345 #   This program is distributed in the hope that it will be useful,
107346 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107347 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107348 #   GNU General Public License for more details.
107349 #
107350 #   You should have received a copy of the GNU General Public License
107351
107352 File: ./tests/unictype/test-categ_So.c
107353 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107354 Copyright: 2007 Free Software Foundation, Inc
107355 License: GPL-3+ GENERATED FILE
107356 Licence_Text: 
107357 #Header: 
107358 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107359 #/* Test the Unicode character type functions.
107360 #   Copyright (C) 2007 Free Software Foundation, Inc.
107361 #
107362 #   This program is free software: you can redistribute it and/or modify
107363 #   it under the terms of the GNU General Public License as published by
107364 #   the Free Software Foundation; either version 3 of the License, or
107365 #   (at your option) any later version.
107366 #
107367 #   This program is distributed in the hope that it will be useful,
107368 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107369 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107370 #   GNU General Public License for more details.
107371 #
107372 #   You should have received a copy of the GNU General Public License
107373
107374 File: ./tests/unictype/test-categ_Z.c
107375 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107376 Copyright: uc_is_general_category (c, UC_CATEGORY_Z) / 2007 Free Software Foundation, Inc
107377 License: GPL-3+ GENERATED FILE
107378 Licence_Text: 
107379 #Header: 
107380 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107381 #/* Test the Unicode character type functions.
107382 #   Copyright (C) 2007 Free Software Foundation, Inc.
107383 #
107384 #   This program is free software: you can redistribute it and/or modify
107385 #   it under the terms of the GNU General Public License as published by
107386 #   the Free Software Foundation; either version 3 of the License, or
107387 #   (at your option) any later version.
107388 #
107389 #   This program is distributed in the hope that it will be useful,
107390 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107391 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107392 #   GNU General Public License for more details.
107393 #
107394 #   You should have received a copy of the GNU General Public License
107395
107396 File: ./tests/unictype/test-categ_Zl.c
107397 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107398 Copyright: 2007 Free Software Foundation, Inc / uc_is_general_category (c, UC_CATEGORY_Zl)
107399 License: GPL-3+ GENERATED FILE
107400 Licence_Text: 
107401 #Header: 
107402 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107403 #/* Test the Unicode character type functions.
107404 #   Copyright (C) 2007 Free Software Foundation, Inc.
107405 #
107406 #   This program is free software: you can redistribute it and/or modify
107407 #   it under the terms of the GNU General Public License as published by
107408 #   the Free Software Foundation; either version 3 of the License, or
107409 #   (at your option) any later version.
107410 #
107411 #   This program is distributed in the hope that it will be useful,
107412 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107413 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107414 #   GNU General Public License for more details.
107415 #
107416 #   You should have received a copy of the GNU General Public License
107417
107418 File: ./tests/unictype/test-categ_Zp.c
107419 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107420 Copyright: uc_is_general_category (c, UC_CATEGORY_Zp) / 2007 Free Software Foundation, Inc
107421 License: GPL-3+ GENERATED FILE
107422 Licence_Text: 
107423 #Header: 
107424 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107425 #/* Test the Unicode character type functions.
107426 #   Copyright (C) 2007 Free Software Foundation, Inc.
107427 #
107428 #   This program is free software: you can redistribute it and/or modify
107429 #   it under the terms of the GNU General Public License as published by
107430 #   the Free Software Foundation; either version 3 of the License, or
107431 #   (at your option) any later version.
107432 #
107433 #   This program is distributed in the hope that it will be useful,
107434 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107435 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107436 #   GNU General Public License for more details.
107437 #
107438 #   You should have received a copy of the GNU General Public License
107439
107440 File: ./tests/unictype/test-categ_Zs.c
107441 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107442 Copyright: uc_is_general_category (c, UC_CATEGORY_Zs) / 2007 Free Software Foundation, Inc
107443 License: GPL-3+ GENERATED FILE
107444 Licence_Text: 
107445 #Header: 
107446 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107447 #/* Test the Unicode character type functions.
107448 #   Copyright (C) 2007 Free Software Foundation, Inc.
107449 #
107450 #   This program is free software: you can redistribute it and/or modify
107451 #   it under the terms of the GNU General Public License as published by
107452 #   the Free Software Foundation; either version 3 of the License, or
107453 #   (at your option) any later version.
107454 #
107455 #   This program is distributed in the hope that it will be useful,
107456 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107457 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107458 #   GNU General Public License for more details.
107459 #
107460 #   You should have received a copy of the GNU General Public License
107461
107462 File: ./tests/unictype/test-categ_and.c
107463 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
107464 Copyright: 2007-2008 Free Software Foundation, Inc
107465 License: GPL-3+ 
107466 Licence_Text: 
107467 #Header: 
107468 #/* Test the Unicode character type functions.
107469 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
107470 #
107471 #   This program is free software: you can redistribute it and/or modify
107472 #   it under the terms of the GNU General Public License as published by
107473 #   the Free Software Foundation; either version 3 of the License, or
107474 #   (at your option) any later version.
107475 #
107476 #   This program is distributed in the hope that it will be useful,
107477 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107478 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107479 #   GNU General Public License for more details.
107480 #
107481 #   You should have received a copy of the GNU General Public License
107482 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
107483
107484 File: ./tests/unictype/test-categ_and_not.c
107485 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
107486 Copyright: 2007-2008 Free Software Foundation, Inc
107487 License: GPL-3+ 
107488 Licence_Text: 
107489 #Header: 
107490 #/* Test the Unicode character type functions.
107491 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
107492 #
107493 #   This program is free software: you can redistribute it and/or modify
107494 #   it under the terms of the GNU General Public License as published by
107495 #   the Free Software Foundation; either version 3 of the License, or
107496 #   (at your option) any later version.
107497 #
107498 #   This program is distributed in the hope that it will be useful,
107499 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107500 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107501 #   GNU General Public License for more details.
107502 #
107503 #   You should have received a copy of the GNU General Public License
107504 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
107505
107506 File: ./tests/unictype/test-categ_byname.c
107507 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
107508 Copyright: 2007-2008 Free Software Foundation, Inc
107509 License: GPL-3+ 
107510 Licence_Text: 
107511 #Header: 
107512 #/* Test the Unicode character type functions.
107513 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
107514 #
107515 #   This program is free software: you can redistribute it and/or modify
107516 #   it under the terms of the GNU General Public License as published by
107517 #   the Free Software Foundation; either version 3 of the License, or
107518 #   (at your option) any later version.
107519 #
107520 #   This program is distributed in the hope that it will be useful,
107521 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107522 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107523 #   GNU General Public License for more details.
107524 #
107525 #   You should have received a copy of the GNU General Public License
107526 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
107527
107528 File: ./tests/unictype/test-categ_name.c
107529 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
107530 Copyright: 2007-2008 Free Software Foundation, Inc
107531 License: GPL-3+ 
107532 Licence_Text: 
107533 #Header: 
107534 #/* Test the Unicode character type functions.
107535 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
107536 #
107537 #   This program is free software: you can redistribute it and/or modify
107538 #   it under the terms of the GNU General Public License as published by
107539 #   the Free Software Foundation; either version 3 of the License, or
107540 #   (at your option) any later version.
107541 #
107542 #   This program is distributed in the hope that it will be useful,
107543 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107544 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107545 #   GNU General Public License for more details.
107546 #
107547 #   You should have received a copy of the GNU General Public License
107548 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
107549
107550 File: ./tests/unictype/test-categ_none.c
107551 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
107552 Copyright: 2007-2008 Free Software Foundation, Inc
107553 License: GPL-3+ 
107554 Licence_Text: 
107555 #Header: 
107556 #/* Test the Unicode character type functions.
107557 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
107558 #
107559 #   This program is free software: you can redistribute it and/or modify
107560 #   it under the terms of the GNU General Public License as published by
107561 #   the Free Software Foundation; either version 3 of the License, or
107562 #   (at your option) any later version.
107563 #
107564 #   This program is distributed in the hope that it will be useful,
107565 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107566 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107567 #   GNU General Public License for more details.
107568 #
107569 #   You should have received a copy of the GNU General Public License
107570 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
107571
107572 File: ./tests/unictype/test-categ_of.c
107573 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
107574 Copyright: 2007-2008 Free Software Foundation, Inc
107575 License: GPL-3+ 
107576 Licence_Text: 
107577 #Header: 
107578 #/* Test the Unicode character type functions.
107579 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
107580 #
107581 #   This program is free software: you can redistribute it and/or modify
107582 #   it under the terms of the GNU General Public License as published by
107583 #   the Free Software Foundation; either version 3 of the License, or
107584 #   (at your option) any later version.
107585 #
107586 #   This program is distributed in the hope that it will be useful,
107587 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107588 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107589 #   GNU General Public License for more details.
107590 #
107591 #   You should have received a copy of the GNU General Public License
107592 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
107593
107594 File: ./tests/unictype/test-categ_or.c
107595 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
107596 Copyright: 2007-2008 Free Software Foundation, Inc
107597 License: GPL-3+ 
107598 Licence_Text: 
107599 #Header: 
107600 #/* Test the Unicode character type functions.
107601 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
107602 #
107603 #   This program is free software: you can redistribute it and/or modify
107604 #   it under the terms of the GNU General Public License as published by
107605 #   the Free Software Foundation; either version 3 of the License, or
107606 #   (at your option) any later version.
107607 #
107608 #   This program is distributed in the hope that it will be useful,
107609 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107610 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107611 #   GNU General Public License for more details.
107612 #
107613 #   You should have received a copy of the GNU General Public License
107614 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
107615
107616 File: ./tests/unictype/test-categ_test_withtable.c
107617 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
107618 Copyright: 2007-2008 Free Software Foundation, Inc
107619 License: GPL-3+ 
107620 Licence_Text: 
107621 #Header: 
107622 #/* Test the Unicode character type functions.
107623 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
107624 #
107625 #   This program is free software: you can redistribute it and/or modify
107626 #   it under the terms of the GNU General Public License as published by
107627 #   the Free Software Foundation; either version 3 of the License, or
107628 #   (at your option) any later version.
107629 #
107630 #   This program is distributed in the hope that it will be useful,
107631 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107632 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107633 #   GNU General Public License for more details.
107634 #
107635 #   You should have received a copy of the GNU General Public License
107636 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
107637
107638 File: ./tests/unictype/test-combining.c
107639 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
107640 Copyright: 2007-2008 Free Software Foundation, Inc
107641 License: GPL-3+ 
107642 Licence_Text: 
107643 #Header: 
107644 #/* Test the Unicode character type functions.
107645 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
107646 #
107647 #   This program is free software: you can redistribute it and/or modify
107648 #   it under the terms of the GNU General Public License as published by
107649 #   the Free Software Foundation; either version 3 of the License, or
107650 #   (at your option) any later version.
107651 #
107652 #   This program is distributed in the hope that it will be useful,
107653 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107654 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107655 #   GNU General Public License for more details.
107656 #
107657 #   You should have received a copy of the GNU General Public License
107658 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
107659
107660 File: ./tests/unictype/test-ctype_alnum.c
107661 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107662 Copyright: 2007 Free Software Foundation, Inc
107663 License: GPL-3+ GENERATED FILE
107664 Licence_Text: 
107665 #Header: 
107666 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107667 #/* Test the Unicode character type functions.
107668 #   Copyright (C) 2007 Free Software Foundation, Inc.
107669 #
107670 #   This program is free software: you can redistribute it and/or modify
107671 #   it under the terms of the GNU General Public License as published by
107672 #   the Free Software Foundation; either version 3 of the License, or
107673 #   (at your option) any later version.
107674 #
107675 #   This program is distributed in the hope that it will be useful,
107676 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107677 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107678 #   GNU General Public License for more details.
107679 #
107680 #   You should have received a copy of the GNU General Public License
107681
107682 File: ./tests/unictype/test-ctype_alpha.c
107683 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107684 Copyright: 2007 Free Software Foundation, Inc
107685 License: GPL-3+ GENERATED FILE
107686 Licence_Text: 
107687 #Header: 
107688 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107689 #/* Test the Unicode character type functions.
107690 #   Copyright (C) 2007 Free Software Foundation, Inc.
107691 #
107692 #   This program is free software: you can redistribute it and/or modify
107693 #   it under the terms of the GNU General Public License as published by
107694 #   the Free Software Foundation; either version 3 of the License, or
107695 #   (at your option) any later version.
107696 #
107697 #   This program is distributed in the hope that it will be useful,
107698 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107699 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107700 #   GNU General Public License for more details.
107701 #
107702 #   You should have received a copy of the GNU General Public License
107703
107704 File: ./tests/unictype/test-ctype_blank.c
107705 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107706 Copyright: 2007 Free Software Foundation, Inc / uc_is_blank 
107707 License: GPL-3+ GENERATED FILE
107708 Licence_Text: 
107709 #Header: 
107710 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107711 #/* Test the Unicode character type functions.
107712 #   Copyright (C) 2007 Free Software Foundation, Inc.
107713 #
107714 #   This program is free software: you can redistribute it and/or modify
107715 #   it under the terms of the GNU General Public License as published by
107716 #   the Free Software Foundation; either version 3 of the License, or
107717 #   (at your option) any later version.
107718 #
107719 #   This program is distributed in the hope that it will be useful,
107720 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107721 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107722 #   GNU General Public License for more details.
107723 #
107724 #   You should have received a copy of the GNU General Public License
107725
107726 File: ./tests/unictype/test-ctype_cntrl.c
107727 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107728 Copyright: 2007 Free Software Foundation, Inc / uc_is_cntrl 
107729 License: GPL-3+ GENERATED FILE
107730 Licence_Text: 
107731 #Header: 
107732 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107733 #/* Test the Unicode character type functions.
107734 #   Copyright (C) 2007 Free Software Foundation, Inc.
107735 #
107736 #   This program is free software: you can redistribute it and/or modify
107737 #   it under the terms of the GNU General Public License as published by
107738 #   the Free Software Foundation; either version 3 of the License, or
107739 #   (at your option) any later version.
107740 #
107741 #   This program is distributed in the hope that it will be useful,
107742 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107743 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107744 #   GNU General Public License for more details.
107745 #
107746 #   You should have received a copy of the GNU General Public License
107747
107748 File: ./tests/unictype/test-ctype_digit.c
107749 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107750 Copyright: 2007 Free Software Foundation, Inc / uc_is_digit 
107751 License: GPL-3+ GENERATED FILE
107752 Licence_Text: 
107753 #Header: 
107754 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107755 #/* Test the Unicode character type functions.
107756 #   Copyright (C) 2007 Free Software Foundation, Inc.
107757 #
107758 #   This program is free software: you can redistribute it and/or modify
107759 #   it under the terms of the GNU General Public License as published by
107760 #   the Free Software Foundation; either version 3 of the License, or
107761 #   (at your option) any later version.
107762 #
107763 #   This program is distributed in the hope that it will be useful,
107764 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107765 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107766 #   GNU General Public License for more details.
107767 #
107768 #   You should have received a copy of the GNU General Public License
107769
107770 File: ./tests/unictype/test-ctype_graph.c
107771 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107772 Copyright: 2007 Free Software Foundation, Inc
107773 License: GPL-3+ GENERATED FILE
107774 Licence_Text: 
107775 #Header: 
107776 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107777 #/* Test the Unicode character type functions.
107778 #   Copyright (C) 2007 Free Software Foundation, Inc.
107779 #
107780 #   This program is free software: you can redistribute it and/or modify
107781 #   it under the terms of the GNU General Public License as published by
107782 #   the Free Software Foundation; either version 3 of the License, or
107783 #   (at your option) any later version.
107784 #
107785 #   This program is distributed in the hope that it will be useful,
107786 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107787 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107788 #   GNU General Public License for more details.
107789 #
107790 #   You should have received a copy of the GNU General Public License
107791
107792 File: ./tests/unictype/test-ctype_lower.c
107793 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107794 Copyright: 2007 Free Software Foundation, Inc
107795 License: GPL-3+ GENERATED FILE
107796 Licence_Text: 
107797 #Header: 
107798 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107799 #/* Test the Unicode character type functions.
107800 #   Copyright (C) 2007 Free Software Foundation, Inc.
107801 #
107802 #   This program is free software: you can redistribute it and/or modify
107803 #   it under the terms of the GNU General Public License as published by
107804 #   the Free Software Foundation; either version 3 of the License, or
107805 #   (at your option) any later version.
107806 #
107807 #   This program is distributed in the hope that it will be useful,
107808 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107809 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107810 #   GNU General Public License for more details.
107811 #
107812 #   You should have received a copy of the GNU General Public License
107813
107814 File: ./tests/unictype/test-ctype_print.c
107815 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107816 Copyright: 2007 Free Software Foundation, Inc
107817 License: GPL-3+ GENERATED FILE
107818 Licence_Text: 
107819 #Header: 
107820 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107821 #/* Test the Unicode character type functions.
107822 #   Copyright (C) 2007 Free Software Foundation, Inc.
107823 #
107824 #   This program is free software: you can redistribute it and/or modify
107825 #   it under the terms of the GNU General Public License as published by
107826 #   the Free Software Foundation; either version 3 of the License, or
107827 #   (at your option) any later version.
107828 #
107829 #   This program is distributed in the hope that it will be useful,
107830 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107831 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107832 #   GNU General Public License for more details.
107833 #
107834 #   You should have received a copy of the GNU General Public License
107835
107836 File: ./tests/unictype/test-ctype_punct.c
107837 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107838 Copyright: 2007 Free Software Foundation, Inc
107839 License: GPL-3+ GENERATED FILE
107840 Licence_Text: 
107841 #Header: 
107842 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107843 #/* Test the Unicode character type functions.
107844 #   Copyright (C) 2007 Free Software Foundation, Inc.
107845 #
107846 #   This program is free software: you can redistribute it and/or modify
107847 #   it under the terms of the GNU General Public License as published by
107848 #   the Free Software Foundation; either version 3 of the License, or
107849 #   (at your option) any later version.
107850 #
107851 #   This program is distributed in the hope that it will be useful,
107852 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107853 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107854 #   GNU General Public License for more details.
107855 #
107856 #   You should have received a copy of the GNU General Public License
107857
107858 File: ./tests/unictype/test-ctype_space.c
107859 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107860 Copyright: 2007 Free Software Foundation, Inc / uc_is_space 
107861 License: GPL-3+ GENERATED FILE
107862 Licence_Text: 
107863 #Header: 
107864 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107865 #/* Test the Unicode character type functions.
107866 #   Copyright (C) 2007 Free Software Foundation, Inc.
107867 #
107868 #   This program is free software: you can redistribute it and/or modify
107869 #   it under the terms of the GNU General Public License as published by
107870 #   the Free Software Foundation; either version 3 of the License, or
107871 #   (at your option) any later version.
107872 #
107873 #   This program is distributed in the hope that it will be useful,
107874 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107875 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107876 #   GNU General Public License for more details.
107877 #
107878 #   You should have received a copy of the GNU General Public License
107879
107880 File: ./tests/unictype/test-ctype_upper.c
107881 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107882 Copyright: 2007 Free Software Foundation, Inc
107883 License: GPL-3+ GENERATED FILE
107884 Licence_Text: 
107885 #Header: 
107886 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107887 #/* Test the Unicode character type functions.
107888 #   Copyright (C) 2007 Free Software Foundation, Inc.
107889 #
107890 #   This program is free software: you can redistribute it and/or modify
107891 #   it under the terms of the GNU General Public License as published by
107892 #   the Free Software Foundation; either version 3 of the License, or
107893 #   (at your option) any later version.
107894 #
107895 #   This program is distributed in the hope that it will be useful,
107896 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107897 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107898 #   GNU General Public License for more details.
107899 #
107900 #   You should have received a copy of the GNU General Public License
107901
107902 File: ./tests/unictype/test-ctype_xdigit.c
107903 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
107904 Copyright: uc_is_xdigit  / 2007 Free Software Foundation, Inc
107905 License: GPL-3+ GENERATED FILE
107906 Licence_Text: 
107907 #Header: 
107908 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107909 #/* Test the Unicode character type functions.
107910 #   Copyright (C) 2007 Free Software Foundation, Inc.
107911 #
107912 #   This program is free software: you can redistribute it and/or modify
107913 #   it under the terms of the GNU General Public License as published by
107914 #   the Free Software Foundation; either version 3 of the License, or
107915 #   (at your option) any later version.
107916 #
107917 #   This program is distributed in the hope that it will be useful,
107918 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107919 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107920 #   GNU General Public License for more details.
107921 #
107922 #   You should have received a copy of the GNU General Public License
107923
107924 File: ./tests/unictype/test-decdigit.c
107925 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
107926 Copyright: == mapping[i].value); / == -1); / 2007-2008 Free Software Foundation, Inc
107927 License: GPL-3+ 
107928 Licence_Text: 
107929 #Header: 
107930 #/* Test the Unicode character type functions.
107931 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
107932 #
107933 #   This program is free software: you can redistribute it and/or modify
107934 #   it under the terms of the GNU General Public License as published by
107935 #   the Free Software Foundation; either version 3 of the License, or
107936 #   (at your option) any later version.
107937 #
107938 #   This program is distributed in the hope that it will be useful,
107939 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107940 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107941 #   GNU General Public License for more details.
107942 #
107943 #   You should have received a copy of the GNU General Public License
107944 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
107945
107946 File: ./tests/unictype/test-decdigit.h
107947 Hash: d15c2fbaf8a835d6cbc0c2da37cd84fba9905ba6199f021dd4def95e741aeb94
107948 Copyright: 
107949 License: 
107950 Licence_Text: 
107951 #Header: 
107952 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107953 #/* Decimal digit values of Unicode characters.  */
107954 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
107955 #    { 0x0030, 0 },
107956 #    { 0x0031, 1 },
107957 #    { 0x0032, 2 },
107958 #    { 0x0033, 3 },
107959 #    { 0x0034, 4 },
107960 #    { 0x0035, 5 },
107961 #    { 0x0036, 6 },
107962 #    { 0x0037, 7 },
107963 #    { 0x0038, 8 },
107964 #    { 0x0039, 9 },
107965 #    { 0x0660, 0 },
107966 #    { 0x0661, 1 },
107967
107968 File: ./tests/unictype/test-digit.c
107969 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
107970 Copyright: == mapping[i].value); / == -1); / 2007-2008 Free Software Foundation, Inc
107971 License: GPL-3+ 
107972 Licence_Text: 
107973 #Header: 
107974 #/* Test the Unicode character type functions.
107975 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
107976 #
107977 #   This program is free software: you can redistribute it and/or modify
107978 #   it under the terms of the GNU General Public License as published by
107979 #   the Free Software Foundation; either version 3 of the License, or
107980 #   (at your option) any later version.
107981 #
107982 #   This program is distributed in the hope that it will be useful,
107983 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
107984 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
107985 #   GNU General Public License for more details.
107986 #
107987 #   You should have received a copy of the GNU General Public License
107988 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
107989
107990 File: ./tests/unictype/test-digit.h
107991 Hash: 08530a09f8d458d98e4012b13ec2ab5df415027736aa50e44d5bce7643faffb1
107992 Copyright: 
107993 License: 
107994 Licence_Text: 
107995 #Header: 
107996 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
107997 #/* Digit values of Unicode characters.  */
107998 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
107999 #    { 0x0030, 0 },
108000 #    { 0x0031, 1 },
108001 #    { 0x0032, 2 },
108002 #    { 0x0033, 3 },
108003 #    { 0x0034, 4 },
108004 #    { 0x0035, 5 },
108005 #    { 0x0036, 6 },
108006 #    { 0x0037, 7 },
108007 #    { 0x0038, 8 },
108008 #    { 0x0039, 9 },
108009 #    { 0x00B2, 2 },
108010 #    { 0x00B3, 3 },
108011
108012 File: ./tests/unictype/test-mirror.c
108013 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
108014 Copyright: 2007-2008 Free Software Foundation, Inc
108015 License: GPL-3+ 
108016 Licence_Text: 
108017 #Header: 
108018 #/* Test the Unicode character type functions.
108019 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
108020 #
108021 #   This program is free software: you can redistribute it and/or modify
108022 #   it under the terms of the GNU General Public License as published by
108023 #   the Free Software Foundation; either version 3 of the License, or
108024 #   (at your option) any later version.
108025 #
108026 #   This program is distributed in the hope that it will be useful,
108027 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108028 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108029 #   GNU General Public License for more details.
108030 #
108031 #   You should have received a copy of the GNU General Public License
108032 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
108033
108034 File: ./tests/unictype/test-numeric.c
108035 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
108036 Copyright: 2007-2008 Free Software Foundation, Inc
108037 License: GPL-3+ 
108038 Licence_Text: 
108039 #Header: 
108040 #/* Test the Unicode character type functions.
108041 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
108042 #
108043 #   This program is free software: you can redistribute it and/or modify
108044 #   it under the terms of the GNU General Public License as published by
108045 #   the Free Software Foundation; either version 3 of the License, or
108046 #   (at your option) any later version.
108047 #
108048 #   This program is distributed in the hope that it will be useful,
108049 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108050 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108051 #   GNU General Public License for more details.
108052 #
108053 #   You should have received a copy of the GNU General Public License
108054 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
108055
108056 File: ./tests/unictype/test-numeric.h
108057 Hash: d6f23324b218034f2f4c008b20dc43866a71580a56841aac37368dc517c0ea52
108058 Copyright: 
108059 License: 
108060 Licence_Text: 
108061 #Header: 
108062 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108063 #/* Numeric values of Unicode characters.  */
108064 #/* Generated automatically by gen-ctype.c for Unicode 5.1.0.  */
108065 #    { 0x0030, 0, 1 },
108066 #    { 0x0031, 1, 1 },
108067 #    { 0x0032, 2, 1 },
108068 #    { 0x0033, 3, 1 },
108069 #    { 0x0034, 4, 1 },
108070 #    { 0x0035, 5, 1 },
108071 #    { 0x0036, 6, 1 },
108072 #    { 0x0037, 7, 1 },
108073 #    { 0x0038, 8, 1 },
108074 #    { 0x0039, 9, 1 },
108075 #    { 0x00B2, 2, 1 },
108076 #    { 0x00B3, 3, 1 },
108077
108078 File: ./tests/unictype/test-pr_alphabetic.c
108079 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108080 Copyright: 2007 Free Software Foundation, Inc
108081 License: GPL-3+ GENERATED FILE
108082 Licence_Text: 
108083 #Header: 
108084 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108085 #/* Test the Unicode character type functions.
108086 #   Copyright (C) 2007 Free Software Foundation, Inc.
108087 #
108088 #   This program is free software: you can redistribute it and/or modify
108089 #   it under the terms of the GNU General Public License as published by
108090 #   the Free Software Foundation; either version 3 of the License, or
108091 #   (at your option) any later version.
108092 #
108093 #   This program is distributed in the hope that it will be useful,
108094 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108095 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108096 #   GNU General Public License for more details.
108097 #
108098 #   You should have received a copy of the GNU General Public License
108099
108100 File: ./tests/unictype/test-pr_ascii_hex_digit.c
108101 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108102 Copyright: uc_is_property_ascii_hex_digit  / 2007 Free Software Foundation, Inc
108103 License: GPL-3+ GENERATED FILE
108104 Licence_Text: 
108105 #Header: 
108106 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108107 #/* Test the Unicode character type functions.
108108 #   Copyright (C) 2007 Free Software Foundation, Inc.
108109 #
108110 #   This program is free software: you can redistribute it and/or modify
108111 #   it under the terms of the GNU General Public License as published by
108112 #   the Free Software Foundation; either version 3 of the License, or
108113 #   (at your option) any later version.
108114 #
108115 #   This program is distributed in the hope that it will be useful,
108116 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108117 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108118 #   GNU General Public License for more details.
108119 #
108120 #   You should have received a copy of the GNU General Public License
108121
108122 File: ./tests/unictype/test-pr_bidi_arabic_digit.c
108123 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108124 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_bidi_arabic_digit 
108125 License: GPL-3+ GENERATED FILE
108126 Licence_Text: 
108127 #Header: 
108128 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108129 #/* Test the Unicode character type functions.
108130 #   Copyright (C) 2007 Free Software Foundation, Inc.
108131 #
108132 #   This program is free software: you can redistribute it and/or modify
108133 #   it under the terms of the GNU General Public License as published by
108134 #   the Free Software Foundation; either version 3 of the License, or
108135 #   (at your option) any later version.
108136 #
108137 #   This program is distributed in the hope that it will be useful,
108138 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108139 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108140 #   GNU General Public License for more details.
108141 #
108142 #   You should have received a copy of the GNU General Public License
108143
108144 File: ./tests/unictype/test-pr_bidi_arabic_right_to_left.c
108145 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108146 Copyright: uc_is_property_bidi_arabic_right_to_left  / 2007 Free Software Foundation, Inc
108147 License: GPL-3+ GENERATED FILE
108148 Licence_Text: 
108149 #Header: 
108150 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108151 #/* Test the Unicode character type functions.
108152 #   Copyright (C) 2007 Free Software Foundation, Inc.
108153 #
108154 #   This program is free software: you can redistribute it and/or modify
108155 #   it under the terms of the GNU General Public License as published by
108156 #   the Free Software Foundation; either version 3 of the License, or
108157 #   (at your option) any later version.
108158 #
108159 #   This program is distributed in the hope that it will be useful,
108160 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108161 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108162 #   GNU General Public License for more details.
108163 #
108164 #   You should have received a copy of the GNU General Public License
108165
108166 File: ./tests/unictype/test-pr_bidi_block_separator.c
108167 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108168 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_bidi_block_separator 
108169 License: GPL-3+ GENERATED FILE
108170 Licence_Text: 
108171 #Header: 
108172 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108173 #/* Test the Unicode character type functions.
108174 #   Copyright (C) 2007 Free Software Foundation, Inc.
108175 #
108176 #   This program is free software: you can redistribute it and/or modify
108177 #   it under the terms of the GNU General Public License as published by
108178 #   the Free Software Foundation; either version 3 of the License, or
108179 #   (at your option) any later version.
108180 #
108181 #   This program is distributed in the hope that it will be useful,
108182 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108183 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108184 #   GNU General Public License for more details.
108185 #
108186 #   You should have received a copy of the GNU General Public License
108187
108188 File: ./tests/unictype/test-pr_bidi_boundary_neutral.c
108189 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108190 Copyright: uc_is_property_bidi_boundary_neutral  / 2007 Free Software Foundation, Inc
108191 License: GPL-3+ GENERATED FILE
108192 Licence_Text: 
108193 #Header: 
108194 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108195 #/* Test the Unicode character type functions.
108196 #   Copyright (C) 2007 Free Software Foundation, Inc.
108197 #
108198 #   This program is free software: you can redistribute it and/or modify
108199 #   it under the terms of the GNU General Public License as published by
108200 #   the Free Software Foundation; either version 3 of the License, or
108201 #   (at your option) any later version.
108202 #
108203 #   This program is distributed in the hope that it will be useful,
108204 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108205 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108206 #   GNU General Public License for more details.
108207 #
108208 #   You should have received a copy of the GNU General Public License
108209
108210 File: ./tests/unictype/test-pr_bidi_common_separator.c
108211 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108212 Copyright: uc_is_property_bidi_common_separator  / 2007 Free Software Foundation, Inc
108213 License: GPL-3+ GENERATED FILE
108214 Licence_Text: 
108215 #Header: 
108216 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108217 #/* Test the Unicode character type functions.
108218 #   Copyright (C) 2007 Free Software Foundation, Inc.
108219 #
108220 #   This program is free software: you can redistribute it and/or modify
108221 #   it under the terms of the GNU General Public License as published by
108222 #   the Free Software Foundation; either version 3 of the License, or
108223 #   (at your option) any later version.
108224 #
108225 #   This program is distributed in the hope that it will be useful,
108226 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108227 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108228 #   GNU General Public License for more details.
108229 #
108230 #   You should have received a copy of the GNU General Public License
108231
108232 File: ./tests/unictype/test-pr_bidi_control.c
108233 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108234 Copyright: uc_is_property_bidi_control  / 2007 Free Software Foundation, Inc
108235 License: GPL-3+ GENERATED FILE
108236 Licence_Text: 
108237 #Header: 
108238 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108239 #/* Test the Unicode character type functions.
108240 #   Copyright (C) 2007 Free Software Foundation, Inc.
108241 #
108242 #   This program is free software: you can redistribute it and/or modify
108243 #   it under the terms of the GNU General Public License as published by
108244 #   the Free Software Foundation; either version 3 of the License, or
108245 #   (at your option) any later version.
108246 #
108247 #   This program is distributed in the hope that it will be useful,
108248 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108249 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108250 #   GNU General Public License for more details.
108251 #
108252 #   You should have received a copy of the GNU General Public License
108253
108254 File: ./tests/unictype/test-pr_bidi_embedding_or_override.c
108255 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108256 Copyright: uc_is_property_bidi_embedding_or_override  / 2007 Free Software Foundation, Inc
108257 License: GPL-3+ GENERATED FILE
108258 Licence_Text: 
108259 #Header: 
108260 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108261 #/* Test the Unicode character type functions.
108262 #   Copyright (C) 2007 Free Software Foundation, Inc.
108263 #
108264 #   This program is free software: you can redistribute it and/or modify
108265 #   it under the terms of the GNU General Public License as published by
108266 #   the Free Software Foundation; either version 3 of the License, or
108267 #   (at your option) any later version.
108268 #
108269 #   This program is distributed in the hope that it will be useful,
108270 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108271 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108272 #   GNU General Public License for more details.
108273 #
108274 #   You should have received a copy of the GNU General Public License
108275
108276 File: ./tests/unictype/test-pr_bidi_eur_num_separator.c
108277 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108278 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_bidi_eur_num_separator 
108279 License: GPL-3+ GENERATED FILE
108280 Licence_Text: 
108281 #Header: 
108282 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108283 #/* Test the Unicode character type functions.
108284 #   Copyright (C) 2007 Free Software Foundation, Inc.
108285 #
108286 #   This program is free software: you can redistribute it and/or modify
108287 #   it under the terms of the GNU General Public License as published by
108288 #   the Free Software Foundation; either version 3 of the License, or
108289 #   (at your option) any later version.
108290 #
108291 #   This program is distributed in the hope that it will be useful,
108292 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108293 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108294 #   GNU General Public License for more details.
108295 #
108296 #   You should have received a copy of the GNU General Public License
108297
108298 File: ./tests/unictype/test-pr_bidi_eur_num_terminator.c
108299 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108300 Copyright: uc_is_property_bidi_eur_num_terminator  / 2007 Free Software Foundation, Inc
108301 License: GPL-3+ GENERATED FILE
108302 Licence_Text: 
108303 #Header: 
108304 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108305 #/* Test the Unicode character type functions.
108306 #   Copyright (C) 2007 Free Software Foundation, Inc.
108307 #
108308 #   This program is free software: you can redistribute it and/or modify
108309 #   it under the terms of the GNU General Public License as published by
108310 #   the Free Software Foundation; either version 3 of the License, or
108311 #   (at your option) any later version.
108312 #
108313 #   This program is distributed in the hope that it will be useful,
108314 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108315 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108316 #   GNU General Public License for more details.
108317 #
108318 #   You should have received a copy of the GNU General Public License
108319
108320 File: ./tests/unictype/test-pr_bidi_european_digit.c
108321 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108322 Copyright: uc_is_property_bidi_european_digit  / 2007 Free Software Foundation, Inc
108323 License: GPL-3+ GENERATED FILE
108324 Licence_Text: 
108325 #Header: 
108326 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108327 #/* Test the Unicode character type functions.
108328 #   Copyright (C) 2007 Free Software Foundation, Inc.
108329 #
108330 #   This program is free software: you can redistribute it and/or modify
108331 #   it under the terms of the GNU General Public License as published by
108332 #   the Free Software Foundation; either version 3 of the License, or
108333 #   (at your option) any later version.
108334 #
108335 #   This program is distributed in the hope that it will be useful,
108336 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108337 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108338 #   GNU General Public License for more details.
108339 #
108340 #   You should have received a copy of the GNU General Public License
108341
108342 File: ./tests/unictype/test-pr_bidi_hebrew_right_to_left.c
108343 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108344 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_bidi_hebrew_right_to_left 
108345 License: GPL-3+ GENERATED FILE
108346 Licence_Text: 
108347 #Header: 
108348 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108349 #/* Test the Unicode character type functions.
108350 #   Copyright (C) 2007 Free Software Foundation, Inc.
108351 #
108352 #   This program is free software: you can redistribute it and/or modify
108353 #   it under the terms of the GNU General Public License as published by
108354 #   the Free Software Foundation; either version 3 of the License, or
108355 #   (at your option) any later version.
108356 #
108357 #   This program is distributed in the hope that it will be useful,
108358 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108359 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108360 #   GNU General Public License for more details.
108361 #
108362 #   You should have received a copy of the GNU General Public License
108363
108364 File: ./tests/unictype/test-pr_bidi_left_to_right.c
108365 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108366 Copyright: 2007 Free Software Foundation, Inc
108367 License: GPL-3+ GENERATED FILE
108368 Licence_Text: 
108369 #Header: 
108370 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108371 #/* Test the Unicode character type functions.
108372 #   Copyright (C) 2007 Free Software Foundation, Inc.
108373 #
108374 #   This program is free software: you can redistribute it and/or modify
108375 #   it under the terms of the GNU General Public License as published by
108376 #   the Free Software Foundation; either version 3 of the License, or
108377 #   (at your option) any later version.
108378 #
108379 #   This program is distributed in the hope that it will be useful,
108380 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108381 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108382 #   GNU General Public License for more details.
108383 #
108384 #   You should have received a copy of the GNU General Public License
108385
108386 File: ./tests/unictype/test-pr_bidi_non_spacing_mark.c
108387 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108388 Copyright: 2007 Free Software Foundation, Inc
108389 License: GPL-3+ GENERATED FILE
108390 Licence_Text: 
108391 #Header: 
108392 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108393 #/* Test the Unicode character type functions.
108394 #   Copyright (C) 2007 Free Software Foundation, Inc.
108395 #
108396 #   This program is free software: you can redistribute it and/or modify
108397 #   it under the terms of the GNU General Public License as published by
108398 #   the Free Software Foundation; either version 3 of the License, or
108399 #   (at your option) any later version.
108400 #
108401 #   This program is distributed in the hope that it will be useful,
108402 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108403 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108404 #   GNU General Public License for more details.
108405 #
108406 #   You should have received a copy of the GNU General Public License
108407
108408 File: ./tests/unictype/test-pr_bidi_other_neutral.c
108409 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108410 Copyright: 2007 Free Software Foundation, Inc
108411 License: GPL-3+ GENERATED FILE
108412 Licence_Text: 
108413 #Header: 
108414 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108415 #/* Test the Unicode character type functions.
108416 #   Copyright (C) 2007 Free Software Foundation, Inc.
108417 #
108418 #   This program is free software: you can redistribute it and/or modify
108419 #   it under the terms of the GNU General Public License as published by
108420 #   the Free Software Foundation; either version 3 of the License, or
108421 #   (at your option) any later version.
108422 #
108423 #   This program is distributed in the hope that it will be useful,
108424 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108425 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108426 #   GNU General Public License for more details.
108427 #
108428 #   You should have received a copy of the GNU General Public License
108429
108430 File: ./tests/unictype/test-pr_bidi_pdf.c
108431 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108432 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_bidi_pdf 
108433 License: GPL-3+ GENERATED FILE
108434 Licence_Text: 
108435 #Header: 
108436 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108437 #/* Test the Unicode character type functions.
108438 #   Copyright (C) 2007 Free Software Foundation, Inc.
108439 #
108440 #   This program is free software: you can redistribute it and/or modify
108441 #   it under the terms of the GNU General Public License as published by
108442 #   the Free Software Foundation; either version 3 of the License, or
108443 #   (at your option) any later version.
108444 #
108445 #   This program is distributed in the hope that it will be useful,
108446 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108447 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108448 #   GNU General Public License for more details.
108449 #
108450 #   You should have received a copy of the GNU General Public License
108451
108452 File: ./tests/unictype/test-pr_bidi_segment_separator.c
108453 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108454 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_bidi_segment_separator 
108455 License: GPL-3+ GENERATED FILE
108456 Licence_Text: 
108457 #Header: 
108458 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108459 #/* Test the Unicode character type functions.
108460 #   Copyright (C) 2007 Free Software Foundation, Inc.
108461 #
108462 #   This program is free software: you can redistribute it and/or modify
108463 #   it under the terms of the GNU General Public License as published by
108464 #   the Free Software Foundation; either version 3 of the License, or
108465 #   (at your option) any later version.
108466 #
108467 #   This program is distributed in the hope that it will be useful,
108468 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108469 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108470 #   GNU General Public License for more details.
108471 #
108472 #   You should have received a copy of the GNU General Public License
108473
108474 File: ./tests/unictype/test-pr_bidi_whitespace.c
108475 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108476 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_bidi_whitespace 
108477 License: GPL-3+ GENERATED FILE
108478 Licence_Text: 
108479 #Header: 
108480 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108481 #/* Test the Unicode character type functions.
108482 #   Copyright (C) 2007 Free Software Foundation, Inc.
108483 #
108484 #   This program is free software: you can redistribute it and/or modify
108485 #   it under the terms of the GNU General Public License as published by
108486 #   the Free Software Foundation; either version 3 of the License, or
108487 #   (at your option) any later version.
108488 #
108489 #   This program is distributed in the hope that it will be useful,
108490 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108491 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108492 #   GNU General Public License for more details.
108493 #
108494 #   You should have received a copy of the GNU General Public License
108495
108496 File: ./tests/unictype/test-pr_byname.c
108497 Hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
108498 Copyright: 2007-2009 Free Software Foundation, Inc
108499 License: GPL-3+ 
108500 Licence_Text: 
108501 #Header: 
108502 #/* Test the Unicode character type functions.
108503 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
108504 #
108505 #   This program is free software: you can redistribute it and/or modify
108506 #   it under the terms of the GNU General Public License as published by
108507 #   the Free Software Foundation; either version 3 of the License, or
108508 #   (at your option) any later version.
108509 #
108510 #   This program is distributed in the hope that it will be useful,
108511 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108512 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108513 #   GNU General Public License for more details.
108514 #
108515 #   You should have received a copy of the GNU General Public License
108516 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
108517
108518 File: ./tests/unictype/test-pr_combining.c
108519 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108520 Copyright: 2007 Free Software Foundation, Inc
108521 License: GPL-3+ GENERATED FILE
108522 Licence_Text: 
108523 #Header: 
108524 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108525 #/* Test the Unicode character type functions.
108526 #   Copyright (C) 2007 Free Software Foundation, Inc.
108527 #
108528 #   This program is free software: you can redistribute it and/or modify
108529 #   it under the terms of the GNU General Public License as published by
108530 #   the Free Software Foundation; either version 3 of the License, or
108531 #   (at your option) any later version.
108532 #
108533 #   This program is distributed in the hope that it will be useful,
108534 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108535 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108536 #   GNU General Public License for more details.
108537 #
108538 #   You should have received a copy of the GNU General Public License
108539
108540 File: ./tests/unictype/test-pr_composite.c
108541 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108542 Copyright: 2007 Free Software Foundation, Inc
108543 License: GPL-3+ GENERATED FILE
108544 Licence_Text: 
108545 #Header: 
108546 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108547 #/* Test the Unicode character type functions.
108548 #   Copyright (C) 2007 Free Software Foundation, Inc.
108549 #
108550 #   This program is free software: you can redistribute it and/or modify
108551 #   it under the terms of the GNU General Public License as published by
108552 #   the Free Software Foundation; either version 3 of the License, or
108553 #   (at your option) any later version.
108554 #
108555 #   This program is distributed in the hope that it will be useful,
108556 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108557 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108558 #   GNU General Public License for more details.
108559 #
108560 #   You should have received a copy of the GNU General Public License
108561
108562 File: ./tests/unictype/test-pr_currency_symbol.c
108563 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108564 Copyright: uc_is_property_currency_symbol  / 2007 Free Software Foundation, Inc
108565 License: GPL-3+ GENERATED FILE
108566 Licence_Text: 
108567 #Header: 
108568 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108569 #/* Test the Unicode character type functions.
108570 #   Copyright (C) 2007 Free Software Foundation, Inc.
108571 #
108572 #   This program is free software: you can redistribute it and/or modify
108573 #   it under the terms of the GNU General Public License as published by
108574 #   the Free Software Foundation; either version 3 of the License, or
108575 #   (at your option) any later version.
108576 #
108577 #   This program is distributed in the hope that it will be useful,
108578 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108579 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108580 #   GNU General Public License for more details.
108581 #
108582 #   You should have received a copy of the GNU General Public License
108583
108584 File: ./tests/unictype/test-pr_dash.c
108585 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108586 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_dash 
108587 License: GPL-3+ GENERATED FILE
108588 Licence_Text: 
108589 #Header: 
108590 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108591 #/* Test the Unicode character type functions.
108592 #   Copyright (C) 2007 Free Software Foundation, Inc.
108593 #
108594 #   This program is free software: you can redistribute it and/or modify
108595 #   it under the terms of the GNU General Public License as published by
108596 #   the Free Software Foundation; either version 3 of the License, or
108597 #   (at your option) any later version.
108598 #
108599 #   This program is distributed in the hope that it will be useful,
108600 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108601 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108602 #   GNU General Public License for more details.
108603 #
108604 #   You should have received a copy of the GNU General Public License
108605
108606 File: ./tests/unictype/test-pr_decimal_digit.c
108607 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108608 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_decimal_digit 
108609 License: GPL-3+ GENERATED FILE
108610 Licence_Text: 
108611 #Header: 
108612 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108613 #/* Test the Unicode character type functions.
108614 #   Copyright (C) 2007 Free Software Foundation, Inc.
108615 #
108616 #   This program is free software: you can redistribute it and/or modify
108617 #   it under the terms of the GNU General Public License as published by
108618 #   the Free Software Foundation; either version 3 of the License, or
108619 #   (at your option) any later version.
108620 #
108621 #   This program is distributed in the hope that it will be useful,
108622 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108623 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108624 #   GNU General Public License for more details.
108625 #
108626 #   You should have received a copy of the GNU General Public License
108627
108628 File: ./tests/unictype/test-pr_default_ignorable_code_point.c
108629 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108630 Copyright: uc_is_property_default_ignorable_code_point  / 2007 Free Software Foundation, Inc
108631 License: GPL-3+ GENERATED FILE
108632 Licence_Text: 
108633 #Header: 
108634 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108635 #/* Test the Unicode character type functions.
108636 #   Copyright (C) 2007 Free Software Foundation, Inc.
108637 #
108638 #   This program is free software: you can redistribute it and/or modify
108639 #   it under the terms of the GNU General Public License as published by
108640 #   the Free Software Foundation; either version 3 of the License, or
108641 #   (at your option) any later version.
108642 #
108643 #   This program is distributed in the hope that it will be useful,
108644 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108645 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108646 #   GNU General Public License for more details.
108647 #
108648 #   You should have received a copy of the GNU General Public License
108649
108650 File: ./tests/unictype/test-pr_deprecated.c
108651 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108652 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_deprecated 
108653 License: GPL-3+ GENERATED FILE
108654 Licence_Text: 
108655 #Header: 
108656 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108657 #/* Test the Unicode character type functions.
108658 #   Copyright (C) 2007 Free Software Foundation, Inc.
108659 #
108660 #   This program is free software: you can redistribute it and/or modify
108661 #   it under the terms of the GNU General Public License as published by
108662 #   the Free Software Foundation; either version 3 of the License, or
108663 #   (at your option) any later version.
108664 #
108665 #   This program is distributed in the hope that it will be useful,
108666 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108667 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108668 #   GNU General Public License for more details.
108669 #
108670 #   You should have received a copy of the GNU General Public License
108671
108672 File: ./tests/unictype/test-pr_diacritic.c
108673 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108674 Copyright: 2007 Free Software Foundation, Inc
108675 License: GPL-3+ GENERATED FILE
108676 Licence_Text: 
108677 #Header: 
108678 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108679 #/* Test the Unicode character type functions.
108680 #   Copyright (C) 2007 Free Software Foundation, Inc.
108681 #
108682 #   This program is free software: you can redistribute it and/or modify
108683 #   it under the terms of the GNU General Public License as published by
108684 #   the Free Software Foundation; either version 3 of the License, or
108685 #   (at your option) any later version.
108686 #
108687 #   This program is distributed in the hope that it will be useful,
108688 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108689 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108690 #   GNU General Public License for more details.
108691 #
108692 #   You should have received a copy of the GNU General Public License
108693
108694 File: ./tests/unictype/test-pr_extender.c
108695 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108696 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_extender 
108697 License: GPL-3+ GENERATED FILE
108698 Licence_Text: 
108699 #Header: 
108700 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108701 #/* Test the Unicode character type functions.
108702 #   Copyright (C) 2007 Free Software Foundation, Inc.
108703 #
108704 #   This program is free software: you can redistribute it and/or modify
108705 #   it under the terms of the GNU General Public License as published by
108706 #   the Free Software Foundation; either version 3 of the License, or
108707 #   (at your option) any later version.
108708 #
108709 #   This program is distributed in the hope that it will be useful,
108710 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108711 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108712 #   GNU General Public License for more details.
108713 #
108714 #   You should have received a copy of the GNU General Public License
108715
108716 File: ./tests/unictype/test-pr_format_control.c
108717 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108718 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_format_control 
108719 License: GPL-3+ GENERATED FILE
108720 Licence_Text: 
108721 #Header: 
108722 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108723 #/* Test the Unicode character type functions.
108724 #   Copyright (C) 2007 Free Software Foundation, Inc.
108725 #
108726 #   This program is free software: you can redistribute it and/or modify
108727 #   it under the terms of the GNU General Public License as published by
108728 #   the Free Software Foundation; either version 3 of the License, or
108729 #   (at your option) any later version.
108730 #
108731 #   This program is distributed in the hope that it will be useful,
108732 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108733 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108734 #   GNU General Public License for more details.
108735 #
108736 #   You should have received a copy of the GNU General Public License
108737
108738 File: ./tests/unictype/test-pr_grapheme_base.c
108739 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108740 Copyright: 2007 Free Software Foundation, Inc
108741 License: GPL-3+ GENERATED FILE
108742 Licence_Text: 
108743 #Header: 
108744 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108745 #/* Test the Unicode character type functions.
108746 #   Copyright (C) 2007 Free Software Foundation, Inc.
108747 #
108748 #   This program is free software: you can redistribute it and/or modify
108749 #   it under the terms of the GNU General Public License as published by
108750 #   the Free Software Foundation; either version 3 of the License, or
108751 #   (at your option) any later version.
108752 #
108753 #   This program is distributed in the hope that it will be useful,
108754 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108755 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108756 #   GNU General Public License for more details.
108757 #
108758 #   You should have received a copy of the GNU General Public License
108759
108760 File: ./tests/unictype/test-pr_grapheme_extend.c
108761 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108762 Copyright: 2007 Free Software Foundation, Inc
108763 License: GPL-3+ GENERATED FILE
108764 Licence_Text: 
108765 #Header: 
108766 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108767 #/* Test the Unicode character type functions.
108768 #   Copyright (C) 2007 Free Software Foundation, Inc.
108769 #
108770 #   This program is free software: you can redistribute it and/or modify
108771 #   it under the terms of the GNU General Public License as published by
108772 #   the Free Software Foundation; either version 3 of the License, or
108773 #   (at your option) any later version.
108774 #
108775 #   This program is distributed in the hope that it will be useful,
108776 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108777 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108778 #   GNU General Public License for more details.
108779 #
108780 #   You should have received a copy of the GNU General Public License
108781
108782 File: ./tests/unictype/test-pr_grapheme_link.c
108783 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108784 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_grapheme_link 
108785 License: GPL-3+ GENERATED FILE
108786 Licence_Text: 
108787 #Header: 
108788 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108789 #/* Test the Unicode character type functions.
108790 #   Copyright (C) 2007 Free Software Foundation, Inc.
108791 #
108792 #   This program is free software: you can redistribute it and/or modify
108793 #   it under the terms of the GNU General Public License as published by
108794 #   the Free Software Foundation; either version 3 of the License, or
108795 #   (at your option) any later version.
108796 #
108797 #   This program is distributed in the hope that it will be useful,
108798 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108799 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108800 #   GNU General Public License for more details.
108801 #
108802 #   You should have received a copy of the GNU General Public License
108803
108804 File: ./tests/unictype/test-pr_hex_digit.c
108805 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108806 Copyright: uc_is_property_hex_digit  / 2007 Free Software Foundation, Inc
108807 License: GPL-3+ GENERATED FILE
108808 Licence_Text: 
108809 #Header: 
108810 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108811 #/* Test the Unicode character type functions.
108812 #   Copyright (C) 2007 Free Software Foundation, Inc.
108813 #
108814 #   This program is free software: you can redistribute it and/or modify
108815 #   it under the terms of the GNU General Public License as published by
108816 #   the Free Software Foundation; either version 3 of the License, or
108817 #   (at your option) any later version.
108818 #
108819 #   This program is distributed in the hope that it will be useful,
108820 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108821 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108822 #   GNU General Public License for more details.
108823 #
108824 #   You should have received a copy of the GNU General Public License
108825
108826 File: ./tests/unictype/test-pr_hyphen.c
108827 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108828 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_hyphen 
108829 License: GPL-3+ GENERATED FILE
108830 Licence_Text: 
108831 #Header: 
108832 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108833 #/* Test the Unicode character type functions.
108834 #   Copyright (C) 2007 Free Software Foundation, Inc.
108835 #
108836 #   This program is free software: you can redistribute it and/or modify
108837 #   it under the terms of the GNU General Public License as published by
108838 #   the Free Software Foundation; either version 3 of the License, or
108839 #   (at your option) any later version.
108840 #
108841 #   This program is distributed in the hope that it will be useful,
108842 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108843 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108844 #   GNU General Public License for more details.
108845 #
108846 #   You should have received a copy of the GNU General Public License
108847
108848 File: ./tests/unictype/test-pr_id_continue.c
108849 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108850 Copyright: 2007 Free Software Foundation, Inc
108851 License: GPL-3+ GENERATED FILE
108852 Licence_Text: 
108853 #Header: 
108854 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108855 #/* Test the Unicode character type functions.
108856 #   Copyright (C) 2007 Free Software Foundation, Inc.
108857 #
108858 #   This program is free software: you can redistribute it and/or modify
108859 #   it under the terms of the GNU General Public License as published by
108860 #   the Free Software Foundation; either version 3 of the License, or
108861 #   (at your option) any later version.
108862 #
108863 #   This program is distributed in the hope that it will be useful,
108864 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108865 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108866 #   GNU General Public License for more details.
108867 #
108868 #   You should have received a copy of the GNU General Public License
108869
108870 File: ./tests/unictype/test-pr_id_start.c
108871 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108872 Copyright: 2007 Free Software Foundation, Inc
108873 License: GPL-3+ GENERATED FILE
108874 Licence_Text: 
108875 #Header: 
108876 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108877 #/* Test the Unicode character type functions.
108878 #   Copyright (C) 2007 Free Software Foundation, Inc.
108879 #
108880 #   This program is free software: you can redistribute it and/or modify
108881 #   it under the terms of the GNU General Public License as published by
108882 #   the Free Software Foundation; either version 3 of the License, or
108883 #   (at your option) any later version.
108884 #
108885 #   This program is distributed in the hope that it will be useful,
108886 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108887 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108888 #   GNU General Public License for more details.
108889 #
108890 #   You should have received a copy of the GNU General Public License
108891
108892 File: ./tests/unictype/test-pr_ideographic.c
108893 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108894 Copyright: uc_is_property_ideographic  / 2007 Free Software Foundation, Inc
108895 License: GPL-3+ GENERATED FILE
108896 Licence_Text: 
108897 #Header: 
108898 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108899 #/* Test the Unicode character type functions.
108900 #   Copyright (C) 2007 Free Software Foundation, Inc.
108901 #
108902 #   This program is free software: you can redistribute it and/or modify
108903 #   it under the terms of the GNU General Public License as published by
108904 #   the Free Software Foundation; either version 3 of the License, or
108905 #   (at your option) any later version.
108906 #
108907 #   This program is distributed in the hope that it will be useful,
108908 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108909 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108910 #   GNU General Public License for more details.
108911 #
108912 #   You should have received a copy of the GNU General Public License
108913
108914 File: ./tests/unictype/test-pr_ids_binary_operator.c
108915 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108916 Copyright: uc_is_property_ids_binary_operator  / 2007 Free Software Foundation, Inc
108917 License: GPL-3+ GENERATED FILE
108918 Licence_Text: 
108919 #Header: 
108920 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108921 #/* Test the Unicode character type functions.
108922 #   Copyright (C) 2007 Free Software Foundation, Inc.
108923 #
108924 #   This program is free software: you can redistribute it and/or modify
108925 #   it under the terms of the GNU General Public License as published by
108926 #   the Free Software Foundation; either version 3 of the License, or
108927 #   (at your option) any later version.
108928 #
108929 #   This program is distributed in the hope that it will be useful,
108930 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108931 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108932 #   GNU General Public License for more details.
108933 #
108934 #   You should have received a copy of the GNU General Public License
108935
108936 File: ./tests/unictype/test-pr_ids_trinary_operator.c
108937 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108938 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_ids_trinary_operator 
108939 License: GPL-3+ GENERATED FILE
108940 Licence_Text: 
108941 #Header: 
108942 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108943 #/* Test the Unicode character type functions.
108944 #   Copyright (C) 2007 Free Software Foundation, Inc.
108945 #
108946 #   This program is free software: you can redistribute it and/or modify
108947 #   it under the terms of the GNU General Public License as published by
108948 #   the Free Software Foundation; either version 3 of the License, or
108949 #   (at your option) any later version.
108950 #
108951 #   This program is distributed in the hope that it will be useful,
108952 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108953 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108954 #   GNU General Public License for more details.
108955 #
108956 #   You should have received a copy of the GNU General Public License
108957
108958 File: ./tests/unictype/test-pr_ignorable_control.c
108959 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108960 Copyright: uc_is_property_ignorable_control  / 2007 Free Software Foundation, Inc
108961 License: GPL-3+ GENERATED FILE
108962 Licence_Text: 
108963 #Header: 
108964 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108965 #/* Test the Unicode character type functions.
108966 #   Copyright (C) 2007 Free Software Foundation, Inc.
108967 #
108968 #   This program is free software: you can redistribute it and/or modify
108969 #   it under the terms of the GNU General Public License as published by
108970 #   the Free Software Foundation; either version 3 of the License, or
108971 #   (at your option) any later version.
108972 #
108973 #   This program is distributed in the hope that it will be useful,
108974 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108975 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108976 #   GNU General Public License for more details.
108977 #
108978 #   You should have received a copy of the GNU General Public License
108979
108980 File: ./tests/unictype/test-pr_iso_control.c
108981 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
108982 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_iso_control 
108983 License: GPL-3+ GENERATED FILE
108984 Licence_Text: 
108985 #Header: 
108986 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
108987 #/* Test the Unicode character type functions.
108988 #   Copyright (C) 2007 Free Software Foundation, Inc.
108989 #
108990 #   This program is free software: you can redistribute it and/or modify
108991 #   it under the terms of the GNU General Public License as published by
108992 #   the Free Software Foundation; either version 3 of the License, or
108993 #   (at your option) any later version.
108994 #
108995 #   This program is distributed in the hope that it will be useful,
108996 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
108997 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
108998 #   GNU General Public License for more details.
108999 #
109000 #   You should have received a copy of the GNU General Public License
109001
109002 File: ./tests/unictype/test-pr_join_control.c
109003 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109004 Copyright: uc_is_property_join_control  / 2007 Free Software Foundation, Inc
109005 License: GPL-3+ GENERATED FILE
109006 Licence_Text: 
109007 #Header: 
109008 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109009 #/* Test the Unicode character type functions.
109010 #   Copyright (C) 2007 Free Software Foundation, Inc.
109011 #
109012 #   This program is free software: you can redistribute it and/or modify
109013 #   it under the terms of the GNU General Public License as published by
109014 #   the Free Software Foundation; either version 3 of the License, or
109015 #   (at your option) any later version.
109016 #
109017 #   This program is distributed in the hope that it will be useful,
109018 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109019 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109020 #   GNU General Public License for more details.
109021 #
109022 #   You should have received a copy of the GNU General Public License
109023
109024 File: ./tests/unictype/test-pr_left_of_pair.c
109025 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109026 Copyright: 2007 Free Software Foundation, Inc
109027 License: GPL-3+ GENERATED FILE
109028 Licence_Text: 
109029 #Header: 
109030 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109031 #/* Test the Unicode character type functions.
109032 #   Copyright (C) 2007 Free Software Foundation, Inc.
109033 #
109034 #   This program is free software: you can redistribute it and/or modify
109035 #   it under the terms of the GNU General Public License as published by
109036 #   the Free Software Foundation; either version 3 of the License, or
109037 #   (at your option) any later version.
109038 #
109039 #   This program is distributed in the hope that it will be useful,
109040 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109041 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109042 #   GNU General Public License for more details.
109043 #
109044 #   You should have received a copy of the GNU General Public License
109045
109046 File: ./tests/unictype/test-pr_line_separator.c
109047 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109048 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_line_separator 
109049 License: GPL-3+ GENERATED FILE
109050 Licence_Text: 
109051 #Header: 
109052 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109053 #/* Test the Unicode character type functions.
109054 #   Copyright (C) 2007 Free Software Foundation, Inc.
109055 #
109056 #   This program is free software: you can redistribute it and/or modify
109057 #   it under the terms of the GNU General Public License as published by
109058 #   the Free Software Foundation; either version 3 of the License, or
109059 #   (at your option) any later version.
109060 #
109061 #   This program is distributed in the hope that it will be useful,
109062 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109063 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109064 #   GNU General Public License for more details.
109065 #
109066 #   You should have received a copy of the GNU General Public License
109067
109068 File: ./tests/unictype/test-pr_logical_order_exception.c
109069 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109070 Copyright: uc_is_property_logical_order_exception  / 2007 Free Software Foundation, Inc
109071 License: GPL-3+ GENERATED FILE
109072 Licence_Text: 
109073 #Header: 
109074 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109075 #/* Test the Unicode character type functions.
109076 #   Copyright (C) 2007 Free Software Foundation, Inc.
109077 #
109078 #   This program is free software: you can redistribute it and/or modify
109079 #   it under the terms of the GNU General Public License as published by
109080 #   the Free Software Foundation; either version 3 of the License, or
109081 #   (at your option) any later version.
109082 #
109083 #   This program is distributed in the hope that it will be useful,
109084 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109085 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109086 #   GNU General Public License for more details.
109087 #
109088 #   You should have received a copy of the GNU General Public License
109089
109090 File: ./tests/unictype/test-pr_lowercase.c
109091 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109092 Copyright: 2007 Free Software Foundation, Inc
109093 License: GPL-3+ GENERATED FILE
109094 Licence_Text: 
109095 #Header: 
109096 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109097 #/* Test the Unicode character type functions.
109098 #   Copyright (C) 2007 Free Software Foundation, Inc.
109099 #
109100 #   This program is free software: you can redistribute it and/or modify
109101 #   it under the terms of the GNU General Public License as published by
109102 #   the Free Software Foundation; either version 3 of the License, or
109103 #   (at your option) any later version.
109104 #
109105 #   This program is distributed in the hope that it will be useful,
109106 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109107 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109108 #   GNU General Public License for more details.
109109 #
109110 #   You should have received a copy of the GNU General Public License
109111
109112 File: ./tests/unictype/test-pr_math.c
109113 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109114 Copyright: 2007 Free Software Foundation, Inc
109115 License: GPL-3+ GENERATED FILE
109116 Licence_Text: 
109117 #Header: 
109118 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109119 #/* Test the Unicode character type functions.
109120 #   Copyright (C) 2007 Free Software Foundation, Inc.
109121 #
109122 #   This program is free software: you can redistribute it and/or modify
109123 #   it under the terms of the GNU General Public License as published by
109124 #   the Free Software Foundation; either version 3 of the License, or
109125 #   (at your option) any later version.
109126 #
109127 #   This program is distributed in the hope that it will be useful,
109128 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109129 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109130 #   GNU General Public License for more details.
109131 #
109132 #   You should have received a copy of the GNU General Public License
109133
109134 File: ./tests/unictype/test-pr_non_break.c
109135 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109136 Copyright: uc_is_property_non_break  / 2007 Free Software Foundation, Inc
109137 License: GPL-3+ GENERATED FILE
109138 Licence_Text: 
109139 #Header: 
109140 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109141 #/* Test the Unicode character type functions.
109142 #   Copyright (C) 2007 Free Software Foundation, Inc.
109143 #
109144 #   This program is free software: you can redistribute it and/or modify
109145 #   it under the terms of the GNU General Public License as published by
109146 #   the Free Software Foundation; either version 3 of the License, or
109147 #   (at your option) any later version.
109148 #
109149 #   This program is distributed in the hope that it will be useful,
109150 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109151 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109152 #   GNU General Public License for more details.
109153 #
109154 #   You should have received a copy of the GNU General Public License
109155
109156 File: ./tests/unictype/test-pr_not_a_character.c
109157 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109158 Copyright: uc_is_property_not_a_character  / 2007 Free Software Foundation, Inc
109159 License: GPL-3+ GENERATED FILE
109160 Licence_Text: 
109161 #Header: 
109162 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109163 #/* Test the Unicode character type functions.
109164 #   Copyright (C) 2007 Free Software Foundation, Inc.
109165 #
109166 #   This program is free software: you can redistribute it and/or modify
109167 #   it under the terms of the GNU General Public License as published by
109168 #   the Free Software Foundation; either version 3 of the License, or
109169 #   (at your option) any later version.
109170 #
109171 #   This program is distributed in the hope that it will be useful,
109172 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109173 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109174 #   GNU General Public License for more details.
109175 #
109176 #   You should have received a copy of the GNU General Public License
109177
109178 File: ./tests/unictype/test-pr_numeric.c
109179 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109180 Copyright: 2007 Free Software Foundation, Inc
109181 License: GPL-3+ GENERATED FILE
109182 Licence_Text: 
109183 #Header: 
109184 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109185 #/* Test the Unicode character type functions.
109186 #   Copyright (C) 2007 Free Software Foundation, Inc.
109187 #
109188 #   This program is free software: you can redistribute it and/or modify
109189 #   it under the terms of the GNU General Public License as published by
109190 #   the Free Software Foundation; either version 3 of the License, or
109191 #   (at your option) any later version.
109192 #
109193 #   This program is distributed in the hope that it will be useful,
109194 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109195 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109196 #   GNU General Public License for more details.
109197 #
109198 #   You should have received a copy of the GNU General Public License
109199
109200 File: ./tests/unictype/test-pr_other_alphabetic.c
109201 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109202 Copyright: 2007 Free Software Foundation, Inc
109203 License: GPL-3+ GENERATED FILE
109204 Licence_Text: 
109205 #Header: 
109206 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109207 #/* Test the Unicode character type functions.
109208 #   Copyright (C) 2007 Free Software Foundation, Inc.
109209 #
109210 #   This program is free software: you can redistribute it and/or modify
109211 #   it under the terms of the GNU General Public License as published by
109212 #   the Free Software Foundation; either version 3 of the License, or
109213 #   (at your option) any later version.
109214 #
109215 #   This program is distributed in the hope that it will be useful,
109216 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109217 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109218 #   GNU General Public License for more details.
109219 #
109220 #   You should have received a copy of the GNU General Public License
109221
109222 File: ./tests/unictype/test-pr_other_default_ignorable_code_point.c
109223 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109224 Copyright: uc_is_property_other_default_ignorable_code_point  / 2007 Free Software Foundation, Inc
109225 License: GPL-3+ GENERATED FILE
109226 Licence_Text: 
109227 #Header: 
109228 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109229 #/* Test the Unicode character type functions.
109230 #   Copyright (C) 2007 Free Software Foundation, Inc.
109231 #
109232 #   This program is free software: you can redistribute it and/or modify
109233 #   it under the terms of the GNU General Public License as published by
109234 #   the Free Software Foundation; either version 3 of the License, or
109235 #   (at your option) any later version.
109236 #
109237 #   This program is distributed in the hope that it will be useful,
109238 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109239 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109240 #   GNU General Public License for more details.
109241 #
109242 #   You should have received a copy of the GNU General Public License
109243
109244 File: ./tests/unictype/test-pr_other_grapheme_extend.c
109245 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109246 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_other_grapheme_extend 
109247 License: GPL-3+ GENERATED FILE
109248 Licence_Text: 
109249 #Header: 
109250 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109251 #/* Test the Unicode character type functions.
109252 #   Copyright (C) 2007 Free Software Foundation, Inc.
109253 #
109254 #   This program is free software: you can redistribute it and/or modify
109255 #   it under the terms of the GNU General Public License as published by
109256 #   the Free Software Foundation; either version 3 of the License, or
109257 #   (at your option) any later version.
109258 #
109259 #   This program is distributed in the hope that it will be useful,
109260 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109261 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109262 #   GNU General Public License for more details.
109263 #
109264 #   You should have received a copy of the GNU General Public License
109265
109266 File: ./tests/unictype/test-pr_other_id_continue.c
109267 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109268 Copyright: uc_is_property_other_id_continue  / 2007 Free Software Foundation, Inc
109269 License: GPL-3+ GENERATED FILE
109270 Licence_Text: 
109271 #Header: 
109272 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109273 #/* Test the Unicode character type functions.
109274 #   Copyright (C) 2007 Free Software Foundation, Inc.
109275 #
109276 #   This program is free software: you can redistribute it and/or modify
109277 #   it under the terms of the GNU General Public License as published by
109278 #   the Free Software Foundation; either version 3 of the License, or
109279 #   (at your option) any later version.
109280 #
109281 #   This program is distributed in the hope that it will be useful,
109282 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109283 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109284 #   GNU General Public License for more details.
109285 #
109286 #   You should have received a copy of the GNU General Public License
109287
109288 File: ./tests/unictype/test-pr_other_id_start.c
109289 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109290 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_other_id_start 
109291 License: GPL-3+ GENERATED FILE
109292 Licence_Text: 
109293 #Header: 
109294 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109295 #/* Test the Unicode character type functions.
109296 #   Copyright (C) 2007 Free Software Foundation, Inc.
109297 #
109298 #   This program is free software: you can redistribute it and/or modify
109299 #   it under the terms of the GNU General Public License as published by
109300 #   the Free Software Foundation; either version 3 of the License, or
109301 #   (at your option) any later version.
109302 #
109303 #   This program is distributed in the hope that it will be useful,
109304 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109305 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109306 #   GNU General Public License for more details.
109307 #
109308 #   You should have received a copy of the GNU General Public License
109309
109310 File: ./tests/unictype/test-pr_other_lowercase.c
109311 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109312 Copyright: uc_is_property_other_lowercase  / 2007 Free Software Foundation, Inc
109313 License: GPL-3+ GENERATED FILE
109314 Licence_Text: 
109315 #Header: 
109316 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109317 #/* Test the Unicode character type functions.
109318 #   Copyright (C) 2007 Free Software Foundation, Inc.
109319 #
109320 #   This program is free software: you can redistribute it and/or modify
109321 #   it under the terms of the GNU General Public License as published by
109322 #   the Free Software Foundation; either version 3 of the License, or
109323 #   (at your option) any later version.
109324 #
109325 #   This program is distributed in the hope that it will be useful,
109326 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109327 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109328 #   GNU General Public License for more details.
109329 #
109330 #   You should have received a copy of the GNU General Public License
109331
109332 File: ./tests/unictype/test-pr_other_math.c
109333 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109334 Copyright: 2007 Free Software Foundation, Inc
109335 License: GPL-3+ GENERATED FILE
109336 Licence_Text: 
109337 #Header: 
109338 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109339 #/* Test the Unicode character type functions.
109340 #   Copyright (C) 2007 Free Software Foundation, Inc.
109341 #
109342 #   This program is free software: you can redistribute it and/or modify
109343 #   it under the terms of the GNU General Public License as published by
109344 #   the Free Software Foundation; either version 3 of the License, or
109345 #   (at your option) any later version.
109346 #
109347 #   This program is distributed in the hope that it will be useful,
109348 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109349 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109350 #   GNU General Public License for more details.
109351 #
109352 #   You should have received a copy of the GNU General Public License
109353
109354 File: ./tests/unictype/test-pr_other_uppercase.c
109355 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109356 Copyright: uc_is_property_other_uppercase  / 2007 Free Software Foundation, Inc
109357 License: GPL-3+ GENERATED FILE
109358 Licence_Text: 
109359 #Header: 
109360 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109361 #/* Test the Unicode character type functions.
109362 #   Copyright (C) 2007 Free Software Foundation, Inc.
109363 #
109364 #   This program is free software: you can redistribute it and/or modify
109365 #   it under the terms of the GNU General Public License as published by
109366 #   the Free Software Foundation; either version 3 of the License, or
109367 #   (at your option) any later version.
109368 #
109369 #   This program is distributed in the hope that it will be useful,
109370 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109371 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109372 #   GNU General Public License for more details.
109373 #
109374 #   You should have received a copy of the GNU General Public License
109375
109376 File: ./tests/unictype/test-pr_paired_punctuation.c
109377 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109378 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_paired_punctuation 
109379 License: GPL-3+ GENERATED FILE
109380 Licence_Text: 
109381 #Header: 
109382 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109383 #/* Test the Unicode character type functions.
109384 #   Copyright (C) 2007 Free Software Foundation, Inc.
109385 #
109386 #   This program is free software: you can redistribute it and/or modify
109387 #   it under the terms of the GNU General Public License as published by
109388 #   the Free Software Foundation; either version 3 of the License, or
109389 #   (at your option) any later version.
109390 #
109391 #   This program is distributed in the hope that it will be useful,
109392 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109393 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109394 #   GNU General Public License for more details.
109395 #
109396 #   You should have received a copy of the GNU General Public License
109397
109398 File: ./tests/unictype/test-pr_paragraph_separator.c
109399 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109400 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_paragraph_separator 
109401 License: GPL-3+ GENERATED FILE
109402 Licence_Text: 
109403 #Header: 
109404 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109405 #/* Test the Unicode character type functions.
109406 #   Copyright (C) 2007 Free Software Foundation, Inc.
109407 #
109408 #   This program is free software: you can redistribute it and/or modify
109409 #   it under the terms of the GNU General Public License as published by
109410 #   the Free Software Foundation; either version 3 of the License, or
109411 #   (at your option) any later version.
109412 #
109413 #   This program is distributed in the hope that it will be useful,
109414 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109415 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109416 #   GNU General Public License for more details.
109417 #
109418 #   You should have received a copy of the GNU General Public License
109419
109420 File: ./tests/unictype/test-pr_pattern_syntax.c
109421 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109422 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_pattern_syntax 
109423 License: GPL-3+ GENERATED FILE
109424 Licence_Text: 
109425 #Header: 
109426 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109427 #/* Test the Unicode character type functions.
109428 #   Copyright (C) 2007 Free Software Foundation, Inc.
109429 #
109430 #   This program is free software: you can redistribute it and/or modify
109431 #   it under the terms of the GNU General Public License as published by
109432 #   the Free Software Foundation; either version 3 of the License, or
109433 #   (at your option) any later version.
109434 #
109435 #   This program is distributed in the hope that it will be useful,
109436 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109437 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109438 #   GNU General Public License for more details.
109439 #
109440 #   You should have received a copy of the GNU General Public License
109441
109442 File: ./tests/unictype/test-pr_pattern_white_space.c
109443 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109444 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_pattern_white_space 
109445 License: GPL-3+ GENERATED FILE
109446 Licence_Text: 
109447 #Header: 
109448 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109449 #/* Test the Unicode character type functions.
109450 #   Copyright (C) 2007 Free Software Foundation, Inc.
109451 #
109452 #   This program is free software: you can redistribute it and/or modify
109453 #   it under the terms of the GNU General Public License as published by
109454 #   the Free Software Foundation; either version 3 of the License, or
109455 #   (at your option) any later version.
109456 #
109457 #   This program is distributed in the hope that it will be useful,
109458 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109459 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109460 #   GNU General Public License for more details.
109461 #
109462 #   You should have received a copy of the GNU General Public License
109463
109464 File: ./tests/unictype/test-pr_private_use.c
109465 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109466 Copyright: uc_is_property_private_use  / 2007 Free Software Foundation, Inc
109467 License: GPL-3+ GENERATED FILE
109468 Licence_Text: 
109469 #Header: 
109470 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109471 #/* Test the Unicode character type functions.
109472 #   Copyright (C) 2007 Free Software Foundation, Inc.
109473 #
109474 #   This program is free software: you can redistribute it and/or modify
109475 #   it under the terms of the GNU General Public License as published by
109476 #   the Free Software Foundation; either version 3 of the License, or
109477 #   (at your option) any later version.
109478 #
109479 #   This program is distributed in the hope that it will be useful,
109480 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109481 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109482 #   GNU General Public License for more details.
109483 #
109484 #   You should have received a copy of the GNU General Public License
109485
109486 File: ./tests/unictype/test-pr_punctuation.c
109487 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109488 Copyright: 2007 Free Software Foundation, Inc
109489 License: GPL-3+ GENERATED FILE
109490 Licence_Text: 
109491 #Header: 
109492 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109493 #/* Test the Unicode character type functions.
109494 #   Copyright (C) 2007 Free Software Foundation, Inc.
109495 #
109496 #   This program is free software: you can redistribute it and/or modify
109497 #   it under the terms of the GNU General Public License as published by
109498 #   the Free Software Foundation; either version 3 of the License, or
109499 #   (at your option) any later version.
109500 #
109501 #   This program is distributed in the hope that it will be useful,
109502 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109503 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109504 #   GNU General Public License for more details.
109505 #
109506 #   You should have received a copy of the GNU General Public License
109507
109508 File: ./tests/unictype/test-pr_quotation_mark.c
109509 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109510 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_quotation_mark 
109511 License: GPL-3+ GENERATED FILE
109512 Licence_Text: 
109513 #Header: 
109514 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109515 #/* Test the Unicode character type functions.
109516 #   Copyright (C) 2007 Free Software Foundation, Inc.
109517 #
109518 #   This program is free software: you can redistribute it and/or modify
109519 #   it under the terms of the GNU General Public License as published by
109520 #   the Free Software Foundation; either version 3 of the License, or
109521 #   (at your option) any later version.
109522 #
109523 #   This program is distributed in the hope that it will be useful,
109524 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109525 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109526 #   GNU General Public License for more details.
109527 #
109528 #   You should have received a copy of the GNU General Public License
109529
109530 File: ./tests/unictype/test-pr_radical.c
109531 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109532 Copyright: uc_is_property_radical  / 2007 Free Software Foundation, Inc
109533 License: GPL-3+ GENERATED FILE
109534 Licence_Text: 
109535 #Header: 
109536 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109537 #/* Test the Unicode character type functions.
109538 #   Copyright (C) 2007 Free Software Foundation, Inc.
109539 #
109540 #   This program is free software: you can redistribute it and/or modify
109541 #   it under the terms of the GNU General Public License as published by
109542 #   the Free Software Foundation; either version 3 of the License, or
109543 #   (at your option) any later version.
109544 #
109545 #   This program is distributed in the hope that it will be useful,
109546 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109547 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109548 #   GNU General Public License for more details.
109549 #
109550 #   You should have received a copy of the GNU General Public License
109551
109552 File: ./tests/unictype/test-pr_sentence_terminal.c
109553 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109554 Copyright: uc_is_property_sentence_terminal  / 2007 Free Software Foundation, Inc
109555 License: GPL-3+ GENERATED FILE
109556 Licence_Text: 
109557 #Header: 
109558 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109559 #/* Test the Unicode character type functions.
109560 #   Copyright (C) 2007 Free Software Foundation, Inc.
109561 #
109562 #   This program is free software: you can redistribute it and/or modify
109563 #   it under the terms of the GNU General Public License as published by
109564 #   the Free Software Foundation; either version 3 of the License, or
109565 #   (at your option) any later version.
109566 #
109567 #   This program is distributed in the hope that it will be useful,
109568 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109569 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109570 #   GNU General Public License for more details.
109571 #
109572 #   You should have received a copy of the GNU General Public License
109573
109574 File: ./tests/unictype/test-pr_soft_dotted.c
109575 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109576 Copyright: uc_is_property_soft_dotted  / 2007 Free Software Foundation, Inc
109577 License: GPL-3+ GENERATED FILE
109578 Licence_Text: 
109579 #Header: 
109580 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109581 #/* Test the Unicode character type functions.
109582 #   Copyright (C) 2007 Free Software Foundation, Inc.
109583 #
109584 #   This program is free software: you can redistribute it and/or modify
109585 #   it under the terms of the GNU General Public License as published by
109586 #   the Free Software Foundation; either version 3 of the License, or
109587 #   (at your option) any later version.
109588 #
109589 #   This program is distributed in the hope that it will be useful,
109590 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109591 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109592 #   GNU General Public License for more details.
109593 #
109594 #   You should have received a copy of the GNU General Public License
109595
109596 File: ./tests/unictype/test-pr_space.c
109597 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109598 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_space 
109599 License: GPL-3+ GENERATED FILE
109600 Licence_Text: 
109601 #Header: 
109602 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109603 #/* Test the Unicode character type functions.
109604 #   Copyright (C) 2007 Free Software Foundation, Inc.
109605 #
109606 #   This program is free software: you can redistribute it and/or modify
109607 #   it under the terms of the GNU General Public License as published by
109608 #   the Free Software Foundation; either version 3 of the License, or
109609 #   (at your option) any later version.
109610 #
109611 #   This program is distributed in the hope that it will be useful,
109612 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109613 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109614 #   GNU General Public License for more details.
109615 #
109616 #   You should have received a copy of the GNU General Public License
109617
109618 File: ./tests/unictype/test-pr_terminal_punctuation.c
109619 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109620 Copyright: 2007 Free Software Foundation, Inc
109621 License: GPL-3+ GENERATED FILE
109622 Licence_Text: 
109623 #Header: 
109624 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109625 #/* Test the Unicode character type functions.
109626 #   Copyright (C) 2007 Free Software Foundation, Inc.
109627 #
109628 #   This program is free software: you can redistribute it and/or modify
109629 #   it under the terms of the GNU General Public License as published by
109630 #   the Free Software Foundation; either version 3 of the License, or
109631 #   (at your option) any later version.
109632 #
109633 #   This program is distributed in the hope that it will be useful,
109634 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109635 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109636 #   GNU General Public License for more details.
109637 #
109638 #   You should have received a copy of the GNU General Public License
109639
109640 File: ./tests/unictype/test-pr_test.c
109641 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
109642 Copyright: 2007-2008 Free Software Foundation, Inc
109643 License: GPL-3+ 
109644 Licence_Text: 
109645 #Header: 
109646 #/* Test the Unicode character type functions.
109647 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
109648 #
109649 #   This program is free software: you can redistribute it and/or modify
109650 #   it under the terms of the GNU General Public License as published by
109651 #   the Free Software Foundation; either version 3 of the License, or
109652 #   (at your option) any later version.
109653 #
109654 #   This program is distributed in the hope that it will be useful,
109655 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109656 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109657 #   GNU General Public License for more details.
109658 #
109659 #   You should have received a copy of the GNU General Public License
109660 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
109661
109662 File: ./tests/unictype/test-pr_titlecase.c
109663 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109664 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_titlecase 
109665 License: GPL-3+ GENERATED FILE
109666 Licence_Text: 
109667 #Header: 
109668 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109669 #/* Test the Unicode character type functions.
109670 #   Copyright (C) 2007 Free Software Foundation, Inc.
109671 #
109672 #   This program is free software: you can redistribute it and/or modify
109673 #   it under the terms of the GNU General Public License as published by
109674 #   the Free Software Foundation; either version 3 of the License, or
109675 #   (at your option) any later version.
109676 #
109677 #   This program is distributed in the hope that it will be useful,
109678 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109679 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109680 #   GNU General Public License for more details.
109681 #
109682 #   You should have received a copy of the GNU General Public License
109683
109684 File: ./tests/unictype/test-pr_unassigned_code_value.c
109685 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109686 Copyright: 2007 Free Software Foundation, Inc
109687 License: GPL-3+ GENERATED FILE
109688 Licence_Text: 
109689 #Header: 
109690 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109691 #/* Test the Unicode character type functions.
109692 #   Copyright (C) 2007 Free Software Foundation, Inc.
109693 #
109694 #   This program is free software: you can redistribute it and/or modify
109695 #   it under the terms of the GNU General Public License as published by
109696 #   the Free Software Foundation; either version 3 of the License, or
109697 #   (at your option) any later version.
109698 #
109699 #   This program is distributed in the hope that it will be useful,
109700 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109701 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109702 #   GNU General Public License for more details.
109703 #
109704 #   You should have received a copy of the GNU General Public License
109705
109706 File: ./tests/unictype/test-pr_unified_ideograph.c
109707 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109708 Copyright: uc_is_property_unified_ideograph  / 2007 Free Software Foundation, Inc
109709 License: GPL-3+ GENERATED FILE
109710 Licence_Text: 
109711 #Header: 
109712 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109713 #/* Test the Unicode character type functions.
109714 #   Copyright (C) 2007 Free Software Foundation, Inc.
109715 #
109716 #   This program is free software: you can redistribute it and/or modify
109717 #   it under the terms of the GNU General Public License as published by
109718 #   the Free Software Foundation; either version 3 of the License, or
109719 #   (at your option) any later version.
109720 #
109721 #   This program is distributed in the hope that it will be useful,
109722 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109723 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109724 #   GNU General Public License for more details.
109725 #
109726 #   You should have received a copy of the GNU General Public License
109727
109728 File: ./tests/unictype/test-pr_uppercase.c
109729 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109730 Copyright: 2007 Free Software Foundation, Inc
109731 License: GPL-3+ GENERATED FILE
109732 Licence_Text: 
109733 #Header: 
109734 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109735 #/* Test the Unicode character type functions.
109736 #   Copyright (C) 2007 Free Software Foundation, Inc.
109737 #
109738 #   This program is free software: you can redistribute it and/or modify
109739 #   it under the terms of the GNU General Public License as published by
109740 #   the Free Software Foundation; either version 3 of the License, or
109741 #   (at your option) any later version.
109742 #
109743 #   This program is distributed in the hope that it will be useful,
109744 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109745 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109746 #   GNU General Public License for more details.
109747 #
109748 #   You should have received a copy of the GNU General Public License
109749
109750 File: ./tests/unictype/test-pr_variation_selector.c
109751 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109752 Copyright: uc_is_property_variation_selector  / 2007 Free Software Foundation, Inc
109753 License: GPL-3+ GENERATED FILE
109754 Licence_Text: 
109755 #Header: 
109756 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109757 #/* Test the Unicode character type functions.
109758 #   Copyright (C) 2007 Free Software Foundation, Inc.
109759 #
109760 #   This program is free software: you can redistribute it and/or modify
109761 #   it under the terms of the GNU General Public License as published by
109762 #   the Free Software Foundation; either version 3 of the License, or
109763 #   (at your option) any later version.
109764 #
109765 #   This program is distributed in the hope that it will be useful,
109766 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109767 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109768 #   GNU General Public License for more details.
109769 #
109770 #   You should have received a copy of the GNU General Public License
109771
109772 File: ./tests/unictype/test-pr_white_space.c
109773 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109774 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_white_space 
109775 License: GPL-3+ GENERATED FILE
109776 Licence_Text: 
109777 #Header: 
109778 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109779 #/* Test the Unicode character type functions.
109780 #   Copyright (C) 2007 Free Software Foundation, Inc.
109781 #
109782 #   This program is free software: you can redistribute it and/or modify
109783 #   it under the terms of the GNU General Public License as published by
109784 #   the Free Software Foundation; either version 3 of the License, or
109785 #   (at your option) any later version.
109786 #
109787 #   This program is distributed in the hope that it will be useful,
109788 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109789 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109790 #   GNU General Public License for more details.
109791 #
109792 #   You should have received a copy of the GNU General Public License
109793
109794 File: ./tests/unictype/test-pr_xid_continue.c
109795 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109796 Copyright: 2007 Free Software Foundation, Inc
109797 License: GPL-3+ GENERATED FILE
109798 Licence_Text: 
109799 #Header: 
109800 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109801 #/* Test the Unicode character type functions.
109802 #   Copyright (C) 2007 Free Software Foundation, Inc.
109803 #
109804 #   This program is free software: you can redistribute it and/or modify
109805 #   it under the terms of the GNU General Public License as published by
109806 #   the Free Software Foundation; either version 3 of the License, or
109807 #   (at your option) any later version.
109808 #
109809 #   This program is distributed in the hope that it will be useful,
109810 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109811 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109812 #   GNU General Public License for more details.
109813 #
109814 #   You should have received a copy of the GNU General Public License
109815
109816 File: ./tests/unictype/test-pr_xid_start.c
109817 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109818 Copyright: 2007 Free Software Foundation, Inc
109819 License: GPL-3+ GENERATED FILE
109820 Licence_Text: 
109821 #Header: 
109822 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109823 #/* Test the Unicode character type functions.
109824 #   Copyright (C) 2007 Free Software Foundation, Inc.
109825 #
109826 #   This program is free software: you can redistribute it and/or modify
109827 #   it under the terms of the GNU General Public License as published by
109828 #   the Free Software Foundation; either version 3 of the License, or
109829 #   (at your option) any later version.
109830 #
109831 #   This program is distributed in the hope that it will be useful,
109832 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109833 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109834 #   GNU General Public License for more details.
109835 #
109836 #   You should have received a copy of the GNU General Public License
109837
109838 File: ./tests/unictype/test-pr_zero_width.c
109839 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109840 Copyright: 2007 Free Software Foundation, Inc / uc_is_property_zero_width 
109841 License: GPL-3+ GENERATED FILE
109842 Licence_Text: 
109843 #Header: 
109844 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109845 #/* Test the Unicode character type functions.
109846 #   Copyright (C) 2007 Free Software Foundation, Inc.
109847 #
109848 #   This program is free software: you can redistribute it and/or modify
109849 #   it under the terms of the GNU General Public License as published by
109850 #   the Free Software Foundation; either version 3 of the License, or
109851 #   (at your option) any later version.
109852 #
109853 #   This program is distributed in the hope that it will be useful,
109854 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109855 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109856 #   GNU General Public License for more details.
109857 #
109858 #   You should have received a copy of the GNU General Public License
109859
109860 File: ./tests/unictype/test-predicate-part1.h
109861 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
109862 Copyright: 2007-2008 Free Software Foundation, Inc
109863 License: GPL-3+ 
109864 Licence_Text: 
109865 #Header: 
109866 #/* Test the Unicode character type functions.
109867 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
109868 #
109869 #   This program is free software: you can redistribute it and/or modify
109870 #   it under the terms of the GNU General Public License as published by
109871 #   the Free Software Foundation; either version 3 of the License, or
109872 #   (at your option) any later version.
109873 #
109874 #   This program is distributed in the hope that it will be useful,
109875 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109876 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109877 #   GNU General Public License for more details.
109878 #
109879 #   You should have received a copy of the GNU General Public License
109880 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
109881
109882 File: ./tests/unictype/test-predicate-part2.h
109883 Hash: 777a2f9f28424e3cb85bb6e7c65b8fc4311d91b1d8e2c1382b9d007defff1286
109884 Copyright: 2007 Free Software Foundation, Inc
109885 License: GPL-3+ 
109886 Licence_Text: 
109887 #Header: 
109888 #/* Test the Unicode character type functions.
109889 #   Copyright (C) 2007 Free Software Foundation, Inc.
109890 #
109891 #   This program is free software: you can redistribute it and/or modify
109892 #   it under the terms of the GNU General Public License as published by
109893 #   the Free Software Foundation; either version 3 of the License, or
109894 #   (at your option) any later version.
109895 #
109896 #   This program is distributed in the hope that it will be useful,
109897 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109898 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109899 #   GNU General Public License for more details.
109900 #
109901 #   You should have received a copy of the GNU General Public License
109902 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
109903
109904 File: ./tests/unictype/test-scripts.c
109905 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
109906 Copyright: 2007-2008 Free Software Foundation, Inc
109907 License: GPL-3+ 
109908 Licence_Text: 
109909 #Header: 
109910 #/* Test the Unicode character type functions.
109911 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
109912 #
109913 #   This program is free software: you can redistribute it and/or modify
109914 #   it under the terms of the GNU General Public License as published by
109915 #   the Free Software Foundation; either version 3 of the License, or
109916 #   (at your option) any later version.
109917 #
109918 #   This program is distributed in the hope that it will be useful,
109919 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109920 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109921 #   GNU General Public License for more details.
109922 #
109923 #   You should have received a copy of the GNU General Public License
109924 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
109925
109926 File: ./tests/unictype/test-sy_c_ident.c
109927 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
109928 Copyright: 2007-2008 Free Software Foundation, Inc
109929 License: GPL-3+ 
109930 Licence_Text: 
109931 #Header: 
109932 #/* Test the Unicode character type functions.
109933 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
109934 #
109935 #   This program is free software: you can redistribute it and/or modify
109936 #   it under the terms of the GNU General Public License as published by
109937 #   the Free Software Foundation; either version 3 of the License, or
109938 #   (at your option) any later version.
109939 #
109940 #   This program is distributed in the hope that it will be useful,
109941 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109942 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109943 #   GNU General Public License for more details.
109944 #
109945 #   You should have received a copy of the GNU General Public License
109946 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
109947
109948 File: ./tests/unictype/test-sy_c_whitespace.c
109949 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109950 Copyright: 2007 Free Software Foundation, Inc / uc_is_c_whitespace 
109951 License: GPL-3+ GENERATED FILE
109952 Licence_Text: 
109953 #Header: 
109954 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109955 #/* Test the Unicode character type functions.
109956 #   Copyright (C) 2007 Free Software Foundation, Inc.
109957 #
109958 #   This program is free software: you can redistribute it and/or modify
109959 #   it under the terms of the GNU General Public License as published by
109960 #   the Free Software Foundation; either version 3 of the License, or
109961 #   (at your option) any later version.
109962 #
109963 #   This program is distributed in the hope that it will be useful,
109964 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109965 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109966 #   GNU General Public License for more details.
109967 #
109968 #   You should have received a copy of the GNU General Public License
109969
109970 File: ./tests/unictype/test-sy_java_ident.c
109971 Hash: a20a323abdbfa289c8ac6694f8b494cbe3c0a7f45989bcf2ad9cb009c8bd8122
109972 Copyright: 2007-2008 Free Software Foundation, Inc
109973 License: GPL-3+ 
109974 Licence_Text: 
109975 #Header: 
109976 #/* Test the Unicode character type functions.
109977 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
109978 #
109979 #   This program is free software: you can redistribute it and/or modify
109980 #   it under the terms of the GNU General Public License as published by
109981 #   the Free Software Foundation; either version 3 of the License, or
109982 #   (at your option) any later version.
109983 #
109984 #   This program is distributed in the hope that it will be useful,
109985 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
109986 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109987 #   GNU General Public License for more details.
109988 #
109989 #   You should have received a copy of the GNU General Public License
109990 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
109991
109992 File: ./tests/unictype/test-sy_java_whitespace.c
109993 Hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
109994 Copyright: uc_is_java_whitespace  / 2007 Free Software Foundation, Inc
109995 License: GPL-3+ GENERATED FILE
109996 Licence_Text: 
109997 #Header: 
109998 #/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
109999 #/* Test the Unicode character type functions.
110000 #   Copyright (C) 2007 Free Software Foundation, Inc.
110001 #
110002 #   This program is free software: you can redistribute it and/or modify
110003 #   it under the terms of the GNU General Public License as published by
110004 #   the Free Software Foundation; either version 3 of the License, or
110005 #   (at your option) any later version.
110006 #
110007 #   This program is distributed in the hope that it will be useful,
110008 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110009 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110010 #   GNU General Public License for more details.
110011 #
110012 #   You should have received a copy of the GNU General Public License
110013
110014 File: ./tests/unilbrk/test-u16-possible-linebreaks.c
110015 Hash: 7e1ab1d262741a939083a6489d857cad3b65e2208cf5590bf38f552aa035d30b
110016 Copyright: 2008 Free Software Foundation, Inc
110017 License: GPL-3+ 
110018 Licence_Text: 
110019 #Header: 
110020 #/* Test of line breaking of UTF-16 strings.
110021 #   Copyright (C) 2008 Free Software Foundation, Inc.
110022 #
110023 #   This program is free software: you can redistribute it and/or modify
110024 #   it under the terms of the GNU General Public License as published by
110025 #   the Free Software Foundation; either version 3 of the License, or
110026 #   (at your option) any later version.
110027 #
110028 #   This program is distributed in the hope that it will be useful,
110029 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110030 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110031 #   GNU General Public License for more details.
110032 #
110033 #   You should have received a copy of the GNU General Public License
110034 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110035
110036 File: ./tests/unilbrk/test-u16-width-linebreaks.c
110037 Hash: 7e1ab1d262741a939083a6489d857cad3b65e2208cf5590bf38f552aa035d30b
110038 Copyright: 2008 Free Software Foundation, Inc
110039 License: GPL-3+ 
110040 Licence_Text: 
110041 #Header: 
110042 #/* Test of line breaking of UTF-16 strings.
110043 #   Copyright (C) 2008 Free Software Foundation, Inc.
110044 #
110045 #   This program is free software: you can redistribute it and/or modify
110046 #   it under the terms of the GNU General Public License as published by
110047 #   the Free Software Foundation; either version 3 of the License, or
110048 #   (at your option) any later version.
110049 #
110050 #   This program is distributed in the hope that it will be useful,
110051 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110052 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110053 #   GNU General Public License for more details.
110054 #
110055 #   You should have received a copy of the GNU General Public License
110056 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110057
110058 File: ./tests/unilbrk/test-u32-possible-linebreaks.c
110059 Hash: 056d43429843f89f2c1ab0043fc518e79cd47a2af57b659d603ac379cee56e96
110060 Copyright: 2008 Free Software Foundation, Inc
110061 License: GPL-3+ 
110062 Licence_Text: 
110063 #Header: 
110064 #/* Test of line breaking of UTF-32 strings.
110065 #   Copyright (C) 2008 Free Software Foundation, Inc.
110066 #
110067 #   This program is free software: you can redistribute it and/or modify
110068 #   it under the terms of the GNU General Public License as published by
110069 #   the Free Software Foundation; either version 3 of the License, or
110070 #   (at your option) any later version.
110071 #
110072 #   This program is distributed in the hope that it will be useful,
110073 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110074 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110075 #   GNU General Public License for more details.
110076 #
110077 #   You should have received a copy of the GNU General Public License
110078 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110079
110080 File: ./tests/unilbrk/test-u32-width-linebreaks.c
110081 Hash: 056d43429843f89f2c1ab0043fc518e79cd47a2af57b659d603ac379cee56e96
110082 Copyright: 2008 Free Software Foundation, Inc
110083 License: GPL-3+ 
110084 Licence_Text: 
110085 #Header: 
110086 #/* Test of line breaking of UTF-32 strings.
110087 #   Copyright (C) 2008 Free Software Foundation, Inc.
110088 #
110089 #   This program is free software: you can redistribute it and/or modify
110090 #   it under the terms of the GNU General Public License as published by
110091 #   the Free Software Foundation; either version 3 of the License, or
110092 #   (at your option) any later version.
110093 #
110094 #   This program is distributed in the hope that it will be useful,
110095 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110096 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110097 #   GNU General Public License for more details.
110098 #
110099 #   You should have received a copy of the GNU General Public License
110100 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110101
110102 File: ./tests/unilbrk/test-u8-possible-linebreaks.c
110103 Hash: db0f777bd10cf83e59c1b3d7a561e24c8ce86f11c4cf8d487f64c85566a5d557
110104 Copyright: 2008 Free Software Foundation, Inc
110105 License: GPL-3+ 
110106 Licence_Text: 
110107 #Header: 
110108 #/* Test of line breaking of UTF-8 strings.
110109 #   Copyright (C) 2008 Free Software Foundation, Inc.
110110 #
110111 #   This program is free software: you can redistribute it and/or modify
110112 #   it under the terms of the GNU General Public License as published by
110113 #   the Free Software Foundation; either version 3 of the License, or
110114 #   (at your option) any later version.
110115 #
110116 #   This program is distributed in the hope that it will be useful,
110117 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110118 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110119 #   GNU General Public License for more details.
110120 #
110121 #   You should have received a copy of the GNU General Public License
110122 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110123
110124 File: ./tests/unilbrk/test-u8-width-linebreaks.c
110125 Hash: db0f777bd10cf83e59c1b3d7a561e24c8ce86f11c4cf8d487f64c85566a5d557
110126 Copyright: 2008 Free Software Foundation, Inc
110127 License: GPL-3+ 
110128 Licence_Text: 
110129 #Header: 
110130 #/* Test of line breaking of UTF-8 strings.
110131 #   Copyright (C) 2008 Free Software Foundation, Inc.
110132 #
110133 #   This program is free software: you can redistribute it and/or modify
110134 #   it under the terms of the GNU General Public License as published by
110135 #   the Free Software Foundation; either version 3 of the License, or
110136 #   (at your option) any later version.
110137 #
110138 #   This program is distributed in the hope that it will be useful,
110139 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110140 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110141 #   GNU General Public License for more details.
110142 #
110143 #   You should have received a copy of the GNU General Public License
110144 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110145
110146 File: ./tests/unilbrk/test-ulc-possible-linebreaks.c
110147 Hash: 5e1778a2c3765cd8814c66f53bc1ff0e04b8e18bf35ce247e8679b4b47d8c051
110148 Copyright: 2008 Free Software Foundation, Inc
110149 License: GPL-3+ 
110150 Licence_Text: 
110151 #Header: 
110152 #/* Test of line breaking of strings.
110153 #   Copyright (C) 2008 Free Software Foundation, Inc.
110154 #
110155 #   This program is free software: you can redistribute it and/or modify
110156 #   it under the terms of the GNU General Public License as published by
110157 #   the Free Software Foundation; either version 3 of the License, or
110158 #   (at your option) any later version.
110159 #
110160 #   This program is distributed in the hope that it will be useful,
110161 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110162 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110163 #   GNU General Public License for more details.
110164 #
110165 #   You should have received a copy of the GNU General Public License
110166 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110167
110168 File: ./tests/unilbrk/test-ulc-width-linebreaks.c
110169 Hash: 5e1778a2c3765cd8814c66f53bc1ff0e04b8e18bf35ce247e8679b4b47d8c051
110170 Copyright: 2008 Free Software Foundation, Inc
110171 License: GPL-3+ 
110172 Licence_Text: 
110173 #Header: 
110174 #/* Test of line breaking of strings.
110175 #   Copyright (C) 2008 Free Software Foundation, Inc.
110176 #
110177 #   This program is free software: you can redistribute it and/or modify
110178 #   it under the terms of the GNU General Public License as published by
110179 #   the Free Software Foundation; either version 3 of the License, or
110180 #   (at your option) any later version.
110181 #
110182 #   This program is distributed in the hope that it will be useful,
110183 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110184 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110185 #   GNU General Public License for more details.
110186 #
110187 #   You should have received a copy of the GNU General Public License
110188 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110189
110190 File: ./tests/uniname/UnicodeDataNames.txt
110191 Hash: a1676b8b73689618daa1662cabf719b5da50cf74a63224111534949d3e4297fb
110192 Copyright: 
110193 License: 
110194 Licence_Text: 
110195 #Header: 
110196 #0020;SPACE;Zs;0;WS;;;;;N;;;;;
110197 #0021;EXCLAMATION MARK;Po;0;ON;;;;;N;;;;;
110198 #0022;QUOTATION MARK;Po;0;ON;;;;;N;;;;;
110199 #0023;NUMBER SIGN;Po;0;ET;;;;;N;;;;;
110200 #0024;DOLLAR SIGN;Sc;0;ET;;;;;N;;;;;
110201 #0025;PERCENT SIGN;Po;0;ET;;;;;N;;;;;
110202 #0026;AMPERSAND;Po;0;ON;;;;;N;;;;;
110203 #0027;APOSTROPHE;Po;0;ON;;;;;N;APOSTROPHE-QUOTE;;;;
110204 #0028;LEFT PARENTHESIS;Ps;0;ON;;;;;Y;OPENING PARENTHESIS;;;;
110205 #0029;RIGHT PARENTHESIS;Pe;0;ON;;;;;Y;CLOSING PARENTHESIS;;;;
110206 #002A;ASTERISK;Po;0;ON;;;;;N;;;;;
110207 #002B;PLUS SIGN;Sm;0;ES;;;;;N;;;;;
110208 #002C;COMMA;Po;0;CS;;;;;N;;;;;
110209 #002D;HYPHEN-MINUS;Pd;0;ES;;;;;N;;;;;
110210 #002E;FULL STOP;Po;0;CS;;;;;N;PERIOD;;;;
110211
110212 File: ./tests/uniname/test-uninames.c
110213 Hash: 75aa6d9c3dd3d7292e5386895029004117b7bb082ce4f21227c105dc6af43b00
110214 Copyright: 2000-2003, 2005, 2007, 2009 Free Software Foundation, Inc
110215 License: GPL-3+ 
110216 Licence_Text: 
110217 #Header: 
110218 #/* Test the Unicode character name functions.
110219 #   Copyright (C) 2000-2003, 2005, 2007, 2009 Free Software Foundation, Inc.
110220 #
110221 #   This program is free software: you can redistribute it and/or modify
110222 #   it under the terms of the GNU General Public License as published by
110223 #   the Free Software Foundation; either version 3 of the License, or
110224 #   (at your option) any later version.
110225 #
110226 #   This program is distributed in the hope that it will be useful,
110227 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110228 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110229 #   GNU General Public License for more details.
110230 #
110231 #   You should have received a copy of the GNU General Public License
110232 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110233
110234 File: ./tests/uniname/test-uninames.sh
110235 Hash: 853dcc547f6774df0e14d3d22621c60a885132801e94352425dc0992f91b1fb4
110236 Copyright: 
110237 License: 
110238 Licence_Text: 
110239 #Header: 
110240 ##!/bin/sh
110241 #exec ./test-uninames${EXEEXT} "$srcdir/uniname/UnicodeDataNames.txt"
110242
110243 File: ./tests/uninorm/NormalizationTest.txt
110244 Hash: 886760af898381620a8980841c646ae70e894b5292c3138e6dfd75b6904deffb
110245 Copyright: 
110246 License: 
110247 Licence_Text: 
110248 #Header: 
110249
110250
110251 File: ./tests/uninorm/test-canonical-decomposition.c
110252 Hash: a448e6e47900ce6ef19b5c003b18e330f376cd946cbd71d73028af86abe135dd
110253 Copyright: 2009 Free Software Foundation, Inc
110254 License: GPL-3+ 
110255 Licence_Text: 
110256 #Header: 
110257 #/* Test of canonical decomposition of Unicode characters.
110258 #   Copyright (C) 2009 Free Software Foundation, Inc.
110259 #
110260 #   This program is free software: you can redistribute it and/or modify
110261 #   it under the terms of the GNU General Public License as published by
110262 #   the Free Software Foundation; either version 3 of the License, or
110263 #   (at your option) any later version.
110264 #
110265 #   This program is distributed in the hope that it will be useful,
110266 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110267 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110268 #   GNU General Public License for more details.
110269 #
110270 #   You should have received a copy of the GNU General Public License
110271 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110272
110273 File: ./tests/uninorm/test-compat-decomposition.c
110274 Hash: 1a1be0d3a07610958181e24240ac9a5ecbf2ab378eee5f10e83361662f9c4846
110275 Copyright: 2009 Free Software Foundation, Inc
110276 License: GPL-3+ 
110277 Licence_Text: 
110278 #Header: 
110279 #/* Test of compatibility decomposition of Unicode characters.
110280 #   Copyright (C) 2009 Free Software Foundation, Inc.
110281 #
110282 #   This program is free software: you can redistribute it and/or modify
110283 #   it under the terms of the GNU General Public License as published by
110284 #   the Free Software Foundation; either version 3 of the License, or
110285 #   (at your option) any later version.
110286 #
110287 #   This program is distributed in the hope that it will be useful,
110288 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110289 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110290 #   GNU General Public License for more details.
110291 #
110292 #   You should have received a copy of the GNU General Public License
110293 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110294
110295 File: ./tests/uninorm/test-composition.c
110296 Hash: a9cfc5518ecd4051f86fd4d69f17642c965db52574d6e05e7a6c48d910e863b8
110297 Copyright: 2009 Free Software Foundation, Inc
110298 License: GPL-3+ 
110299 Licence_Text: 
110300 #Header: 
110301 #/* Test of canonical composition of Unicode characters.
110302 #   Copyright (C) 2009 Free Software Foundation, Inc.
110303 #
110304 #   This program is free software: you can redistribute it and/or modify
110305 #   it under the terms of the GNU General Public License as published by
110306 #   the Free Software Foundation; either version 3 of the License, or
110307 #   (at your option) any later version.
110308 #
110309 #   This program is distributed in the hope that it will be useful,
110310 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110311 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110312 #   GNU General Public License for more details.
110313 #
110314 #   You should have received a copy of the GNU General Public License
110315 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110316
110317 File: ./tests/uninorm/test-decomposing-form.c
110318 Hash: 69576c1fa17d13a8886c698b7d02742d961e36583f54b708bbd69ad096c32a93
110319 Copyright: 2009 Free Software Foundation, Inc
110320 License: GPL-3+ 
110321 Licence_Text: 
110322 #Header: 
110323 #/* Test of decomposing variant of a normalization form.
110324 #   Copyright (C) 2009 Free Software Foundation, Inc.
110325 #
110326 #   This program is free software: you can redistribute it and/or modify
110327 #   it under the terms of the GNU General Public License as published by
110328 #   the Free Software Foundation; either version 3 of the License, or
110329 #   (at your option) any later version.
110330 #
110331 #   This program is distributed in the hope that it will be useful,
110332 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110333 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110334 #   GNU General Public License for more details.
110335 #
110336 #   You should have received a copy of the GNU General Public License
110337 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110338
110339 File: ./tests/uninorm/test-decomposition.c
110340 Hash: e098c1a33862ac43c6a81a23842bcc036bc222abd16cabf7585b40c5ffa9f13b
110341 Copyright: 2009 Free Software Foundation, Inc
110342 License: GPL-3+ 
110343 Licence_Text: 
110344 #Header: 
110345 #/* Test of decomposition of Unicode characters.
110346 #   Copyright (C) 2009 Free Software Foundation, Inc.
110347 #
110348 #   This program is free software: you can redistribute it and/or modify
110349 #   it under the terms of the GNU General Public License as published by
110350 #   the Free Software Foundation; either version 3 of the License, or
110351 #   (at your option) any later version.
110352 #
110353 #   This program is distributed in the hope that it will be useful,
110354 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110355 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110356 #   GNU General Public License for more details.
110357 #
110358 #   You should have received a copy of the GNU General Public License
110359 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110360
110361 File: ./tests/uninorm/test-nfc.c
110362 Hash: e9e561889a62796cb7a20a6a9044b31b813500f2a501e285020f9150b1bd8e9b
110363 Copyright: 2009 Free Software Foundation, Inc
110364 License: GPL-3+ 
110365 Licence_Text: 
110366 #Header: 
110367 #/* Test of canonical normalization of Unicode strings.
110368 #   Copyright (C) 2009 Free Software Foundation, Inc.
110369 #
110370 #   This program is free software: you can redistribute it and/or modify
110371 #   it under the terms of the GNU General Public License as published by
110372 #   the Free Software Foundation; either version 3 of the License, or
110373 #   (at your option) any later version.
110374 #
110375 #   This program is distributed in the hope that it will be useful,
110376 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110377 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110378 #   GNU General Public License for more details.
110379 #
110380 #   You should have received a copy of the GNU General Public License
110381 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110382
110383 File: ./tests/uninorm/test-nfd.c
110384 Hash: 9e4d1ad511a5edfbe76247e671aeba2f3a2ccb7d048d408440d9d64a2b6bfd86
110385 Copyright: 2009 Free Software Foundation, Inc
110386 License: GPL-3+ 
110387 Licence_Text: 
110388 #Header: 
110389 #/* Test of canonical decomposition of Unicode strings.
110390 #   Copyright (C) 2009 Free Software Foundation, Inc.
110391 #
110392 #   This program is free software: you can redistribute it and/or modify
110393 #   it under the terms of the GNU General Public License as published by
110394 #   the Free Software Foundation; either version 3 of the License, or
110395 #   (at your option) any later version.
110396 #
110397 #   This program is distributed in the hope that it will be useful,
110398 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110399 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110400 #   GNU General Public License for more details.
110401 #
110402 #   You should have received a copy of the GNU General Public License
110403 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110404
110405 File: ./tests/uninorm/test-nfkc.c
110406 Hash: f852f8cc0ef2cc1d6145b5040910d25bad300da7f4f217b441bf42f48c5b684f
110407 Copyright: 2009 Free Software Foundation, Inc
110408 License: GPL-3+ 
110409 Licence_Text: 
110410 #Header: 
110411 #/* Test of compatibility normalization of Unicode strings.
110412 #   Copyright (C) 2009 Free Software Foundation, Inc.
110413 #
110414 #   This program is free software: you can redistribute it and/or modify
110415 #   it under the terms of the GNU General Public License as published by
110416 #   the Free Software Foundation; either version 3 of the License, or
110417 #   (at your option) any later version.
110418 #
110419 #   This program is distributed in the hope that it will be useful,
110420 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110421 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110422 #   GNU General Public License for more details.
110423 #
110424 #   You should have received a copy of the GNU General Public License
110425 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110426
110427 File: ./tests/uninorm/test-nfkd.c
110428 Hash: 996838de5e25b4e10b7be70b8e0139e15b9852eec680d7813b7ac0e9cd4a4254
110429 Copyright: 2009 Free Software Foundation, Inc
110430 License: GPL-3+ 
110431 Licence_Text: 
110432 #Header: 
110433 #/* Test of compatibility decomposition of Unicode strings.
110434 #   Copyright (C) 2009 Free Software Foundation, Inc.
110435 #
110436 #   This program is free software: you can redistribute it and/or modify
110437 #   it under the terms of the GNU General Public License as published by
110438 #   the Free Software Foundation; either version 3 of the License, or
110439 #   (at your option) any later version.
110440 #
110441 #   This program is distributed in the hope that it will be useful,
110442 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110443 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110444 #   GNU General Public License for more details.
110445 #
110446 #   You should have received a copy of the GNU General Public License
110447 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110448
110449 File: ./tests/uninorm/test-u16-nfc.c
110450 Hash: b698b4d1c028fb6ecf50c5fbd520583195bbb1d0e55ad4b6e098487c6ad28d38
110451 Copyright: 2009 Free Software Foundation, Inc
110452 License: GPL-3+ 
110453 Licence_Text: 
110454 #Header: 
110455 #/* Test of canonical normalization of UTF-16 strings.
110456 #   Copyright (C) 2009 Free Software Foundation, Inc.
110457 #
110458 #   This program is free software: you can redistribute it and/or modify
110459 #   it under the terms of the GNU General Public License as published by
110460 #   the Free Software Foundation; either version 3 of the License, or
110461 #   (at your option) any later version.
110462 #
110463 #   This program is distributed in the hope that it will be useful,
110464 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110465 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110466 #   GNU General Public License for more details.
110467 #
110468 #   You should have received a copy of the GNU General Public License
110469 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110470
110471 File: ./tests/uninorm/test-u16-nfd.c
110472 Hash: 4c837d69f99444f70aa8a5a6b4ac325ffcca6a95ec60cb4fc052a53d8bbe2a44
110473 Copyright: 2009 Free Software Foundation, Inc
110474 License: GPL-3+ 
110475 Licence_Text: 
110476 #Header: 
110477 #/* Test of canonical decomposition of UTF-16 strings.
110478 #   Copyright (C) 2009 Free Software Foundation, Inc.
110479 #
110480 #   This program is free software: you can redistribute it and/or modify
110481 #   it under the terms of the GNU General Public License as published by
110482 #   the Free Software Foundation; either version 3 of the License, or
110483 #   (at your option) any later version.
110484 #
110485 #   This program is distributed in the hope that it will be useful,
110486 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110487 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110488 #   GNU General Public License for more details.
110489 #
110490 #   You should have received a copy of the GNU General Public License
110491 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110492
110493 File: ./tests/uninorm/test-u16-nfkc.c
110494 Hash: 498eacf1ec13365c3b4a66b32f14a6a10374555a75e6a3a68916446e76c2b146
110495 Copyright: 2009 Free Software Foundation, Inc
110496 License: GPL-3+ 
110497 Licence_Text: 
110498 #Header: 
110499 #/* Test of compatibility normalization of UTF-16 strings.
110500 #   Copyright (C) 2009 Free Software Foundation, Inc.
110501 #
110502 #   This program is free software: you can redistribute it and/or modify
110503 #   it under the terms of the GNU General Public License as published by
110504 #   the Free Software Foundation; either version 3 of the License, or
110505 #   (at your option) any later version.
110506 #
110507 #   This program is distributed in the hope that it will be useful,
110508 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110509 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110510 #   GNU General Public License for more details.
110511 #
110512 #   You should have received a copy of the GNU General Public License
110513 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110514
110515 File: ./tests/uninorm/test-u16-nfkd.c
110516 Hash: 0b13b0dddc12354427fafcf78195149905174c48a77bdfea7de548c164de9ec8
110517 Copyright: 2009 Free Software Foundation, Inc
110518 License: GPL-3+ 
110519 Licence_Text: 
110520 #Header: 
110521 #/* Test of compatibility decomposition of UTF-16 strings.
110522 #   Copyright (C) 2009 Free Software Foundation, Inc.
110523 #
110524 #   This program is free software: you can redistribute it and/or modify
110525 #   it under the terms of the GNU General Public License as published by
110526 #   the Free Software Foundation; either version 3 of the License, or
110527 #   (at your option) any later version.
110528 #
110529 #   This program is distributed in the hope that it will be useful,
110530 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110531 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110532 #   GNU General Public License for more details.
110533 #
110534 #   You should have received a copy of the GNU General Public License
110535 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110536
110537 File: ./tests/uninorm/test-u16-normcmp.c
110538 Hash: b0235b86ca665bda025ccf51560209c2d7d010bc51ac4148c25b2d783dfe6185
110539 Copyright: 2009 Free Software Foundation, Inc
110540 License: GPL-3+ 
110541 Licence_Text: 
110542 #Header: 
110543 #/* Test of normalization insensitive comparison of UTF-16 strings.
110544 #   Copyright (C) 2009 Free Software Foundation, Inc.
110545 #
110546 #   This program is free software: you can redistribute it and/or modify
110547 #   it under the terms of the GNU General Public License as published by
110548 #   the Free Software Foundation; either version 3 of the License, or
110549 #   (at your option) any later version.
110550 #
110551 #   This program is distributed in the hope that it will be useful,
110552 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110553 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110554 #   GNU General Public License for more details.
110555 #
110556 #   You should have received a copy of the GNU General Public License
110557 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110558
110559 File: ./tests/uninorm/test-u16-normcmp.h
110560 Hash: b0235b86ca665bda025ccf51560209c2d7d010bc51ac4148c25b2d783dfe6185
110561 Copyright: 2009 Free Software Foundation, Inc
110562 License: GPL-3+ 
110563 Licence_Text: 
110564 #Header: 
110565 #/* Test of normalization insensitive comparison of UTF-16 strings.
110566 #   Copyright (C) 2009 Free Software Foundation, Inc.
110567 #
110568 #   This program is free software: you can redistribute it and/or modify
110569 #   it under the terms of the GNU General Public License as published by
110570 #   the Free Software Foundation; either version 3 of the License, or
110571 #   (at your option) any later version.
110572 #
110573 #   This program is distributed in the hope that it will be useful,
110574 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110575 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110576 #   GNU General Public License for more details.
110577 #
110578 #   You should have received a copy of the GNU General Public License
110579 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110580
110581 File: ./tests/uninorm/test-u16-normcoll.c
110582 Hash: ceee340b1298ce1b06479da651ec2099f4356abfe07c42a2cf75b2f3ccc53855
110583 Copyright: 2009 Free Software Foundation, Inc
110584 License: GPL-3+ 
110585 Licence_Text: 
110586 #Header: 
110587 #/* Test of locale dependent, normalization insensitive comparison of
110588 #   UTF-16 strings.
110589 #   Copyright (C) 2009 Free Software Foundation, Inc.
110590 #
110591 #   This program is free software: you can redistribute it and/or modify
110592 #   it under the terms of the GNU General Public License as published by
110593 #   the Free Software Foundation; either version 3 of the License, or
110594 #   (at your option) any later version.
110595 #
110596 #   This program is distributed in the hope that it will be useful,
110597 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110598 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110599 #   GNU General Public License for more details.
110600 #
110601 #   You should have received a copy of the GNU General Public License
110602
110603 File: ./tests/uninorm/test-u32-nfc-big.c
110604 Hash: 0d2777874284fe0a8c91d2b3b2a5399b823cb2dad79d585383eb83c79b57c81c
110605 Copyright: 2009 Free Software Foundation, Inc
110606 License: GPL-3+ 
110607 Licence_Text: 
110608 #Header: 
110609 #/* Test of Unicode compliance of canonical normalization of UTF-32 strings.
110610 #   Copyright (C) 2009 Free Software Foundation, Inc.
110611 #
110612 #   This program is free software: you can redistribute it and/or modify
110613 #   it under the terms of the GNU General Public License as published by
110614 #   the Free Software Foundation; either version 3 of the License, or
110615 #   (at your option) any later version.
110616 #
110617 #   This program is distributed in the hope that it will be useful,
110618 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110619 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110620 #   GNU General Public License for more details.
110621 #
110622 #   You should have received a copy of the GNU General Public License
110623 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110624
110625 File: ./tests/uninorm/test-u32-nfc-big.sh
110626 Hash: 756efd18ad52a52ef3c82289a3036f7c5fff9304a556162298fa05572b3ad8d5
110627 Copyright: 
110628 License: 
110629 Licence_Text: 
110630 #Header: 
110631 ##!/bin/sh
110632 #exec ./test-u32-nfc-big${EXEEXT} "$srcdir/uninorm/NormalizationTest.txt"
110633
110634 File: ./tests/uninorm/test-u32-nfc.c
110635 Hash: 1b33b266858f6f5526266ebd1602fa80e26475d58bdeb7e6c376bfb53ba04963
110636 Copyright: 2009 Free Software Foundation, Inc
110637 License: GPL-3+ 
110638 Licence_Text: 
110639 #Header: 
110640 #/* Test of canonical normalization of UTF-32 strings.
110641 #   Copyright (C) 2009 Free Software Foundation, Inc.
110642 #
110643 #   This program is free software: you can redistribute it and/or modify
110644 #   it under the terms of the GNU General Public License as published by
110645 #   the Free Software Foundation; either version 3 of the License, or
110646 #   (at your option) any later version.
110647 #
110648 #   This program is distributed in the hope that it will be useful,
110649 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110650 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110651 #   GNU General Public License for more details.
110652 #
110653 #   You should have received a copy of the GNU General Public License
110654 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110655
110656 File: ./tests/uninorm/test-u32-nfd-big.c
110657 Hash: 63854a2632b7cbc28cf0082fff71e81449b3459399888d8c59085994b440fbd1
110658 Copyright: 2009 Free Software Foundation, Inc
110659 License: GPL-3+ 
110660 Licence_Text: 
110661 #Header: 
110662 #/* Test of Unicode compliance of canonical decomposition of UTF-32 strings.
110663 #   Copyright (C) 2009 Free Software Foundation, Inc.
110664 #
110665 #   This program is free software: you can redistribute it and/or modify
110666 #   it under the terms of the GNU General Public License as published by
110667 #   the Free Software Foundation; either version 3 of the License, or
110668 #   (at your option) any later version.
110669 #
110670 #   This program is distributed in the hope that it will be useful,
110671 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110672 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110673 #   GNU General Public License for more details.
110674 #
110675 #   You should have received a copy of the GNU General Public License
110676 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110677
110678 File: ./tests/uninorm/test-u32-nfd-big.sh
110679 Hash: 7df6600ba689632b1923565f4cea0c349205eb81ab54e48adbe2b4f19f1a0710
110680 Copyright: 
110681 License: 
110682 Licence_Text: 
110683 #Header: 
110684 ##!/bin/sh
110685 #exec ./test-u32-nfd-big${EXEEXT} "$srcdir/uninorm/NormalizationTest.txt"
110686
110687 File: ./tests/uninorm/test-u32-nfd.c
110688 Hash: 1d11efc667f9a1a96ae0c1cf7a7ff48efeb6343fd34d5bf65bc009926b652e1b
110689 Copyright: 2009 Free Software Foundation, Inc
110690 License: GPL-3+ 
110691 Licence_Text: 
110692 #Header: 
110693 #/* Test of canonical decomposition of UTF-32 strings.
110694 #   Copyright (C) 2009 Free Software Foundation, Inc.
110695 #
110696 #   This program is free software: you can redistribute it and/or modify
110697 #   it under the terms of the GNU General Public License as published by
110698 #   the Free Software Foundation; either version 3 of the License, or
110699 #   (at your option) any later version.
110700 #
110701 #   This program is distributed in the hope that it will be useful,
110702 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110703 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110704 #   GNU General Public License for more details.
110705 #
110706 #   You should have received a copy of the GNU General Public License
110707 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110708
110709 File: ./tests/uninorm/test-u32-nfkc-big.c
110710 Hash: 03584a064142db823aa30f198f34140a95768d7cb752d9bc2b4fd2b5064d9967
110711 Copyright: 2009 Free Software Foundation, Inc
110712 License: GPL-3+ 
110713 Licence_Text: 
110714 #Header: 
110715 #/* Test of Unicode compliance of compatibility normalization of UTF-32 strings.
110716 #   Copyright (C) 2009 Free Software Foundation, Inc.
110717 #
110718 #   This program is free software: you can redistribute it and/or modify
110719 #   it under the terms of the GNU General Public License as published by
110720 #   the Free Software Foundation; either version 3 of the License, or
110721 #   (at your option) any later version.
110722 #
110723 #   This program is distributed in the hope that it will be useful,
110724 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110725 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110726 #   GNU General Public License for more details.
110727 #
110728 #   You should have received a copy of the GNU General Public License
110729 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110730
110731 File: ./tests/uninorm/test-u32-nfkc-big.sh
110732 Hash: 9c1bbb4dc3679b54e635a3f50ac29520d1bdf8fcff118b56b01b7760af61a802
110733 Copyright: 
110734 License: 
110735 Licence_Text: 
110736 #Header: 
110737 ##!/bin/sh
110738 #exec ./test-u32-nfkc-big${EXEEXT} "$srcdir/uninorm/NormalizationTest.txt"
110739
110740 File: ./tests/uninorm/test-u32-nfkc.c
110741 Hash: 4cb74b532545362c81ed6ff3a88bc7ae33d0663e9262942ee6c264d1190e1fbd
110742 Copyright: 2009 Free Software Foundation, Inc
110743 License: GPL-3+ 
110744 Licence_Text: 
110745 #Header: 
110746 #/* Test of compatibility normalization of UTF-32 strings.
110747 #   Copyright (C) 2009 Free Software Foundation, Inc.
110748 #
110749 #   This program is free software: you can redistribute it and/or modify
110750 #   it under the terms of the GNU General Public License as published by
110751 #   the Free Software Foundation; either version 3 of the License, or
110752 #   (at your option) any later version.
110753 #
110754 #   This program is distributed in the hope that it will be useful,
110755 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110756 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110757 #   GNU General Public License for more details.
110758 #
110759 #   You should have received a copy of the GNU General Public License
110760 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110761
110762 File: ./tests/uninorm/test-u32-nfkd-big.c
110763 Hash: 12acb786931e36a2d9a6ba2d9807d967a72b06b659b6e37181b20b6168235f5f
110764 Copyright: 2009 Free Software Foundation, Inc
110765 License: GPL-3+ 
110766 Licence_Text: 
110767 #Header: 
110768 #/* Test of Unicode compliance of compatibility decomposition of UTF-32 strings.
110769 #   Copyright (C) 2009 Free Software Foundation, Inc.
110770 #
110771 #   This program is free software: you can redistribute it and/or modify
110772 #   it under the terms of the GNU General Public License as published by
110773 #   the Free Software Foundation; either version 3 of the License, or
110774 #   (at your option) any later version.
110775 #
110776 #   This program is distributed in the hope that it will be useful,
110777 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110778 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110779 #   GNU General Public License for more details.
110780 #
110781 #   You should have received a copy of the GNU General Public License
110782 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110783
110784 File: ./tests/uninorm/test-u32-nfkd-big.sh
110785 Hash: 59c7882b0d8e4cb0a3f3b3d4deceaed6b01da8bcd5dcd430931782d394e9a581
110786 Copyright: 
110787 License: 
110788 Licence_Text: 
110789 #Header: 
110790 ##!/bin/sh
110791 #exec ./test-u32-nfkd-big${EXEEXT} "$srcdir/uninorm/NormalizationTest.txt"
110792
110793 File: ./tests/uninorm/test-u32-nfkd.c
110794 Hash: 35ed77ced7909ca500b2c08af6836d013992774deafe0846b72ecfa13d6f031c
110795 Copyright: 2009 Free Software Foundation, Inc
110796 License: GPL-3+ 
110797 Licence_Text: 
110798 #Header: 
110799 #/* Test of compatibility decomposition of UTF-32 strings.
110800 #   Copyright (C) 2009 Free Software Foundation, Inc.
110801 #
110802 #   This program is free software: you can redistribute it and/or modify
110803 #   it under the terms of the GNU General Public License as published by
110804 #   the Free Software Foundation; either version 3 of the License, or
110805 #   (at your option) any later version.
110806 #
110807 #   This program is distributed in the hope that it will be useful,
110808 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110809 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110810 #   GNU General Public License for more details.
110811 #
110812 #   You should have received a copy of the GNU General Public License
110813 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110814
110815 File: ./tests/uninorm/test-u32-normalize-big.c
110816 Hash: 80c2377529d4e80a2c9907bc104c8462bf2defc41e5e84df6e71d53d96dd6959
110817 Copyright: 2009 Free Software Foundation, Inc
110818 License: GPL-3+ 
110819 Licence_Text: 
110820 #Header: 
110821 #/* Test of Unicode compliance of normalization of UTF-32 strings.
110822 #   Copyright (C) 2009 Free Software Foundation, Inc.
110823 #
110824 #   This program is free software: you can redistribute it and/or modify
110825 #   it under the terms of the GNU General Public License as published by
110826 #   the Free Software Foundation; either version 3 of the License, or
110827 #   (at your option) any later version.
110828 #
110829 #   This program is distributed in the hope that it will be useful,
110830 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110831 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110832 #   GNU General Public License for more details.
110833 #
110834 #   You should have received a copy of the GNU General Public License
110835 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110836
110837 File: ./tests/uninorm/test-u32-normalize-big.h
110838 Hash: 80c2377529d4e80a2c9907bc104c8462bf2defc41e5e84df6e71d53d96dd6959
110839 Copyright: 2009 Free Software Foundation, Inc
110840 License: GPL-3+ 
110841 Licence_Text: 
110842 #Header: 
110843 #/* Test of Unicode compliance of normalization of UTF-32 strings.
110844 #   Copyright (C) 2009 Free Software Foundation, Inc.
110845 #
110846 #   This program is free software: you can redistribute it and/or modify
110847 #   it under the terms of the GNU General Public License as published by
110848 #   the Free Software Foundation; either version 3 of the License, or
110849 #   (at your option) any later version.
110850 #
110851 #   This program is distributed in the hope that it will be useful,
110852 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110853 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110854 #   GNU General Public License for more details.
110855 #
110856 #   You should have received a copy of the GNU General Public License
110857 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110858
110859 File: ./tests/uninorm/test-u32-normcmp.c
110860 Hash: e12c9ff30dbb755251c96abd83503ef410cdc0a91673feeb1cd4d5b1c916bc39
110861 Copyright: 2009 Free Software Foundation, Inc
110862 License: GPL-3+ 
110863 Licence_Text: 
110864 #Header: 
110865 #/* Test of normalization insensitive comparison of UTF-32 strings.
110866 #   Copyright (C) 2009 Free Software Foundation, Inc.
110867 #
110868 #   This program is free software: you can redistribute it and/or modify
110869 #   it under the terms of the GNU General Public License as published by
110870 #   the Free Software Foundation; either version 3 of the License, or
110871 #   (at your option) any later version.
110872 #
110873 #   This program is distributed in the hope that it will be useful,
110874 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110875 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110876 #   GNU General Public License for more details.
110877 #
110878 #   You should have received a copy of the GNU General Public License
110879 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110880
110881 File: ./tests/uninorm/test-u32-normcmp.h
110882 Hash: e12c9ff30dbb755251c96abd83503ef410cdc0a91673feeb1cd4d5b1c916bc39
110883 Copyright: 2009 Free Software Foundation, Inc
110884 License: GPL-3+ 
110885 Licence_Text: 
110886 #Header: 
110887 #/* Test of normalization insensitive comparison of UTF-32 strings.
110888 #   Copyright (C) 2009 Free Software Foundation, Inc.
110889 #
110890 #   This program is free software: you can redistribute it and/or modify
110891 #   it under the terms of the GNU General Public License as published by
110892 #   the Free Software Foundation; either version 3 of the License, or
110893 #   (at your option) any later version.
110894 #
110895 #   This program is distributed in the hope that it will be useful,
110896 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110897 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110898 #   GNU General Public License for more details.
110899 #
110900 #   You should have received a copy of the GNU General Public License
110901 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110902
110903 File: ./tests/uninorm/test-u32-normcoll.c
110904 Hash: 3b3591a744117db52df87ebfee1374c242580690a9d38dd72b9264d47d519b12
110905 Copyright: 2009 Free Software Foundation, Inc
110906 License: GPL-3+ 
110907 Licence_Text: 
110908 #Header: 
110909 #/* Test of locale dependent, normalization insensitive comparison of
110910 #   UTF-32 strings.
110911 #   Copyright (C) 2009 Free Software Foundation, Inc.
110912 #
110913 #   This program is free software: you can redistribute it and/or modify
110914 #   it under the terms of the GNU General Public License as published by
110915 #   the Free Software Foundation; either version 3 of the License, or
110916 #   (at your option) any later version.
110917 #
110918 #   This program is distributed in the hope that it will be useful,
110919 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110920 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110921 #   GNU General Public License for more details.
110922 #
110923 #   You should have received a copy of the GNU General Public License
110924
110925 File: ./tests/uninorm/test-u8-nfc.c
110926 Hash: 1cc025cec921d4f28a082455f5ee5c4c03ba8293305aa7b8c3b0c1fbba30c4fa
110927 Copyright: 2009 Free Software Foundation, Inc
110928 License: GPL-3+ 
110929 Licence_Text: 
110930 #Header: 
110931 #/* Test of canonical normalization of UTF-8 strings.
110932 #   Copyright (C) 2009 Free Software Foundation, Inc.
110933 #
110934 #   This program is free software: you can redistribute it and/or modify
110935 #   it under the terms of the GNU General Public License as published by
110936 #   the Free Software Foundation; either version 3 of the License, or
110937 #   (at your option) any later version.
110938 #
110939 #   This program is distributed in the hope that it will be useful,
110940 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110941 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110942 #   GNU General Public License for more details.
110943 #
110944 #   You should have received a copy of the GNU General Public License
110945 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110946
110947 File: ./tests/uninorm/test-u8-nfd.c
110948 Hash: ab1a65db2659f7732acdd205f0b1ea3117f4b85013e5c38a9f46d225ad2ae0f0
110949 Copyright: 2009 Free Software Foundation, Inc
110950 License: GPL-3+ 
110951 Licence_Text: 
110952 #Header: 
110953 #/* Test of canonical decomposition of UTF-8 strings.
110954 #   Copyright (C) 2009 Free Software Foundation, Inc.
110955 #
110956 #   This program is free software: you can redistribute it and/or modify
110957 #   it under the terms of the GNU General Public License as published by
110958 #   the Free Software Foundation; either version 3 of the License, or
110959 #   (at your option) any later version.
110960 #
110961 #   This program is distributed in the hope that it will be useful,
110962 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110963 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110964 #   GNU General Public License for more details.
110965 #
110966 #   You should have received a copy of the GNU General Public License
110967 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110968
110969 File: ./tests/uninorm/test-u8-nfkc.c
110970 Hash: d7082ba6f4b74e4554c6653e18151eb793cdda74f1b47770530230295d2e3e2e
110971 Copyright: 2009 Free Software Foundation, Inc
110972 License: GPL-3+ 
110973 Licence_Text: 
110974 #Header: 
110975 #/* Test of compatibility normalization of UTF-8 strings.
110976 #   Copyright (C) 2009 Free Software Foundation, Inc.
110977 #
110978 #   This program is free software: you can redistribute it and/or modify
110979 #   it under the terms of the GNU General Public License as published by
110980 #   the Free Software Foundation; either version 3 of the License, or
110981 #   (at your option) any later version.
110982 #
110983 #   This program is distributed in the hope that it will be useful,
110984 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
110985 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110986 #   GNU General Public License for more details.
110987 #
110988 #   You should have received a copy of the GNU General Public License
110989 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
110990
110991 File: ./tests/uninorm/test-u8-nfkd.c
110992 Hash: a813ff37ff6161e75f5290a0fc5a2e80284c57f42d059e4ba9bd16159a1fdfc8
110993 Copyright: 2009 Free Software Foundation, Inc
110994 License: GPL-3+ 
110995 Licence_Text: 
110996 #Header: 
110997 #/* Test of compatibility decomposition of UTF-8 strings.
110998 #   Copyright (C) 2009 Free Software Foundation, Inc.
110999 #
111000 #   This program is free software: you can redistribute it and/or modify
111001 #   it under the terms of the GNU General Public License as published by
111002 #   the Free Software Foundation; either version 3 of the License, or
111003 #   (at your option) any later version.
111004 #
111005 #   This program is distributed in the hope that it will be useful,
111006 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111007 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111008 #   GNU General Public License for more details.
111009 #
111010 #   You should have received a copy of the GNU General Public License
111011 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111012
111013 File: ./tests/uninorm/test-u8-normcmp.c
111014 Hash: c7bcb1213e510c547356430e856b5a1c370db281b2fb14d8c0e41b77e9f60e51
111015 Copyright: 2009 Free Software Foundation, Inc
111016 License: GPL-3+ 
111017 Licence_Text: 
111018 #Header: 
111019 #/* Test of normalization insensitive comparison of UTF-8 strings.
111020 #   Copyright (C) 2009 Free Software Foundation, Inc.
111021 #
111022 #   This program is free software: you can redistribute it and/or modify
111023 #   it under the terms of the GNU General Public License as published by
111024 #   the Free Software Foundation; either version 3 of the License, or
111025 #   (at your option) any later version.
111026 #
111027 #   This program is distributed in the hope that it will be useful,
111028 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111029 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111030 #   GNU General Public License for more details.
111031 #
111032 #   You should have received a copy of the GNU General Public License
111033 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111034
111035 File: ./tests/uninorm/test-u8-normcmp.h
111036 Hash: c7bcb1213e510c547356430e856b5a1c370db281b2fb14d8c0e41b77e9f60e51
111037 Copyright: 2009 Free Software Foundation, Inc
111038 License: GPL-3+ 
111039 Licence_Text: 
111040 #Header: 
111041 #/* Test of normalization insensitive comparison of UTF-8 strings.
111042 #   Copyright (C) 2009 Free Software Foundation, Inc.
111043 #
111044 #   This program is free software: you can redistribute it and/or modify
111045 #   it under the terms of the GNU General Public License as published by
111046 #   the Free Software Foundation; either version 3 of the License, or
111047 #   (at your option) any later version.
111048 #
111049 #   This program is distributed in the hope that it will be useful,
111050 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111051 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111052 #   GNU General Public License for more details.
111053 #
111054 #   You should have received a copy of the GNU General Public License
111055 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111056
111057 File: ./tests/uninorm/test-u8-normcoll.c
111058 Hash: d7aa94f225cc5310484036b430a51f201b05b9bc7784316c1d21f6a605a339ea
111059 Copyright: 2009 Free Software Foundation, Inc
111060 License: GPL-3+ 
111061 Licence_Text: 
111062 #Header: 
111063 #/* Test of locale dependent, normalization insensitive comparison of
111064 #   UTF-8 strings.
111065 #   Copyright (C) 2009 Free Software Foundation, Inc.
111066 #
111067 #   This program is free software: you can redistribute it and/or modify
111068 #   it under the terms of the GNU General Public License as published by
111069 #   the Free Software Foundation; either version 3 of the License, or
111070 #   (at your option) any later version.
111071 #
111072 #   This program is distributed in the hope that it will be useful,
111073 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111074 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111075 #   GNU General Public License for more details.
111076 #
111077 #   You should have received a copy of the GNU General Public License
111078
111079 File: ./tests/uninorm/test-uninorm-filter-nfc.c
111080 Hash: b66d309ad83a237d8d0a247cedfab3884798bad886cc15f3a6ba1d9f5e13b9ad
111081 Copyright: 2009 Free Software Foundation, Inc
111082 License: GPL-3+ 
111083 Licence_Text: 
111084 #Header: 
111085 #/* Test of canonical normalization of streams.
111086 #   Copyright (C) 2009 Free Software Foundation, Inc.
111087 #
111088 #   This program is free software: you can redistribute it and/or modify
111089 #   it under the terms of the GNU General Public License as published by
111090 #   the Free Software Foundation; either version 3 of the License, or
111091 #   (at your option) any later version.
111092 #
111093 #   This program is distributed in the hope that it will be useful,
111094 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111095 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111096 #   GNU General Public License for more details.
111097 #
111098 #   You should have received a copy of the GNU General Public License
111099 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111100
111101 File: ./tests/unistdio/test-u16-asnprintf1.c
111102 Hash: 4cd1fc1c179cccfb1ae23beba8905574b7607b734ca02cb70a1267216322a5a4
111103 Copyright: 2007-2008 Free Software Foundation, Inc
111104 License: GPL-3+ 
111105 Licence_Text: 
111106 #Header: 
111107 #/* Test of u16_asnprintf() function.
111108 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111109 #
111110 #   This program is free software: you can redistribute it and/or modify
111111 #   it under the terms of the GNU General Public License as published by
111112 #   the Free Software Foundation; either version 3 of the License, or
111113 #   (at your option) any later version.
111114 #
111115 #   This program is distributed in the hope that it will be useful,
111116 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111117 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111118 #   GNU General Public License for more details.
111119 #
111120 #   You should have received a copy of the GNU General Public License
111121 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111122
111123 File: ./tests/unistdio/test-u16-asnprintf1.h
111124 Hash: 76a1f62bd7c8d5161add6df04b31cd91ada3814cc0ca69bd9753a73a17dfcea4
111125 Copyright: 2007 Free Software Foundation, Inc
111126 License: GPL-3+ 
111127 Licence_Text: 
111128 #Header: 
111129 #/* Test of u16_[v]asnprintf() function.
111130 #   Copyright (C) 2007 Free Software Foundation, Inc.
111131 #
111132 #   This program is free software: you can redistribute it and/or modify
111133 #   it under the terms of the GNU General Public License as published by
111134 #   the Free Software Foundation; either version 3 of the License, or
111135 #   (at your option) any later version.
111136 #
111137 #   This program is distributed in the hope that it will be useful,
111138 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111139 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111140 #   GNU General Public License for more details.
111141 #
111142 #   You should have received a copy of the GNU General Public License
111143 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111144
111145 File: ./tests/unistdio/test-u16-printf1.h
111146 Hash: 909d6f0cefa405afb2e1072bb26eb4df9ba77e176f713b5f446a0c35b6b45ee7
111147 Copyright: 2007 Free Software Foundation, Inc
111148 License: GPL-3+ 
111149 Licence_Text: 
111150 #Header: 
111151 #/* Test of u16_v[a]s[n]printf() function.
111152 #   Copyright (C) 2007 Free Software Foundation, Inc.
111153 #
111154 #   This program is free software: you can redistribute it and/or modify
111155 #   it under the terms of the GNU General Public License as published by
111156 #   the Free Software Foundation; either version 3 of the License, or
111157 #   (at your option) any later version.
111158 #
111159 #   This program is distributed in the hope that it will be useful,
111160 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111161 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111162 #   GNU General Public License for more details.
111163 #
111164 #   You should have received a copy of the GNU General Public License
111165 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111166
111167 File: ./tests/unistdio/test-u16-vasnprintf1.c
111168 Hash: 3d425ccab1f150ddf5f5b81607ce8bfcfdd0c2ccb574609fe36a93297b08258e
111169 Copyright: 2007-2008 Free Software Foundation, Inc
111170 License: GPL-3+ 
111171 Licence_Text: 
111172 #Header: 
111173 #/* Test of u16_vasnprintf() function.
111174 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111175 #
111176 #   This program is free software: you can redistribute it and/or modify
111177 #   it under the terms of the GNU General Public License as published by
111178 #   the Free Software Foundation; either version 3 of the License, or
111179 #   (at your option) any later version.
111180 #
111181 #   This program is distributed in the hope that it will be useful,
111182 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111183 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111184 #   GNU General Public License for more details.
111185 #
111186 #   You should have received a copy of the GNU General Public License
111187 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111188
111189 File: ./tests/unistdio/test-u16-vasnprintf2.c
111190 Hash: c42edbef700ece3826498e7ec7562a528f72171d32e1dcadd5589aade0a62cc1
111191 Copyright: 2007-2008 Free Software Foundation, Inc
111192 License: GPL-3+ 
111193 Licence_Text: 
111194 #Header: 
111195 #/* Test of u16_vasnprintf() function in an ISO-8859-1 locale.
111196 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111197 #
111198 #   This program is free software: you can redistribute it and/or modify
111199 #   it under the terms of the GNU General Public License as published by
111200 #   the Free Software Foundation; either version 3 of the License, or
111201 #   (at your option) any later version.
111202 #
111203 #   This program is distributed in the hope that it will be useful,
111204 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111205 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111206 #   GNU General Public License for more details.
111207 #
111208 #   You should have received a copy of the GNU General Public License
111209 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111210
111211 File: ./tests/unistdio/test-u16-vasnprintf2.sh
111212 Hash: df3831fff8af1ca98b0314f8d96ba47ba9a39e4b5aaf770340ba99385ada5792
111213 Copyright: 
111214 License: 
111215 Licence_Text: 
111216 #Header: 
111217 ##!/bin/sh
111218 #
111219 ## Test whether a traditional french locale is installed.
111220 #: ${LOCALE_FR=fr_FR}
111221 #if test $LOCALE_FR != none; then
111222 #  testlocale=$LOCALE_FR
111223 #else
111224 #  if test -f /usr/bin/localedef; then
111225 #    echo "Skipping test: no traditional french locale is installed"
111226 #  else
111227 #    echo "Skipping test: no traditional french locale is supported"
111228 #  fi
111229 #  exit 77
111230 #fi
111231
111232 File: ./tests/unistdio/test-u16-vasnprintf3.c
111233 Hash: 6b80497faada59178ae32663d8cc7aac6607d31f69c43bd2ab2a411492bfa495
111234 Copyright: 2007-2008 Free Software Foundation, Inc
111235 License: GPL-3+ 
111236 Licence_Text: 
111237 #Header: 
111238 #/* Test of u16_vasnprintf() function in an UTF-8 locale.
111239 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111240 #
111241 #   This program is free software: you can redistribute it and/or modify
111242 #   it under the terms of the GNU General Public License as published by
111243 #   the Free Software Foundation; either version 3 of the License, or
111244 #   (at your option) any later version.
111245 #
111246 #   This program is distributed in the hope that it will be useful,
111247 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111248 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111249 #   GNU General Public License for more details.
111250 #
111251 #   You should have received a copy of the GNU General Public License
111252 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111253
111254 File: ./tests/unistdio/test-u16-vasnprintf3.sh
111255 Hash: f905d4a370e838d40e500c1d4fc9c76157059380250d1d1d8ebcded50f45a2d8
111256 Copyright: 
111257 License: 
111258 Licence_Text: 
111259 #Header: 
111260 ##!/bin/sh
111261 #
111262 ## Test whether a french Unicode locale is installed.
111263 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
111264 #if test $LOCALE_FR_UTF8 != none; then
111265 #  testlocale=$LOCALE_FR_UTF8
111266 #else
111267 #  if test -f /usr/bin/localedef; then
111268 #    echo "Skipping test: no french Unicode locale is installed"
111269 #  else
111270 #    echo "Skipping test: no french Unicode locale is supported"
111271 #  fi
111272 #  exit 77
111273 #fi
111274
111275 File: ./tests/unistdio/test-u16-vasprintf1.c
111276 Hash: d559b3310501b16f524c4cf845f697c47b883582976b38184410d2f88971682c
111277 Copyright: 2007-2008 Free Software Foundation, Inc
111278 License: GPL-3+ 
111279 Licence_Text: 
111280 #Header: 
111281 #/* Test of u16_vasprintf() function.
111282 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111283 #
111284 #   This program is free software: you can redistribute it and/or modify
111285 #   it under the terms of the GNU General Public License as published by
111286 #   the Free Software Foundation; either version 3 of the License, or
111287 #   (at your option) any later version.
111288 #
111289 #   This program is distributed in the hope that it will be useful,
111290 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111291 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111292 #   GNU General Public License for more details.
111293 #
111294 #   You should have received a copy of the GNU General Public License
111295 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111296
111297 File: ./tests/unistdio/test-u16-vsnprintf1.c
111298 Hash: bbea74e4dfbebb15cf5bdf3dae5d9e5b9c0fecf7b81cd5d597686a27b8e12570
111299 Copyright: 2007-2009 Free Software Foundation, Inc
111300 License: GPL-3+ 
111301 Licence_Text: 
111302 #Header: 
111303 #/* Test of u16_vsnprintf() function.
111304 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
111305 #
111306 #   This program is free software: you can redistribute it and/or modify
111307 #   it under the terms of the GNU General Public License as published by
111308 #   the Free Software Foundation; either version 3 of the License, or
111309 #   (at your option) any later version.
111310 #
111311 #   This program is distributed in the hope that it will be useful,
111312 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111313 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111314 #   GNU General Public License for more details.
111315 #
111316 #   You should have received a copy of the GNU General Public License
111317 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111318
111319 File: ./tests/unistdio/test-u16-vsprintf1.c
111320 Hash: 51f1b19e6f03063d8833db2914a0b59598e146143ff42eb5789564b39888d994
111321 Copyright: 2007-2009 Free Software Foundation, Inc
111322 License: GPL-3+ 
111323 Licence_Text: 
111324 #Header: 
111325 #/* Test of u16_vsprintf() function.
111326 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
111327 #
111328 #   This program is free software: you can redistribute it and/or modify
111329 #   it under the terms of the GNU General Public License as published by
111330 #   the Free Software Foundation; either version 3 of the License, or
111331 #   (at your option) any later version.
111332 #
111333 #   This program is distributed in the hope that it will be useful,
111334 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111335 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111336 #   GNU General Public License for more details.
111337 #
111338 #   You should have received a copy of the GNU General Public License
111339 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111340
111341 File: ./tests/unistdio/test-u32-asnprintf1.c
111342 Hash: d249b9b64091c3e4f41e6e9b0e7e856c278716eb4db6a989f603c9859fedf963
111343 Copyright: 2007-2008 Free Software Foundation, Inc
111344 License: GPL-3+ 
111345 Licence_Text: 
111346 #Header: 
111347 #/* Test of u32_asnprintf() function.
111348 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111349 #
111350 #   This program is free software: you can redistribute it and/or modify
111351 #   it under the terms of the GNU General Public License as published by
111352 #   the Free Software Foundation; either version 3 of the License, or
111353 #   (at your option) any later version.
111354 #
111355 #   This program is distributed in the hope that it will be useful,
111356 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111357 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111358 #   GNU General Public License for more details.
111359 #
111360 #   You should have received a copy of the GNU General Public License
111361 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111362
111363 File: ./tests/unistdio/test-u32-asnprintf1.h
111364 Hash: 8b746d35a6ed28682834e7bd2e553b62a12e899d022589df093e016b38fb03af
111365 Copyright: 2007 Free Software Foundation, Inc
111366 License: GPL-3+ 
111367 Licence_Text: 
111368 #Header: 
111369 #/* Test of u32_[v]asnprintf() function.
111370 #   Copyright (C) 2007 Free Software Foundation, Inc.
111371 #
111372 #   This program is free software: you can redistribute it and/or modify
111373 #   it under the terms of the GNU General Public License as published by
111374 #   the Free Software Foundation; either version 3 of the License, or
111375 #   (at your option) any later version.
111376 #
111377 #   This program is distributed in the hope that it will be useful,
111378 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111379 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111380 #   GNU General Public License for more details.
111381 #
111382 #   You should have received a copy of the GNU General Public License
111383 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111384
111385 File: ./tests/unistdio/test-u32-printf1.h
111386 Hash: 2aa402941192f63adcad98959781ac2774070979f335f1332164a3863cc54404
111387 Copyright: 2007 Free Software Foundation, Inc
111388 License: GPL-3+ 
111389 Licence_Text: 
111390 #Header: 
111391 #/* Test of u32_v[a]s[n]printf() function.
111392 #   Copyright (C) 2007 Free Software Foundation, Inc.
111393 #
111394 #   This program is free software: you can redistribute it and/or modify
111395 #   it under the terms of the GNU General Public License as published by
111396 #   the Free Software Foundation; either version 3 of the License, or
111397 #   (at your option) any later version.
111398 #
111399 #   This program is distributed in the hope that it will be useful,
111400 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111401 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111402 #   GNU General Public License for more details.
111403 #
111404 #   You should have received a copy of the GNU General Public License
111405 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111406
111407 File: ./tests/unistdio/test-u32-vasnprintf1.c
111408 Hash: 2d05aa67379ffb2f79eb2308a4bc06bfd43b048ee90b89ae18730279e363c524
111409 Copyright: 2007-2008 Free Software Foundation, Inc
111410 License: GPL-3+ 
111411 Licence_Text: 
111412 #Header: 
111413 #/* Test of u32_vasnprintf() function.
111414 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111415 #
111416 #   This program is free software: you can redistribute it and/or modify
111417 #   it under the terms of the GNU General Public License as published by
111418 #   the Free Software Foundation; either version 3 of the License, or
111419 #   (at your option) any later version.
111420 #
111421 #   This program is distributed in the hope that it will be useful,
111422 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111423 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111424 #   GNU General Public License for more details.
111425 #
111426 #   You should have received a copy of the GNU General Public License
111427 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111428
111429 File: ./tests/unistdio/test-u32-vasnprintf2.c
111430 Hash: b083a2377405a07fe51eb035ad09a0489bf65067207a0566910712abcb30726b
111431 Copyright: 2007-2008 Free Software Foundation, Inc
111432 License: GPL-3+ 
111433 Licence_Text: 
111434 #Header: 
111435 #/* Test of u32_vasnprintf() function in an ISO-8859-1 locale.
111436 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111437 #
111438 #   This program is free software: you can redistribute it and/or modify
111439 #   it under the terms of the GNU General Public License as published by
111440 #   the Free Software Foundation; either version 3 of the License, or
111441 #   (at your option) any later version.
111442 #
111443 #   This program is distributed in the hope that it will be useful,
111444 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111445 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111446 #   GNU General Public License for more details.
111447 #
111448 #   You should have received a copy of the GNU General Public License
111449 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111450
111451 File: ./tests/unistdio/test-u32-vasnprintf2.sh
111452 Hash: df3831fff8af1ca98b0314f8d96ba47ba9a39e4b5aaf770340ba99385ada5792
111453 Copyright: 
111454 License: 
111455 Licence_Text: 
111456 #Header: 
111457 ##!/bin/sh
111458 #
111459 ## Test whether a traditional french locale is installed.
111460 #: ${LOCALE_FR=fr_FR}
111461 #if test $LOCALE_FR != none; then
111462 #  testlocale=$LOCALE_FR
111463 #else
111464 #  if test -f /usr/bin/localedef; then
111465 #    echo "Skipping test: no traditional french locale is installed"
111466 #  else
111467 #    echo "Skipping test: no traditional french locale is supported"
111468 #  fi
111469 #  exit 77
111470 #fi
111471
111472 File: ./tests/unistdio/test-u32-vasnprintf3.c
111473 Hash: 4fcf74ce885ab101762032b20b3ad9f1cfbfb52430e736add8c65743ec40eade
111474 Copyright: 2007-2008 Free Software Foundation, Inc
111475 License: GPL-3+ 
111476 Licence_Text: 
111477 #Header: 
111478 #/* Test of u32_vasnprintf() function in an UTF-8 locale.
111479 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111480 #
111481 #   This program is free software: you can redistribute it and/or modify
111482 #   it under the terms of the GNU General Public License as published by
111483 #   the Free Software Foundation; either version 3 of the License, or
111484 #   (at your option) any later version.
111485 #
111486 #   This program is distributed in the hope that it will be useful,
111487 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111488 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111489 #   GNU General Public License for more details.
111490 #
111491 #   You should have received a copy of the GNU General Public License
111492 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111493
111494 File: ./tests/unistdio/test-u32-vasnprintf3.sh
111495 Hash: f905d4a370e838d40e500c1d4fc9c76157059380250d1d1d8ebcded50f45a2d8
111496 Copyright: 
111497 License: 
111498 Licence_Text: 
111499 #Header: 
111500 ##!/bin/sh
111501 #
111502 ## Test whether a french Unicode locale is installed.
111503 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
111504 #if test $LOCALE_FR_UTF8 != none; then
111505 #  testlocale=$LOCALE_FR_UTF8
111506 #else
111507 #  if test -f /usr/bin/localedef; then
111508 #    echo "Skipping test: no french Unicode locale is installed"
111509 #  else
111510 #    echo "Skipping test: no french Unicode locale is supported"
111511 #  fi
111512 #  exit 77
111513 #fi
111514
111515 File: ./tests/unistdio/test-u32-vasprintf1.c
111516 Hash: eabc0bb1a9dbe71c93902c4a1490621caad6c67d3e03f4ac411b05807cb595e4
111517 Copyright: 2007-2008 Free Software Foundation, Inc
111518 License: GPL-3+ 
111519 Licence_Text: 
111520 #Header: 
111521 #/* Test of u32_vasprintf() function.
111522 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111523 #
111524 #   This program is free software: you can redistribute it and/or modify
111525 #   it under the terms of the GNU General Public License as published by
111526 #   the Free Software Foundation; either version 3 of the License, or
111527 #   (at your option) any later version.
111528 #
111529 #   This program is distributed in the hope that it will be useful,
111530 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111531 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111532 #   GNU General Public License for more details.
111533 #
111534 #   You should have received a copy of the GNU General Public License
111535 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111536
111537 File: ./tests/unistdio/test-u32-vsnprintf1.c
111538 Hash: 2fb5c97c1868ff9f912aae2bc8784dbe759e65cfcb02ac8263da73868a208a49
111539 Copyright: 2007-2009 Free Software Foundation, Inc
111540 License: GPL-3+ 
111541 Licence_Text: 
111542 #Header: 
111543 #/* Test of u32_vsnprintf() function.
111544 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
111545 #
111546 #   This program is free software: you can redistribute it and/or modify
111547 #   it under the terms of the GNU General Public License as published by
111548 #   the Free Software Foundation; either version 3 of the License, or
111549 #   (at your option) any later version.
111550 #
111551 #   This program is distributed in the hope that it will be useful,
111552 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111553 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111554 #   GNU General Public License for more details.
111555 #
111556 #   You should have received a copy of the GNU General Public License
111557 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111558
111559 File: ./tests/unistdio/test-u32-vsprintf1.c
111560 Hash: 36cf2e191798aa14ab7c7a791b0d61357029ec015af3c1feb99aaf853e1b8803
111561 Copyright: 2007-2009 Free Software Foundation, Inc
111562 License: GPL-3+ 
111563 Licence_Text: 
111564 #Header: 
111565 #/* Test of u32_vsprintf() function.
111566 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
111567 #
111568 #   This program is free software: you can redistribute it and/or modify
111569 #   it under the terms of the GNU General Public License as published by
111570 #   the Free Software Foundation; either version 3 of the License, or
111571 #   (at your option) any later version.
111572 #
111573 #   This program is distributed in the hope that it will be useful,
111574 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111575 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111576 #   GNU General Public License for more details.
111577 #
111578 #   You should have received a copy of the GNU General Public License
111579 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111580
111581 File: ./tests/unistdio/test-u8-asnprintf1.c
111582 Hash: f2754ecea17ff7e997c7ba8312c71a022f600e49807de5f420c8bb62f0871cd8
111583 Copyright: 2007-2008 Free Software Foundation, Inc
111584 License: GPL-3+ 
111585 Licence_Text: 
111586 #Header: 
111587 #/* Test of u8_asnprintf() function.
111588 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111589 #
111590 #   This program is free software: you can redistribute it and/or modify
111591 #   it under the terms of the GNU General Public License as published by
111592 #   the Free Software Foundation; either version 3 of the License, or
111593 #   (at your option) any later version.
111594 #
111595 #   This program is distributed in the hope that it will be useful,
111596 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111597 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111598 #   GNU General Public License for more details.
111599 #
111600 #   You should have received a copy of the GNU General Public License
111601 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111602
111603 File: ./tests/unistdio/test-u8-asnprintf1.h
111604 Hash: 46bdc3f468fe19b87aaacbecbd84f662c90c6ab838125defd47e5412c9bd67c1
111605 Copyright: 2007 Free Software Foundation, Inc
111606 License: GPL-3+ 
111607 Licence_Text: 
111608 #Header: 
111609 #/* Test of u8_[v]asnprintf() function.
111610 #   Copyright (C) 2007 Free Software Foundation, Inc.
111611 #
111612 #   This program is free software: you can redistribute it and/or modify
111613 #   it under the terms of the GNU General Public License as published by
111614 #   the Free Software Foundation; either version 3 of the License, or
111615 #   (at your option) any later version.
111616 #
111617 #   This program is distributed in the hope that it will be useful,
111618 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111619 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111620 #   GNU General Public License for more details.
111621 #
111622 #   You should have received a copy of the GNU General Public License
111623 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111624
111625 File: ./tests/unistdio/test-u8-printf1.h
111626 Hash: 1b1973376c0d8b5d5f884d50b7b1ab402e3e31243b03bc3f8e9c3251e39c66ec
111627 Copyright: 2007 Free Software Foundation, Inc
111628 License: GPL-3+ 
111629 Licence_Text: 
111630 #Header: 
111631 #/* Test of u8_v[a]s[n]printf() function.
111632 #   Copyright (C) 2007 Free Software Foundation, Inc.
111633 #
111634 #   This program is free software: you can redistribute it and/or modify
111635 #   it under the terms of the GNU General Public License as published by
111636 #   the Free Software Foundation; either version 3 of the License, or
111637 #   (at your option) any later version.
111638 #
111639 #   This program is distributed in the hope that it will be useful,
111640 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111641 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111642 #   GNU General Public License for more details.
111643 #
111644 #   You should have received a copy of the GNU General Public License
111645 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111646
111647 File: ./tests/unistdio/test-u8-vasnprintf1.c
111648 Hash: feffbb7a585c58b542b866102777167000d487253536607fd7500a6f21c5a1d5
111649 Copyright: 2007-2008 Free Software Foundation, Inc
111650 License: GPL-3+ 
111651 Licence_Text: 
111652 #Header: 
111653 #/* Test of u8_vasnprintf() function.
111654 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111655 #
111656 #   This program is free software: you can redistribute it and/or modify
111657 #   it under the terms of the GNU General Public License as published by
111658 #   the Free Software Foundation; either version 3 of the License, or
111659 #   (at your option) any later version.
111660 #
111661 #   This program is distributed in the hope that it will be useful,
111662 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111663 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111664 #   GNU General Public License for more details.
111665 #
111666 #   You should have received a copy of the GNU General Public License
111667 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111668
111669 File: ./tests/unistdio/test-u8-vasnprintf2.c
111670 Hash: 6964834677d5fd9d5fcec4e56ebc23c309ef467f98ae1827e81e9739de99eaa2
111671 Copyright: 2007-2008 Free Software Foundation, Inc
111672 License: GPL-3+ 
111673 Licence_Text: 
111674 #Header: 
111675 #/* Test of u8_vasnprintf() function in an ISO-8859-1 locale.
111676 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111677 #
111678 #   This program is free software: you can redistribute it and/or modify
111679 #   it under the terms of the GNU General Public License as published by
111680 #   the Free Software Foundation; either version 3 of the License, or
111681 #   (at your option) any later version.
111682 #
111683 #   This program is distributed in the hope that it will be useful,
111684 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111685 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111686 #   GNU General Public License for more details.
111687 #
111688 #   You should have received a copy of the GNU General Public License
111689 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111690
111691 File: ./tests/unistdio/test-u8-vasnprintf2.sh
111692 Hash: df3831fff8af1ca98b0314f8d96ba47ba9a39e4b5aaf770340ba99385ada5792
111693 Copyright: 
111694 License: 
111695 Licence_Text: 
111696 #Header: 
111697 ##!/bin/sh
111698 #
111699 ## Test whether a traditional french locale is installed.
111700 #: ${LOCALE_FR=fr_FR}
111701 #if test $LOCALE_FR != none; then
111702 #  testlocale=$LOCALE_FR
111703 #else
111704 #  if test -f /usr/bin/localedef; then
111705 #    echo "Skipping test: no traditional french locale is installed"
111706 #  else
111707 #    echo "Skipping test: no traditional french locale is supported"
111708 #  fi
111709 #  exit 77
111710 #fi
111711
111712 File: ./tests/unistdio/test-u8-vasnprintf3.c
111713 Hash: 59c1d2cbfeabd9ca557c7c72f2f556faab45e78c6113db11244cbe00eafb4c91
111714 Copyright: 2007-2008 Free Software Foundation, Inc
111715 License: GPL-3+ 
111716 Licence_Text: 
111717 #Header: 
111718 #/* Test of u8_vasnprintf() function in an UTF-8 locale.
111719 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111720 #
111721 #   This program is free software: you can redistribute it and/or modify
111722 #   it under the terms of the GNU General Public License as published by
111723 #   the Free Software Foundation; either version 3 of the License, or
111724 #   (at your option) any later version.
111725 #
111726 #   This program is distributed in the hope that it will be useful,
111727 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111728 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111729 #   GNU General Public License for more details.
111730 #
111731 #   You should have received a copy of the GNU General Public License
111732 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111733
111734 File: ./tests/unistdio/test-u8-vasnprintf3.sh
111735 Hash: f905d4a370e838d40e500c1d4fc9c76157059380250d1d1d8ebcded50f45a2d8
111736 Copyright: 
111737 License: 
111738 Licence_Text: 
111739 #Header: 
111740 ##!/bin/sh
111741 #
111742 ## Test whether a french Unicode locale is installed.
111743 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
111744 #if test $LOCALE_FR_UTF8 != none; then
111745 #  testlocale=$LOCALE_FR_UTF8
111746 #else
111747 #  if test -f /usr/bin/localedef; then
111748 #    echo "Skipping test: no french Unicode locale is installed"
111749 #  else
111750 #    echo "Skipping test: no french Unicode locale is supported"
111751 #  fi
111752 #  exit 77
111753 #fi
111754
111755 File: ./tests/unistdio/test-u8-vasprintf1.c
111756 Hash: 005e299ef65aa2dfd2c981e1fb5ae933957acfc190152132b9bd9da6b75afc68
111757 Copyright: 2007-2008 Free Software Foundation, Inc
111758 License: GPL-3+ 
111759 Licence_Text: 
111760 #Header: 
111761 #/* Test of u8_vasprintf() function.
111762 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111763 #
111764 #   This program is free software: you can redistribute it and/or modify
111765 #   it under the terms of the GNU General Public License as published by
111766 #   the Free Software Foundation; either version 3 of the License, or
111767 #   (at your option) any later version.
111768 #
111769 #   This program is distributed in the hope that it will be useful,
111770 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111771 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111772 #   GNU General Public License for more details.
111773 #
111774 #   You should have received a copy of the GNU General Public License
111775 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111776
111777 File: ./tests/unistdio/test-u8-vsnprintf1.c
111778 Hash: f0f1a7e874f9cdb481d2920816076e14198c8279ed8878458668578ce82643d5
111779 Copyright: 2007-2009 Free Software Foundation, Inc
111780 License: GPL-3+ 
111781 Licence_Text: 
111782 #Header: 
111783 #/* Test of u8_vsnprintf() function.
111784 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
111785 #
111786 #   This program is free software: you can redistribute it and/or modify
111787 #   it under the terms of the GNU General Public License as published by
111788 #   the Free Software Foundation; either version 3 of the License, or
111789 #   (at your option) any later version.
111790 #
111791 #   This program is distributed in the hope that it will be useful,
111792 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111793 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111794 #   GNU General Public License for more details.
111795 #
111796 #   You should have received a copy of the GNU General Public License
111797 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111798
111799 File: ./tests/unistdio/test-u8-vsprintf1.c
111800 Hash: ecfe8f24ee3cdd3323a0192f09dd50590f4201122e5b203aa84879ae682ff319
111801 Copyright: 2007-2009 Free Software Foundation, Inc
111802 License: GPL-3+ 
111803 Licence_Text: 
111804 #Header: 
111805 #/* Test of u8_vsprintf() function.
111806 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
111807 #
111808 #   This program is free software: you can redistribute it and/or modify
111809 #   it under the terms of the GNU General Public License as published by
111810 #   the Free Software Foundation; either version 3 of the License, or
111811 #   (at your option) any later version.
111812 #
111813 #   This program is distributed in the hope that it will be useful,
111814 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111815 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111816 #   GNU General Public License for more details.
111817 #
111818 #   You should have received a copy of the GNU General Public License
111819 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111820
111821 File: ./tests/unistdio/test-ulc-asnprintf1.c
111822 Hash: f460de9dace19bfa0b9e79f25557bd411248db7e9c41ded07d1b450087c5e1cb
111823 Copyright: 2007-2008 Free Software Foundation, Inc
111824 License: GPL-3+ 
111825 Licence_Text: 
111826 #Header: 
111827 #/* Test of ulc_asnprintf() function.
111828 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111829 #
111830 #   This program is free software: you can redistribute it and/or modify
111831 #   it under the terms of the GNU General Public License as published by
111832 #   the Free Software Foundation; either version 3 of the License, or
111833 #   (at your option) any later version.
111834 #
111835 #   This program is distributed in the hope that it will be useful,
111836 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111837 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111838 #   GNU General Public License for more details.
111839 #
111840 #   You should have received a copy of the GNU General Public License
111841 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111842
111843 File: ./tests/unistdio/test-ulc-asnprintf1.h
111844 Hash: cd00792dc677501bacb09b04f578ee318c85955822b7e39b71f20ded701252f9
111845 Copyright: 2007 Free Software Foundation, Inc
111846 License: GPL-3+ 
111847 Licence_Text: 
111848 #Header: 
111849 #/* Test of ulc_[v]asnprintf() functions.
111850 #   Copyright (C) 2007 Free Software Foundation, Inc.
111851 #
111852 #   This program is free software: you can redistribute it and/or modify
111853 #   it under the terms of the GNU General Public License as published by
111854 #   the Free Software Foundation; either version 3 of the License, or
111855 #   (at your option) any later version.
111856 #
111857 #   This program is distributed in the hope that it will be useful,
111858 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111859 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111860 #   GNU General Public License for more details.
111861 #
111862 #   You should have received a copy of the GNU General Public License
111863 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111864
111865 File: ./tests/unistdio/test-ulc-printf1.h
111866 Hash: 52719b059d0fe4592ec7de9c12156520eacdf740e6a9b43edaf32d1650a8c992
111867 Copyright: 2007 Free Software Foundation, Inc
111868 License: GPL-3+ 
111869 Licence_Text: 
111870 #Header: 
111871 #/* Test of ulc_v[a]s[n]printf() functions.
111872 #   Copyright (C) 2007 Free Software Foundation, Inc.
111873 #
111874 #   This program is free software: you can redistribute it and/or modify
111875 #   it under the terms of the GNU General Public License as published by
111876 #   the Free Software Foundation; either version 3 of the License, or
111877 #   (at your option) any later version.
111878 #
111879 #   This program is distributed in the hope that it will be useful,
111880 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111881 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111882 #   GNU General Public License for more details.
111883 #
111884 #   You should have received a copy of the GNU General Public License
111885 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111886
111887 File: ./tests/unistdio/test-ulc-vasnprintf1.c
111888 Hash: 38f11760c3832f5b714de061118c87e63e5e70c624e5f25bb835676b6055e6b4
111889 Copyright: 2007-2008 Free Software Foundation, Inc
111890 License: GPL-3+ 
111891 Licence_Text: 
111892 #Header: 
111893 #/* Test of ulc_vasnprintf() function.
111894 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111895 #
111896 #   This program is free software: you can redistribute it and/or modify
111897 #   it under the terms of the GNU General Public License as published by
111898 #   the Free Software Foundation; either version 3 of the License, or
111899 #   (at your option) any later version.
111900 #
111901 #   This program is distributed in the hope that it will be useful,
111902 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111903 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111904 #   GNU General Public License for more details.
111905 #
111906 #   You should have received a copy of the GNU General Public License
111907 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111908
111909 File: ./tests/unistdio/test-ulc-vasnprintf2.c
111910 Hash: be7efc5b5cb950d1b005d9fe5af23b12c0eb89bc049db7294d999044a6329e1e
111911 Copyright: 2007-2008 Free Software Foundation, Inc
111912 License: GPL-3+ 
111913 Licence_Text: 
111914 #Header: 
111915 #/* Test of ulc_vasnprintf() function in an ISO-8859-1 locale.
111916 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111917 #
111918 #   This program is free software: you can redistribute it and/or modify
111919 #   it under the terms of the GNU General Public License as published by
111920 #   the Free Software Foundation; either version 3 of the License, or
111921 #   (at your option) any later version.
111922 #
111923 #   This program is distributed in the hope that it will be useful,
111924 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111925 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111926 #   GNU General Public License for more details.
111927 #
111928 #   You should have received a copy of the GNU General Public License
111929 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111930
111931 File: ./tests/unistdio/test-ulc-vasnprintf2.sh
111932 Hash: df3831fff8af1ca98b0314f8d96ba47ba9a39e4b5aaf770340ba99385ada5792
111933 Copyright: 
111934 License: 
111935 Licence_Text: 
111936 #Header: 
111937 ##!/bin/sh
111938 #
111939 ## Test whether a traditional french locale is installed.
111940 #: ${LOCALE_FR=fr_FR}
111941 #if test $LOCALE_FR != none; then
111942 #  testlocale=$LOCALE_FR
111943 #else
111944 #  if test -f /usr/bin/localedef; then
111945 #    echo "Skipping test: no traditional french locale is installed"
111946 #  else
111947 #    echo "Skipping test: no traditional french locale is supported"
111948 #  fi
111949 #  exit 77
111950 #fi
111951
111952 File: ./tests/unistdio/test-ulc-vasnprintf3.c
111953 Hash: 90ffc7b3f6cb85309a0e342f0f768c7a4c2c729a08d2b831a0f549e8e01718d0
111954 Copyright: 2007-2008 Free Software Foundation, Inc
111955 License: GPL-3+ 
111956 Licence_Text: 
111957 #Header: 
111958 #/* Test of ulc_vasnprintf() function in an UTF-8 locale.
111959 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
111960 #
111961 #   This program is free software: you can redistribute it and/or modify
111962 #   it under the terms of the GNU General Public License as published by
111963 #   the Free Software Foundation; either version 3 of the License, or
111964 #   (at your option) any later version.
111965 #
111966 #   This program is distributed in the hope that it will be useful,
111967 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
111968 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111969 #   GNU General Public License for more details.
111970 #
111971 #   You should have received a copy of the GNU General Public License
111972 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
111973
111974 File: ./tests/unistdio/test-ulc-vasnprintf3.sh
111975 Hash: f905d4a370e838d40e500c1d4fc9c76157059380250d1d1d8ebcded50f45a2d8
111976 Copyright: 
111977 License: 
111978 Licence_Text: 
111979 #Header: 
111980 ##!/bin/sh
111981 #
111982 ## Test whether a french Unicode locale is installed.
111983 #: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
111984 #if test $LOCALE_FR_UTF8 != none; then
111985 #  testlocale=$LOCALE_FR_UTF8
111986 #else
111987 #  if test -f /usr/bin/localedef; then
111988 #    echo "Skipping test: no french Unicode locale is installed"
111989 #  else
111990 #    echo "Skipping test: no french Unicode locale is supported"
111991 #  fi
111992 #  exit 77
111993 #fi
111994
111995 File: ./tests/unistdio/test-ulc-vasprintf1.c
111996 Hash: 0db7617d589e3703964119869d14691abb2498a1fc25d64a755eec64dfd07413
111997 Copyright: 2007-2008 Free Software Foundation, Inc
111998 License: GPL-3+ 
111999 Licence_Text: 
112000 #Header: 
112001 #/* Test of ulc_vasprintf() function.
112002 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
112003 #
112004 #   This program is free software: you can redistribute it and/or modify
112005 #   it under the terms of the GNU General Public License as published by
112006 #   the Free Software Foundation; either version 3 of the License, or
112007 #   (at your option) any later version.
112008 #
112009 #   This program is distributed in the hope that it will be useful,
112010 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112011 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112012 #   GNU General Public License for more details.
112013 #
112014 #   You should have received a copy of the GNU General Public License
112015 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112016
112017 File: ./tests/unistdio/test-ulc-vsnprintf1.c
112018 Hash: bb840d45e39a1be31b0b4daad61d03d30d8376f10220704e06c94f655cc3a564
112019 Copyright: 2007-2009 Free Software Foundation, Inc
112020 License: GPL-3+ 
112021 Licence_Text: 
112022 #Header: 
112023 #/* Test of ulc_vsnprintf() function.
112024 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
112025 #
112026 #   This program is free software: you can redistribute it and/or modify
112027 #   it under the terms of the GNU General Public License as published by
112028 #   the Free Software Foundation; either version 3 of the License, or
112029 #   (at your option) any later version.
112030 #
112031 #   This program is distributed in the hope that it will be useful,
112032 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112033 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112034 #   GNU General Public License for more details.
112035 #
112036 #   You should have received a copy of the GNU General Public License
112037 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112038
112039 File: ./tests/unistdio/test-ulc-vsprintf1.c
112040 Hash: d062894ca1aa3e3cc138093e10d57c39a38df1464ffcf75538249c801da83c35
112041 Copyright: 2007-2009 Free Software Foundation, Inc
112042 License: GPL-3+ 
112043 Licence_Text: 
112044 #Header: 
112045 #/* Test of ulc_vsprintf() function.
112046 #   Copyright (C) 2007-2009 Free Software Foundation, Inc.
112047 #
112048 #   This program is free software: you can redistribute it and/or modify
112049 #   it under the terms of the GNU General Public License as published by
112050 #   the Free Software Foundation; either version 3 of the License, or
112051 #   (at your option) any later version.
112052 #
112053 #   This program is distributed in the hope that it will be useful,
112054 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112055 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112056 #   GNU General Public License for more details.
112057 #
112058 #   You should have received a copy of the GNU General Public License
112059 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112060
112061 File: ./tests/uniwbrk/test-u16-wordbreaks.c
112062 Hash: 11ab1e7ac1c6c7ba08cea587aadb03a6aa110a3169c7bf643d0ea2764e240537
112063 Copyright: 2009 Free Software Foundation, Inc
112064 License: GPL-3+ 
112065 Licence_Text: 
112066 #Header: 
112067 #/* Test of word breaks in UTF-16 strings.
112068 #   Copyright (C) 2009 Free Software Foundation, Inc.
112069 #
112070 #   This program is free software: you can redistribute it and/or modify
112071 #   it under the terms of the GNU General Public License as published by
112072 #   the Free Software Foundation; either version 3 of the License, or
112073 #   (at your option) any later version.
112074 #
112075 #   This program is distributed in the hope that it will be useful,
112076 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112077 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112078 #   GNU General Public License for more details.
112079 #
112080 #   You should have received a copy of the GNU General Public License
112081 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112082
112083 File: ./tests/uniwbrk/test-u32-wordbreaks.c
112084 Hash: f49f7bebcb1395a7fa915f963b4a677a3698fc1d2e5ff93f955be0299357baee
112085 Copyright: 2009 Free Software Foundation, Inc
112086 License: GPL-3+ 
112087 Licence_Text: 
112088 #Header: 
112089 #/* Test of word breaks in UTF-32 strings.
112090 #   Copyright (C) 2009 Free Software Foundation, Inc.
112091 #
112092 #   This program is free software: you can redistribute it and/or modify
112093 #   it under the terms of the GNU General Public License as published by
112094 #   the Free Software Foundation; either version 3 of the License, or
112095 #   (at your option) any later version.
112096 #
112097 #   This program is distributed in the hope that it will be useful,
112098 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112099 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112100 #   GNU General Public License for more details.
112101 #
112102 #   You should have received a copy of the GNU General Public License
112103 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112104
112105 File: ./tests/uniwbrk/test-u8-wordbreaks.c
112106 Hash: bb82bf9821127ceb2c7da498d0c101d05faef0dd319c018e41d56ed0f3ac1c31
112107 Copyright: 2009 Free Software Foundation, Inc
112108 License: GPL-3+ 
112109 Licence_Text: 
112110 #Header: 
112111 #/* Test of word breaks in UTF-8 strings.
112112 #   Copyright (C) 2009 Free Software Foundation, Inc.
112113 #
112114 #   This program is free software: you can redistribute it and/or modify
112115 #   it under the terms of the GNU General Public License as published by
112116 #   the Free Software Foundation; either version 3 of the License, or
112117 #   (at your option) any later version.
112118 #
112119 #   This program is distributed in the hope that it will be useful,
112120 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112121 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112122 #   GNU General Public License for more details.
112123 #
112124 #   You should have received a copy of the GNU General Public License
112125 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112126
112127 File: ./tests/uniwbrk/test-ulc-wordbreaks.c
112128 Hash: 1609df8eadc7abda56ce3dec4a2ec747326360d74afb059c522331d5b242533c
112129 Copyright: 2009 Free Software Foundation, Inc
112130 License: GPL-3+ 
112131 Licence_Text: 
112132 #Header: 
112133 #/* Test of word breaks in strings.
112134 #   Copyright (C) 2009 Free Software Foundation, Inc.
112135 #
112136 #   This program is free software: you can redistribute it and/or modify
112137 #   it under the terms of the GNU General Public License as published by
112138 #   the Free Software Foundation; either version 3 of the License, or
112139 #   (at your option) any later version.
112140 #
112141 #   This program is distributed in the hope that it will be useful,
112142 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112143 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112144 #   GNU General Public License for more details.
112145 #
112146 #   You should have received a copy of the GNU General Public License
112147 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112148
112149 File: ./tests/uniwbrk/test-ulc-wordbreaks.sh
112150 Hash: d1d3525c27882f7ded09b3b5fa177ebddcfb16a75b19ef3804ae6f4731f2962c
112151 Copyright: 
112152 License: 
112153 Licence_Text: 
112154 #Header: 
112155 ##!/bin/sh
112156 #
112157 ## Test in an ISO-8859-1 or ISO-8859-15 locale.
112158 #: ${LOCALE_FR=fr_FR}
112159 #if test $LOCALE_FR = none; then
112160 #  if test -f /usr/bin/localedef; then
112161 #    echo "Skipping test: no traditional french locale is installed"
112162 #  else
112163 #    echo "Skipping test: no traditional french locale is supported"
112164 #  fi
112165 #  exit 77
112166 #fi
112167 #
112168 #LC_ALL=$LOCALE_FR \
112169 #./test-ulc-wordbreaks${EXEEXT}
112170
112171 File: ./tests/uniwidth/test-u16-strwidth.c
112172 Hash: e5c07a0d8d419dff0b836a33748dee1cc6e0f9d71808ca383caefda4c8f0d551
112173 Copyright: 2007-2008 Free Software Foundation, Inc
112174 License: GPL-3+ 
112175 Licence_Text: 
112176 #Header: 
112177 #/* Test of u16_strwidth() function.
112178 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
112179 #
112180 #   This program is free software: you can redistribute it and/or modify
112181 #   it under the terms of the GNU General Public License as published by
112182 #   the Free Software Foundation; either version 3 of the License, or
112183 #   (at your option) any later version.
112184 #
112185 #   This program is distributed in the hope that it will be useful,
112186 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112187 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112188 #   GNU General Public License for more details.
112189 #
112190 #   You should have received a copy of the GNU General Public License
112191 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112192
112193 File: ./tests/uniwidth/test-u16-width.c
112194 Hash: 6874b1458a692740482ff6e7172bf490f6dcc01985040b888e7bd2d7f7243261
112195 Copyright: 2007-2008 Free Software Foundation, Inc
112196 License: GPL-3+ 
112197 Licence_Text: 
112198 #Header: 
112199 #/* Test of u16_width() function.
112200 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
112201 #
112202 #   This program is free software: you can redistribute it and/or modify
112203 #   it under the terms of the GNU General Public License as published by
112204 #   the Free Software Foundation; either version 3 of the License, or
112205 #   (at your option) any later version.
112206 #
112207 #   This program is distributed in the hope that it will be useful,
112208 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112209 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112210 #   GNU General Public License for more details.
112211 #
112212 #   You should have received a copy of the GNU General Public License
112213 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112214
112215 File: ./tests/uniwidth/test-u32-strwidth.c
112216 Hash: a4d26a909a61a615cf5aa5b183b291ca10258e5123a9eea0aec24856da402b1d
112217 Copyright: 2007-2008 Free Software Foundation, Inc
112218 License: GPL-3+ 
112219 Licence_Text: 
112220 #Header: 
112221 #/* Test of u32_strwidth() function.
112222 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
112223 #
112224 #   This program is free software: you can redistribute it and/or modify
112225 #   it under the terms of the GNU General Public License as published by
112226 #   the Free Software Foundation; either version 3 of the License, or
112227 #   (at your option) any later version.
112228 #
112229 #   This program is distributed in the hope that it will be useful,
112230 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112231 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112232 #   GNU General Public License for more details.
112233 #
112234 #   You should have received a copy of the GNU General Public License
112235 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112236
112237 File: ./tests/uniwidth/test-u32-width.c
112238 Hash: e651f14a8b91f79e7b9cbf7403e88af982c9d37e0b1a5327c89da40f1bde988c
112239 Copyright: 2007-2008 Free Software Foundation, Inc
112240 License: GPL-3+ 
112241 Licence_Text: 
112242 #Header: 
112243 #/* Test of u32_width() function.
112244 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
112245 #
112246 #   This program is free software: you can redistribute it and/or modify
112247 #   it under the terms of the GNU General Public License as published by
112248 #   the Free Software Foundation; either version 3 of the License, or
112249 #   (at your option) any later version.
112250 #
112251 #   This program is distributed in the hope that it will be useful,
112252 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112253 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112254 #   GNU General Public License for more details.
112255 #
112256 #   You should have received a copy of the GNU General Public License
112257 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112258
112259 File: ./tests/uniwidth/test-u8-strwidth.c
112260 Hash: fcf5c6c2c481b0375772edb286bed88b0ca421d6736214ae4e0a64567beb75c7
112261 Copyright: 2007-2008 Free Software Foundation, Inc
112262 License: GPL-3+ 
112263 Licence_Text: 
112264 #Header: 
112265 #/* Test of u8_strwidth() function.
112266 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
112267 #
112268 #   This program is free software: you can redistribute it and/or modify
112269 #   it under the terms of the GNU General Public License as published by
112270 #   the Free Software Foundation; either version 3 of the License, or
112271 #   (at your option) any later version.
112272 #
112273 #   This program is distributed in the hope that it will be useful,
112274 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112275 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112276 #   GNU General Public License for more details.
112277 #
112278 #   You should have received a copy of the GNU General Public License
112279 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112280
112281 File: ./tests/uniwidth/test-u8-width.c
112282 Hash: 9e7db4127bec42b0e97fa3a07242099cb818e1e533c208c158bcc2969c7d7c31
112283 Copyright: 2007-2008 Free Software Foundation, Inc
112284 License: GPL-3+ 
112285 Licence_Text: 
112286 #Header: 
112287 #/* Test of u8_width() function.
112288 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
112289 #
112290 #   This program is free software: you can redistribute it and/or modify
112291 #   it under the terms of the GNU General Public License as published by
112292 #   the Free Software Foundation; either version 3 of the License, or
112293 #   (at your option) any later version.
112294 #
112295 #   This program is distributed in the hope that it will be useful,
112296 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112297 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112298 #   GNU General Public License for more details.
112299 #
112300 #   You should have received a copy of the GNU General Public License
112301 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112302
112303 File: ./tests/uniwidth/test-uc_width.c
112304 Hash: 09b9321c70d718fb5c73acf0d91db184090a2c5da32d696337904c743ccc21dd
112305 Copyright: 2007-2008 Free Software Foundation, Inc
112306 License: GPL-3+ 
112307 Licence_Text: 
112308 #Header: 
112309 #/* Test of uc_width() function.
112310 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
112311 #
112312 #   This program is free software: you can redistribute it and/or modify
112313 #   it under the terms of the GNU General Public License as published by
112314 #   the Free Software Foundation; either version 3 of the License, or
112315 #   (at your option) any later version.
112316 #
112317 #   This program is distributed in the hope that it will be useful,
112318 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112319 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112320 #   GNU General Public License for more details.
112321 #
112322 #   You should have received a copy of the GNU General Public License
112323 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112324
112325 File: ./tests/uniwidth/test-uc_width2.c
112326 Hash: 09b9321c70d718fb5c73acf0d91db184090a2c5da32d696337904c743ccc21dd
112327 Copyright: 2007-2008 Free Software Foundation, Inc
112328 License: GPL-3+ 
112329 Licence_Text: 
112330 #Header: 
112331 #/* Test of uc_width() function.
112332 #   Copyright (C) 2007-2008 Free Software Foundation, Inc.
112333 #
112334 #   This program is free software: you can redistribute it and/or modify
112335 #   it under the terms of the GNU General Public License as published by
112336 #   the Free Software Foundation; either version 3 of the License, or
112337 #   (at your option) any later version.
112338 #
112339 #   This program is distributed in the hope that it will be useful,
112340 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112341 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112342 #   GNU General Public License for more details.
112343 #
112344 #   You should have received a copy of the GNU General Public License
112345 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112346
112347 File: ./tests/uniwidth/test-uc_width2.sh
112348 Hash: 26f58b4ef6788b773c28c79baabad9e1739f820166b24458450bfa7cd542370f
112349 Copyright: 
112350 License: 
112351 Licence_Text: 
112352 #Header: 
112353 ##!/bin/sh
112354 #
112355 #tmpfiles=""
112356 #trap 'rm -fr $tmpfiles' 1 2 3 15
112357 #
112358 #tmpfiles="$tmpfiles uc_width.out"
112359 #./test-uc_width2${EXEEXT} | LC_ALL=C tr -d '\r' > uc_width.out
112360 #
112361 #tmpfiles="$tmpfiles uc_width.ok"
112362 #cat > uc_width.ok <<\EOF
112363 #0000           0
112364 #0020..007E     1
112365 #00A0           1
112366 #00A1..00AC     A
112367 #00AD           0
112368
112369 File: ./tests/zerosize-ptr.h
112370 Hash: f1e50a6aba1af63593fff7b9ec71317ade999e0e10d738a6594aa3de16536da7
112371 Copyright: 2009 Free Software Foundation, Inc
112372 License: GPL-3+ 
112373 Licence_Text: 
112374 #Header: 
112375 #/* Return a pointer to a zero-size object in memory.
112376 #   Copyright (C) 2009 Free Software Foundation, Inc.
112377 #
112378 #   This program is free software: you can redistribute it and/or modify
112379 #   it under the terms of the GNU General Public License as published by
112380 #   the Free Software Foundation; either version 3 of the License, or
112381 #   (at your option) any later version.
112382 #
112383 #   This program is distributed in the hope that it will be useful,
112384 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
112385 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112386 #   GNU General Public License for more details.
112387 #
112388 #   You should have received a copy of the GNU General Public License
112389 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
112390
112391 File: ./top/GNUmakefile
112392 Hash: 1db2e4a3959febe32d5c70280a5b28547600d854b8d1b61ec85d3a9b670a2b23
112393 Copyright: 2001, 2003, 2006-2009 Free Software Foundation, Inc
112394 License: GPL-3+ 
112395 Licence_Text: 
112396 #Header: 
112397 ## Having a separate GNUmakefile lets me `include' the dynamically
112398 ## generated rules created via cfg.mk (package-local configuration)
112399 ## as well as maint.mk (generic maintainer rules).
112400 ## This makefile is used only if you run GNU Make.
112401 ## It is necessary if you want to build targets usually of interest
112402 ## only to the maintainer.
112403 #
112404 ## Copyright (C) 2001, 2003, 2006-2009 Free Software Foundation, Inc.
112405 #
112406 ## This program is free software: you can redistribute it and/or modify
112407 ## it under the terms of the GNU General Public License as published by
112408 ## the Free Software Foundation, either version 3 of the License, or
112409 ## (at your option) any later version.
112410 #
112411 ## This program is distributed in the hope that it will be useful,
112412
112413 File: ./top/maint.mk
112414 Hash: eef091164cb5f26dc538fb6b3940b82d779d05390f32dffea43d1161be06adc1
112415 Copyright: 2001-2009 Free Software Foundation, Inc
112416 License: GPL-3+ 
112417 Licence_Text: 
112418 #Header: 
112419 ## -*-Makefile-*-
112420 ## This Makefile fragment tries to be general-purpose enough to be
112421 ## used by many projects via the gnulib maintainer-makefile module.
112422 #
112423 ### Copyright (C) 2001-2009 Free Software Foundation, Inc.
112424 ###
112425 ### This program is free software: you can redistribute it and/or modify
112426 ### it under the terms of the GNU General Public License as published by
112427 ### the Free Software Foundation, either version 3 of the License, or
112428 ### (at your option) any later version.
112429 ###
112430 ### This program is distributed in the hope that it will be useful,
112431 ### but WITHOUT ANY WARRANTY; without even the implied warranty of
112432 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
112433 ### GNU General Public License for more details.
112434
112435 File: ./users.txt
112436 Hash: f5c05b7f2c33b93dcda0aa8f108195721e70410ef027614d4e342b00ccd15536
112437 Copyright: 
112438 License: 
112439 Licence_Text: 
112440 #Header: 
112441 #The following packages appear to be using gnulib and gnulib-tool:
112442 #
112443 #  Net::CDP        http://search.cpan.org/src/MCHAPMAN/Net-CDP-0.09/libcdp/
112444 #  OPeNDAP         http://scm.opendap.org:8090/svn/trunk/
112445 #  anubis          http://cvs.sv.gnu.org/viewcvs/anubis/anubis/
112446 #  autobuild       http://josefsson.org/autobuild/
112447 #  bison           http://git.sv.gnu.org/gitweb/?p=bison.git
112448 #  clisp           http://clisp.cvs.sourceforge.net/clisp/clisp/
112449 #  coreutils       http://git.sv.gnu.org/gitweb/?p=coreutils.git
112450 #  cpio            http://cvs.sv.gnu.org/viewcvs/cpio/cpio/
112451 #  cvs             http://cvs.sv.gnu.org/viewcvs/cvs/ccvs/
112452 #  diffutils       http://cvs.sv.gnu.org/viewcvs/diffutils/diffutils/
112453 #  findutils       http://cvs.sv.gnu.org/viewcvs/findutils/findutils/
112454 #  gettext         http://cvs.sv.gnu.org/viewcvs/gettext/gettext/
112455 #  gnuit           http://ftp.gnu.org/gnu/gnuit/gnuit-4.9.2.tar.gz
112456