Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix fwrite prototype (#20644) | Jacek Sieka | 2022-10-24 | 1 | -1/+1 |
| | | | | | | | | | * fix fwrite prototype * Update lib/std/syncio.nim Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> | ||||
* | move widestrs out of system (#20462) | metagn | 2022-10-01 | 1 | -0/+2 |
| | | | | | * move widestrs out of system * fix osproc | ||||
* | moderate system cleanup & refactor (#20355) | metagn | 2022-09-28 | 1 | -53/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * system refactor, move out 600 lines * compilation, slice, backwardsindex, misc_num moved out of system * some procs/types moved into arithmetics, basic_types * system no longer depends on syncio * some procs moved around to fit with their surroundings * make exceptions an import, old ops to misc_num * move instantiationInfo back * move back nim version, fix windows echo * include compilation * better docs for imported modules, fix unsigned ops also remove ze, ze64, toU8, toU16, toU32 with nimPreviewSlimSystem * fix terminal * workaround IC test & weird csize bug, changelog * move NimMajor etc back to compilation, rebase for CI * try ic fix * form single `indices`, slim out TaintedString, try fix IC * fix CI, update changelog, addQuitProc * fix CI * try fix CI * actually fix CI finally hopefully * Update lib/system/compilation.nim Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> * update kochdocs * hopefully fix csize uses for slimsystem * fix tquit Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> | ||||
* | Revert "fix #19600 No error checking on fclose (#19836)" (#20297) | ringabout | 2022-09-02 | 1 | -4/+2 |
| | | | This reverts commit 04e4a5ec0e35fc7e1c346c2d002e8487b4b48cb5. | ||||
* | fix #19600 No error checking on fclose (#19836) | Bung | 2022-08-29 | 1 | -2/+4 |
| | | | | | * fix #19600 No error checking on fclose * add IOError to open | ||||
* | move formatfloat out of system (#20195) | ringabout | 2022-08-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * move formatfloat out of system * fixes doc * Update changelog.md * careless * fixes * deprecate system/formatfloat * better handling | ||||
* | move io out of system (#19442) | flywind | 2022-02-02 | 1 | -0/+962 |
* move io out of system * fix tests * fix tests * next step * rename to syncio * rename * fix nimscript * comma * fix * fix parts of errors * good for now * fix test |