Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #9456 by only calling `c_fclose` if non nil | Vindaar | 2018-10-20 | 1 | -1/+4 |
| | |||||
* | don't reuse code from 0.18.0 | skilchen | 2018-09-15 | 1 | -9/+2 |
| | |||||
* | more efficient fix for #8961 | skilchen | 2018-09-15 | 1 | -0/+6 |
| | |||||
* | fixes #8961 | Araq | 2018-09-14 | 1 | -2/+2 |
| | |||||
* | make tio test green again | Araq | 2018-08-22 | 1 | -3/+7 |
| | |||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -7/+1 |
| | |||||
* | make at least bootstrapping work | Araq | 2018-08-05 | 1 | -0/+8 |
|\ | |||||
| * | make 'echo' threadsafe on Windows; fixes #8511 | Araq | 2018-08-04 | 1 | -0/+8 |
| | | |||||
* | | fix merge conflict | Andreas Rumpf | 2018-07-18 | 1 | -1/+1 |
|\| | |||||
| * | Don't depend on string.h in codegen (#8299) | Yuriy Glukhov | 2018-07-13 | 1 | -1/+1 |
| | | |||||
* | | more progress on destructor based strings | Andreas Rumpf | 2018-07-13 | 1 | -1/+1 |
|/ | |||||
* | Nintendo switch support (#8069) | Joey | 2018-06-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add config section for Nintendo Switch * Add compiler configuration for Nintendo Switch and it's CPU * Add specific lib code for Nintendo Switch * Add GC support for Nintendo Switch * Update changelog for Nintendo Switch * Update changelog with more info about fixed paths * Cleaned up GC memory management a bit * Relocate docs for Switch * Rename aarch64NoneElfGcc to nintendoSwitchGCC * Remove armv8a57 * Fix installer.ini * Reuse code in linux and amd64 * Add posix defs for nintendo switch * Add more defined sections for nintendo switch * Remove old comment * Add what's not supported for Nintendo Switch docs * Make nintendoswitch == posix * Remove DEVKITPRO references from nim.cfg * Make PR extccomp changes * Remove Result type alias * Add separate switch consts file * Update docs for nintendo switch * Fix travis errors with undefined consts and add correct wait.h procs | ||||
* | fixes #7252 | Araq | 2018-04-06 | 1 | -2/+2 |
| | |||||
* | Fix undefined reference with MinGw (#7175) | Volodymyr Melnychuk | 2018-02-09 | 1 | -4/+10 |
| | | | | | * fix undefined reference with mingw * use fseek, ftell for x86 and _fseeki64, _ftelli64 for amd64 | ||||
* | Fixes #7121 (#7148) | pqflx3 | 2018-01-31 | 1 | -8/+14 |
| | | | | | | * Replace ftell and fseek with (windows) _ftelli64, _fseeki64 and (posix) ftello, fseeko * disable large file test | ||||
* | - fixed lock of a program when proc echo is called on Android 5.x.x (#7054) | rrenderr | 2018-01-10 | 1 | -2/+3 |
| | |||||
* | 'ord' does not produce a range type anymore | Andreas Rumpf | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | fixes the Windows build | Andreas Rumpf | 2017-10-16 | 1 | -4/+6 |
| | |||||
* | fixes #1137 | Andreas Rumpf | 2017-10-16 | 1 | -0/+12 |
| | |||||
* | fixes to allow the usage of clang on windows with the msvc abi and ms ↵ | Charlie Barto | 2017-10-09 | 1 | -3/+6 |
| | | | | headers (#6442) | ||||
* | remove ArrayDummySize with unchecked arrays (#5818) | Jacek Sieka | 2017-08-28 | 1 | -4/+4 |
| | |||||
* | fixes #6131 | Andreas Rumpf | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | remove system.getFileSize again, breaks windows builds and I don't want more ↵ | Araq | 2017-04-08 | 1 | -7/+0 |
| | | | | stuff that's a pain to support in a platform independent manner | ||||
* | getFileSize and setFileSize procedures for File and AsyncFile | Emery Hemingway | 2017-04-05 | 1 | -0/+7 |
| | | | | | Platform independent procedure to set a file length. Useful when replacing file content. | ||||
* | 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 |
| |