pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Nov 20 14:31:59 UTC 2015

Modified Files:
        pkgsrc/lang/ruby21-base: Makefile distinfo
        pkgsrc/lang/ruby22-base: Makefile distinfo
Added Files:
        pkgsrc/lang/ruby21-base/patches: patch-eval.c patch-eval__error.c
            patch-thread.c patch-vm__eval.c patch-vm__trace.c
        pkgsrc/lang/ruby22-base/patches: patch-eval.c patch-eval__error.c
            patch-thread.c patch-vm__eval.c patch-vm__trace.c

Log Message:
Mark a few more variables as volatile to prevent clobbering by setjmp.
Found due to crashes with very recent clang. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/ruby21-base/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/ruby21-base/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby21-base/patches/patch-eval.c \
    pkgsrc/lang/ruby21-base/patches/patch-eval__error.c \
    pkgsrc/lang/ruby21-base/patches/patch-thread.c \
    pkgsrc/lang/ruby21-base/patches/patch-vm__eval.c \
    pkgsrc/lang/ruby21-base/patches/patch-vm__trace.c
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ruby22-base/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/ruby22-base/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby22-base/patches/patch-eval.c \
    pkgsrc/lang/ruby22-base/patches/patch-eval__error.c \
    pkgsrc/lang/ruby22-base/patches/patch-thread.c \
    pkgsrc/lang/ruby22-base/patches/patch-vm__eval.c \
    pkgsrc/lang/ruby22-base/patches/patch-vm__trace.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index