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

40 Commits

Author SHA1 Message Date
fe597b7172 encoding.utf8: add is_number (#15931) 2022-10-01 11:01:51 +03:00
ea8b30fd91 encoding.utf8: add is_space (#15847) 2022-09-23 10:34:45 +03:00
a2338dbb7c docs: document more builtin functions/methods (#14229) 2022-04-30 12:31:23 +03:00
fbb9e65c0f all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
aa633dab41 utf8: fix typo in utf8_util.v (#13624) 2022-03-01 19:06:48 +02:00
59ed4be49a all: update copyright year 2022-01-04 12:21:12 +03:00
6d97b0a407 checker: improve checking of a << b, when a and b are numbers (#12589) 2021-11-29 03:48:49 +03:00
2984751a57 checker: fix the argument mismatch of fn call (#12479) 2021-11-16 17:19:02 +02:00
077c55d0c8 encoding.utf8: add pub fn is_letter(r rune) bool (#11547) 2021-09-20 21:16:50 +03:00
2ced845e30 arrays: add chunk and window functions (#11476) 2021-09-13 16:13:32 +03:00
66bc8bc0cb vlib: remove many deprecated functions (#10972) 2021-07-28 09:22:19 +03:00
0f9537ece5 all: remove ustring (#10630) 2021-07-03 20:14:09 +03:00
60c880a0cc vlib: use malloc_noscan() where possible (#10465) 2021-06-15 14:47:11 +03:00
a639f94050 utf8: format utf8_util.v (#10135) 2021-05-19 13:03:43 +03:00
4974fd09e5 utf8: reverse() to handle unicode strings (#10133) 2021-05-19 12:24:08 +03:00
d7a64bbc8a encoding.utf8: fix len and ulen and optimize raw_index (#9682) 2021-04-12 04:58:03 +02:00
cca06fce90 encoding.utf8: remove const unicode_con_table_up_to_low table (#9672) 2021-04-11 10:28:19 +03:00
acb58d4923 encoding.utf8: add support for indexing a utf8 str (#9670) 2021-04-11 09:04:18 +03:00
9aabf222fe encoding.utf8: fix a bug in up_low (#9610) 2021-04-05 21:28:21 +03:00
db9b523cc9 utf8: deprecate utf8.char_len (#9008) 2021-03-01 15:35:57 +02:00
995bd66970 encoding.utf8.east_asian: add support for East_Asian_Width (#8978)
See https://www.unicode.org/reports/tr11/
2021-02-26 09:52:07 +02:00
1891ebf22d scanner: print multibyte char for invalid char error (#8804) 2021-02-18 15:43:39 +02:00
64018e6f14 encoding.utf8: fix 'length' typo in two spots (#8746) 2021-02-15 17:52:00 +02:00
ea803113c3 checker: check unsafe V function calls (#8752) 2021-02-14 19:31:42 +01:00
82482167ce vlib: replace all goto statements with labelled break (#8531) 2021-02-03 15:19:42 +01:00
0c192cfd64 tests: fix warnings when doing ./v -W -progress -check-syntax test-fixed 2020-10-26 14:41:57 +02:00
aad122334b vlib: fix warnings due to the vfmt change 2020-10-17 16:26:56 +03:00
3c48a6e4ce tests: rename _test.v files with dup names (temp workaround for highly parallel testing) 2020-10-14 18:25:26 +03:00
949ed90b51 utf8: fix a panic in utf8.len("pippo"), mark with unsafe{} direct pointer manipulations 2020-07-22 21:15:27 +03:00
ee349691f9 v/checker: Warn about pointer indexing outside unsafe {} (#5918) 2020-07-22 20:28:53 +03:00
b0d76c59f7 websocket utf8: move utf8 functions from websocket to encoding.utf8, add utf8_test.v (4/4) (#5924) 2020-07-22 18:36:24 +03:00
e85c1fb762 utf8: bug fix in get_uchar (#5775) 2020-07-10 14:44:40 +02:00
36edd6295f vlib: transfer intro to readme; normalize comments 2020-06-08 00:04:23 +03:00
fd4d28b7b6 tests: update for stricter type checks 2020-05-24 21:07:32 +02:00
f44a40eee0 checker: check incorrect names 2020-05-16 16:12:23 +02:00
8e1c27d129 utf8: punctuation 2019-12-12 21:08:44 +03:00
ad6adf327e vlib: fix missing else{} in match statements 2019-12-07 17:23:37 +03:00
322733d59a encoding.utf8 fixes 2019-12-01 20:41:29 +03:00
c7f8f2175b move vlib/builtin/utf8_util.v to vlib/encoding/utf8/utf8_util.v 2019-11-30 08:52:37 +03:00