index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
system
/
sysstr.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
gogc: GCC-8.2.0 compatibility and other improvements (#9211)
Ștefan Talpalaru
2018-10-11
1
-0
/
+2
*
fixes merge conflict
Andreas Rumpf
2018-08-19
1
-0
/
+2
|
\
|
*
fixes more nil string bugs
Araq
2018-08-08
1
-0
/
+1
|
*
fixes a long standing nil bug in substr
Araq
2018-08-08
1
-0
/
+1
|
*
fixes 7833 (#8533)
Andreas Rumpf
2018-08-05
1
-9
/
+70
*
|
make at least bootstrapping work
Araq
2018-08-05
1
-8
/
+69
|
\
\
|
*
|
make setLengthStr compile for the old version
Araq
2018-08-04
1
-3
/
+2
|
*
|
fixes yet another regression
Araq
2018-08-04
1
-3
/
+12
|
*
|
WIP: avoid using the old growObj in order to fix the newly introduced seq leaks
Araq
2018-08-03
1
-6
/
+59
|
|
/
|
*
Don't depend on string.h in codegen (#8299)
Yuriy Glukhov
2018-07-13
1
-1
/
+1
*
|
system.substr is not implemented with compilerProcs anymore
Andreas Rumpf
2018-07-11
1
-3
/
+7
*
|
refactorings in preparations for the new runtime
Andreas Rumpf
2018-07-10
1
-285
/
+1
|
/
*
codgen refactoring: prepare for alternative string/seq implementations
Andreas Rumpf
2018-06-29
1
-2
/
+6
*
Use new binarySearch everywhere (#7876)
Dmitry Atamanov
2018-05-25
1
-15
/
+0
*
fixes #7766
Araq
2018-05-04
1
-0
/
+2
*
correct comparisons for nil strings/seqs
Andreas Rumpf
2018-04-28
1
-8
/
+21
*
system.nim: minor code cleanup
Andreas Rumpf
2018-04-28
1
-4
/
+1
*
nil in string concats does not produce crashes anymore
Andreas Rumpf
2018-04-27
1
-11
/
+16
*
setLen doesn't crash on nil strings/seqs anymore
Andreas Rumpf
2018-04-27
1
-2
/
+9
*
'add' on a nil sequence doesn't produce a crash anymore
Andreas Rumpf
2018-04-27
1
-0
/
+12
*
sysstr.nim: fix minor typos
Andreas Rumpf
2018-04-02
1
-2
/
+2
*
fixes #7291
Araq
2018-03-05
1
-1
/
+1
*
bugfix: do not call memcmp for nil strings
Andreas Rumpf
2018-01-19
1
-3
/
+6
*
Fix for isssue in parseBiggestFloat #7060 (#7061)
cooldome
2018-01-11
1
-3
/
+4
*
cmp(x, y: string) now uses memcmp rather than strcmp (#6869) (#6968)
Mathias Stearn
2017-12-24
1
-4
/
+4
*
optimize setLen (#6816)
Brent Pedersen
2017-12-07
1
-5
/
+6
*
added when statement (#6759)
Arne Döring
2017-11-17
1
-29
/
+32
*
fixes #6609; 'if' expressions support multiple statements; minor breaking change
Araq
2017-11-05
1
-1
/
+1
*
more replacements for the deprecated '<'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
sysstr: code formatting
Andreas Rumpf
2017-10-28
1
-3
/
+3
*
make the Windows build green again
Araq
2017-10-17
1
-2
/
+3
*
breaking change: arrays of char do not convert to cstring; ptr to array of ch...
Andreas Rumpf
2017-10-10
1
-4
/
+16
*
revert the 'wasMoved' logic until the write barrier has been adapted
Andreas Rumpf
2017-09-29
1
-1
/
+2
*
new string behaviour now available under nimShallowStrings
Andreas Rumpf
2017-09-22
1
-6
/
+3
*
preparations for string optimizations
Andreas Rumpf
2017-09-22
1
-2
/
+25
*
hotfix: fixes seq.add and str.add for edge cases
Andreas Rumpf
2017-09-16
1
-8
/
+12
*
WIP: --gc:regions instead of --gc:stack
Araq
2017-08-13
1
-2
/
+9
*
system.nim: don't use deprecated symbols/constructs
Araq
2017-02-08
1
-4
/
+4
*
string.add for floats and ints for more performance (JS not yet supported)
Andreas Rumpf
2016-11-21
1
-28
/
+23
*
fixes #4776
Andreas Rumpf
2016-09-24
1
-0
/
+5
*
Fixes $(0.0/0.0) giving `-nan` on some systems.
Dominik Picheta
2016-09-17
1
-1
/
+1
*
Fix for cstring nil to string nil conversion with `$`
Hans Raaf
2016-07-29
1
-1
/
+2
*
remove system/ansi_c include from os
Jacek Sieka
2016-06-05
1
-1
/
+1
*
fix types of ansi_c/sysio to more closely match C ABI
Jacek Sieka
2016-06-05
1
-9
/
+9
*
fixes issue 4212 && add test for various valid zero floats.
Parashurama
2016-05-25
1
-2
/
+2
*
fixes #4212
Andreas Rumpf
2016-05-25
1
-5
/
+0
*
fixes some issues with underscores in float literals. add more tests.
Parashurama
2016-05-19
1
-5
/
+7
*
fix issue 4181. add testcase.
Parashurama
2016-05-18
1
-2
/
+5
*
make float parsing locale independent.
Parashurama
2016-05-16
1
-37
/
+104
*
simple stuff works with --gc:stack
Andreas Rumpf
2016-04-18
1
-1
/
+2
[next]