• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-407337

examples/H03-May-2022-2,2651,597

src/H03-May-2022-2,7201,919

COPYINGH A D21-Mar-201025.8 KiB505418

INSTALLH A D21-Mar-20107.6 KiB183143

Makefile.amH A D02-Jun-201091 53

Makefile.inH A D03-May-202224 KiB772680

READMEH A D22-Jun-2010870 2716

aclocal.m4H A D28-Sep-2010309.1 KiB8,9117,988

config.guessH A D28-Sep-201044.2 KiB1,5181,306

config.h.inH A D28-Sep-20102.7 KiB10470

config.subH A D28-Sep-201034 KiB1,7331,584

configureH A D28-Sep-2010398.9 KiB13,83010,770

configure.acH A D22-Jun-20101.7 KiB6555

depcompH A D28-Sep-201018.2 KiB631407

dotconf.pc.inH A D21-Mar-2010201 129

install-shH A D28-Sep-201013.3 KiB521344

ltmain.shH A D28-Sep-2010237.5 KiB8,4076,475

missingH A D28-Sep-201011.2 KiB377281

README

1dot.conf v1.3
2
3This file lists changes that break backward compatibility with previous
4versions.  Please see the files in the doc directory of the distribution for
5full details.
6
7For examples of how to use this library, see the examples directory.
8
9Changes after 1.0.13:
10
11- dotconf_register_options now has a return type.  This function can now
12  indicate success or failure.
13
14  - To support the float argument for a config option, the data member of
15    struct command_t gained the dvalue member.
16
17This is free software licensed with the GNU Lesser General Public License 2.1.
18
19I would like to thank Lukas Schroeder for authoring this project originally.
20His address is listed in the Authors file if you need to contact him.
21However, current questions about the project should be directed to me since I
22am the current maintainer.
23
24William Hubbs <w.d.hubbs@gmail.com>
25
26
27