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: dolmen/github-keygen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.003
Choose a base ref
...
head repository: dolmen/github-keygen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.004
Choose a head ref
  • 11 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 16, 2012

  1. Win32 fixes

    Fixes a warning that reported that the SSH keys for existing accounts
    did not exist while it did (resolve_path did not completely resolve).
    perl 5.10 -> 5.8 in hope to work on msysgit, now that our fatpacked
    build also bundles core perl modules (Pod::*) missing from msysgit.
    dolmen committed Nov 16, 2012
    Configuration menu
    Copy the full SHA
    81eb30b View commit details
    Browse the repository at this point in the history
  2. Fixes for msysgit's perl (5.8 built with msys)

    Fixes to work with the perl bundled with msysgit. This perl 5.8.8 built
    with the msys POSIX-like emulation.
    The issues fixed:
    - perl 5.8.8 compat (from 5.10 source): regexps (\K, *+), ~~, //
    - msys issues: POSIX-like on Win32
      - path separator is '/' instead of '\' in file I/O (resolve_path)
      - ~/.ssh/config must be in CRLF (so the user can edit it with Notepad),
        so we have to explicitely enable the :crlf layer
    dolmen committed Nov 16, 2012
    Configuration menu
    Copy the full SHA
    7f3054e View commit details
    Browse the repository at this point in the history
  3. release.pl: Win32 compatibility

    Fixes to make release.pl work on Win32 to be able to rebuild
    github-keygen to test it on msysgit's perl.
    The Git part is not tested yet.
    dolmen committed Nov 16, 2012
    Configuration menu
    Copy the full SHA
    b16bf19 View commit details
    Browse the repository at this point in the history
  4. release.pl: add Pod::Simple in the fatpacked build

    Pod::Simple is used by Pod::Usage so we have to pack it. This makes a
    400 Kb build :(. Will have to check later how to reduce this.
    
    Also avoid to fail if the 'fatlib' does not initally exists (just after
    a fresh checkout).
    dolmen committed Nov 16, 2012
    Configuration menu
    Copy the full SHA
    88f4e41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b325fce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    195a1fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    040cbe1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2012

  1. release.pl: use IPC::Run

    Nearly works on Win32!
    (IPC::Run or maybe Win32::Process, seems to have an issue when a command-line
    contains two elements that are double quoted (the command itself and an
    argument).
    
    Thanks Maddingue for the tip!
    dolmen committed Nov 17, 2012
    Configuration menu
    Copy the full SHA
    64bf487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6747c16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    137c8b1 View commit details
    Browse the repository at this point in the history
  4. Release v1.004

    dolmen committed Nov 17, 2012
    Configuration menu
    Copy the full SHA
    2470339 View commit details
    Browse the repository at this point in the history
Loading