summary refs log tree commit diff stats
path: root/lib/system/sysio.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined reference with MinGw (#7175)Volodymyr Melnychuk2018-02-091-4/+10
* Fixes #7121 (#7148)pqflx32018-01-311-8/+14
* - fixed lock of a program when proc echo is called on Android 5.x.x (#7054)rrenderr2018-01-101-2/+3
* 'ord' does not produce a range type anymoreAndreas Rumpf2017-11-021-1/+1
* fixes the Windows buildAndreas Rumpf2017-10-161-4/+6
* fixes #1137Andreas Rumpf2017-10-161-0/+12
* fixes to allow the usage of clang on windows with the msvc abi and ms headers...Charlie Barto2017-10-091-3/+6
* remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-281-4/+4
* fixes #6131Andreas Rumpf2017-07-221-2/+2
* remove system.getFileSize again, breaks windows builds and I don't want more ...Araq2017-04-081-7/+0
* getFileSize and setFileSize procedures for File and AsyncFileEmery Hemingway2017-04-051-0/+7
* fixes #5392araq2017-02-151-1/+4
* sysio: check for IO errors for write operationsAraq2017-02-111-6/+8
* sysio: minor improvementsAraq2017-02-091-4/+5
* make tests green againAndreas Rumpf2017-02-081-0/+4
* make tests green againAndreas Rumpf2017-02-081-2/+0
* fixes #5349Araq2017-02-081-18/+33
* Added FileSeekPosYuriy Glukhov2016-12-081-2/+2
* fixes bootstrapping problemAraq2016-10-211-11/+11
* fixes #564Andreas Rumpf2016-10-211-5/+6
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-1/+1
* Correction as I hadn't realised setvbuf had been renamed.A. S. Budden2016-06-131-3/+3
* Merged upstream/devel into this branch to resolve conflicts and ensure an eas...A. S. Budden2016-06-131-69/+84
|\
| * fixes sysio/readChar regressionAndreas Rumpf2016-06-131-1/+1
| * fix fgets typeJacek Sieka2016-06-081-1/+1
| * prefer consts to importing #defines from headersJacek Sieka2016-06-061-7/+23
| * fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-051-62/+61
* | Corrected setStdIoUnbuffered for systems without stdout, stderr or stdin decl...A. S. Budden2016-06-131-3/+6
* | Added setStdIoUnbuffered for unbuffered stdio (fixes #2146).A. S. Budden2016-06-121-0/+5
|/
* widestrs are always available for better interopAndreas Rumpf2016-05-281-2/+1
* Fixes #3752.Dominik Picheta2016-04-041-0/+2
* Explicitly return falsedef2016-03-181-1/+1
* Comment to explain not opening directories in open()def2016-03-171-0/+3
* Don't check opened file for directory in nimscriptdef2016-03-161-2/+2
* Don't open directories as filesdef2016-03-141-0/+18
* Support IOFBF and IONBF on all systemsdef2016-03-061-3/+2
* further progress on --gc:v2Andreas Rumpf2016-02-171-51/+59
* Fix readLine handling of long lines.Reimer Behrends2015-08-281-1/+10
* Merge pull request #3239 from xyz32/develAndreas Rumpf2015-08-251-4/+15
|\
| * remove fileErrorxyz2015-08-251-4/+1
| * Append the readAllBuffer to what was read alreadyxyz2015-08-231-1/+1
| * Use seLen as sugested, and fix typosxyz2015-08-231-3/+2
| * When reading files, check if the eof flag is set before throwing.xyz2015-08-221-4/+19
* | fixes sysio regression for nimscript supportAraq2015-08-241-1/+4
|/
* Merge pull request #3143 from def-/readline-fasterAndreas Rumpf2015-08-211-54/+30
|\
| * Improve readLine to work with strings containing \0 again.def2015-07-251-5/+15
| * No need to set trailing \0def2015-07-241-7/+4
| * Improve performance of readLine by using fgetsdef2015-07-241-54/+23
* | implements experimental new config system based on NimScriptAraq2015-08-161-4/+7
|/
* reworked deprecation to retain old procspatrick dw2015-06-191-1/+5