Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile with MSVC #7

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Compile with MSVC #7

wants to merge 7 commits into from

Commits on Aug 16, 2011

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

Commits on Aug 20, 2011

  1. Merge remote-tracking branch 'upstream/master'

    Charlie Savage committed Aug 20, 2011
    Configuration menu
    Copy the full SHA
    a0ff240 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2011

  1. Fixes to make ruby-debug-base19x work on Ruby 1.9.3. These patches ar…

    …e manually applied from this pull request:
    
    mark-moseley/ruby-debug#14
    
    Minus the id2ref and ref2id changes (not sure if those can be removed or not).
    Charlie Savage committed Sep 15, 2011
    Configuration menu
    Copy the full SHA
    98baaff View commit details
    Browse the repository at this point in the history
  2. Makefile should not be checked in.

    Charlie Savage committed Sep 15, 2011
    Configuration menu
    Copy the full SHA
    d8efe80 View commit details
    Browse the repository at this point in the history
  3. Ignore netbeans project.

    Charlie Savage committed Sep 15, 2011
    Configuration menu
    Copy the full SHA
    a806f57 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2012

  1. Merge branch 'master' of github.com:cfis/ruby-debug-base19

    Conflicts:
    	.gitignore
    	ext/ruby_debug/extconf.rb
    	ext/ruby_debug/ruby_debug.c
    Charlie Savage committed Mar 18, 2012
    Configuration menu
    Copy the full SHA
    57de601 View commit details
    Browse the repository at this point in the history
  2. Fix for compiling on windows - the check should be _WIN32 not __WIN32…

    …__. Also, you have to ifdef the rest of the filename_cmp method because realpath does not exist on windows.
    Charlie Savage committed Mar 18, 2012
    Configuration menu
    Copy the full SHA
    4569293 View commit details
    Browse the repository at this point in the history