vendor: fix windows builds for tracer js engine

This commit is contained in:
Péter Szilágyi 2017-12-19 14:05:43 +02:00
parent 4aecb6c273
commit 4de03429af
2 changed files with 19 additions and 19 deletions

View file

@ -18,21 +18,21 @@
* =============== * ===============
* Duktape license * Duktape license
* =============== * ===============
* *
* (http://opensource.org/licenses/MIT) * (http://opensource.org/licenses/MIT)
* *
* Copyright (c) 2013-2017 by Duktape authors (see AUTHORS.rst) * Copyright (c) 2013-2017 by Duktape authors (see AUTHORS.rst)
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights * in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is * copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions: * furnished to do so, subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in * The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software. * all copies or substantial portions of the Software.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@ -47,24 +47,24 @@
* =============== * ===============
* Duktape authors * Duktape authors
* =============== * ===============
* *
* Copyright * Copyright
* ========= * =========
* *
* Duktape copyrights are held by its authors. Each author has a copyright * Duktape copyrights are held by its authors. Each author has a copyright
* to their contribution, and agrees to irrevocably license the contribution * to their contribution, and agrees to irrevocably license the contribution
* under the Duktape ``LICENSE.txt``. * under the Duktape ``LICENSE.txt``.
* *
* Authors * Authors
* ======= * =======
* *
* Please include an e-mail address, a link to your GitHub profile, or something * Please include an e-mail address, a link to your GitHub profile, or something
* similar to allow your contribution to be identified accurately. * similar to allow your contribution to be identified accurately.
* *
* The following people have contributed code, website contents, or Wiki contents, * The following people have contributed code, website contents, or Wiki contents,
* and agreed to irrevocably license their contributions under the Duktape * and agreed to irrevocably license their contributions under the Duktape
* ``LICENSE.txt`` (in order of appearance): * ``LICENSE.txt`` (in order of appearance):
* *
* * Sami Vaarala <sami.vaarala@iki.fi> * * Sami Vaarala <sami.vaarala@iki.fi>
* * Niki Dobrev * * Niki Dobrev
* * Andreas \u00d6man <andreas@lonelycoder.com> * * Andreas \u00d6man <andreas@lonelycoder.com>
@ -92,13 +92,13 @@
* * Steven Don (https://github.com/shdon) * * Steven Don (https://github.com/shdon)
* * Simon Stone (https://github.com/sstone1) * * Simon Stone (https://github.com/sstone1)
* * \J. McC. (https://github.com/jmhmccr) * * \J. McC. (https://github.com/jmhmccr)
* *
* Other contributions * Other contributions
* =================== * ===================
* *
* The following people have contributed something other than code (e.g. reported * The following people have contributed something other than code (e.g. reported
* bugs, provided ideas, etc; roughly in order of appearance): * bugs, provided ideas, etc; roughly in order of appearance):
* *
* * Greg Burns * * Greg Burns
* * Anthony Rabine * * Anthony Rabine
* * Carlos Costa * * Carlos Costa
@ -130,7 +130,7 @@
* * https://github.com/chris-y * * https://github.com/chris-y
* * Laurent Zubiaur (https://github.com/lzubiaur) * * Laurent Zubiaur (https://github.com/lzubiaur)
* * Neil Kolban (https://github.com/nkolban) * * Neil Kolban (https://github.com/nkolban)
* *
* If you are accidentally missing from this list, send me an e-mail * If you are accidentally missing from this list, send me an e-mail
* (``sami.vaarala@iki.fi``) and I'll fix the omission. * (``sami.vaarala@iki.fi``) and I'll fix the omission.
*/ */
@ -284,7 +284,7 @@ struct duk_time_components {
/* Indicates that a native function does not have a fixed number of args, /* Indicates that a native function does not have a fixed number of args,
* and the argument stack should not be capped/extended at all. * and the argument stack should not be capped/extended at all.
*/ */
#define DUK_VARARGS ((duk_int_t) (-1)) #define DUK_VARARGS ((duk_uint_t) (-1))
/* Number of value stack entries (in addition to actual call arguments) /* Number of value stack entries (in addition to actual call arguments)
* guaranteed to be allocated on entry to a Duktape/C function. * guaranteed to be allocated on entry to a Duktape/C function.

6
vendor/vendor.json vendored
View file

@ -694,10 +694,10 @@
"revisionTime": "2016-06-21T03:49:01Z" "revisionTime": "2016-06-21T03:49:01Z"
}, },
{ {
"checksumSHA1": "cz8LG9iHvnfRygm6Ely04ExfJks=", "checksumSHA1": "yPC9KQ8FsgkXOW/asyYb3e342zM=",
"path": "gopkg.in/olebedev/go-duktape.v3", "path": "gopkg.in/olebedev/go-duktape.v3",
"revision": "a9c7dcc419333b2c1fed2cb5dc55968e1fde04e6", "revision": "ba35a085130ba4a40459f68bf64c30232c1da09a",
"revisionTime": "2017-11-09T03:10:00Z" "revisionTime": "2017-12-16T04:10:41Z"
}, },
{ {
"checksumSHA1": "4BwmmgQUhWtizsR2soXND0nqZ1I=", "checksumSHA1": "4BwmmgQUhWtizsR2soXND0nqZ1I=",