summary refs log tree commit diff stats
path: root/lib/posix/posix_other.nim
Commit message (Expand)AuthorAgeFilesLines
* removes deprecated T/P typesAraq2018-11-161-35/+1
* Convert *_family fields to cushortLemonBoy2018-09-191-1/+1
* Fix regression due to type changeLemonBoy2018-09-161-1/+1
* Fix connectUnix/bindUnix with abstract socket pathsLemonBoy2018-09-151-1/+1
* Haiku support for Nim (#8542)alaviss2018-08-141-1/+11
* Use higher time resolution when available in os.nim (#7709)Oscar Nihlgård2018-06-041-5/+5
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
* Change type of `Timeval.tv_sec` to `posix.Time` (#7646)Oscar Nihlgård2018-04-181-2/+2
* Fixes `times` module compilation on cpp backend. (#7004)Dominik Picheta2018-01-031-1/+1
* Better times module (#6552)GULPF2017-12-181-18/+18
* fixes #6496Andreas Rumpf2017-10-151-1/+1
* Android support: put Termux specific dependencies behind a -d:termux switchAndreas Rumpf2017-08-301-2/+2
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-1/+1
* Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-031-1/+2
* Genode readdir fix (#6080)Emery Hemingway2017-07-141-1/+1
* WIFSIGNALED means process has exited too (with a bang!) (#5678)Jacek Sieka2017-04-271-0/+15
* Posix from detect (#5697)Jacek Sieka2017-04-121-0/+613
'#n186'>186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273