summary refs log tree commit diff stats
path: root/lib/system/widestrs.nim
Commit message (Expand)AuthorAgeFilesLines
* remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-281-1/+1
* fixes #6131Andreas Rumpf2017-07-221-1/+1
* system/unicode: check for buffer overflows; refs #5284Araq2017-02-081-18/+31
* system.nim: don't use deprecated symbols/constructsAraq2017-02-081-2/+2
* Fix newWideCString(cstring, int)Dmitry Polienko2016-07-191-3/+3
* fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-051-6/+1
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-3/+3
* fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-211-6/+20
* fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-201-7/+7
* fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-201-26/+18
* lib/system/g-w - Dropped 'T' from typespdw2015-06-041-7/+8
* the big renamefest: first stepsAraq2014-08-221-2/+2
* distinguish between 'defined' and 'declared'Araq2014-08-111-2/+2
* Downgrades public module comments to private level.Grzegorz Adam Hankiewicz2014-08-051-2/+2
* case consistency part 4Araq2013-12-271-148/+148
* tcnstseq works againAraq2013-12-231-0/+3
* new VM: some progress for the FFI supportAraq2013-12-231-1/+2
* GC'ed wide strings for windowsAraq2013-05-201-235/+124
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-041-0/+260
ef='#n227'>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 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314