summary refs log tree commit diff stats
path: root/lib/system/sysio.nim
Commit message (Expand)AuthorAgeFilesLines
* `checkErr` now shows actual system error msg instead of unknown error (#9987)Timothee Cour2018-12-271-3/+14
* fixes #9456 by only calling `c_fclose` if non nilVindaar2018-10-201-1/+4
* don't reuse code from 0.18.0skilchen2018-09-151-9/+2
* more efficient fix for #8961skilchen2018-09-151-0/+6
* fixes #8961Araq2018-09-141-2/+2
* make tio test green againAraq2018-08-221-3/+7
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-7/+1
* make at least bootstrapping workAraq2018-08-051-0/+8
|\
| * make 'echo' threadsafe on Windows; fixes #8511Araq2018-08-041-0/+8
* | fix merge conflictAndreas Rumpf2018-07-181-1/+1
|\|
| * Don't depend on string.h in codegen (#8299)Yuriy Glukhov2018-07-131-1/+1
* | more progress on destructor based stringsAndreas Rumpf2018-07-131-1/+1
|/
* Nintendo switch support (#8069)Joey2018-06-271-2/+2
* fixes #7252Araq2018-04-061-2/+2
* 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