Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #5392 | araq | 2017-02-15 | 1 | -1/+4 |
| | |||||
* | sysio: check for IO errors for write operations | Araq | 2017-02-11 | 1 | -6/+8 |
| | |||||
* | sysio: minor improvements | Araq | 2017-02-09 | 1 | -4/+5 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-02-08 | 1 | -0/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-02-08 | 1 | -2/+0 |
| | |||||
* | fixes #5349 | Araq | 2017-02-08 | 1 | -18/+33 |
| | |||||
* | Added FileSeekPos | Yuriy Glukhov | 2016-12-08 | 1 | -2/+2 |
| | |||||
* | fixes bootstrapping problem | Araq | 2016-10-21 | 1 | -11/+11 |
| | |||||
* | fixes #564 | Andreas Rumpf | 2016-10-21 | 1 | -5/+6 |
| | |||||
* | prepare Nim codebase for upcoming parser changes | Andreas Rumpf | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Correction as I hadn't realised setvbuf had been renamed. | A. S. Budden | 2016-06-13 | 1 | -3/+3 |
| | |||||
* | Merged upstream/devel into this branch to resolve conflicts and ensure an ↵ | A. S. Budden | 2016-06-13 | 1 | -69/+84 |
|\ | | | | | | | easy merge back into upstream/devel | ||||
| * | fixes sysio/readChar regression | Andreas Rumpf | 2016-06-13 | 1 | -1/+1 |
| | | |||||
| * | fix fgets type | Jacek Sieka | 2016-06-08 | 1 | -1/+1 |
| | | |||||
| * | prefer consts to importing #defines from headers | Jacek Sieka | 2016-06-06 | 1 | -7/+23 |
| | | | | | | | | | | to be completed - better would be to have a libc wrapper that deals with all pesky C ABI details | ||||
| * | fix types of ansi_c/sysio to more closely match C ABI | Jacek Sieka | 2016-06-05 | 1 | -62/+61 |
| | | | | | | | | | | also fixes some instances of using C library functions when there are nim alternatives available | ||||
* | | Corrected setStdIoUnbuffered for systems without stdout, stderr or stdin ↵ | A. S. Budden | 2016-06-13 | 1 | -3/+6 |
| | | | | | | | | declared. | ||||
* | | Added setStdIoUnbuffered for unbuffered stdio (fixes #2146). | A. S. Budden | 2016-06-12 | 1 | -0/+5 |
|/ | |||||
* | widestrs are always available for better interop | Andreas Rumpf | 2016-05-28 | 1 | -2/+1 |
| | |||||
* | Fixes #3752. | Dominik Picheta | 2016-04-04 | 1 | -0/+2 |
| | |||||
* | Explicitly return false | def | 2016-03-18 | 1 | -1/+1 |
| | |||||
* | Comment to explain not opening directories in open() | def | 2016-03-17 | 1 | -0/+3 |
| | |||||
* | Don't check opened file for directory in nimscript | def | 2016-03-16 | 1 | -2/+2 |
| | |||||
* | Don't open directories as files | def | 2016-03-14 | 1 | -0/+18 |
| | |||||
* | Support IOFBF and IONBF on all systems | def | 2016-03-06 | 1 | -3/+2 |
| | |||||
* | further progress on --gc:v2 | Andreas Rumpf | 2016-02-17 | 1 | -51/+59 |
| | |||||
* | Fix readLine handling of long lines. | Reimer Behrends | 2015-08-28 | 1 | -1/+10 |
| | |||||
* | Merge pull request #3239 from xyz32/devel | Andreas Rumpf | 2015-08-25 | 1 | -4/+15 |
|\ | | | | | When reading files, check if the eof flag is set before throwing. | ||||
| * | remove fileError | xyz | 2015-08-25 | 1 | -4/+1 |
| | | |||||
| * | Append the readAllBuffer to what was read already | xyz | 2015-08-23 | 1 | -1/+1 |
| | | |||||
| * | Use seLen as sugested, and fix typos | xyz | 2015-08-23 | 1 | -3/+2 |
| | | |||||
| * | When reading files, check if the eof flag is set before throwing. | xyz | 2015-08-22 | 1 | -4/+19 |
| | | |||||
* | | fixes sysio regression for nimscript support | Araq | 2015-08-24 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #3143 from def-/readline-faster | Andreas Rumpf | 2015-08-21 | 1 | -54/+30 |
|\ | | | | | Improve performance of readLine by using fgets | ||||
| * | Improve readLine to work with strings containing \0 again. | def | 2015-07-25 | 1 | -5/+15 |
| | | | | | | | | This decreases performance slightly. | ||||
| * | No need to set trailing \0 | def | 2015-07-24 | 1 | -7/+4 |
| | | |||||
| * | Improve performance of readLine by using fgets | def | 2015-07-24 | 1 | -54/+23 |
| | | | | | | | | This drops compatibility with pure CR line endings of old Mac systems | ||||
* | | implements experimental new config system based on NimScript | Araq | 2015-08-16 | 1 | -4/+7 |
|/ | |||||
* | reworked deprecation to retain old procs | patrick dw | 2015-06-19 | 1 | -1/+5 |
| | |||||
* | Renamed writeln procs to writeLine | patrick dw | 2015-06-18 | 1 | -1/+2 |
| | |||||
* | fixes bootstrapping on windows | Araq | 2015-04-10 | 1 | -2/+3 |
| | |||||
* | Merge pull request #2329 from def-/readline | Andreas Rumpf | 2015-04-10 | 1 | -16/+52 |
|\ | | | | | Speed up readLine by using getc_unlocked | ||||
| * | Speed up readLine by using getc_unlocked | def | 2015-03-12 | 1 | -16/+52 |
| | | | | | | | | | | | | - Only on POSIX and Windows (_fgetc_nolock here) systems - File is locked to our thread before and unlocked after readLine - About 3 times faster in some simple tests | ||||
* | | Use more Natural and Positive numbers in proc parameters | def | 2015-04-06 | 1 | -18/+18 |
| | | | | | | | | | | - Didn't go through all modules, only the main ones I thought of - Building the compiler and tests still work | ||||
* | | Make readFile work with FIFO files | def | 2015-03-12 | 1 | -1/+1 |
|/ | |||||
* | Fix for readAll(stdin) problem on OS X and better anyway. | Hans Raaf | 2015-03-01 | 1 | -2/+2 |
| | |||||
* | fixes #2199, fixes #2197 | Araq | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | Make readBytes and writeBytes work with uint8 | def | 2015-02-18 | 1 | -2/+2 |
| | | | | | | So far only openarray[int8] worked. Now it's openarray[int8|uint8]. This should make sense, since uint8 is comfortable to represent a byte (0-255) and there is already type byte* = uint8 in system. | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | lots of C++ codegen improvements | Araq | 2015-02-07 | 1 | -5/+11 |
| |