Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libconfig
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
libconfig
Commits
70fdf458
Commit
70fdf458
authored
Nov 17, 2017
by
Mark Lindner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add 1.7.1 release
parent
010e33f6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
3 deletions
+16
-3
docs/dist/libconfig-1.7.1.tar.gz
docs/dist/libconfig-1.7.1.tar.gz
+0
-0
docs/index.md
docs/index.md
+1
-1
docs/libconfig_manual.html
docs/libconfig_manual.html
+15
-2
docs/libconfig_manual.pdf
docs/libconfig_manual.pdf
+0
-0
No files found.
docs/dist/libconfig-1.7.1.tar.gz
0 → 100644
View file @
70fdf458
File added
docs/index.md
View file @
70fdf458
...
...
@@ -37,5 +37,5 @@ MinGW environment or with Visual Studio 2008 or later using the provided
solution file.
<center>
<a
href=
"dist/libconfig-1.7.
tar.gz"
><b>
libconfig-1.7
.tar.gz
</b></a>
<a
href=
"dist/libconfig-1.7.
1.tar.gz"
><b>
libconfig-1.7.1
.tar.gz
</b></a>
</center>
docs/libconfig_manual.html
View file @
70fdf458
...
...
@@ -58,8 +58,8 @@ ul.no-bullet {list-style: none}
<hr
noshade
size=
6
color=
"black"
>
<div
align=
right
>
A Library For Processing Structured Configuration Files
<br>
Version 1.7
<br>
31 Oct
2017
</div>
Version 1.7
.1
<br>
17 Nov
2017
</div>
<br><br><br><br>
<font
size=
+1
>
Mark A. Lindner
</font>
<hr
size=
3
noshade
color=
"black"
>
...
...
@@ -1146,6 +1146,12 @@ when writing floating point values (corresponding to <code>printf()</code>
‘
<samp>
%f
</samp>
’
format). By default this option is turned off.
</p>
</dd>
<dt><code>
CONFIG_OPTION_FSYNC
</code></dt>
<dd><p>
(
<b>
Since
<i>
v1.7.1
</i></b>
)
This option controls whether the
<code>
config_write_file()
</code>
function performs
an
<i>
fsync
</i>
operation after writing the configuration and before closing the
file. By default this option is turned off.
</p></dd>
</dl>
</dd></dl>
...
...
@@ -1837,6 +1843,13 @@ when writing floating point values (corresponding to <code>printf()</code>
‘
<samp>
%f
</samp>
’
format). By default this option is turned off.
</p>
</dd>
<dt><code>
Config::OptionFsync
</code></dt>
<dd><p>
(
<b>
Since
<i>
v1.7.1
</i></b>
)
This option controls whether the
<code>
writeFile()
</code>
method performs an
<i>
fsync
</i>
operation after writing the configuration and before closing the file. By
default this option is turned off.
</p>
</dd>
</dl>
</dd></dl>
...
...
docs/libconfig_manual.pdf
View file @
70fdf458
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment