summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* Fixed copying of aggregates in JS.yglukhov2015-06-111-22/+30
* fixed threadpool and atomics to work with Visual Studio 32 and 64 bitSpencer Stirling2015-06-091-2/+2
* Merge pull request #2645 from def-/builtin_overflowAndreas Rumpf2015-06-071-54/+122
|\
| * Use -d:builtinOverflow for builtin overflow checksdef2015-05-081-141/+110
| * Use builtin overflow functions of Clang and GCC (WIP, RFC)def2015-05-031-0/+99
* | Fixes compilation with --gc:markandsweep.Dominik Picheta2015-06-041-1/+1
* | lib/system/g-w - Dropped 'T' from typespdw2015-06-0413-397/+427
* | lib/system/a-e - Dropped 'T' from typespdw2015-06-0410-244/+258
* | Fix Boehm GC on linuxSergey Avseyev2015-05-261-2/+1
* | Merge pull request #2671 from rbehrends/fix-register-scanAndreas Rumpf2015-05-252-0/+18
|\ \
| * | Fix GC scanning of registers on x86_64 architectures.Reimer Behrends2015-05-072-0/+18
| |/
* / Move the noreturn pragma to sysFataldef2015-05-052-7/+7
|/
* fixes #1888Araq2015-04-271-39/+47
* The importc for atomicCompareExchange is incorrectly defined.Wink Saville2015-04-131-1/+1
* fixes bootstrapping on windowsAraq2015-04-101-2/+3
* Merge pull request #2329 from def-/readlineAndreas Rumpf2015-04-101-16/+52
|\
| * Speed up readLine by using getc_unlockeddef2015-03-121-16/+52
* | Use more Natural and Positive numbers in proc parametersdef2015-04-063-132/+132
* | some better sysassert messagesSimon Hafner2015-04-041-2/+2
* | Fix proc call in gc_msdef2015-03-261-1/+1
* | Add cpuRelax assembler for other platformsdef2015-03-211-54/+57
* | Merge pull request #2343 from philip-wernersbach/fix-pthreads-under-cppAndreas Rumpf2015-03-161-2/+2
|\ \
| * | Fix pthread_create binding when compiling in C++ mode.Philip Wernersbach2015-03-151-2/+2
* | | Fixes #2323. Fixes #2148.Dominik Picheta2015-03-151-7/+11
|/ /
* / Make readFile work with FIFO filesdef2015-03-121-1/+1
|/
* Clean up GCs a bitdef2015-03-102-6/+13
* fixed the tester; more tests greenAraq2015-03-101-18/+22
* fixes --gc:none regression; made some tests greenAraq2015-03-103-33/+42
* GC: get rid of pathological behaviour for stack markingAraq2015-03-081-39/+43
* Fix copyStrLast to set the trailing \0 chardef2015-03-041-1/+2
* sizeof(char) is always 1def2015-03-043-10/+10
* Also deepCopy strings only up to their length, not capacitydef2015-03-041-1/+1
* Only zero strings when necessary.def2015-03-042-14/+25
* Only copy strings to their size, not capacitydef2015-03-031-2/+2
* Merge pull request #2238 from oderwat/fix-2228-readall-osxAndreas Rumpf2015-03-011-2/+2
|\
| * Fix for readAll(stdin) problem on OS X and better anyway.Hans Raaf2015-03-011-2/+2
* | some love for the testsuite; fixed regressionsAraq2015-03-012-4/+14
|/
* fixes #2074Araq2015-02-261-1/+11
* fixes #2199, fixes #2197Araq2015-02-241-1/+1
* Removed int64 -> int downcast in timers.`-`GrundleTrundle2015-02-211-2/+2
* fixes #2124Araq2015-02-201-2/+4
* Make readBytes and writeBytes work with uint8def2015-02-181-2/+2
* Merge pull request #2150 from def-/gc2-compilingAndreas Rumpf2015-02-162-71/+73
|\
| * Clean up some more deprecation warningsdef2015-02-162-7/+7
| * Make gc2 compile againdef2015-02-161-64/+66
* | Fix typosFederico Ceratto2015-02-159-11/+11
* | Fix typosFederico Ceratto2015-02-151-1/+1
|/
* Disable -pthread for linker on OSXHans Raaf2015-02-131-1/+3
* fixed minor bugs; cleaned up testsAraq2015-02-121-3/+3
* Merge pull request #2053 from reactormonk/message-for-koch-tempAndreas Rumpf2015-02-121-0/+14
|\