summary refs log tree commit diff stats
path: root/lib/posix/posix_utils.nim
Commit message (Expand)AuthorAgeFilesLines
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-1/+1
* avoid doAssert on contents of osReleaseFile (#16955)n5m2021-02-151-1/+1
* Add posix_utils.osReleaseFile (#16452)Juan Carlos2021-01-041-1/+21
* Add support for mktemps (#14347)Max Grender-Jones2020-05-251-6/+13
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-1/+5
* Deprecate DCE:on (#13839)Juan Carlos2020-04-021-2/+0
* Add Documentation (#13811)Juan Carlos2020-03-311-1/+0
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* Improved posix module, added new posix_utils module (#10723)Federico Ceratto2019-02-281-0/+101
Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
@echo off
rem Build with Visual C++
cd src\chrtrans
nmake -f makefile.msc %1 %2 %3 %4
cd ..\..
nmake -f makefile.msc %1 %2 %3 %4