- May 03, 2021
-
-
John van Groningen authored
-
- Apr 08, 2021
-
-
John van Groningen authored
-
John van Groningen authored
refactor to prevent missing prototype warning from the c compiler, in cDirectory.c for unix move function findFirstFileC after function findNextFileC
-
- Mar 19, 2021
-
-
John van Groningen authored
-
- Jan 06, 2021
-
-
John van Groningen authored
Fix copy_from_string for unboxed arrays of records on systems with USE_DESC_RELATIVE_TO_ARRAY See merge request !13
-
Camil Staps authored
-
Camil Staps authored
The corresponding change in copy_string_to_graph was made in 41ebb64d.
-
- Nov 11, 2020
-
-
John van Groningen authored
-
- Oct 29, 2020
-
-
John van Groningen authored
GraphCopy: add cases for _Conss, _Conssts, _Nothing, _Just, and _Justs to exported_clean_symbol See merge request !12
-
Camil Staps authored
-
- Oct 27, 2020
-
-
Camil Staps authored
-
- Sep 07, 2020
-
-
John van Groningen authored
-
John van Groningen authored
Use strict maybe types in TCPIP library See merge request !11
-
- Sep 05, 2020
-
-
Camil Staps authored
-
Camil Staps authored
-
- Sep 04, 2020
-
-
John van Groningen authored
Fix make_symbol_name to use new descriptor names in _system.abc Closes #5 See merge request !10
-
Camil Staps authored
-
Camil Staps authored
-
- Jul 30, 2020
-
-
John van Groningen authored
Support packed arrays in GraphCopy See merge request !9
-
- Jul 28, 2020
-
-
Camil Staps authored
-
- Jul 20, 2020
-
-
John van Groningen authored
to make it possible to define Just and Nothing as macros in StdMaybe
-
- Jun 04, 2020
-
-
Camil Staps authored
add NO_PROFILE_GRAPH to graph_copy for ARM See merge request !8
-
John van Groningen authored
-
- Apr 28, 2020
-
-
John van Groningen authored
-
John van Groningen authored
-
- Apr 14, 2020
-
-
John van Groningen authored
Add -m32 and --32 flags to Makefile.linux to build a 32-bit version on a 64-bit platform See merge request !7
-
- Apr 10, 2020
-
-
Camil Staps authored
-
- Mar 06, 2020
-
-
John van Groningen authored
-
John van Groningen authored
-
- Dec 14, 2019
-
-
Camil Staps authored
Callgraph profiling support for graph_copy: ignore extra field in thunks when serializing; add extra field when deserializing
-
- Nov 12, 2019
-
-
johnvg@science.ru.nl authored
-
- Nov 11, 2019
-
-
John van Groningen authored
graph_copy: expect INT instead of dINT in exported_clean_symbol See merge request !6
-
- Nov 10, 2019
-
-
Camil Staps authored
-
- Nov 08, 2019
-
-
johnvg@science.ru.nl authored
-
- Oct 31, 2019
-
-
John van Groningen authored
Move common functions copy_to_string and copy_from_string to new module graph_copy See merge request !5
-
Camil Staps authored
-
- Oct 29, 2019
- Oct 03, 2019
-
-
Steffen Michels authored
fix timeout by checking the socket for errors Closes iTasks-SDK#348 See merge request !4
-
Mart Lubbers authored
In the old situation when the connect didn't immediately return, the socket was placed in a select. An error was throws only when the socket was in the exceptset. However, sockets are only in the exceptset in very particular cases (see man select). Unable to connect is not one of those cases. Therefore to actually check if a connection was refused, the error status must be checked with getsockopt.
-