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: PDLPorters/pdl
base: 9129b3664475
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 81b5f37981d3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 3, 2015

  1. Let PDL::DiskCache::sync accept an argument of which element to sync.

    Without any arguments, or with (-1), sync writes out the whole
    cache, as before. But now you can also specificy which single
    element to write out. This modifies STORE to only sync the
    currently-being-stored element.  Otherwise if you have a rw diskcache,
    every time you added a new element it would write out every previous
    element to disk.
    d-lamb committed Jun 3, 2015
    Copy the full SHA
    2d7c932 View commit details
    Browse the repository at this point in the history
  2. 2 small cleanups in slices.pd

    Removed a funny '$a =    BadCode=> ' which was likely harmless.
    
    Changed the type of an integer to be unsigned STRLEN instead of IV,
    silence a compiler warning.
    d-lamb committed Jun 3, 2015
    Copy the full SHA
    81b5f37 View commit details
    Browse the repository at this point in the history