Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Chadizzm/minIni
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: compuphase/minIni
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 12 files changed
  • 5 contributors

Commits on Mar 7, 2017

  1. Remove invalid documentation entries

    Martijn Vernooij authored and Martijn Vernooij committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    46cf6ce View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Configuration menu
    Copy the full SHA
    d4d2a05 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2017

  1. 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().
    compuphase committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    7790836 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    64113ef View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Add .gitignore

    e0ff committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    e798a37 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Merge pull request compuphase#10 from endoffile78/master

    Add .gitignore
    compuphase authored Jun 12, 2018
    Configuration menu
    Copy the full SHA
    8ce144c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    d4861c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Merge pull request compuphase#14 from yangfl/master

    Fix cassert header in test2.cc
    compuphase authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    e115772 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Replace calls to strrchr() by strchr() when searching for the '\0' st…

    …ring terminator.
    
    Minor updates (mostly comments) in a few example glue files.
    compuphase committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    b40dff4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. 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.
    compuphase committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    95fa481 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Modified the line count (while still small, minIni has grown).
    compuphase authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    c615fb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    96c8455 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Define strnicmp() as strncasecmp() for GNU GCC, including MingW, rega…

    …rdless of the platform; this fixes issue compuphase#16.
    compuphase committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    51d636f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Ignore spaces after [ and before ].

    Add ini_hassection() and ini_haskey().
    Truncate file on a zero byte (because INI files cannot handle embedded zeros).
    compuphase committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d559c81 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    compuphase authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    755f9a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Add ini_putbool() (as a companion to ini_getbool()).

    Some reformatting and clean-up of the manual.
    compuphase committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    ede00e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    797be9d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    f5c125e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge pull request compuphase#26 from Gitoffthelawn/patch-1

    Upgrade links to HTTPS where possible
    compuphase authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1bb6557 View commit details
    Browse the repository at this point in the history
Loading