1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
Robin Martijn
a409a60b11 string.reverse() (#641) 2019-06-27 02:03:19 +02:00
S-YOU
d998313bb1 fix tests 2019-06-26 19:37:02 +02:00
Xiphin
0c8afdfe13 Fix Issues #553 2019-06-25 15:46:35 +02:00
Alexander Medvednikov
48d65d6881 replace to_i() with int() everywhere 2019-06-25 14:57:31 +02:00
Bowero
c84318bf6b Removed float types 2019-06-25 14:53:56 +02:00
Bowero
90c55cd4dc Added different functions for casting to integers and strings 2019-06-25 14:53:56 +02:00
Alvydas Vitkauskas
00594462c4 fix string comparison functions 2019-06-24 00:30:26 +02:00
fuyutarow
ebc3fb9378 Remove debug statement 2019-06-24 00:14:58 +02:00
Aurélien Foucault
b6948ad9af Replace le and ge by lt and gt in compare_strings to have the excepted behavior of the function 2019-06-23 19:22:09 +02:00
Alexander Medvednikov
20b5c4b88b Remove println2 2019-06-23 10:03:03 +02:00
chai2010
978ec58fe3 all: add copyright 2019-06-23 09:22:49 +02:00
musou1500
a32d48e0e0 make string.str and array.data public 2019-06-23 00:43:04 +02:00
Alexander Medvednikov
d32e538073 V 0.0.12 open-source release 2019-06-22 20:20:28 +02:00