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: johnezang/JSONKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: playup/JSONKit
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.
  • 4 commits
  • 1 file changed
  • 3 contributors

Commits on May 4, 2011

  1. Remove analyser warnings

    aussiegeek committed May 4, 2011
    Configuration menu
    Copy the full SHA
    02f6242 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:playup/JSONKit

    * 'master' of github.com:playup/JSONKit:
      Adds a serializing option to backslash escape forward slashes.  This is for issue #21.
      Change a NSException from exceptionWithName: to raise:.  Closes #20.
      Fixes a bug when removing items from a JKDictionary.  Since JKDictionary is implemented using a hash table that uses linear probing, the removal function needs to "re-add" items that follow the removed item so that linear probe hash collisions are not "lost".  Closes #17
    aussiegeek committed May 4, 2011
    Configuration menu
    Copy the full SHA
    85a4377 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2011

  1. Fixing compile warning on undefined parameter

    Stewart Gleadow committed May 25, 2011
    Configuration menu
    Copy the full SHA
    e133ca9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2011

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