-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Chadizzm/minIni
base: master
head repository: compuphase/minIni
compare: master
- 19 commits
- 12 files changed
- 5 contributors
Commits on Mar 7, 2017
-
Remove invalid documentation entries
Martijn Vernooij authored and Martijn Vernooij committedMar 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 46cf6ce - Browse repository at this point
Copy the full SHA 46cf6ceView commit details
Commits on Mar 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d4d2a05 - Browse repository at this point
Copy the full SHA d4d2a05View commit details
Commits on Jun 10, 2017
-
Removed "const" on user data in callbacks (issue compuphase#6).
Fixed assert in save_strncpy() (issue compuphase#7); also renamed the function to ini_strncpy().
Configuration menu - View commit details
-
Copy full SHA for 7790836 - Browse repository at this point
Copy the full SHA 7790836View commit details
Commits on Mar 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 64113ef - Browse repository at this point
Copy the full SHA 64113efView commit details
Commits on Jun 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e798a37 - Browse repository at this point
Copy the full SHA e798a37View commit details
Commits on Jun 12, 2018
-
Merge pull request compuphase#10 from endoffile78/master
Add .gitignore
Configuration menu - View commit details
-
Copy full SHA for 8ce144c - Browse repository at this point
Copy the full SHA 8ce144cView commit details
Commits on Sep 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d4861c3 - Browse repository at this point
Copy the full SHA d4861c3View commit details
Commits on Mar 23, 2020
-
Merge pull request compuphase#14 from yangfl/master
Fix cassert header in test2.cc
Configuration menu - View commit details
-
Copy full SHA for e115772 - Browse repository at this point
Copy the full SHA e115772View commit details
Commits on Apr 25, 2020
-
Replace calls to strrchr() by strchr() when searching for the '\0' st…
…ring terminator. Minor updates (mostly comments) in a few example glue files.
Configuration menu - View commit details
-
Copy full SHA for b40dff4 - Browse repository at this point
Copy the full SHA b40dff4View commit details
Commits on Oct 26, 2020
-
Avoid rewriting the INI file when attemptiny to delete a key that alr…
…eady isn't present in the INI file. When writing to an INI file, reopen the original file *after* opening the temporary file (because opening the temporary file may have been blocked on a file lock). Added a section about file locking in the manual. Added an example glue file for file locking in Linux.
Configuration menu - View commit details
-
Copy full SHA for 95fa481 - Browse repository at this point
Copy the full SHA 95fa481View commit details -
Modified the line count (while still small, minIni has grown).
Configuration menu - View commit details
-
Copy full SHA for c615fb6 - Browse repository at this point
Copy the full SHA c615fb6View commit details
Commits on Oct 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 96c8455 - Browse repository at this point
Copy the full SHA 96c8455View commit details
Commits on Nov 5, 2020
-
Define strnicmp() as strncasecmp() for GNU GCC, including MingW, rega…
…rdless of the platform; this fixes issue compuphase#16.
Configuration menu - View commit details
-
Copy full SHA for 51d636f - Browse repository at this point
Copy the full SHA 51d636fView commit details
Commits on Jun 9, 2021
-
Ignore spaces after [ and before ].
Add ini_hassection() and ini_haskey(). Truncate file on a zero byte (because INI files cannot handle embedded zeros).
Configuration menu - View commit details
-
Copy full SHA for d559c81 - Browse repository at this point
Copy the full SHA d559c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 755f9a8 - Browse repository at this point
Copy the full SHA 755f9a8View commit details
Commits on Jan 6, 2024
-
Add ini_putbool() (as a companion to ini_getbool()).
Some reformatting and clean-up of the manual.
Configuration menu - View commit details
-
Copy full SHA for ede00e1 - Browse repository at this point
Copy the full SHA ede00e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 797be9d - Browse repository at this point
Copy the full SHA 797be9dView commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5c125e - Browse repository at this point
Copy the full SHA f5c125eView commit details
Commits on Apr 26, 2024
-
Merge pull request compuphase#26 from Gitoffthelawn/patch-1
Upgrade links to HTTPS where possible
Configuration menu - View commit details
-
Copy full SHA for 1bb6557 - Browse repository at this point
Copy the full SHA 1bb6557View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master