Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Figura

A client-side Minecraft mod that allows for extensive customization of the player model.
Collective - Host: opensource - https://opencollective.com/figura - Code: https://github.com/FiguraMC

Fix detect io lib read modes like file:read('*all').

github.com/FiguraMC/luaj - 20eca5760dc99cd2326fafa8f1ede145108b0989 authored over 5 years ago
Add check for values passed to file:vsetbuf and file:seek.

github.com/FiguraMC/luaj - 3613bc0862d323332c5c5b9fc5d627a3cc2fbf69 authored over 5 years ago
Merge branch 'master' of https://github.com/luaj/luaj

github.com/FiguraMC/luaj - 69859805728b507cae85ef5e47afccf874278626 authored over 5 years ago
Fix corrupted args for io.lines and file:lines on reuse stack elements.

github.com/FiguraMC/luaj - 60d130cecc222540ba3cb167b436b9409b56d99e authored over 5 years ago
Merge pull request #59 from Mikhael-Danilov/patch-1

Fix link

github.com/FiguraMC/luaj - b705eb05f4b98e516b1bbf5c2feeabe7942b0233 authored over 5 years ago
Fix link

Fix link to examples/android/src/android/LuajViewLuajView.java

github.com/FiguraMC/luaj - d0bb0409a37478f5f21cb06e1b79c5caa509986a authored over 5 years ago
Fix load script from func.

github.com/FiguraMC/luaj - db58e1808b0e8ecaa3fe6eb5aede32004f6dd49d authored over 5 years ago
Fix call io.lines(nil, ...).

github.com/FiguraMC/luaj - e2ede7f91c2760f6ab3ca2600222c3a502e833e1 authored over 5 years ago
Fix raise error from io.lines and file:lines.

github.com/FiguraMC/luaj - a50deaa75c27812b0d46439e31303af3359d5900 authored over 5 years ago
Allow read zero bytes in io lib methods.

github.com/FiguraMC/luaj - f9f78b81da37f19f7d193efc180614291d2ee299 authored over 5 years ago
Fix read all stdin in JSE.

github.com/FiguraMC/luaj - 984fa30bf6678771630cebfa715d61b1ebcc342c authored over 5 years ago
Fix read all at EOF.

github.com/FiguraMC/luaj - 65beda4c2b414ebf77e4bddda6d2184332098356 authored over 5 years ago
Fix io.read(0) on EOF.

github.com/FiguraMC/luaj - 934a8fc57b4fdff853c2fc313b79c83dfba1275c authored over 5 years ago
Close not closed file on GC. #55

Relevant only for J2SE, not for J2ME.

github.com/FiguraMC/luaj - 832ec739ea350fff4f15f574bd4f06d876064527 authored over 5 years ago
Fix io.lines and file:lines do not honor additional params. #52

Fix io.lines do not close file on EOF. #53
Improve error message for io.lines and file:lines on c...

github.com/FiguraMC/luaj - 8345bee6b4c1703716ccab9758d80402781f8634 authored over 5 years ago
Fix io.read and file:read do not support '*L' format. #54

github.com/FiguraMC/luaj - 83f2e1d96afae36a18c8654686ed0e33a961d3e3 authored over 5 years ago
Fix call io.read, file:read without params.

github.com/FiguraMC/luaj - 14745ba76a109f2acbe10b17a8f323189d463eea authored over 5 years ago
File tostring respect closed.

github.com/FiguraMC/luaj - c62ba1f22e9aa8bb60eab1d9a4430bf84fdb2390 authored over 5 years ago
Fix rewrite io.input inside io.lines.

```
do
local t = os.tmpname()
local f = io.open(t, 'w')
f:write('test')
f:close()

local i ...

github.com/FiguraMC/luaj - 868928779f15ea6f7462b6f0a37594f2918e085f authored over 5 years ago
We not in C anymore.

github.com/FiguraMC/luaj - f383c277281aabaed0781c9b25f9b34b605512ba authored over 5 years ago
Raise lexerror if failed parse number as double.

github.com/FiguraMC/luaj - e7b11110a3c1c57fe5c4c97fd8a3ea8cab671d5d authored over 5 years ago
EOZ (-1) not a space char.

Fix bug with endless loop at not ended \z sequence.

```
local function lexerror (s, err)
local...

github.com/FiguraMC/luaj - 0fa27c3783ce25be87e34249f4ea7a2e1be97b0d authored over 5 years ago
Merge branch 'master' of https://github.com/luaj/luaj

github.com/FiguraMC/luaj - 72a71e5a656e0a218140e1ab972787529a1789eb authored over 5 years ago
Fix lua error message on bad arg for 'load'.

github.com/FiguraMC/luaj - 6031d6b47906ba00f9dbed767cfe2289d03c7a07 authored over 5 years ago
Merge pull request #45 from zaoqi/patch-1

readme: fix typo

github.com/FiguraMC/luaj - c1834733c10be3a8116cfbf80afaa63f95480a07 authored over 5 years ago
readme: fix typo

github.com/FiguraMC/luaj - 10f88d2c31ecd503b781431fab6caa4916053988 authored over 5 years ago
Fix use function as source for load call.

github.com/FiguraMC/luaj - 6d2deb4cb6e951b5818c2966850777e9049c8330 authored over 5 years ago
Fix OP_JMP description.

github.com/FiguraMC/luaj - 5f52729fc91f64df39e38bcac46dc2945ecd2fc3 authored over 5 years ago
Add support for OP_LOADKX. #43

github.com/FiguraMC/luaj - e6736857b63a6c804bdc8b97214736921c0bdd94 authored over 5 years ago
Merge branch 'master' of https://github.com/luaj/luaj

github.com/FiguraMC/luaj - 5c5176727aac9f4aa8ec15423cdbaf6e7f3fdc57 authored almost 6 years ago
Fix NPE on error. #40

github.com/FiguraMC/luaj - 7721380e2078a87f87af8fc95ccb27a2df8a8e8b authored almost 6 years ago
Add debug info to build.

github.com/FiguraMC/luaj - 16aa199d40cbe3a85c3a671dfca8899ebd64d38d authored almost 6 years ago
Fix path to build files in Readme.md

github.com/FiguraMC/luaj - 177fe4e09f081de776d2c92a53dcfdcb3e3e30b5 authored almost 6 years ago
Fix build bug. #33

github.com/FiguraMC/luaj - a7c8a408ce88b8818fda60eb19c0dc3f739dd86b authored almost 6 years ago
Fix error messages for pass tests.

github.com/FiguraMC/luaj - 84b0dd171eda65f0534b20739a7d19e8d3700d3e authored almost 6 years ago
Fix print for pass tests.

github.com/FiguraMC/luaj - 898208365df6b7f8f05147a79a3554e496895fa2 authored almost 6 years ago
Fix loadlib.

github.com/FiguraMC/luaj - ffb686556f34d8ddfe5a3a8e00882ca08e33ea8b authored almost 6 years ago
Fix build errors for j2me. #32

github.com/FiguraMC/luaj - 6694c375c9b887940493751f6fd26f3ad9a55691 authored almost 6 years ago
Fix build bug. #32

github.com/FiguraMC/luaj - e70eb5edc2fd8d3fd187eb6c8f13778ff2239620 authored almost 6 years ago
Remove libs dependency from PackageLib.

github.com/FiguraMC/luaj - 9688d3c5fc7926166a18b1d41ce5ecf0d98f83e4 authored about 6 years ago
Fix string.gsub for invalid use '%' in replacement string

Check code:
```
print(pcall(load('string.gsub("test", "%S", "A%")')))
print(pcall(load('strin...

github.com/FiguraMC/luaj - 6f5af581e8b95a059e47132baefaab7dc50e8882 authored about 6 years ago
Improved opt methods for numbers in LuaString

github.com/FiguraMC/luaj - 870aee2cae0b02195c59efdbcc7e128f953e94c7 authored about 6 years ago
Deny use NaN as index in rawset.

github.com/FiguraMC/luaj - c2ec9edf39fd07f5deb64f62fe377ec88f0c2897 authored about 6 years ago
Fix math.min and math.max.

Now similar to native Lua and reference: `Returns the argument with the maximum value, according...

github.com/FiguraMC/luaj - cfb3aaca613b6294d051e4bf4cad9d37317bd3a6 authored about 6 years ago
Fix math.fmod for int values.

github.com/FiguraMC/luaj - 4105cebf1ed8ffb074c82cc61a15b7b255e04b9b authored about 6 years ago
More compat with lua tests.

github.com/FiguraMC/luaj - 339f004eb757e365035a8e4ec25543e93b25e6fd authored about 6 years ago
Fix modulo for edge cases.

Reference code:
```
for i,lhs in ipairs({-math.huge, -10.0, 0.0, 10.0, math.huge}) do
for j,r...

github.com/FiguraMC/luaj - 05a604645d2d2f77fd5ccca51210831d167e48ac authored about 6 years ago
Fix string.format for long integers.

github.com/FiguraMC/luaj - 63ead7aac74795eba300c7a39b95af31725e483a authored about 6 years ago
Fix math.modf for inf/-inf and int values.

github.com/FiguraMC/luaj - c9ba2d4bb1882b781ce74352a57e0df1ad1fd870 authored about 6 years ago
Fix JSE math.log for second arg.

github.com/FiguraMC/luaj - 92cee0812de7c7164102f2c1c553f120da51b418 authored about 6 years ago
Fix string.match for empty pattern

github.com/FiguraMC/luaj - e61e5694fa288dd6edd5cd3e67f435814e5a89d2 authored about 6 years ago
Fix a frontier pattern match

We're not in C anymore. LuaString are not null terminated.
Also need quotes in error messages.

github.com/FiguraMC/luaj - 47f8d6e6fc54f8cfae063f04987b94e7adfa1d08 authored about 6 years ago
Merge pull request #21 from lorenzos/patch-1

Check the type before reusing a NumberValueEntry

github.com/FiguraMC/luaj - 14ac4bb7f9c964a19c195f77e1e4e4de9bb29e5d authored over 6 years ago
Check the type before reusing a NumberValueEntry

Fixes #20

github.com/FiguraMC/luaj - b8aaaafb680b08efa8f2c747cec64cec1d3fab90 authored over 6 years ago
Optimize get new stack for calls.

github.com/FiguraMC/luaj - 88a557033bd1f16f52e4283c395d35cf6bdc20c0 authored over 6 years ago
Fix make LuaString from copy.

github.com/FiguraMC/luaj - 24a8559cebd72a6d529ad74fbf199542b4ff4f59 authored over 6 years ago
Avoid synthetic methods

github.com/FiguraMC/luaj - 028e03e4bcd1b18cec6a1eb1c10d67e8a9bf57e3 authored over 6 years ago
Make const final

github.com/FiguraMC/luaj - 5c1f7d2ab24a4468ead6d86397db9a28e965f668 authored over 6 years ago
Avoid synthetic methods

github.com/FiguraMC/luaj - 9db1254160c73c621153664b2f7cfe36a4beea38 authored over 6 years ago
Remove unused var.

github.com/FiguraMC/luaj - f899c709ff6520d9fc9ed04f4d4f80b72508597a authored over 6 years ago
Make consts final.

github.com/FiguraMC/luaj - 9c9e193cc477948cc237139ba273fde6a12d802a authored over 6 years ago
Improve convert function to string.

github.com/FiguraMC/luaj - e9db487d97400462cc5fe018e553b0c5e320c538 authored over 6 years ago
Avoid synthetic methods

github.com/FiguraMC/luaj - c6fe5d3ed3f628e2490263f0463f5276b99f0469 authored over 6 years ago
Improve rawopenfile

github.com/FiguraMC/luaj - 52ab872d0863f898c508465adc46f4ac4fc8ee1d authored over 6 years ago
Improved get/setLocal.

github.com/FiguraMC/luaj - 5d3041c6beea6663e51eeb6bcc8d469f988e6894 authored over 6 years ago
Avoid synthetic methods.

github.com/FiguraMC/luaj - 8d544729a8d51f860ac7a05cca0ae61c4cccd60a authored over 6 years ago
Imrove traceback build.

github.com/FiguraMC/luaj - bd57dddef03648b50f526f1f4135663ad5311c8b authored over 6 years ago
Make static classes.

github.com/FiguraMC/luaj - d509e21cc667ef0a5397108e6d293f3b89b5abb5 authored over 6 years ago
Avoid synthetic methods

github.com/FiguraMC/luaj - 5b6784123236f7d5d4bb3578145ae6ec9c7906ff authored over 6 years ago
Make classes static to avoid leak parent instance.

github.com/FiguraMC/luaj - bd4dac18ffdaf9ab22182f507cf11367e49158fd authored over 6 years ago
Improve print.

github.com/FiguraMC/luaj - e02a82ef8dfee74e5e3f2fcf13458c47dd5f44e1 authored over 6 years ago
Make constants final.

github.com/FiguraMC/luaj - 70a508609745a6e6971e6a30cd1133461a077eaf authored over 6 years ago
Fixed typo in JseOsLib

github.com/FiguraMC/luaj - ad20f939b1b5661ecb5e31d6461a9fb6b7493f8d authored over 6 years ago
Improved math.atan/atan2.

github.com/FiguraMC/luaj - e7058bcd6a686a0386017d69702959b3dbd116dc authored over 6 years ago
Used BufferedInputStream for JseBaseLib

github.com/FiguraMC/luaj - 00c7e266bacc6aaf1881637a1f917b0a2b5ff2e5 authored over 6 years ago
Fix Visitor bug.

github.com/FiguraMC/luaj - e75c5e2fcac7302284b2f4002bf40052605d6b99 authored over 6 years ago
Improved concat values.

github.com/FiguraMC/luaj - ed46675a25f038506fadcd50fdfe9dab5c23d2b1 authored over 6 years ago
Fixed table.unpack

github.com/FiguraMC/luaj - 8fbca25dcee27662ebdb95c9a473d1d8d076116c authored over 6 years ago
Improved error messages.

github.com/FiguraMC/luaj - d0ed5b80e55264a63f6ae7b0cfd12e85014433c4 authored over 6 years ago
Improved error messages.

github.com/FiguraMC/luaj - 9b77084109cc1e522b7f9d834c293529e5f9b7af authored over 6 years ago
Fixed metatag processing for equality.

github.com/FiguraMC/luaj - 4f410fba6e1e0bcf771eb0a1b857e28cff086490 authored over 6 years ago
Added optional param stripDebug to string.dump

github.com/FiguraMC/luaj - f164c1cd28fff6e3d7f78e8c8f1e4a9f137c9ff2 authored over 6 years ago
Removed synthetic accessors.

github.com/FiguraMC/luaj - 63ca0f94af8bb9057cae49ebaf25690d6f4ce8b6 authored over 6 years ago
Improve error message for string.char.

github.com/FiguraMC/luaj - 5bd9827af1e929a208a1f162caf2d9304cc5a65a authored over 6 years ago
Fix issue with frontier patterns #3

github.com/FiguraMC/luaj - 0a5cccc50f1b6efff32a0b741fe3bdde72a4c5e7 authored over 6 years ago
Removed unused objects.

github.com/FiguraMC/luaj - 12aded74ca875255d07bac4544f8635fe1481a1f authored over 6 years ago
Removed unnecessary override.

github.com/FiguraMC/luaj - 48dd90f6d70fbb9605c492322eb05e0b414e33e5 authored over 6 years ago
Merge pull request #17 from Enyby/patch-9

Fix format float numbers

github.com/FiguraMC/luaj - 6333d9acf79fb66859f8e270af6efbb813f1f556 authored over 6 years ago
Merge pull request #18 from Enyby/patch-1

Rename README.html to README.md

github.com/FiguraMC/luaj - d61ed707ef0ad3dd17396bdbe4c1e18af787604f authored over 6 years ago
Rename README.html to README.md

github.com/FiguraMC/luaj - 1e521d8900eba62757bf1a0c86cba1b7616d297b authored over 6 years ago
Merge pull request #15 from Enyby/patch-7

Fix gmatch for pass testsuites

github.com/FiguraMC/luaj - bf8ef8d1a908c9ce0421a9b7bf18d05677589599 authored over 6 years ago
Merge pull request #16 from Enyby/patch-8

Fix build stack traceback in DebugLib

Fixes #7

github.com/FiguraMC/luaj - 69498dbb7ce162567af1596af31fc229f955d7f9 authored over 6 years ago
Merge pull request #14 from Enyby/patch-6

Fix for proper print OP_SETLIST additional opcode

Closes #7

github.com/FiguraMC/luaj - 4cc5f4270d401e2e6453e711c4c099472dcd344d authored over 6 years ago
Fix format float numbers

Fix bug: https://sourceforge.net/p/luaj/bugs/53/ if System support String.format or fallback to ...

github.com/FiguraMC/luaj - 75fa98d13fffc86a9bd92e52cfd6f0c84b3dce21 authored over 6 years ago
Fix build stack traceback in DebugLib #7

If create huge table with a lot items (> 28000) then additional op code for store `c` out of ran...

github.com/FiguraMC/luaj - a627a868d54a41cb8e9cf9f627caca4e61f9ffc6 authored over 6 years ago
Print any code

github.com/FiguraMC/luaj - f073919f6466dfd8b03ba5d1b146b279228ef170 authored over 6 years ago
Fix gmatch for pass testsuites

Test suites from lua.org:
```
-- tests for gmatch
local a = 0
for i in string.gmatch('abcde'...

github.com/FiguraMC/luaj - 27a1dcdd114a0d95a8513de1bd27ccb3b74ea456 authored over 6 years ago
Fix for proper print OP_SETLIST additional opcode #7

github.com/FiguraMC/luaj - b459724103bea645c6d2d48b0492303593e5ffa3 authored over 6 years ago
Migrate CVS project to Git

* Delete .svnignore and move stuff to .gitignore
* Add note to README to show that this is an in...

github.com/FiguraMC/luaj - 3d22990e3c1cd4911d9ad569ee6a9e0417b49f87 authored over 6 years ago
Add synchronization to CoerceJavaToLua.COERCIONS map.

github.com/FiguraMC/luaj - 194b7763174dcdce0764bbaa99be20984dd654d3 authored over 6 years ago