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: IoLanguage/io
base: a41d331308ff
Choose a base ref
...
head repository: IoLanguage/io
compare: a4aaf7c70608
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 7, 2017

  1. Fixed wrong function call in _IoCairoPDFSurface.c

    Fixed a typo where cairo_ps_surface_set_size was called instead
    of cairo_pdf_surface_set_size.
    
    Signed-off-by: Alexander Kluth <deralex@cpan.org>
    Alexander Kluth committed Sep 7, 2017
    Copy the full SHA
    8cd5b5a View commit details
    Browse the repository at this point in the history
  2. Addded preprocessor switch for linux to coroutines

    Added a #ifdef defined(__linux__) to taskimpl.h to include ucontext
    on Linux systems to avoid compiler warnings and proper usage.
    
    Signed-off-by: Alexander Kluth <deralex@cpan.org>
    Alexander Kluth committed Sep 7, 2017
    Copy the full SHA
    92fe830 View commit details
    Browse the repository at this point in the history
  3. Added missing header to SHA1 library

    Added hmac.h to Io header in addon SHA1 to fix implicit decleration.
    
    Signed-off-by: Alexander Kluth <deralex@cpan.org>
    Alexander Kluth committed Sep 7, 2017
    Copy the full SHA
    e707943 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. Merge pull request #359 from deralex/get-rid-of-warnings

    Get rid of warnings
    stevedekorte committed Sep 10, 2017
    Copy the full SHA
    a4aaf7c View commit details
    Browse the repository at this point in the history